-t taint warnings
[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 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
35         Log: Subject: [PATCH] Passing in env to perl_parse did not work
36              From: Gisle Aas <gisle@ActiveState.com>
37              Date: 11 Dec 2001 20:52:57 -0800
38              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
39      Branch: perl
40            ! perl.c perl.h
41 ____________________________________________________________________________
42 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
43         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
44              mostly gcc -Wall complaining about the argument of %p not
45              being a void *.
46      Branch: perl
47            ! perlio.c regcomp.c taint.c toke.c
48 ____________________________________________________________________________
49 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
50         Log: Try YP/NIS also from /usr/lib/yp.
51      Branch: perl
52            ! Configure
53 ____________________________________________________________________________
54 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
55         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
56              From: Michael G Schwern <schwern@pobox.com>                
57              Date: Wed, 12 Dec 2001 05:27:02 -0500      
58              Message-ID: <20011212102702.GW17250@blackrider>
59              
60              (the op/grent part)
61      Branch: perl
62            ! t/op/grent.t
63 ____________________________________________________________________________
64 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
65         Log: Weed out .files from ls and readdir() results.
66      Branch: perl
67            ! t/op/stat.t
68 ____________________________________________________________________________
69 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
70         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
71              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
72              Date: Wed, 12 Dec 2001 10:52:21 +0100
73              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
74      Branch: perl
75            ! lib/File/Find.pm
76 ____________________________________________________________________________
77 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
78         Log: Subject: [PATCH] doio fatal on cygwin for 13651
79              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
80              Date: Wed, 12 Dec 2001 11:28:13 +0100      
81              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
82      Branch: perl
83            ! doio.c
84 ____________________________________________________________________________
85 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
86         Log: Get the whole line of ls, makes debugging easier
87              (from Schwern)
88      Branch: perl
89            ! t/op/stat.t
90 ____________________________________________________________________________
91 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
92         Log: rename() must be tested even without link()
93              or the utime() and rename-directory tests fail.
94              (Also got the BeOS utime atime/time the wrong way round.)
95      Branch: perl
96            ! t/io/fs.t
97 ____________________________________________________________________________
98 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
99         Log: Now that the beos.c is compiled at the main level
100              the header is in the beos/
101      Branch: perl
102            ! beos/beos.c
103 ____________________________________________________________________________
104 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
105         Log: Must remember to require Socket.
106      Branch: perl
107            ! ext/Sys/Syslog/syslog.t
108 ____________________________________________________________________________
109 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
110         Log: In BeOS Errno must resort to actual compilation
111              and execution for some of the error constants.
112      Branch: perl
113            ! ext/Errno/Errno_pm.PL
114 ____________________________________________________________________________
115 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
116         Log: BeOS still has no good sockets.
117      Branch: perl
118            ! ext/IO/lib/IO/t/io_sel.t
119 ____________________________________________________________________________
120 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
121         Log: BeOS sockets are not true sockets.
122      Branch: perl
123            ! ext/IO/lib/IO/t/io_poll.t
124 ____________________________________________________________________________
125 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
126         Log: No Socket, no Syslog.
127      Branch: perl
128            ! ext/Sys/Syslog/syslog.t
129 ____________________________________________________________________________
130 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
131         Log: (On some platforms) missing truncate FH.
132      Branch: perl
133            ! pod/perltodo.pod
134 ____________________________________________________________________________
135 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
136         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
137              and vms would be muchly appreciated.
138      Branch: perl
139            ! t/io/fs.t
140 ____________________________________________________________________________
141 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
142         Log: utime() updates only the mtime in BeOS. 
143      Branch: perl
144            ! pod/perlport.pod
145 ____________________________________________________________________________
146 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
147         Log: No link(), no need to dSP.
148      Branch: perl
149            ! pp_sys.c
150 ____________________________________________________________________________
151 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
152         Log: Missing argument.
153      Branch: perl
154            ! utf8.c
155 ____________________________________________________________________________
156 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
157         Log: (1) To assume any setuid programs is silly.
158              (2) Chaining tests with booleans means that some
159              of them may not get run which means getting out
160              of test count sync.
161      Branch: perl
162            ! t/op/stat.t
163 ____________________________________________________________________________
164 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
165         Log: The beos.c needs to be in the main directory.
166      Branch: perl
167            ! hints/beos.sh
168 ____________________________________________________________________________
169 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
170         Log: Detypo and rename.
171      Branch: perl
172            ! doio.c perl.h perlio.c perliol.h
173 ____________________________________________________________________________
174 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
175         Log: This time I test compiled.  Honest.
176      Branch: perl
177            ! beos/beos.c
178 ____________________________________________________________________________
179 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
180         Log: Subject: [PATCH] slightly more pack tests
181              From: Nicholas Clark <nick@ccl4.org>
182              Date: Tue, 11 Dec 2001 23:41:23 +0000
183              Message-ID: <20011211234123.Y21702@plum.flirble.org>
184      Branch: perl
185            ! t/op/pack.t
186 ____________________________________________________________________________
187 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
188         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
189              From: "Craig A. Berry" <craigberry@mac.com>
190              Date: Tue, 11 Dec 2001 16:39:13 -0600
191              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
192      Branch: perl
193            ! configure.com
194 ____________________________________________________________________________
195 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
196         Log: Subject: $Config{perlpath} and -Dversiononly
197              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
198              Date: Tue, 11 Dec 2001 23:32:33 +0100
199              Message-ID: <20011211233233.A11587@rafael>
200      Branch: perl
201            ! Configure
202 ____________________________________________________________________________
203 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
204         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
205              From: Nicholas Clark <nick@ccl4.org>
206              Date: Tue, 11 Dec 2001 21:59:36 +0000
207              Message-ID: <20011211215935.W21702@plum.flirble.org>
208      Branch: perl
209            ! t/op/pack.t
210 ____________________________________________________________________________
211 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
212         Log: More UTF-8 API docs.
213      Branch: perl
214            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
215 ____________________________________________________________________________
216 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
217         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
218              From: Nicholas Clark <nick@ccl4.org>
219              Date: Tue, 11 Dec 2001 20:08:59 +0000
220              Message-ID: <20011211200859.S21702@plum.flirble.org>
221      Branch: perl
222            ! t/op/pack.t
223 ____________________________________________________________________________
224 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
225         Log: Subject: Re: use utf8; with bad utf8
226              From: Nicholas Clark <nick@ccl4.org>
227              Date: Tue, 11 Dec 2001 19:49:21 +0000
228              Message-ID: <20011211194921.R21702@plum.flirble.org>
229      Branch: perl
230            ! lib/utf8.t
231 ____________________________________________________________________________
232 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
233         Log: Can't spell worth a dam.  (Try Three Gorges.)
234      Branch: perl
235            ! beos/beos.c
236 ____________________________________________________________________________
237 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
238         Log: We need DWIM cpps.
239      Branch: perl
240            ! perlio.c
241 ____________________________________________________________________________
242 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
243         Log: The unixish.h needs to be found and the waitpid wrapper
244              could use a proto.
245      Branch: perl
246            ! beos/beosish.h
247 ____________________________________________________________________________
248 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
249         Log: The BeOS waitpid() seems to be broken,
250              have a wrapper for it.
251      Branch: perl
252            + beos/beos.c beos/beosish.h
253            ! MANIFEST hints/beos.sh perl.h
254 ____________________________________________________________________________
255 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
256         Log: Unlean the leaning tower of Babel.
257      Branch: perl
258            ! perl.h
259 ____________________________________________________________________________
260 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
261         Log: Retract #13607 until we figure out what to do with autouse.
262      Branch: perl
263            ! lib/Carp.pm
264 ____________________________________________________________________________
265 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
266         Log: Try to handle platforms that have O_TEXT != O_BINARY but
267              which are not DOSish, BeOS being one of such platforms.
268              Ideally this should be a Configure test, not a hardwired
269              cpp symbol test... 
270      Branch: perl
271            ! doio.c perl.h perlio.c perliol.h
272 ____________________________________________________________________________
273 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
274         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
275              From: Jonathan Stowe <gellyfish@gellyfish.com>
276              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
277              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
278      Branch: perl
279            ! lib/Term/Cap.pm lib/Term/Cap.t
280 ____________________________________________________________________________
281 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
282         Log: Subject: [patch perlio.c] test for NULL before derefencing
283              From: Stas Bekman <stas@stason.org>
284              Date: Tue, 11 Dec 2001 16:17:55 +0800
285              Message-ID: <3C15C133.8@stason.org>
286      Branch: perl
287            ! perlio.c
288 ____________________________________________________________________________
289 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
290         Log: BeOS has socket() but not enough to build a working Socket.
291              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
292              new networking implementation, which is rumored to fix the
293              non-standardness of sockets, but it's apparently not publicly
294              available, and anything to do with BeOS has become quite
295              complicated with the sale of the Be assets to Palm.)
296      Branch: perl
297            ! Configure
298 ____________________________________________________________________________
299 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
300         Log: Subject: Exporter's documentation shouldn't lie               
301              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
302              Date: Mon, 10 Dec 2001 21:30:20 -0500
303              Message-ID: <3C4AA201@operamail.com>
304      Branch: perl
305            ! lib/Exporter.pm
306 ____________________________________________________________________________
307 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
308         Log: Make Errno better in BeOS (the second hunk is
309              good on any platform).  Still not working in BeOS
310              are the E constants that refer BeOS native error
311              constants (B_...) which are enums (*groan*).
312      Branch: perl
313            ! ext/Errno/Errno_pm.PL
314 ____________________________________________________________________________
315 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
316         Log: The BeOS linker seems to link the last seen symbol,
317              not the first (so the symbols of op.o from libperl.so
318              would get linked to miniperl instead of the symbols of
319              opmini.o)-- use the same trick as for NeXT4 for linking
320              miniperl.
321      Branch: perl
322            ! Makefile.SH
323 ____________________________________________________________________________
324 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
325         Log: Subject: Re: [PATCH] tests for hash assignment
326              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
327              Date: Tue, 11 Dec 2001 01:48:55 +0000
328              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
329      Branch: perl
330            ! utf8.c
331 ____________________________________________________________________________
332 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
333         Log: (retracted by #13622)
334              
335              Subject: RE: More verbose POD for Carp
336              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
337              Date: Mon, 10 Dec 2001 20:23:20 -0500
338              Message-ID: <3C4A3566@operamail.com>
339      Branch: perl
340            ! lib/Carp.pm
341 ____________________________________________________________________________
342 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
343         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
344              From: "Craig A. Berry" <craigberry@mac.com>
345              Date: Mon, 10 Dec 2001 18:25:37 -0600
346              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
347      Branch: perl
348            ! t/op/write.t t/test.pl
349 ____________________________________________________________________________
350 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
351         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
352              From: Michael G Schwern <schwern@pobox.com>
353              Date: Mon, 10 Dec 2001 08:00:01 -0500
354              Message-ID: <20011210130000.GK1770@blackrider>
355      Branch: perl
356            ! t/comp/multiline.t
357 ____________________________________________________________________________
358 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
359         Log: Subject: Re: [PATCH] tests for hash assignment
360              From: Nicholas Clark <nick@ccl4.org>
361              Date: Mon, 10 Dec 2001 23:22:28 +0000
362              Message-ID: <20011210232228.M21702@plum.flirble.org>
363      Branch: perl
364            + t/op/hashassign.t
365            ! MANIFEST t/op/each.t t/test.pl
366 ____________________________________________________________________________
367 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
368         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
369              From: "Craig A. Berry" <craigberry@mac.com>
370              Date: Mon, 10 Dec 2001 16:38:14 -0600
371              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
372      Branch: perl
373            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
374 ____________________________________________________________________________
375 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
376         Log: Subject: [PATCH perl@13600] configure.com fixes
377              From: "Craig A. Berry" <craigberry@mac.com>
378              Date: Mon, 10 Dec 2001 14:40:20 -0600
379              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
380      Branch: perl
381            ! configure.com
382 ____________________________________________________________________________
383 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
384         Log: Silence BeOS compilation moaning.
385      Branch: perl
386            ! perl.h
387 ____________________________________________________________________________
388 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
389         Log: Update Changes.
390      Branch: perl
391            ! Changes patchlevel.h
392 ____________________________________________________________________________
393 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
394         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
395              From: Michael G Schwern <schwern@pobox.com>
396              Date: Mon, 10 Dec 2001 01:21:03 -0500
397              Message-ID: <20011210062103.GC1770@blackrider>
398      Branch: perl
399            ! lib/ExtUtils/Command.t
400 ____________________________________________________________________________
401 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
402         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
403              From: Michael G Schwern <schwern@pobox.com>
404              Date: Mon, 10 Dec 2001 01:10:57 -0500
405              Message-ID: <20011210061057.GB1770@blackrider>
406      Branch: perl
407            ! t/op/groups.t
408 ____________________________________________________________________________
409 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
410         Log: Retract #13596, #13593 should do the trick.
411      Branch: perl
412            ! t/op/stat.t
413 ____________________________________________________________________________
414 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
415         Log: (retracted by #13597, #13593 does the job better)
416              
417              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
418              From: Michael G Schwern <schwern@pobox.com>
419              Date: Mon, 10 Dec 2001 00:53:16 -0500
420              Message-ID: <20011210055316.GA1770@blackrider>
421      Branch: perl
422            ! t/op/stat.t
423 ____________________________________________________________________________
424 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
425         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
426              From: Michael G Schwern <schwern@pobox.com> 
427              Date: Mon, 10 Dec 2001 02:19:14 -0500
428              Message-ID: <20011210071914.GF1770@blackrider>
429      Branch: perl
430            ! lib/AutoSplit.t
431 ____________________________________________________________________________
432 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
433         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
434              From: Michael G Schwern <schwern@pobox.com>
435              Date: Mon, 10 Dec 2001 02:47:40 -0500
436              Message-ID: <20011210074739.GH1770@blackrider>
437      Branch: perl
438            ! t/op/pack.t
439 ____________________________________________________________________________
440 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
441         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
442              From: Michael G Schwern <schwern@pobox.com>
443              Date: Mon, 10 Dec 2001 02:54:22 -0500
444              Message-ID: <20011210075422.GI1770@blackrider>
445      Branch: perl
446            ! t/test.pl
447 ____________________________________________________________________________
448 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
449         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
450              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
451              Date: Mon, 10 Dec 2001 08:45:20 +0100
452              Message-ID: <3C146810.60B5B7C0@alcatel.at>
453      Branch: perl
454            ! pp_pack.c
455 ____________________________________________________________________________
456 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
457         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
458              From: Michael G Schwern <schwern@pobox.com>
459              Date: Mon, 10 Dec 2001 03:27:02 -0500
460              Message-ID: <20011210082702.GN1770@blackrider>
461      Branch: perl
462            ! t/io/openpid.t
463 ____________________________________________________________________________
464 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
465         Log: More chmod +w.
466      Branch: perl
467            ! Porting/makerel
468 ____________________________________________________________________________
469 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
470         Log: Just skip the readability test if running as root.
471      Branch: perl
472            ! lib/Net/t/netrc.t
473 ____________________________________________________________________________
474 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
475         Log: Tell about the downside of safe signals.
476      Branch: perl
477            ! pod/perldelta.pod
478 ____________________________________________________________________________
479 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
480         Log: Make the whole -lperl thing NetBSD only until we
481              find some other platform that needs the same.
482      Branch: perl
483            ! lib/ExtUtils/MM_Unix.pm
484 ____________________________________________________________________________
485 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
486         Log: Subject: [PATCH t/op/pack.t] Cleanup
487              From: Michael G Schwern <schwern@pobox.com> 
488              Date: Sun, 9 Dec 2001 23:08:26 -0500
489              Message-ID: <20011210040826.GD660@blackrider>
490      Branch: perl
491            ! t/op/pack.t
492 ____________________________________________________________________________
493 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
494         Log: Add threads support for NetBSD.
495              
496              This is also the first (I think) Perl threads build with
497              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
498              NetBSD does not as of yet have true kernel POSIX threads,
499              but the user-level pth seems to be doing pretty well--
500              the only failure is that threads/t/basic okays 6 and 7
501              consistently seem be arriving in the reverse order.
502              Well, gdbm.t is also failing: 'Undefined PLT symbol
503              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
504              guessing that GDBM would need a threaded rebuild.
505      Branch: perl
506            ! hints/netbsd.sh
507 ____________________________________________________________________________
508 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
509         Log: Update the ithreads selection info in Configure,
510              as suggested by Michael Schwern.
511      Branch: perl
512            ! Configure
513 ____________________________________________________________________________
514 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
515         Log: Clearing locale environment simply doesn't seem to
516              guarantee that (nl_)langinfo(CODESET) would return nil.
517              (I for example get "ISO8859-1", so <guess>maybe there can
518              be per-system default settings at work</guess>.)
519      Branch: perl
520            ! lib/open.t
521 ____________________________________________________________________________
522 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
523         Log: Subject: RE: Exporter fixes reversed in 13540?
524              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
525              Date: Sun, 9 Dec 2001 12:55:15 -0500
526              Message-ID: <3C13F455@operamail.com>
527      Branch: perl
528            ! lib/open.pm
529 ____________________________________________________________________________
530 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
531         Log: Root is the lizard king.
532      Branch: perl
533            ! lib/Net/t/netrc.t
534 ____________________________________________________________________________
535 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
536         Log: Telling how many tests we are expecting helps.
537      Branch: perl
538            ! ext/POSIX/t/waitpid.t
539 ____________________________________________________________________________
540 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
541         Log: Add a test case for waitpid(): from Rocco Caputo.
542      Branch: perl
543            + ext/POSIX/t/waitpid.t
544            ! MANIFEST
545 ____________________________________________________________________________
546 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
547         Log: Subject: [PATCH] Term::ReadLine tweaks and test
548              From: Richard Clamp <richardc@unixbeard.net>
549              Date: Mon, 10 Dec 2001 00:51:47 +0000
550              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
551      Branch: perl
552            + lib/Term/ReadLine.t
553            ! MANIFEST lib/Term/ReadLine.pm
554 ____________________________________________________________________________
555 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
556         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
557              From: Rocco Caputo <troc@netrus.net>
558              Date: Sun, 9 Dec 2001 18:12:38 -0500
559              Message-ID: <20011209181238.A803@eyrie.homenet>
560      Branch: perl
561            ! win32/win32.c
562 ____________________________________________________________________________
563 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
564         Log: make sure that va_start() has matching va_end();
565              from OpenBSD 3.0.
566      Branch: perl
567            ! x2p/util.c
568 ____________________________________________________________________________
569 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
570         Log: h2ph updates from OpenBSD 3.0.
571      Branch: perl
572            ! utils/h2ph.PL
573 ____________________________________________________________________________
574 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
575         Log: OpenBSD hints update from OpenBSD 3.0.
576      Branch: perl
577            ! hints/openbsd.sh
578 ____________________________________________________________________________
579 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
580         Log: DJGPP tweaks from Laszlo Molnar.
581      Branch: perl
582            ! djgpp/config.over lib/File/Find/t/find.t
583            ! lib/File/Find/t/taint.t t/pod/find.t
584 ____________________________________________________________________________
585 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
586         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
587              From: Michael G Schwern <schwern@pobox.com> 
588              Date: Sun, 9 Dec 2001 19:28:12 -0500
589              Message-ID: <20011210002812.GF13586@blackrider>
590      Branch: perl
591            ! README.cygwin
592 ____________________________________________________________________________
593 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
594         Log: README.cygwin update from Gerrit P. Haase.
595      Branch: perl
596            ! README.cygwin
597 ____________________________________________________________________________
598 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
599         Log: Apply NetBSD patch-ag: shared/static linking,
600              but make the change less intrusive on non-NetBSD.
601      Branch: perl
602            ! lib/ExtUtils/MM_Unix.pm
603 ____________________________________________________________________________
604 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
605         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
606      Branch: perl
607            ! lib/ExtUtils/Liblist.pm
608 ____________________________________________________________________________
609 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
610         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
611      Branch: perl
612            ! regcomp.c
613 ____________________________________________________________________________
614 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
615         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
616      Branch: perl
617            ! pp.c
618 ____________________________________________________________________________
619 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
620         Log: Apply NetBSD patch-ac.
621              (the fix has already been done: change #9706, fully qualified
622              pathnames in packlists)
623      Branch: perl
624            ! lib/ExtUtils/Install.pm
625 ____________________________________________________________________________
626 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
627         Log: Apply NetBSD patch-ab: NetBSD hints update.
628      Branch: perl
629            ! hints/netbsd.sh
630 ____________________________________________________________________________
631 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
632         Log: NetBSD has <ieeefp.h> but hidden.
633      Branch: perl
634            ! hints/netbsd.sh
635 ____________________________________________________________________________
636 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
637         Log: Implement NetBSD patch-aa.
638      Branch: perl
639            ! Configure
640 ____________________________________________________________________________
641 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
642         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
643              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
644              Date: Sun, 09 Dec 2001 13:40:58 +0100
645              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
646              
647              (The lstat()s were there in 5.6.1: what happened to them?)
648      Branch: perl
649            ! lib/File/Find.pm
650 ____________________________________________________________________________
651 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
652         Log: Quickie documentation of the C UTF-8 API.
653      Branch: perl
654            ! pod/perlunicode.pod
655 ____________________________________________________________________________
656 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
657         Log: Subject: bleadperl on cygwin weirdness...
658              From: "Gerrit P. Haase" <gp@familiehaase.de>
659              Date: Sun, 9 Dec 2001 20:31:28 +0100
660              Message-ID: <13779422183.20011209203128@familiehaase.de>          
661              
662              (plus libperl*.dll version portability tweaks)
663      Branch: perl
664            ! lib/ExtUtils/Embed.t
665 ____________________________________________________________________________
666 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
667         Log: Instead of muting symbol export error if under eval,
668              delay the errors until the croak().
669              
670              (replaces #13408)
671      Branch: perl
672            ! lib/Exporter/Heavy.pm
673 ____________________________________________________________________________
674 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
675         Log: Basegroup 0 is a cygwin_nt thing.
676      Branch: perl
677            ! t/op/groups.t
678 ____________________________________________________________________________
679 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
680         Log: Also WinME is LoseLink.
681      Branch: perl
682            ! t/op/stat.t
683 ____________________________________________________________________________
684 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
685         Log: Forgotten checkin.
686      Branch: perl
687            ! lib/User/grent.t
688 ____________________________________________________________________________
689 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
690         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
691              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
692              Date: Sun, 09 Dec 2001 13:45:06 +0100
693              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
694      Branch: perl
695            ! lib/File/Find.pm
696 ____________________________________________________________________________
697 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
698         Log: Tweakback.
699      Branch: perl
700            ! lib/Net/hostent.t
701 ____________________________________________________________________________
702 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
703         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
704              From: Michael G Schwern <schwern@pobox.com>
705              Date: Sat, 8 Dec 2001 14:48:38 -0500
706              Message-ID: <20011208194838.GA8650@blackrider>
707      Branch: perl
708            ! t/op/grent.t
709 ____________________________________________________________________________
710 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
711         Log: Subject: [README.cygwin] Removing old expected test failures
712              From: Michael G Schwern <schwern@pobox.com>
713              Date: Sat, 8 Dec 2001 15:38:28 -0500
714              Message-ID: <20011208203828.GB9017@blackrider>
715      Branch: perl
716            ! README.cygwin
717 ____________________________________________________________________________
718 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
719         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
720              From: Michael G Schwern <schwern@pobox.com>                
721              Date: Sat, 8 Dec 2001 15:26:59 -0500
722              Message-ID: <20011208202659.GA9017@blackrider> 
723      Branch: perl
724            ! lib/Net/hostent.t
725 ____________________________________________________________________________
726 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
727         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
728              From: Michael G Schwern <schwern@pobox.com> 
729              Date: Sat, 8 Dec 2001 15:06:16 -0500
730              Message-ID: <20011208200616.GA8915@blackrider>
731      Branch: perl
732            ! t/op/stat.t
733 ____________________________________________________________________________
734 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
735         Log: Developer deprecations and an incompatibility.
736      Branch: perl
737            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
738 ____________________________________________________________________________
739 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
740         Log: Shoo.
741      Branch: perl
742            - lib/Attribute/Handlers.pm
743 ____________________________________________________________________________
744 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
745         Log: Remove Attribute::Handlers, as per Damian's request.
746              (Because of fixing the my variables to be now handled
747              in run-time, the whole internals of the A::H needs to
748              be rewritten and Damian will not have time for that
749              for months.)
750      Branch: perl
751            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
752            - lib/Attribute/Handlers/demo/Demo.pm
753            - lib/Attribute/Handlers/demo/Descriptions.pm
754            - lib/Attribute/Handlers/demo/MyClass.pm
755            - lib/Attribute/Handlers/demo/demo.pl
756            - lib/Attribute/Handlers/demo/demo2.pl
757            - lib/Attribute/Handlers/demo/demo3.pl
758            - lib/Attribute/Handlers/demo/demo4.pl
759            - lib/Attribute/Handlers/demo/demo_call.pl
760            - lib/Attribute/Handlers/demo/demo_chain.pl
761            - lib/Attribute/Handlers/demo/demo_cycle.pl
762            - lib/Attribute/Handlers/demo/demo_hashdir.pl
763            - lib/Attribute/Handlers/demo/demo_phases.pl
764            - lib/Attribute/Handlers/demo/demo_range.pl
765            - lib/Attribute/Handlers/demo/demo_rawdata.pl
766            - lib/Attribute/Handlers/t/multi.t
767            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
768            ! pod/perlmodlib.pod pod/perltoc.pod
769 ____________________________________________________________________________
770 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
771         Log: Subject: Re: attributes are broken
772              From: Spider Boardman <spider@Orb.Nashua.NH.US>
773              Date: Sun, 09 Dec 2001 00:09:23 -0500
774              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
775      Branch: perl
776            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
777            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
778            ! xsutils.c
779 ____________________________________________________________________________
780 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
781         Log: Forgotten checkin.
782      Branch: perl
783            ! lib/Pod/Text.pm
784 ____________________________________________________________________________
785 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
786         Log: uconfig.h update.
787      Branch: perl
788            ! uconfig.h
789 ____________________________________________________________________________
790 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
791         Log: Update Changes.
792      Branch: perl
793            ! Changes patchlevel.h
794 ____________________________________________________________________________
795 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
796         Log: Note that some of the Unicode features are
797              dependent on perlio.
798      Branch: perl
799            ! pod/perluniintro.pod
800 ____________________________________________________________________________
801 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
802         Log: Regen perlapi, regen toc.
803      Branch: perl
804            ! pod/perlapi.pod pod/perltoc.pod
805 ____________________________________________________________________________
806 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
807         Log: FAQ sync.
808      Branch: perl
809            ! pod/perlfaq4.pod pod/perlfaq6.pod
810 ____________________________________________________________________________
811 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
812         Log: Subject: [PATCH] Fix odd language in an sv.c comment
813              From: coral@eekeek.org
814              Date: Sat, 8 Dec 2001 12:19:39 -0500
815              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
816      Branch: perl
817            ! sv.c
818 ____________________________________________________________________________
819 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
820         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
821              From: Michael G Schwern <schwern@pobox.com>
822              Date: Fri, 7 Dec 2001 20:03:45 -0500
823              Message-ID: <20011208010345.GD642@blackrider>
824              
825              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
826              From: Michael G Schwern <schwern@pobox.com>
827              Date: Fri, 7 Dec 2001 20:13:54 -0500
828              Message-ID: <20011208011354.GE642@blackrider>
829              
830              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
831              From: Michael G Schwern <schwern@pobox.com>
832              Date: Fri, 7 Dec 2001 21:47:36 -0500
833              Message-ID: <20011208024736.GH642@blackrider>
834              
835              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
836              From: Michael G Schwern <schwern@pobox.com>
837              Date: Fri, 7 Dec 2001 23:09:43 -0500
838              Message-ID: <20011208040943.GK642@blackrider>
839              
840              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
841              Message-Id: <a05101004b83754903506@[172.16.52.1]>
842              Date: Fri, 7 Dec 2001 23:28:15 -0600
843              From: "Craig A. Berry" <craigberry@mac.com>
844      Branch: perl
845            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
846 ____________________________________________________________________________
847 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
848         Log: Integrate perlio.
849      Branch: perl
850           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
851           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
852 ____________________________________________________________________________
853 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
854         Log: Retract #11156 since Sarathy has found that it breaks code:
855              http://bugs.ActiveState.com/show_bug.cgi?id=18457
856              http://bugs.ActiveState.com/show_bug.cgi?id=18858
857      Branch: perl
858            ! op.c sv.c t/op/pos.t
859 ____________________________________________________________________________
860 [ 13532] By: nick                                  on 2001/12/08  14:11:12
861         Log: Integrate mainline
862      Branch: perlio
863           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
864           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
865 ____________________________________________________________________________
866 [ 13531] By: nick                                  on 2001/12/08  13:48:21
867         Log: Tweak multi-arg open error messages
868      Branch: perlio
869            ! perlio.c
870 ____________________________________________________________________________
871 [ 13530] By: nick                                  on 2001/12/08  10:20:06
872         Log: Allow multi-arg open() if opening layer declares this legal.
873      Branch: perlio
874            ! doio.c perlio.c perliol.h
875 ____________________________________________________________________________
876 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
877         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
878              From: Michael G Schwern <schwern@pobox.com>       
879              Date: Fri, 7 Dec 2001 19:41:31 -0500
880              Message-ID: <20011208004131.GC642@blackrider>
881      Branch: perl
882            ! t/run/switches.t t/test.pl
883 ____________________________________________________________________________
884 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
885         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
886              From: Michael G Schwern <schwern@pobox.com>       
887              Date: Fri, 7 Dec 2001 19:12:44 -0500
888              Message-ID: <20011208001244.GB642@blackrider>
889      Branch: perl
890            ! t/op/stat.t
891 ____________________________________________________________________________
892 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
893         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
894              From: Michael G Schwern <schwern@pobox.com>
895              Date: Fri, 7 Dec 2001 17:28:57 -0500
896              Message-ID: <20011207222857.GI23210@blackrider>
897      Branch: perl
898            ! t/op/magic.t
899 ____________________________________________________________________________
900 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
901         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
902      Branch: perl
903            ! t/test.pl
904 ____________________________________________________________________________
905 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
906         Log: which_perl: delay as much a possible till runtime.
907      Branch: perl
908            ! t/test.pl
909 ____________________________________________________________________________
910 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
911         Log: Further tweakage to which_perl().
912      Branch: perl
913            ! t/test.pl
914 ____________________________________________________________________________
915 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
916         Log: perluniintro tweaks.
917      Branch: perl
918            ! pod/perluniintro.pod
919 ____________________________________________________________________________
920 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
921         Log: Tweak the $Perl computation.
922      Branch: perl
923            ! t/test.pl
924 ____________________________________________________________________________
925 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
926         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
927              From: Nicholas Clark <nick@ccl4.org>
928              Date: Fri, 7 Dec 2001 17:06:56 +0000
929              Message-ID: <20011207170656.G21702@plum.flirble.org>
930      Branch: perl
931            ! doop.c t/op/chop.t
932 ____________________________________________________________________________
933 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
934         Log: Update Changes.
935      Branch: perl
936            ! Changes patchlevel.h
937 ____________________________________________________________________________
938 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
939         Log: Missing ).
940      Branch: perl
941            ! t/test.pl
942 ____________________________________________________________________________
943 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
944         Log: Allow several arguments to display().
945      Branch: perl
946            ! t/test.pl
947 ____________________________________________________________________________
948 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
949         Log: /dev/stdout could be either a character special file
950              or a named pipe, so let's pretend it doesn't exist.
951      Branch: perl
952            ! t/op/stat.t
953 ____________________________________________________________________________
954 [ 13516] By: nick                                  on 2001/12/07  15:09:23
955         Log: Integrate again - can I catch up ?
956      Branch: perlio
957           !> t/test.pl
958 ____________________________________________________________________________
959 [ 13515] By: nick                                  on 2001/12/07  15:08:17
960         Log: Integrate mainline some more
961      Branch: perlio
962           !> README.hpux hints/linux.sh pod/perlfunc.pod
963 ____________________________________________________________________________
964 [ 13514] By: nick                                  on 2001/12/07  15:07:15
965         Log: Integrate mainline
966      Branch: perlio
967           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
968           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
969           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
970           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
971           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
972           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
973           +> t/lib/Math/BigInt/BareCalc.pm
974            - ext/Devel/PPPort/harness/Harness.pm
975            - ext/Devel/PPPort/harness/Harness.xs
976            - ext/Devel/PPPort/harness/Makefile.PL
977            - ext/Devel/PPPort/harness/module2.c
978            - ext/Devel/PPPort/harness/module3.c
979            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
980            - lib/File/Spec/Functions.t
981           !> (integrate 103 files)
982 ____________________________________________________________________________
983 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
984         Log: Add display() for displaying icky scalars.
985      Branch: perl
986            ! t/test.pl
987 ____________________________________________________________________________
988 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
989         Log: Subject: [ID 20011207.001] documentation bug for waitpid
990              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
991              Date: Fri, 7 Dec 2001 12:44:56 +0100
992              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
993      Branch: perl
994            ! pod/perlfunc.pod
995 ____________________________________________________________________________
996 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
997         Log: gcc version matching didn't.
998      Branch: perl
999            ! hints/linux.sh
1000 ____________________________________________________________________________
1001 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
1002         Log: Subject: HP renamed their servers              
1003              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1004              Date: Fri, 07 Dec 2001 12:07:22 +0100
1005              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
1006      Branch: perl
1007            ! README.hpux
1008 ____________________________________________________________________________
1009 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
1010         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
1011              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1012              Date: Fri, 7 Dec 2001 00:24:55 -0500
1013              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
1014      Branch: perl
1015            ! pod/perlport.pod
1016 ____________________________________________________________________________
1017 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
1018         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
1019              From: Michael G Schwern <schwern@pobox.com> 
1020              Date: Thu, 6 Dec 2001 22:56:34 -0500
1021              Message-ID: <20011207035634.GO22648@blackrider>
1022      Branch: perl
1023            ! t/base/lex.t t/op/exec.t
1024 ____________________________________________________________________________
1025 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
1026         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
1027              From: Michael G Schwern <schwern@pobox.com>
1028              Date: Thu, 6 Dec 2001 22:45:44 -0500
1029              Message-ID: <20011207034544.GN22648@blackrider>
1030              
1031              (plus op/ref tweak)
1032      Branch: perl
1033            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
1034            ! t/run/kill_perl.t t/test.pl
1035 ____________________________________________________________________________
1036 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
1037         Log: Upgrade to Math::BigInt 1.48.
1038      Branch: perl
1039            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
1040            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1041            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
1042            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
1043            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1044            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1045            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
1046 ____________________________________________________________________________
1047 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
1048         Log: Mention also perl56delta in case somone is upgrading from
1049              Perl 5.005_03.
1050      Branch: perl
1051            ! pod/perldelta.pod
1052 ____________________________________________________________________________
1053 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
1054         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
1055              From: Michael G Schwern <schwern@pobox.com>
1056              Date: Thu, 6 Dec 2001 15:15:28 -0500
1057              Message-ID: <20011206201528.GF16414@blackrider>
1058              
1059              (just the term.t, not the lex.t)
1060              
1061              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
1062              From: Michael G Schwern <schwern@pobox.com>
1063              Date: Thu, 6 Dec 2001 15:22:22 -0500
1064              Message-ID: <20011206202222.GG16414@blackrider>
1065              
1066              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
1067              From: Michael G Schwern <schwern@pobox.com>
1068              Date: Thu, 6 Dec 2001 15:31:58 -0500
1069              Message-ID: <20011206203158.GI16414@blackrider>
1070              
1071              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
1072              From: Michael G Schwern <schwern@pobox.com>
1073              Date: Thu, 6 Dec 2001 17:38:55 -0500
1074              Message-ID: <20011206223855.GC22648@blackrider>
1075      Branch: perl
1076            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
1077            ! t/test.pl
1078 ____________________________________________________________________________
1079 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
1080         Log: Update the thr5005 situation.
1081      Branch: perl
1082            ! pod/perldelta.pod
1083 ____________________________________________________________________________
1084 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
1085         Log: perldelta borrowings from perl561delta.
1086      Branch: perl
1087            ! pod/perldelta.pod
1088 ____________________________________________________________________________
1089 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
1090         Log: Add the 5.6.1 perldelta as perl561delta.
1091              (Makes it easier to steal stuff for perldelta :-)
1092      Branch: perl
1093            + pod/perl561delta.pod
1094            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1095 ____________________________________________________________________________
1096 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
1097         Log: Retract #13496 for now.
1098      Branch: perl
1099            ! t/base/lex.t t/base/term.t
1100 ____________________________________________________________________________
1101 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
1102         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
1103              From: "Craig A. Berry" <craigberry@mac.com>
1104              Date: Thu, 6 Dec 2001 14:54:36 -0600
1105              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
1106      Branch: perl
1107            ! vms/ext/filespec.t
1108 ____________________________________________________________________________
1109 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
1110         Log: (retracted by #13499)
1111              
1112              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
1113              From: Michael G Schwern <schwern@pobox.com>
1114              Date: Thu, 6 Dec 2001 15:15:28 -0500
1115              Message-ID: <20011206201528.GF16414@blackrider>
1116      Branch: perl
1117            ! t/base/lex.t t/base/term.t
1118 ____________________________________________________________________________
1119 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
1120         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
1121              From: Michael G Schwern <schwern@pobox.com>
1122              Date: Thu, 6 Dec 2001 13:54:48 -0500
1123              Message-ID: <20011206185448.GC16414@blackrider>
1124      Branch: perl
1125            ! t/op/stat.t
1126 ____________________________________________________________________________
1127 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
1128         Log: The #4 has nothing to do with Unicode.
1129      Branch: perl
1130            ! t/op/tr.t
1131 ____________________________________________________________________________
1132 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
1133         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
1134              From: Michael G Schwern <schwern@pobox.com>
1135              Date: Thu, 6 Dec 2001 13:45:48 -0500
1136              Message-ID: <20011206184548.GB16414@blackrider>
1137      Branch: perl
1138            ! t/op/tr.t
1139 ____________________________________________________________________________
1140 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
1141         Log: Update Changes.
1142      Branch: perl
1143            ! Changes patchlevel.h
1144 ____________________________________________________________________________
1145 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
1146         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
1147              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1148              Date: Thu, 6 Dec 2001 11:41:25 EST
1149              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
1150      Branch: perl
1151            ! vms/vms.c vms/vmsish.h
1152 ____________________________________________________________________________
1153 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
1154         Log: Subject: [PATCH] Re: weirdness in regexps
1155              From: Robin Houston <robin@kitsite.com> 
1156              Date: Thu, 6 Dec 2001 14:44:01 +0000
1157              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
1158      Branch: perl
1159            ! op.c t/lib/strict/subs
1160 ____________________________________________________________________________
1161 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
1162         Log: Make the -b -c -S tests count all of the /dev, not just
1163              check the first one, as suggested by Benjamin Goldberg.
1164      Branch: perl
1165            ! t/op/stat.t
1166 ____________________________________________________________________________
1167 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
1168         Log: Subject: Re: [PATCH: bleadperl] casefold backref
1169              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
1170              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
1171              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
1172      Branch: perl
1173            ! regexec.c
1174 ____________________________________________________________________________
1175 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
1176         Log: Nits noticed by Philip Newton, and de-tab DB.t.
1177      Branch: perl
1178            ! lib/DB.t
1179 ____________________________________________________________________________
1180 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
1181         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
1182              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1183              Date: 6 Dec 2001 11:06:01 -0000
1184              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
1185      Branch: perl
1186            ! op.c t/op/tr.t
1187 ____________________________________________________________________________
1188 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
1189         Log: Subject: [PATCH: bleadperl] casefold backref
1190              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
1191              Date: Wed, 05 Dec 2001 17:27:05 +0000
1192              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
1193      Branch: perl
1194            ! regexec.c t/op/re_tests
1195 ____________________________________________________________________________
1196 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
1197         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
1198              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1199              Date: Wed, 5 Dec 2001 22:34:53 EST
1200              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
1201      Branch: perl
1202            ! mg.c vms/vms.c vms/vmsish.h
1203 ____________________________________________________________________________
1204 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
1205         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
1206              From: Michael G Schwern <schwern@pobox.com>
1207              Date: Wed, 5 Dec 2001 19:52:58 -0500
1208              Message-ID: <20011205195257.A903@blackrider>
1209      Branch: perl
1210            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
1211            + lib/File/Spec/t/rel2abs2rel.t
1212            - lib/File/Spec.t lib/File/Spec/Functions.t
1213            ! MANIFEST
1214 ____________________________________________________________________________
1215 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
1216         Log: Subject: Re: Silly stat() portability questions                
1217              From: Benjamin Goldberg <goldbb2@earthlink.net>
1218              Date: Wed, 05 Dec 2001 22:52:35 -0500
1219              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
1220      Branch: perl
1221            ! pod/perlport.pod
1222 ____________________________________________________________________________
1223 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
1224         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
1225              From: "Craig A. Berry" <craigberry@mac.com>
1226              Date: Wed, 05 Dec 2001 16:41:59 -0600
1227              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
1228      Branch: perl
1229            ! README.vms configure.com lib/File/Spec/VMS.pm
1230            ! vms/ext/filespec.t
1231 ____________________________________________________________________________
1232 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
1233         Log: $apply->('club', $glibc_maintainers);
1234              
1235              (Nick Clark just reported that <langinfo.h> YESSTR
1236              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
1237      Branch: perl
1238            ! ext/I18N/Langinfo/Langinfo.t
1239 ____________________________________________________________________________
1240 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
1241         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
1242      Branch: perl
1243            ! pod/perlport.pod
1244 ____________________________________________________________________________
1245 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
1246         Log: tweak change#13474 (pad entries can apparently be null in some
1247              situations)
1248      Branch: maint-5.6/perl
1249            ! op.c
1250 ____________________________________________________________________________
1251 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
1252         Log: Restore the /dev -b -c -S part of the test.
1253      Branch: perl
1254            ! t/op/stat.t
1255 ____________________________________________________________________________
1256 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
1257         Log: Retract #13475 until Arthur gets back to the mine.
1258      Branch: perl
1259            ! op.c t/run/kill_perl.t
1260 ____________________________________________________________________________
1261 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
1262         Log: (retracted by #13476)
1263              
1264              Manually apply #13474; fixes stale reference to dead
1265              CvOUTSIDE(); this can happen when anonymous subroutines
1266              that aren't closures are returned from an eval""
1267              
1268              (threads/shared/sv_refs.t is coredump-unhappy about this change)
1269      Branch: perl
1270            ! op.c t/run/kill_perl.t
1271 ____________________________________________________________________________
1272 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
1273         Log: replacement for change#10451
1274              
1275              fixes stale reference to dead CvOUTSIDE(); this can happen when
1276              anonymous subroutines that aren't closures are returned from an
1277              eval""
1278      Branch: maint-5.6/perl
1279            ! op.c t/op/misc.t
1280 ____________________________________________________________________________
1281 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
1282         Log: revert change#10451,10472; it was a naive fix that simply
1283              reintroduced the memory leak!
1284      Branch: maint-5.6/perl
1285            ! op.c t/op/misc.t
1286 ____________________________________________________________________________
1287 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
1288         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
1289              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1290              Date: Wed, 05 Dec 2001 10:49:20 +0100
1291              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
1292      Branch: perl
1293            ! lib/File/Basename.pm lib/File/Basename.t
1294 ____________________________________________________________________________
1295 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
1296         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
1297              From: Michael G Schwern <schwern@pobox.com> 
1298              Date: Wed, 5 Dec 2001 02:47:59 -0500
1299              Message-ID: <20011205024759.H14333@blackrider>
1300      Branch: perl
1301            ! t/op/magic.t
1302 ____________________________________________________________________________
1303 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
1304         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
1305              From: Michael G Schwern <schwern@pobox.com>              
1306              Date: Wed, 5 Dec 2001 02:22:05 -0500
1307              Message-ID: <20011205022205.F14333@blackrider>
1308      Branch: perl
1309            ! t/op/stat.t vms/test.com
1310 ____________________________________________________________________________
1311 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
1312         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
1313              From: Michael G Schwern <schwern@pobox.com> 
1314              Date: Tue, 4 Dec 2001 23:40:10 -0500
1315              Message-ID: <20011204234010.B14333@blackrider>
1316      Branch: perl
1317            ! t/op/stat.t
1318 ____________________________________________________________________________
1319 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
1320         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
1321              From: Michael G Schwern <schwern@pobox.com> 
1322              Date: Tue, 4 Dec 2001 21:09:18 -0500           
1323              Message-ID: <20011204210918.D13279@blackrider>
1324              
1325              t/test.
1326      Branch: perl
1327            ! t/test.pl
1328 ____________________________________________________________________________
1329 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
1330         Log: (accidentally empty check-in)
1331      Branch: perl
1332            ! t/op/stat.t
1333 ____________________________________________________________________________
1334 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
1335         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
1336              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1337              Date: Tue, 04 Dec 2001 23:40:27 +0100
1338              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
1339      Branch: perl
1340            ! mg.c
1341 ____________________________________________________________________________
1342 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
1343         Log: Subject: [PATCH] minor pod fix in Safe.pm
1344              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1345              Date: Tue, 4 Dec 2001 22:02:34 +0100
1346              Message-ID: <20011204220234.A17293@rafael>
1347      Branch: perl
1348            ! ext/Opcode/Safe.pm
1349 ____________________________________________________________________________
1350 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
1351         Log: CRLF GRRR.
1352      Branch: perl
1353            ! djgpp/configure.bat
1354 ____________________________________________________________________________
1355 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
1356         Log: DJGPP fixes from Laszlo Molnar.
1357      Branch: perl
1358            ! djgpp/configure.bat djgpp/djgpp.h
1359 ____________________________________________________________________________
1360 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
1361         Log: Update Changes.
1362      Branch: perl
1363            ! Changes patchlevel.h
1364 ____________________________________________________________________________
1365 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
1366         Log: Must wipe out the memory of real Socket before starting
1367              to use the new fake one.
1368      Branch: perl
1369            ! lib/Net/t/config.t
1370 ____________________________________________________________________________
1371 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
1372         Log: LC_ALL might trump LANG.
1373      Branch: perl
1374            ! lib/open.t
1375 ____________________________________________________________________________
1376 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
1377         Log: Make the eval runtime.
1378      Branch: perl
1379            ! lib/open.pm
1380 ____________________________________________________________________________
1381 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
1382         Log: Make the Langinfo test both more lenient (allow
1383              for any symbol not to exists) and stricter (add
1384              more symbols).
1385      Branch: perl
1386            ! ext/I18N/Langinfo/Langinfo.t
1387 ____________________________________________________________________________
1388 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
1389         Log: integrate change#13453 from maint-5.6
1390              
1391              tweak change#11399 to use an explicit flag rather than
1392              ass_u_ming w32_pseudo_id will only be zero for the real
1393              toplevel interpreter; avoids multiple hosts from diddling
1394              the environment at the same time
1395      Branch: perl
1396           !> win32/perlhost.h
1397 ____________________________________________________________________________
1398 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
1399         Log: Subject: [PATCH] VMS update for perldelta.pod
1400              From: "Craig A. Berry" <craigberry@mac.com> 
1401              Date: Tue, 4 Dec 2001 00:23:12 -0600
1402              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
1403      Branch: perl
1404            ! pod/perldelta.pod
1405 ____________________________________________________________________________
1406 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
1407         Log: NetWare tweak from Ananth Kesari.
1408      Branch: perl
1409            ! NetWare/Makefile
1410 ____________________________________________________________________________
1411 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
1412         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
1413              Not adding the test suite because of its many assumptions.
1414      Branch: perl
1415            ! lib/Net/Ping.pm
1416 ____________________________________________________________________________
1417 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
1418         Log: tweak change#11399 to use an explicit flag rather than
1419              ass_u_ming w32_pseudo_id will only be zero for the real
1420              toplevel interpreter; avoids multiple hosts from diddling
1421              the environment at the same time
1422      Branch: maint-5.6/perl
1423            ! win32/perlhost.h
1424 ____________________________________________________________________________
1425 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
1426         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
1427              from Len Makin.
1428      Branch: perl
1429            + hints/super-ux.sh
1430            ! MANIFEST
1431 ____________________________________________________________________________
1432 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
1433         Log: Add Mac OS X known failures to perldelta.
1434      Branch: perl
1435            ! pod/perldelta.pod
1436 ____________________________________________________________________________
1437 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
1438         Log: I think it's time to call the utf8 code non-test.
1439      Branch: perl
1440            ! utf8.c
1441 ____________________________________________________________________________
1442 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
1443         Log: Retract #13303, need rethink.
1444      Branch: perl
1445            ! utf8.c
1446 ____________________________________________________________________________
1447 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
1448         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
1449              From: "Craig A. Berry" <craigberry@mac.com>
1450              Date: Mon, 03 Dec 2001 16:28:06 -0600
1451              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
1452      Branch: perl
1453            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
1454 ____________________________________________________________________________
1455 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
1456         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
1457              From: Andy Dougherty <doughera@lafayette.edu>
1458              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
1459              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
1460      Branch: perl
1461            ! hints/solaris_2.sh
1462 ____________________________________________________________________________
1463 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
1464         Log: This test is not very robust on 8.3-constrained systems:
1465              all the "with truncated name" lines between "Autosplitting ..."
1466              and "some names are not unique" lines are unexpected,
1467              and the truncation message becomes:
1468              testtest.al, testtest.al truncate to testtest 
1469      Branch: perl
1470            ! lib/AutoSplit.t
1471 ____________________________________________________________________________
1472 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
1473         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
1474      Branch: perl
1475            ! ext/I18N/Langinfo/Langinfo.t
1476 ____________________________________________________________________________
1477 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
1478         Log: Test::Morify UCD.t
1479      Branch: perl
1480            ! lib/Unicode/UCD.t
1481 ____________________________________________________________________________
1482 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
1483         Log: If Socket has not been built (e.g. DJGPP) the libnet
1484              tests fall over with (too) much noise.
1485      Branch: perl
1486            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
1487            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
1488            ! lib/Net/t/smtp.t lib/Net/t/time.t
1489 ____________________________________________________________________________
1490 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
1491         Log: Subject: [PATCH] shared hash keys and ++/--
1492              From: Nicholas Clark <nick@ccl4.org>
1493              Date: Mon, 3 Dec 2001 16:37:16 +0000
1494              Message-ID: <20011203163716.C21702@plum.flirble.org>
1495      Branch: perl
1496            ! pp.c pp_hot.c sv.c t/op/inc.t
1497 ____________________________________________________________________________
1498 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
1499         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
1500              From: Jonathan Stowe <jns@gellyfish.com>
1501              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
1502              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
1503      Branch: perl
1504            ! lib/Term/Cap.pm
1505 ____________________________________________________________________________
1506 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
1507         Log: Update Changes.
1508      Branch: perl
1509            ! Changes patchlevel.h
1510 ____________________________________________________________________________
1511 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
1512         Log: perldelta tweaks.
1513      Branch: perl
1514            ! pod/perldelta.pod
1515 ____________________________________________________________________________
1516 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
1517         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
1518              From: Sam Tregar <sam@tregar.com> 
1519              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
1520              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
1521      Branch: perl
1522            ! pod/perlnewmod.pod
1523 ____________________________________________________________________________
1524 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
1525         Log: microperl casting nit.
1526      Branch: perl
1527            ! utf8.c
1528 ____________________________________________________________________________
1529 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
1530         Log: Make sharepvn a macro since all it does is a deref.
1531      Branch: perl
1532            ! embed.h embed.pl global.sym hv.c hv.h proto.h
1533 ____________________________________________________________________________
1534 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
1535         Log: perldelta updates.
1536      Branch: perl
1537            ! pod/perldelta.pod
1538 ____________________________________________________________________________
1539 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
1540         Log: PPPort update from Paul Marquess.
1541      Branch: perl
1542            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
1543            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
1544            + ext/Devel/PPPort/t/test.t
1545            - ext/Devel/PPPort/harness/Harness.pm
1546            - ext/Devel/PPPort/harness/Harness.xs
1547            - ext/Devel/PPPort/harness/Makefile.PL
1548            - ext/Devel/PPPort/harness/module2.c
1549            - ext/Devel/PPPort/harness/module3.c
1550            - ext/Devel/PPPort/harness/t/test.t
1551            ! MANIFEST ext/Devel/PPPort/MANIFEST
1552            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
1553            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
1554            ! ext/Devel/PPPort/soak
1555 ____________________________________________________________________________
1556 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
1557         Log: No use talking about dynamic library search patch
1558              unless we are having a dynamic build.
1559      Branch: perl
1560            ! t/TEST
1561 ____________________________________________________________________________
1562 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
1563         Log: Be more explicit on the List::Util build trick,
1564              should also stop unneeded rebuilds on static builds.
1565      Branch: perl
1566            ! ext/List/Util/Makefile.PL
1567 ____________________________________________________________________________
1568 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
1569         Log: We need to replace the optimize (-O1) with
1570              the -h scalar0 -h vector0, not append them
1571              to the ccflags.
1572      Branch: perl
1573            ! hints/unicos.sh hints/unicosmk.sh
1574 ____________________________________________________________________________
1575 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
1576         Log: Subject: [PATCH] Shared hash keys 
1577              From: Nicholas Clark <nick@ccl4.org>
1578              Date: Sun, 2 Dec 2001 20:52:32 +0000
1579              Message-ID: <20011202205232.U21702@plum.flirble.org>
1580      Branch: perl
1581            ! doop.c t/op/tr.t
1582 ____________________________________________________________________________
1583 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
1584         Log: Better add new files to MANIFEST, too.
1585      Branch: perl
1586            ! MANIFEST
1587 ____________________________________________________________________________
1588 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
1589         Log: Subject: {PATCH] perlpacktut.pod
1590              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
1591              Date: Sun, 02 Dec 2001 19:55:06 +0100
1592              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
1593      Branch: perl
1594            ! pod/perlpacktut.pod
1595 ____________________________________________________________________________
1596 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
1597         Log: Various small nits found by DJGPP build.
1598      Branch: perl
1599            ! doio.c mg.c pp.c util.c
1600 ____________________________________________________________________________
1601 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
1602         Log: Subject: RE: More verbose POD for Carp
1603              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
1604              Date: Sun, 2 Dec 2001 11:32:51 -0500
1605              Message-ID: <3C0A9748@operamail.com>
1606      Branch: perl
1607            ! lib/Carp.pm
1608 ____________________________________________________________________________
1609 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
1610         Log: Add a header for DJGPP with the function prototypes.
1611      Branch: perl
1612            + djgpp/djgpp.h
1613            ! MANIFEST djgpp/djgpp.c
1614 ____________________________________________________________________________
1615 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
1616         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
1617              From: Abe Timmerman <abe@ztreet.demon.nl>
1618              Date: Sun, 02 Dec 2001 02:41:25 +0100
1619              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
1620      Branch: perl
1621            ! pp_sys.c
1622 ____________________________________________________________________________
1623 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
1624         Log: There isn't PTR2INT(), there's PTR2IV().
1625      Branch: perl
1626            ! ext/Time/HiRes/HiRes.xs
1627 ____________________________________________________________________________
1628 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
1629         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
1630              From: Marc Lehmann <root@schmorp.de>
1631              Date: Sun, 02 Dec 2001 02:44:53 +0100
1632              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
1633      Branch: perl
1634            ! ext/Time/HiRes/HiRes.xs
1635 ____________________________________________________________________________
1636 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
1637         Log: encode()/decode() examples.
1638      Branch: perl
1639            ! ext/Encode/Encode.pm
1640 ____________________________________________________________________________
1641 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
1642         Log: DJGPP tweaks from Laszlo Molnar.
1643      Branch: perl
1644            ! djgpp/config.over djgpp/djgppsed.sh
1645 ____________________________________________________________________________
1646 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
1647         Log: Update Changes.
1648      Branch: perl
1649            ! Changes patchlevel.h
1650 ____________________________________________________________________________
1651 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
1652         Log: Integrate perlio;
1653              
1654              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
1655              which do not have file descriptors. Noticed a possibly
1656              worse problem in the process ...
1657      Branch: perl
1658           !> doio.c
1659 ____________________________________________________________________________
1660 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
1661         Log: Non-VMS-fixed and Win32-skipped version of
1662              
1663              Subject: [PATCH t/op/exec.t] Portabilty fix 
1664              From: Michael G Schwern <schwern@pobox.com> 
1665              Date: Fri, 30 Nov 2001 16:09:27 -0500
1666              Message-ID: <20011130160927.A10406@blackrider>
1667      Branch: perl
1668            ! t/op/exec.t
1669 ____________________________________________________________________________
1670 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
1671         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
1672              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
1673              Date: Sat, 1 Dec 2001 07:01:09 -0500
1674              Message-ID: <3C0D2E39@operamail.com>
1675              
1676              Subject: More verbose POD for Carp
1677              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
1678              Date: Sat, 1 Dec 2001 08:04:16 -0500
1679              Message-ID: <3C285C2B@operamail.com>
1680      Branch: perl
1681            ! lib/Carp.pm lib/Carp/Heavy.pm
1682 ____________________________________________________________________________
1683 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
1684         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
1685              From: chromatic <chromatic@rmci.net>
1686              Date: Sat, 01 Dec 2001 12:41:58 -0700
1687              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
1688      Branch: perl
1689            ! lib/DB.t
1690 ____________________________________________________________________________
1691 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
1692         Log: Try to make a missing RADIXCHAR a softer kinder error.
1693      Branch: perl
1694            ! ext/I18N/Langinfo/Langinfo.t
1695 ____________________________________________________________________________
1696 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
1697         Log: Have a little faith on nl_langinfo() itself.
1698      Branch: perl
1699            ! ext/I18N/Langinfo/Langinfo.xs
1700 ____________________________________________________________________________
1701 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
1702         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
1703              the max, not max plus one)
1704      Branch: perl
1705            ! ext/I18N/Langinfo/Langinfo.xs
1706 ____________________________________________________________________________
1707 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
1708         Log: Make reality agree with the comment.
1709      Branch: perl
1710            ! ext/I18N/Langinfo/Langinfo.xs
1711 ____________________________________________________________________________
1712 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
1713         Log: Try to protect against wild langinfo() arguments.
1714      Branch: perl
1715            ! ext/I18N/Langinfo/Langinfo.xs
1716 ____________________________________________________________________________
1717 [ 13409] By: nick                                  on 2001/12/01  18:19:59
1718         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
1719              have file descriptors. Noticed a possibly worse problem in the process ...
1720      Branch: perlio
1721            ! doio.c
1722 ____________________________________________________________________________
1723 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
1724         Log: If we are inside an eval, let's be silent about
1725              separate symbols and just croak() in the end.
1726      Branch: perl
1727            ! lib/Exporter/Heavy.pm
1728 ____________________________________________________________________________
1729 [ 13407] By: nick                                  on 2001/12/01  17:14:05
1730         Log: Integrate mainline
1731      Branch: perlio
1732           !> (integrate 26 files)
1733 ____________________________________________________________________________
1734 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
1735         Log: Subject: Fix for Exporter error reporting behaviour
1736              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
1737              Date: Sat, 1 Dec 2001 06:34:48 -0500
1738              Message-ID: <3C0D1B9A@operamail.com>
1739      Branch: perl
1740            ! lib/Exporter.pm lib/Exporter/Heavy.pm
1741 ____________________________________________________________________________
1742 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
1743         Log: Need to hide behind an eval to avoid a warning
1744              about :utf8 on non-perlio configs.
1745      Branch: perl
1746            ! lib/open.t
1747 ____________________________________________________________________________
1748 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
1749         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
1750              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1751              Date: Fri, 30 Nov 2001 23:46:58 +0100
1752              Message-ID: <20011130234658.A717@rafael>
1753      Branch: perl
1754            ! op.c t/op/method.t
1755 ____________________________________________________________________________
1756 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
1757         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
1758              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1759              Date: Thu, 29 Nov 2001 22:46:12 +0100
1760              Message-ID: <20011129224612.A699@rafael>
1761      Branch: perl
1762            ! ext/B/B/Xref.pm
1763 ____________________________________________________________________________
1764 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
1765         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
1766              From: Tels <perl_dummy@bloodgate.com>
1767              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
1768              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
1769      Branch: perl
1770            ! pod/perlfunc.pod
1771 ____________________________________________________________________________
1772 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
1773         Log: Subject: [REPATCH] reference pointer comparison
1774              From: Nicholas Clark <nick@ccl4.org>
1775              Date: Sat, 1 Dec 2001 13:00:17 +0000
1776              Message-ID: <20011201130017.I21702@plum.flirble.org>
1777      Branch: perl
1778            ! pp.c
1779 ____________________________________________________________________________
1780 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
1781         Log: Upgrade to Storable 1.0.14.
1782      Branch: perl
1783            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1784 ____________________________________________________________________________
1785 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
1786         Log: Add simple caches for ::viacode() and ::vianame().
1787      Branch: perl
1788            ! lib/charnames.pm lib/charnames.t
1789 ____________________________________________________________________________
1790 [ 13398] By: nick                                  on 2001/12/01  10:36:24
1791         Log: Integrate mainline.
1792      Branch: perlio
1793           +> (branch 44 files)
1794            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1795            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1796            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
1797           !> (integrate 250 files)
1798 ____________________________________________________________________________
1799 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
1800         Log: Regen toc and modlib.
1801      Branch: perl
1802            ! pod/perlmodlib.pod pod/perltoc.pod
1803 ____________________________________________________________________________
1804 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
1805         Log: Upgrade to podlators-1.18.
1806      Branch: perl
1807            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
1808 ____________________________________________________________________________
1809 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
1810         Log: -h scalar0 -h vector0 seems to help for both
1811              UNICOS and UNICOS/mk on the unpack %65c problems.
1812              
1813              (replaces #13393)
1814      Branch: perl
1815            ! hints/unicos.sh hints/unicosmk.sh
1816 ____________________________________________________________________________
1817 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
1818         Log: More Socket constants.
1819      Branch: perl
1820            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
1821 ____________________________________________________________________________
1822 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
1823         Log: (replaced by #13395)
1824      Branch: perl
1825            ! hints/unicosmk.sh
1826 ____________________________________________________________________________
1827 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
1828         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
1829              From: Andy Dougherty <doughera@lafayette.edu>
1830              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
1831              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
1832              
1833              Simplify the test skippage criterion now that we are
1834              no more dependent on sed.
1835      Branch: perl
1836            ! t/comp/cpp.t t/run/switchPx.t
1837 ____________________________________________________________________________
1838 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
1839         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
1840              From: Michael G Schwern <schwern@pobox.com>
1841              Date: Fri, 30 Nov 2001 11:48:44 -0500
1842              Message-ID: <20011130114844.C1303@blackrider>
1843              
1844              (replaces #13381)
1845      Branch: perl
1846            ! t/op/stat.t
1847 ____________________________________________________________________________
1848 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
1849         Log: Let's not assume how much memory has been allocated
1850              to PVs.
1851      Branch: perl
1852            ! ext/Devel/Peek/Peek.t
1853 ____________________________________________________________________________
1854 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
1855         Log: VOS needs to know the modules, including pp_sort.
1856      Branch: perl
1857            ! vos/perl.bind
1858 ____________________________________________________________________________
1859 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
1860         Log: Unused variables.
1861      Branch: perl
1862            ! ext/Unicode/Normalize/Normalize.xs
1863 ____________________________________________________________________________
1864 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
1865         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
1866              From: John Peacock <jpeacock@rowman.com>     
1867              Date: Fri, 30 Nov 2001 10:24:00 -0500        
1868              Message-ID: <3C07A490.A22A76B0@rowman.com>   
1869      Branch: perl
1870            ! lib/ExtUtils/Embed.t
1871 ____________________________________________________________________________
1872 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
1873         Log: Tweak for the VOS building script from Paul Green.
1874      Branch: perl
1875            ! vos/configure_perl.cm
1876 ____________________________________________________________________________
1877 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
1878         Log: Update Changes.
1879      Branch: perl
1880            ! Changes patchlevel.h
1881 ____________________________________________________________________________
1882 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
1883         Log: Cannot test if cppstdin has not yet been installed.
1884      Branch: perl
1885            ! t/run/switchPx.t
1886 ____________________________________________________________________________
1887 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
1888         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
1889              From: Michael G Schwern <schwern@pobox.com> 
1890              Date: Thu, 29 Nov 2001 22:05:11 -0500
1891              Message-ID: <20011129220510.A18869@blackrider>
1892              
1893              TODO 1: if cppstdin is used and not yet installed,
1894              the Px.t will fail (must do the same as in cpp.t)
1895              
1896              TODO 2: does this work if no Perl whatsoever has
1897              yet been installed?  That is, we should be using
1898              the Perl we are building to execute the one-liner.
1899      Branch: perl
1900            + t/run/switchPx.aux t/run/switchPx.t
1901            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
1902            ! vms/test.com
1903 ____________________________________________________________________________
1904 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
1905         Log: Upgrade to Unicode::Normalize 0.12.
1906      Branch: perl
1907            ! ext/Unicode/Normalize/Changes
1908            ! ext/Unicode/Normalize/Normalize.pm
1909            ! ext/Unicode/Normalize/Normalize.xs
1910            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
1911            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
1912            ! ext/Unicode/Normalize/t/test.t
1913 ____________________________________________________________________________
1914 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
1915         Log: (replaced by #13391)
1916              
1917              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
1918              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
1919              Date: 30 Nov 2001 11:41:53 -0000             
1920              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
1921              
1922              No need to die if we have high-paranoia (non-chdirable)
1923              system directories.
1924      Branch: perl
1925            ! t/op/stat.t
1926 ____________________________________________________________________________
1927 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
1928         Log: Paragraph rewrapping.
1929      Branch: perl
1930            ! pod/perliol.pod
1931 ____________________________________________________________________________
1932 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
1933         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
1934              From: Stas Bekman <stas@stason.org>
1935              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
1936              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
1937      Branch: perl
1938            ! pod/perliol.pod
1939 ____________________________________________________________________________
1940 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
1941         Log: Whether select() gets restarted on signals is
1942              implementation dependent.
1943      Branch: perl
1944            ! ext/Time/HiRes/HiRes.t
1945 ____________________________________________________________________________
1946 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
1947         Log: More forgotten checkins.
1948      Branch: perl
1949            ! embed.h embed.pl proto.h
1950 ____________________________________________________________________________
1951 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
1952         Log: Add a note about folding vs lowercase.
1953      Branch: perl
1954            ! regexec.c
1955 ____________________________________________________________________________
1956 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
1957         Log: Use to_uni_fold (and add changed global.sym)
1958      Branch: perl
1959            ! global.sym utf8.c
1960 ____________________________________________________________________________
1961 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
1962         Log: Make to Unicode character functions to use UVs
1963              instead of U32s and add to_uni_fold().
1964      Branch: perl
1965            ! embed.pl proto.h utf8.c
1966 ____________________________________________________________________________
1967 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
1968         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
1969              From: Nicholas Clark <nick@ccl4.org>
1970              Date: Thu, 29 Nov 2001 22:47:32 +0000
1971              Message-ID: <20011129224732.W37621@plum.flirble.org>
1972      Branch: perl
1973            ! pod/perlpacktut.pod
1974 ____________________________________________________________________________
1975 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
1976         Log: README.vos updates from Paul Green.
1977      Branch: perl
1978            ! README.vos
1979 ____________________________________________________________________________
1980 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
1981         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
1982              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1983              Date: Thu, 29 Nov 2001 14:18:51 EST
1984              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
1985      Branch: perl
1986            ! mg.c vms/vms.c vms/vmsish.h
1987 ____________________________________________________________________________
1988 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
1989         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
1990              From: Michael G Schwern <schwern@pobox.com>
1991              Date: Thu, 29 Nov 2001 13:12:31 -0500
1992              Message-ID: <20011129131231.E11300@blackrider>
1993      Branch: perl
1994            ! README.vms
1995 ____________________________________________________________________________
1996 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
1997         Log: BGET_IV was missing.
1998      Branch: perl
1999            ! ext/ByteLoader/bytecode.h
2000 ____________________________________________________________________________
2001 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
2002         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
2003              From: Jonathan Stowe <gellyfish@gellyfish.com>
2004              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
2005              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
2006      Branch: perl
2007            ! lib/Term/Cap.pm
2008 ____________________________________________________________________________
2009 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
2010         Log: Porting/checkURL.pl was missing.
2011      Branch: perl
2012            ! MANIFEST
2013 ____________________________________________________________________________
2014 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
2015         Log: Subject: INSTALL and READMEs should be reviewed
2016              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2017              Date: Thu, 29 Nov 2001 16:49:36 +0100
2018              Message-ID: <20011129164936.A17492@rafael>         
2019      Branch: perl
2020            ! README.cygwin
2021 ____________________________________________________________________________
2022 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
2023         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
2024              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
2025              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
2026              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
2027      Branch: perl
2028            ! README.os390
2029 ____________________________________________________________________________
2030 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
2031         Log: Update Changes.
2032      Branch: perl
2033            ! Changes patchlevel.h
2034 ____________________________________________________________________________
2035 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
2036         Log: The changes to the curliffed files didn't stick in #13348.
2037      Branch: perl
2038            ! README.dos README.win32
2039 ____________________________________________________________________________
2040 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
2041         Log: Subject: Re: Found the rev where File::Glob broke
2042              From: Andy Dougherty <doughera@lafayette.edu>
2043              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
2044              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
2045      Branch: perl
2046            ! lib/ExtUtils/MM_Unix.pm
2047 ____________________________________________________________________________
2048 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
2049         Log: Use __DATA__ instead of __END__.
2050      Branch: perl
2051            ! lib/Term/Cap.pm
2052 ____________________________________________________________________________
2053 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
2054         Log: Subject: [PATCH toke.c] autosplit into @F fix
2055              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2056              Date: Thu, 29 Nov 2001 14:52:23 +0100
2057              Message-ID: <20011129145223.A25817@rafael>         
2058      Branch: perl
2059            ! toke.c
2060 ____________________________________________________________________________
2061 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
2062         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
2063              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2064              Date: Thu, 29 Nov 2001 15:48:15 +0100
2065              Message-ID: <20011129154815.C25817@rafael>         
2066      Branch: perl
2067            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
2068 ____________________________________________________________________________
2069 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
2070         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
2071              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2072              Date: Wed, 28 Nov 2001 20:35:29 +0100
2073              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
2074      Branch: perl
2075            ! pod/perlpacktut.pod
2076 ____________________________________________________________________________
2077 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
2078         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
2079              From: Stas Bekman <stas@stason.org>
2080              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
2081              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
2082              
2083              (with tweaks)
2084      Branch: perl
2085            ! pod/perlapio.pod
2086 ____________________________________________________________________________
2087 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
2088         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
2089              From: Tels <perl_dummy@bloodgate.com>
2090              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
2091              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
2092              
2093              (plus paragraph rewrapping)
2094      Branch: perl
2095            ! lib/Exporter.pm
2096 ____________________________________________________________________________
2097 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
2098         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
2099              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
2100              Date: Wed, 28 Nov 2001 21:47:59 +0000
2101              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
2102      Branch: perl
2103            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
2104 ____________________________________________________________________________
2105 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
2106         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
2107              From: Andy Dougherty <doughera@lafayette.edu>
2108              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
2109              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
2110      Branch: perl
2111            ! INSTALL ext/Time/HiRes/HiRes.t
2112 ____________________________________________________________________________
2113 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
2114         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
2115              From: Michael G Schwern <schwern@pobox.com> 
2116              Date: Wed, 28 Nov 2001 16:37:01 -0500
2117              Message-ID: <20011128163701.H676@blackrider>
2118      Branch: perl
2119            ! t/run/kill_perl.t
2120 ____________________________________________________________________________
2121 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
2122         Log: @INC tweak.
2123      Branch: perl
2124            ! t/op/ref.t
2125 ____________________________________________________________________________
2126 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
2127         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
2128              From: Nicholas Clark <nick@ccl4.org>
2129              Date: Wed, 28 Nov 2001 23:38:43 +0000
2130              Message-ID: <20011128233843.N37621@plum.flirble.org>  
2131      Branch: perl
2132            ! installman
2133 ____________________________________________________________________________
2134 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
2135         Log: Tweak the forking logic.
2136      Branch: perl
2137            ! Porting/checkURL.pl
2138 ____________________________________________________________________________
2139 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
2140         Log: Update perlmodlib.PL as per #13348.  The L<> got
2141              changed back because that is coming from ParseLink.pm.
2142      Branch: perl
2143            ! pod/perlmodlib.PL pod/perlmodlib.pod
2144 ____________________________________________________________________________
2145 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
2146         Log: URL fixups from Michael Schwern.
2147      Branch: perl
2148            ! README.cygwin README.dos README.hpux README.mint README.mpeix
2149            ! README.os390 README.qnx README.solaris README.vos README.win32
2150            ! pod/perlmodlib.pod
2151 ____________________________________________________________________________
2152 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
2153         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
2154              From: Barrie Slaymaker <barries@slaysys.com>
2155              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
2156              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
2157      Branch: perl
2158            ! lib/Exporter.pm
2159 ____________________________________________________________________________
2160 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
2161         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
2162      Branch: perl
2163            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
2164 ____________________________________________________________________________
2165 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
2166         Log: Subject: [PATCH] Re: $\ very broken
2167              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2168              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
2169              Message-ID: <20011128223308.E732@rafael>   
2170              
2171              Subject: Re: [PATCH] Re: $\ very broken     
2172              From: Nicholas Clark <nick@ccl4.org>
2173              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
2174              Message-ID: <20011128222859.K37621@plum.flirble.org>
2175      Branch: perl
2176            ! mg.c t/op/ref.t
2177 ____________________________________________________________________________
2178 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
2179         Log: Add Abigail's link checker with the following tweaks:
2180              - known dummy URLs (Peter Prymmer)
2181              - do also READMEs and INSTALL (Michael Schwern)
2182              - do also ftp URLs
2183              - add fork retry loop in case the allowed number
2184              of processes per user is low
2185      Branch: perl
2186            + Porting/checkURL.pl
2187            ! MANIFEST
2188 ____________________________________________________________________________
2189 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
2190         Log: Update Changes.
2191      Branch: perl
2192            ! Changes patchlevel.h
2193 ____________________________________________________________________________
2194 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
2195         Log: In Linux if we have modern enough gcc and supported
2196              enough CPU, crank up the optimization level to -O3.
2197      Branch: perl
2198            ! hints/linux.sh
2199 ____________________________________________________________________________
2200 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
2201         Log: Add perlpacktut from Wolfgang Laun; regen toc.
2202      Branch: perl
2203            + pod/perlpacktut.pod
2204            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
2205            ! pod/perltoc.pod
2206 ____________________________________________________________________________
2207 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
2208         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
2209              From: PPrymmer@factset.com
2210              Date: Wed, 28 Nov 2001 07:51:26 -0500
2211              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
2212      Branch: perl
2213            ! vms/test.com
2214 ____________________________________________________________________________
2215 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
2216         Log: Test cases for the first half of #13338.
2217      Branch: perl
2218            ! t/lib/h2ph.h t/lib/h2ph.pht
2219 ____________________________________________________________________________
2220 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
2221         Log: Subject: Re: h2ph confused by comments in an enum.
2222              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
2223              Date: Wed, 28 Nov 2001 04:19:21 +0000
2224              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
2225              
2226              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
2227              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
2228              Date: Wed, 28 Nov 2001 13:36:35 +0000
2229              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
2230      Branch: perl
2231            ! utils/h2ph.PL
2232 ____________________________________________________________________________
2233 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
2234         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
2235              From: Jonathan Stowe <gellyfish@gellyfish.com>
2236              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
2237              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
2238              
2239              (replace #13327)
2240      Branch: perl
2241            ! lib/Term/Cap.pm
2242 ____________________________________________________________________________
2243 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
2244         Log: Replace #13335 with
2245              
2246              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
2247              From: Russ Allbery <rra@stanford.edu>
2248              Date: 27 Nov 2001 20:42:49 -0800
2249              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
2250      Branch: perl
2251            ! lib/Pod/Text/Termcap.pm
2252 ____________________________________________________________________________
2253 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
2254         Log: (replaced by #13336)
2255              
2256              Subject: [PATCH perl@13323] Termcap.pm with no termios
2257              From: "Craig A. Berry" <craigberry@mac.com> 
2258              Date: Tue, 27 Nov 2001 22:28:50 -0600
2259              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
2260      Branch: perl
2261            ! lib/Pod/Text/Termcap.pm
2262 ____________________________________________________________________________
2263 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
2264         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
2265              From: "Craig A. Berry" <craigberry@mac.com> 
2266              Date: Tue, 27 Nov 2001 21:46:45 -0600
2267              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
2268      Branch: perl
2269            ! configure.com
2270 ____________________________________________________________________________
2271 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
2272         Log: Upgrade to podlators 1.17.
2273      Branch: perl
2274            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
2275            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
2276 ____________________________________________________________________________
2277 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
2278         Log: Fix for "a\x{100}" =~ /A/i.
2279      Branch: perl
2280            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
2281            ! utf8.c
2282 ____________________________________________________________________________
2283 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
2284         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
2285              From: "Craig A. Berry" <craigberry@mac.com>
2286              Date: Tue, 27 Nov 2001 17:11:49 -0600
2287              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
2288      Branch: perl
2289            ! lib/DB.t
2290 ____________________________________________________________________________
2291 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
2292         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
2293              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2294              Date: Tue, 27 Nov 2001 14:55:23 -0500
2295              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
2296              
2297              Subject: [PATCH: perl@13324] updates to perldelta.pod 
2298              From: PPrymmer@factset.com
2299              Date: Tue, 27 Nov 2001 18:06:04 -0500
2300              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
2301              
2302              plus added some known problems.
2303      Branch: perl
2304            ! pod/perldelta.pod
2305 ____________________________________________________________________________
2306 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
2307         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
2308              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2309              Date: Tue, 27 Nov 2001 15:38:02 EST 
2310              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
2311      Branch: perl
2312            ! configure.com vms/vms.c vms/vmsish.h
2313 ____________________________________________________________________________
2314 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
2315         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
2316              From: Michael G Schwern <schwern@pobox.com> 
2317              Date: Tue, 27 Nov 2001 15:31:12 -0500
2318              Message-ID: <20011127153112.G20929@blackrider>
2319      Branch: perl
2320            ! t/run/kill_perl.t
2321 ____________________________________________________________________________
2322 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
2323         Log: (replaced by #13337)
2324              
2325              VMS can safely hardcode a termcap entry for VT100.
2326      Branch: perl
2327            ! lib/Term/Cap.pm
2328 ____________________________________________________________________________
2329 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
2330         Log: VMS piping fixes from Charles Lane (perl -P should
2331              be working now).
2332      Branch: perl
2333            ! vms/vms.c
2334 ____________________________________________________________________________
2335 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
2336         Log: Subject: [PATCH] perlvar.pod fix
2337              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2338              Date: Tue, 27 Nov 2001 13:11:47 -0500
2339              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
2340      Branch: perl
2341            ! pod/perlvar.pod
2342 ____________________________________________________________________________
2343 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
2344         Log: Update Changes.
2345      Branch: perl
2346            ! Changes patchlevel.h
2347 ____________________________________________________________________________
2348 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
2349         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
2350              From: "Craig A. Berry" <craigberry@mac.com> 
2351              Date: Tue, 27 Nov 2001 10:21:18 -0600
2352              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
2353      Branch: perl
2354            ! lib/ExtUtils/MM_VMS.pm
2355 ____________________________________________________________________________
2356 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
2357         Log: Protect against accumulating -options -options -options.
2358      Branch: perl
2359            ! hints/hpux.sh
2360 ____________________________________________________________________________
2361 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
2362         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
2363              From: Barrie Slaymaker <barries@slaysys.com>
2364              Date: Tue, 27 Nov 2001 10:58:54 -0500
2365              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
2366      Branch: perl
2367            ! lib/Benchmark.pm
2368 ____________________________________________________________________________
2369 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
2370         Log: Tiny fix from John P. Linderman.
2371      Branch: perl
2372            ! lib/sort.pm
2373 ____________________________________________________________________________
2374 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
2375         Log: The Story of sort(), from John P. Linderman.
2376      Branch: perl
2377            ! pod/perldelta.pod
2378 ____________________________________________________________________________
2379 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
2380         Log: Add information what to do if you are reading
2381              perluniintro but using some older Perl.
2382      Branch: perl
2383            ! pod/perluniintro.pod
2384 ____________________________________________________________________________
2385 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
2386         Log: Update the 'wide characters' FAQ entry.
2387      Branch: perl
2388            ! pod/perlfaq6.pod
2389 ____________________________________________________________________________
2390 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
2391         Log: Fix for
2392              
2393              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
2394              From: Marc Lehmann <root@schmorp.de>
2395              Date: Tue, 27 Nov 2001 14:27:14 +0100
2396              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
2397      Branch: perl
2398            ! ext/Encode.t ext/Encode/Encode.xs
2399 ____________________________________________________________________________
2400 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
2401         Log: Subject: [PATCH] DB_File 1.801
2402              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2403              Date: Tue, 27 Nov 2001 15:06:45 -0000
2404              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
2405      Branch: perl
2406            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2407            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
2408 ____________________________________________________________________________
2409 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
2410         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
2411      Branch: perl
2412            ! pod/perlmodlib.pod
2413 ____________________________________________________________________________
2414 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
2415         Log: sort() doc tweaks from John P. Linderman.
2416      Branch: perl
2417            ! pod/perlfunc.pod
2418 ____________________________________________________________________________
2419 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
2420         Log: Subject: [PATCH] More perldelta.pod nits
2421              From: Simon Glover <scog@roe.ac.uk>
2422              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
2423              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
2424      Branch: perl
2425            ! pod/perldelta.pod
2426 ____________________________________________________________________________
2427 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
2428         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
2429              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2430              Date: Tue, 27 Nov 2001 11:52:31 -0000
2431              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
2432      Branch: perl
2433            ! ext/Devel/PPPort/harness/Makefile.PL
2434 ____________________________________________________________________________
2435 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
2436         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
2437              From: Michael G Schwern <schwern@pobox.com>
2438              Date: Tue, 27 Nov 2001 03:38:24 -0500
2439              Message-ID: <20011127033824.A17775@blackrider>
2440      Branch: perl
2441            ! t/TEST
2442 ____________________________________________________________________________
2443 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
2444         Log: Subject: Re: perlcc very broken
2445              From: John Peacock <jpeacock@rowman.com>
2446              Date: Tue, 27 Nov 2001 06:48:01 -0500
2447              Message-ID: <3C037D71.4030508@rowman.com>
2448      Branch: perl
2449            ! utils/perlcc.PL
2450 ____________________________________________________________________________
2451 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
2452         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
2453              From: David Dyck <dcd@tc.fluke.com>
2454              Date: Mon, 26 Nov 2001 22:04:38 -0800
2455              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
2456      Branch: perl
2457            ! t/op/pack.t
2458 ____________________________________________________________________________
2459 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
2460         Log: Subject: [ID 20011126.149] t/op/split fails step 37
2461              From: David Dyck <dcd@tc.fluke.com>
2462              Date: Mon, 26 Nov 2001 21:52:35 -0800
2463              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
2464      Branch: perl
2465            ! t/op/split.t
2466 ____________________________________________________________________________
2467 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
2468         Log: incorporate last minute change from libnet 1.0901-tobe
2469      Branch: perl
2470            ! lib/Net/SMTP.pm
2471 ____________________________________________________________________________
2472 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
2473         Log: Pass 7 at perldelta - random edits.
2474      Branch: perl
2475            ! pod/perldelta.pod
2476 ____________________________________________________________________________
2477 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
2478         Log: Portability and skippage tweaks.
2479      Branch: perl
2480            ! t/op/split.t
2481 ____________________________________________________________________________
2482 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
2483         Log: (retracted by #13449)
2484              Try to make Unicode casemapping to work for EBCDIC, too.
2485      Branch: perl
2486            ! utf8.c
2487 ____________________________________________________________________________
2488 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
2489         Log: Just printing 1..0 is not quite enough...
2490      Branch: perl
2491            ! lib/Dumpvalue.t
2492 ____________________________________________________________________________
2493 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
2494         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
2495              Delay the match until runtime.
2496      Branch: perl
2497            ! t/op/append.t
2498 ____________________________________________________________________________
2499 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
2500         Log: UTF-EBCDIC.
2501      Branch: perl
2502            ! ext/Devel/Peek/Peek.t
2503 ____________________________________________________________________________
2504 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
2505         Log: Be UTF-EBCDIC aware.
2506      Branch: perl
2507            ! lib/bytes.t
2508 ____________________________________________________________________________
2509 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
2510         Log: Bad assumption which way digits and letters sort.
2511      Branch: perl
2512            ! lib/English.t
2513 ____________________________________________________________________________
2514 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
2515         Log: If in EBCDIC but no Convert::EBCDIC
2516              the libnet tests will all fail.
2517      Branch: perl
2518            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
2519            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
2520            ! lib/Net/t/smtp.t lib/Net/t/time.t
2521 ____________________________________________________________________________
2522 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
2523         Log: Just sorting to guarantee order is not enough.
2524              (Think EBCDIC.) 
2525      Branch: perl
2526            ! lib/ExtUtils/Manifest.t
2527 ____________________________________________________________________________
2528 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
2529         Log: OS/390 cleanable gunk.
2530      Branch: perl
2531            ! lib/ExtUtils/MM_Unix.pm
2532 ____________________________________________________________________________
2533 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
2534         Log: Update the EBCDIC MD5 checksums.
2535      Branch: perl
2536            ! ext/Digest/MD5/t/files.t
2537 ____________________________________________________________________________
2538 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
2539         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
2540              From: Nicholas Clark <nick@ccl4.org>
2541              Date: Mon, 26 Nov 2001 23:06:34 +0000
2542              Message-ID: <20011126230633.Q37621@plum.flirble.org>
2543      Branch: perl
2544            ! installman
2545 ____________________________________________________________________________
2546 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
2547         Log: sort tweaks from John P. Linderman.
2548      Branch: perl
2549            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
2550 ____________________________________________________________________________
2551 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
2552         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
2553              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
2554              Date: Mon, 26 Nov 2001 18:47:25 -0600
2555              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
2556              
2557              Craig Berry submitted half of this patch just yesterday.
2558              Spooky cosmic resonance.
2559      Branch: perl
2560            ! ext/Socket/Socket.xs
2561 ____________________________________________________________________________
2562 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
2563         Log: Subject: [PATCH] doio slightly smaller
2564              From: Nicholas Clark <nick@ccl4.org>
2565              Date: Tue, 27 Nov 2001 00:40:23 +0000      
2566              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
2567      Branch: perl
2568            ! doio.c
2569 ____________________________________________________________________________
2570 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
2571         Log: perldelta nits from Autrijus Tang and Ron Kimball.
2572      Branch: perl
2573            ! pod/perldelta.pod
2574 ____________________________________________________________________________
2575 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
2576         Log: Subject: [PATCH] unpack P* uses random length for item
2577              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
2578              Date: Mon, 26 Nov 2001 19:56:32 +0100
2579              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
2580      Branch: perl
2581            ! pod/perldiag.pod pp_pack.c t/op/pack.t
2582 ____________________________________________________________________________
2583 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
2584         Log: Subject: [PATCH current] system and taintedness
2585              From: Radu Greab <radu@netsoft.ro>
2586              Date: Mon, 26 Nov 2001 18:42:29 +0200
2587              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
2588      Branch: perl
2589            ! pp_sys.c t/op/taint.t
2590 ____________________________________________________________________________
2591 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
2592         Log: Subject: [PATCH @ 13283] Devel::PPPort
2593              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2594              Date: Mon, 26 Nov 2001 14:37:17 -0000
2595              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
2596      Branch: perl
2597            + ext/Devel/PPPort/MANIFEST
2598            ! MANIFEST ext/Devel/PPPort/Makefile.PL
2599            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
2600            ! ext/Devel/PPPort/harness/Harness.xs
2601            ! ext/Devel/PPPort/harness/Makefile.PL
2602            ! ext/Devel/PPPort/harness/module2.c
2603            ! ext/Devel/PPPort/harness/module3.c
2604            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
2605 ____________________________________________________________________________
2606 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
2607         Log: Update the test list.
2608      Branch: perl
2609            ! t/lib/1_compile.t
2610 ____________________________________________________________________________
2611 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
2612         Log: Sync-up tests with libnet distribution
2613      Branch: perl
2614            + lib/Net/t/netrc.t
2615            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
2616 ____________________________________________________________________________
2617 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
2618         Log: Update Changes.
2619      Branch: perl
2620            ! Changes patchlevel.h
2621 ____________________________________________________________________________
2622 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
2623         Log: Upgrade to podlators 1.16.
2624      Branch: perl
2625            + lib/Pod/t/basic.cap
2626            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
2627            ! lib/Pod/t/basic.t pod/pod2man.PL
2628 ____________________________________________________________________________
2629 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
2630         Log: Pass 6 at perldelta - sort enhancements, generic and
2631              platform specific bug fixes.
2632      Branch: perl
2633            ! pod/perldelta.pod
2634 ____________________________________________________________________________
2635 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
2636         Log: PROPAGATE documentation from Tony Cook.
2637      Branch: perl
2638            ! pod/perlfunc.pod
2639 ____________________________________________________________________________
2640 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
2641         Log: DJGPP cannot do signals that well.
2642      Branch: perl
2643            ! ext/POSIX/t/sigaction.t
2644 ____________________________________________________________________________
2645 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
2646         Log: Can't do subsecond alarms without ualarm; and break out
2647              early if alarms do not seem to be coming in as expected.
2648      Branch: perl
2649            ! ext/Time/HiRes/HiRes.t
2650 ____________________________________________________________________________
2651 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
2652         Log: No Socket, little Net.
2653      Branch: perl
2654            ! t/lib/1_compile.t
2655 ____________________________________________________________________________
2656 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
2657         Log: Take the taint brush to the getcwds.
2658      Branch: perl
2659            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
2660 ____________________________________________________________________________
2661 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
2662         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
2663              From: "Craig A. Berry" <craigberry@mac.com>
2664              Date: Sun, 25 Nov 2001 16:20:45 -0600
2665              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
2666      Branch: perl
2667            ! ext/Socket/Socket.xs
2668 ____________________________________________________________________________
2669 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
2670         Log: Since in some DOS filesystems the timestamp granularity
2671              may be only two seconds, better sleep for three to play safe.
2672              (Helps CygWin, at least.)
2673      Branch: perl
2674            ! lib/Memoize/t/expire_file.t
2675 ____________________________________________________________________________
2676 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
2677         Log: For some reason CygWin wasn't collapsing multiple
2678              slashes into one, which made some Spec.t tests to fail.
2679              Either CygWin was being too prudish or the collapsing
2680              logic needs to be rethunk.
2681      Branch: perl
2682            ! lib/File/Spec/Unix.pm
2683 ____________________________________________________________________________
2684 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
2685         Log: Cygwin needs to have libperl.dll around if trying to link
2686              with -lperl.  Note: this change cures the test but whether
2687              it cures CygPerl installation, I don't know: hopefully the
2688              libperl5_7_2.dll, or the version equivalent, gets installed
2689              also as libperl.dll to the proper place(s).
2690      Branch: perl
2691            ! lib/ExtUtils/Embed.t
2692 ____________________________________________________________________________
2693 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
2694         Log: -I../lib/.. and -L../lib/..?  Strange.
2695      Branch: perl
2696            ! lib/ExtUtils/Embed.t
2697 ____________________________________________________________________________
2698 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
2699         Log: $MM?
2700      Branch: perl
2701            ! lib/ExtUtils/Embed.pm
2702 ____________________________________________________________________________
2703 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
2704         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
2705              From: Dave Rolsky <autarch@urth.org>
2706              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
2707              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
2708      Branch: perl
2709            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
2710            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2711 ____________________________________________________________________________
2712 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
2713         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
2714              From: chromatic <chromatic@rmci.net>
2715              Date: Sat, 24 Nov 2001 14:56:57 -0700
2716              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
2717              
2718              plus a tweak for ithreads builds.
2719      Branch: perl
2720            + lib/DB.t
2721            ! MANIFEST lib/DB.pm
2722 ____________________________________________________________________________
2723 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
2724         Log: Win32 compilation tweaks for Blair Zajac.
2725      Branch: perl
2726            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
2727 ____________________________________________________________________________
2728 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
2729         Log: I don't think trying to bracket the hires time with lores
2730              times is going to be portable enough: Cygwin seems to be
2731              capable of getting hires ones rather consistently lower
2732              than the lores ones.  So let's try average difference instead.
2733      Branch: perl
2734            ! ext/Time/HiRes/HiRes.t
2735 ____________________________________________________________________________
2736 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
2737         Log: Subject: Re: benchmarks, sorts and reproducibility
2738              From: "John P. Linderman" <jpl@research.att.com>
2739              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
2740              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
2741              
2742              Randomize large partitions for quicksort to dodge the
2743              angry gods of quadratic.
2744      Branch: perl
2745            ! pp_sort.c
2746 ____________________________________________________________________________
2747 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
2748         Log: The joys of portable quoting.
2749      Branch: perl
2750            ! ext/Devel/PPPort/harness/Makefile.PL
2751 ____________________________________________________________________________
2752 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
2753         Log: sort pragma tweaks.
2754      Branch: perl
2755            ! lib/sort.pm
2756 ____________________________________________________________________________
2757 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
2758         Log: Skip the link= directives of utils.lst if no mandir
2759              (if no manpages).
2760      Branch: perl
2761            ! installman
2762 ____________________________________________________________________________
2763 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
2764         Log: integrate changes#8340,13260 from mainline
2765              
2766              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
2767              
2768              change#3373 introduced a handle leak in backticks and piped open()s
2769              that fail
2770      Branch: maint-5.6/perl
2771            ! t/io/pipe.t util.c
2772 ____________________________________________________________________________
2773 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
2774         Log: change#3373 introduced a handle leak in backticks and piped open()s
2775              that fail
2776      Branch: perl
2777            ! util.c
2778 ____________________________________________________________________________
2779 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
2780         Log: metaconfig unit change for #13258.
2781      Branch: metaconfig/U/perl
2782            ! d_procselfexe.U
2783 ____________________________________________________________________________
2784 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
2785         Log: Extraenous breaks noticed by David Dyck.
2786      Branch: perl
2787            ! Configure
2788 ____________________________________________________________________________
2789 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
2790         Log: Revert the /proc/self/auxv experiment for now.
2791      Branch: perl
2792            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
2793 ____________________________________________________________________________
2794 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
2795         Log: Also ExtUtils.t had $^X assumptions.
2796      Branch: perl
2797            ! lib/ExtUtils.t
2798 ____________________________________________________________________________
2799 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
2800         Log: Now is Solaris if you start the t/perl in the t/
2801              as "./perl", the $^X will be "../perl", not "./perl".
2802      Branch: perl
2803            ! t/lib/1_compile.t
2804 ____________________________________________________________________________
2805 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
2806         Log: The new way of finding out $^X in Solaris
2807              requires a little tweak if the executable
2808              pathname is *not* absolute: prepend "./"
2809              (otherwise `$^X ...` will start perl from PATH...)
2810      Branch: perl
2811            ! perl.c
2812 ____________________________________________________________________________
2813 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
2814         Log: Avoid "will not stay shared" warnings.
2815      Branch: perl
2816            ! lib/ExtUtils/MM_Unix.pm
2817 ____________________________________________________________________________
2818 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
2819         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
2820              From: Michael G Schwern <schwern@pobox.com>
2821              Date: Sat, 24 Nov 2001 19:56:18 -0500
2822              Message-ID: <20011124195618.A14614@blackrider>            
2823      Branch: perl
2824            ! perl.c pp_sys.c t/op/magic.t util.c
2825 ____________________________________________________________________________
2826 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
2827         Log: In the MakeMaker pm_to_blib target don't copy all
2828              the files in one fell swppo, deal with them hunkwise,
2829              helps for CLIs with limited line lengths.
2830              (This seems to help for DJGPP building Encode,
2831              where there are dozens of files to copy.)
2832      Branch: perl
2833            ! lib/ExtUtils/MM_Unix.pm
2834 ____________________________________________________________________________
2835 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
2836         Log: testsuite leaves stray files behind on windows
2837      Branch: perl
2838            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
2839 ____________________________________________________________________________
2840 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
2841         Log: xsubpp produces a spurious warning on directories called 'typemap'
2842      Branch: perl
2843            ! lib/ExtUtils/xsubpp
2844 ____________________________________________________________________________
2845 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
2846         Log: xsubpp treats invalid (indented) cpp directives as comments
2847      Branch: perl
2848            ! ext/IO/IO.xs
2849 ____________________________________________________________________________
2850 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
2851         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
2852      Branch: perl
2853            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
2854 ____________________________________________________________________________
2855 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
2856         Log: The debug_pag needs to be visible at all times
2857              because of the re extension.
2858      Branch: perl
2859            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
2860 ____________________________________________________________________________
2861 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
2862         Log: Subject: Re: [PATCH] Tests are good
2863              From: Philip Newton <Philip.Newton@gmx.net>
2864              Date: Sat, 24 Nov 2001 21:24:00 +0100
2865              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
2866      Branch: perl
2867            ! pod/perlhack.pod
2868 ____________________________________________________________________________
2869 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
2870         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
2871              From: "Craig A. Berry" <craigberry@mac.com> 
2872              Date: Sat, 24 Nov 2001 12:45:44 -0600
2873              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
2874              
2875              (with tweaks, and combined with Sarathy's #13242)
2876      Branch: perl
2877            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
2878 ____________________________________________________________________________
2879 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
2880         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
2881              From: John Peacock <jpeacock@rowman.com>
2882              Date: Sat, 24 Nov 2001 14:27:46 -0500
2883              Message-ID: <3BFFF4B2.40509@rowman.com> 
2884      Branch: perl
2885            ! lib/Exporter/Heavy.pm
2886 ____________________________________________________________________________
2887 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
2888         Log: use portable quotes
2889      Branch: perl
2890            ! ext/Devel/PPPort/harness/Makefile.PL
2891 ____________________________________________________________________________
2892 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
2893         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
2894              From: Nicholas Clark <nick@ccl4.org>
2895              Date: Sat, 24 Nov 2001 18:06:26 +0000
2896              Message-ID: <20011124180626.T37621@plum.flirble.org>
2897      Branch: perl
2898            ! installman
2899 ____________________________________________________________________________
2900 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
2901         Log: Subject: [PATCH] perl5005delta.pod L<>
2902              From: Nicholas Clark <nick@ccl4.org>
2903              Date: Sat, 24 Nov 2001 18:04:21 +0000
2904              Message-ID: <20011124180421.S37621@plum.flirble.org>
2905      Branch: perl
2906            ! pod/perl5005delta.pod
2907 ____________________________________________________________________________
2908 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
2909         Log: fix typo in config.vc; regenerate win32 config_H.* files
2910      Branch: perl
2911            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2912            ! win32/config_H.vc
2913 ____________________________________________________________________________
2914 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
2915         Log: Mention the charnames::vianame().
2916      Branch: perl
2917            ! pod/perluniintro.pod
2918 ____________________________________________________________________________
2919 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
2920         Log: Add charnames::vianame() in case people want to access
2921              the codes in run-time (as opposed to the compile-timeness
2922              of \N{...}).
2923      Branch: perl
2924            ! lib/charnames.pm lib/charnames.t
2925 ____________________________________________________________________________
2926 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
2927         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
2928              From: Nicholas Clark <nick@ccl4.org>
2929              Date: Sat, 24 Nov 2001 16:30:42 +0000
2930              Message-ID: <20011124163042.R37621@plum.flirble.org>
2931      Branch: perl
2932            ! regcomp.c regcomp.h
2933 ____________________________________________________________________________
2934 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
2935         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
2936              From: Nicholas Clark <nick@ccl4.org>
2937              Date: Sat, 24 Nov 2001 16:24:33 +0000
2938              Message-ID: <20011124162433.Q37621@plum.flirble.org>
2939              
2940              cmp fixes.
2941      Branch: perl
2942            ! pp.c
2943 ____________________________________________________________________________
2944 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
2945         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
2946              (It seems that "./perl" gets resolved to "perl" now.)
2947      Branch: perl
2948            ! perl.c
2949 ____________________________________________________________________________
2950 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
2951         Log: Subject: [PATCH] DB_File 1.800        
2952              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
2953              Date: Sat, 24 Nov 2001 11:41:41 -0000
2954              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
2955      Branch: perl
2956            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2957            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
2958            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2959            ! ext/DB_File/t/db-recno.t
2960 ____________________________________________________________________________
2961 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
2962         Log: Tweak the PUSHED documentation.
2963      Branch: perl
2964            ! ext/PerlIO/Via/Via.pm
2965 ____________________________________________________________________________
2966 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
2967         Log: Update 1_compile for new known tests.
2968      Branch: perl
2969            ! t/lib/1_compile.t
2970 ____________________________________________________________________________
2971 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
2972         Log: Move the MBF/MBI test modules to t/lib.
2973      Branch: perl
2974            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
2975            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
2976            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
2977            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
2978            ! lib/Math/BigInt/t/sub_mbi.t
2979 ____________________________________________________________________________
2980 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
2981         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
2982              From: "Craig A. Berry" <craigberry@mac.com> 
2983              Date: Fri, 23 Nov 2001 18:05:35 -0600
2984              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
2985      Branch: perl
2986            ! configure.com
2987 ____________________________________________________________________________
2988 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
2989         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
2990              From: PPrymmer@factset.com 
2991              Date: Fri, 23 Nov 2001 17:03:07 -0500
2992              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
2993      Branch: perl
2994            ! ext/Unicode/Normalize/mkheader
2995 ____________________________________________________________________________
2996 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
2997         Log: Here are the right helper files.
2998      Branch: perl
2999            + t/lib/Filter/Simple/ExportTest.pm
3000            + t/lib/Filter/Simple/FilterOnlyTest.pm
3001            + t/lib/Filter/Simple/FilterTest.pm
3002            + t/lib/Filter/Simple/ImportTest.pm
3003            ! MANIFEST
3004 ____________________________________________________________________________
3005 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
3006         Log: Update Changes.
3007      Branch: perl
3008            ! Changes patchlevel.h
3009 ____________________________________________________________________________
3010 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
3011         Log: Never mind.
3012      Branch: perl
3013            - lib/Filter/Simple/lib/ExportTest.pm
3014            - lib/Filter/Simple/lib/ImportTest.pm
3015 ____________________________________________________________________________
3016 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
3017         Log: Mis-add.
3018      Branch: perl
3019            + lib/Filter/Simple/lib/ExportTest.pm
3020            + lib/Filter/Simple/lib/ImportTest.pm
3021 ____________________________________________________________________________
3022 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
3023         Log: Upgrade to Filter::Simple 0.77.
3024      Branch: perl
3025            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
3026            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
3027            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
3028            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
3029            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
3030 ____________________________________________________________________________
3031 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
3032         Log: Missing p4 add.
3033      Branch: perl
3034            + lib/ExtUtils/MM_VMS.t
3035 ____________________________________________________________________________
3036 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
3037         Log: Pass 5 at perldelta - module and utility updates cleanup.
3038      Branch: perl
3039            ! pod/perldelta.pod
3040 ____________________________________________________________________________
3041 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
3042         Log: metaconfig unit change for #13219.
3043      Branch: metaconfig/U/perl
3044            ! d_procselfexe.U
3045 ____________________________________________________________________________
3046 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
3047         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
3048      Branch: perl
3049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3050            ! pod/buildtoc.PL pod/perltoc.pod
3051 ____________________________________________________________________________
3052 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
3053         Log: Add procselfexe and d_dirfd to strange lands.
3054      Branch: perl
3055            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
3056            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3057            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3058            ! win32/config.gc win32/config.vc win32/config.win64
3059            ! wince/config.ce
3060 ____________________________________________________________________________
3061 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
3062         Log: metaconfig unit change for #13216.
3063      Branch: metaconfig/U/perl
3064            ! d_procselfexe.U
3065 ____________________________________________________________________________
3066 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
3067         Log: Better to "quote" the pathname.
3068      Branch: perl
3069            ! Configure config_h.SH
3070 ____________________________________________________________________________
3071 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
3072         Log: Use PROCSELFEXE_PATH.
3073      Branch: perl
3074            ! perl.c
3075 ____________________________________________________________________________
3076 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
3077         Log: metaconfig unit change for #13213.
3078      Branch: metaconfig/U/perl
3079            ! d_procselfexe.U
3080 ____________________________________________________________________________
3081 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
3082         Log: Add probing for BSD-like /proc/curpoc/file.
3083      Branch: perl
3084            ! Configure config_h.SH
3085 ____________________________________________________________________________
3086 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
3087         Log: metaconfig unit change for 13211.
3088      Branch: metaconfig/U/perl
3089            + d_dirfd.U
3090 ____________________________________________________________________________
3091 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
3092         Log: Add probing for dirfd() so that it can be added it IO::Dir.
3093      Branch: perl
3094            ! Configure config_h.SH perl.h
3095 ____________________________________________________________________________
3096 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
3097         Log: ...and update the test count.
3098      Branch: perl
3099            ! lib/Pod/t/basic.t
3100 ____________________________________________________________________________
3101 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
3102         Log: Must remove the cap test also from the test script.
3103      Branch: perl
3104            ! lib/Pod/t/basic.t
3105 ____________________________________________________________________________
3106 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
3107         Log: Subject: [PATCH] Tests are good
3108              From: Nicholas Clark <nick@ccl4.org>
3109              Date: Fri, 23 Nov 2001 18:12:21 +0000
3110              Message-ID: <20011123181220.F37621@plum.flirble.org>
3111      Branch: perl
3112            ! pod/perlhack.pod
3113 ____________________________________________________________________________
3114 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
3115         Log: The basic.cap from podlators 1.14 is not very portable.
3116      Branch: perl
3117            - lib/Pod/t/basic.cap
3118            ! MANIFEST
3119 ____________________________________________________________________________
3120 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
3121         Log: Subject: Re: [DOC PATCHES] pod cleanups
3122              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3123              Date: 22 Nov 2001 12:54:16 -0000
3124              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
3125      Branch: perl
3126            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
3127            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
3128 ____________________________________________________________________________
3129 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
3130         Log: FAQ sync.
3131      Branch: perl
3132            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
3133 ____________________________________________________________________________
3134 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
3135         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
3136              From: PPrymmer@factset.com
3137              Date: Fri, 23 Nov 2001 11:43:45 -0500
3138              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
3139      Branch: perl
3140            ! MANIFEST lib/ExtUtils/MM_VMS.pm
3141 ____________________________________________________________________________
3142 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
3143         Log: Corify podlators 1.14 test.
3144      Branch: perl
3145            ! lib/Pod/t/basic.t
3146 ____________________________________________________________________________
3147 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
3148         Log: Output tweak needed because of podlators 1.14.
3149      Branch: perl
3150            ! t/pod/multiline_items.xr
3151 ____________________________________________________________________________
3152 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
3153         Log: Upgrade to podlators 1.14.
3154      Branch: perl
3155            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
3156            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
3157            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
3158            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
3159            ! lib/Pod/Text/Overstrike.pm
3160 ____________________________________________________________________________
3161 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
3162         Log: perlmodinstall tweaks from Philip Newton.
3163      Branch: perl
3164            ! pod/perlmodinstall.pod
3165 ____________________________________________________________________________
3166 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
3167         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
3168              From: Autrijus Tang <autrijus@autrijus.org>           
3169              Date: Fri, 23 Nov 2001 23:55:53 +0800
3170              Message-ID: <20011123235553.A2310@not.autrijus.org>
3171      Branch: perl
3172            ! Porting/genlog
3173 ____________________________________________________________________________
3174 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
3175         Log: Subject: Re: regex oddness with \Z and $&
3176              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
3177              Date: Fri, 23 Nov 2001 15:15:24 +0000
3178              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
3179      Branch: perl
3180            ! regcomp.c t/op/re_tests
3181 ____________________________________________________________________________
3182 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
3183         Log: regen_headers.
3184      Branch: perl
3185            ! embed.h global.sym pod/perlapi.pod proto.h
3186 ____________________________________________________________________________
3187 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
3188         Log: Forgotten check-in.
3189      Branch: perl
3190            ! pod/perlapi.pod
3191 ____________________________________________________________________________
3192 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
3193         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
3194      Branch: perl
3195            ! lib/Test/Simple.pm
3196 ____________________________________________________________________________
3197 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
3198         Log: Retract #13173 (effectively retract Net::Ping 2.06,
3199              go back to 2.04, the 2.06 hasn't seen the patches
3200              that have gone to the blead version.)
3201      Branch: perl
3202            - lib/Net/Ping/CHANGES lib/Net/Ping/README
3203            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3204            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3205            - lib/Net/Ping/t/200_ping_tcp.t
3206            ! MANIFEST lib/Net/Ping.pm
3207 ____________________________________________________________________________
3208 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
3209         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
3210              From: Robin Barker <rmb1@cise.npl.co.uk>
3211              Date: Thu, 22 Nov 2001 11:00:38 GMT
3212              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
3213      Branch: perl
3214            ! utils/perldoc.PL
3215 ____________________________________________________________________________
3216 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
3217         Log: metaconfig unit change for #13191.
3218      Branch: metaconfig/U/perl
3219            ! d_procselfexe.U
3220 ____________________________________________________________________________
3221 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
3222         Log: procselfexe tweak: for some reason I had a ls in
3223              /proc/self/exe, not the ls Configure thought it
3224              would found.
3225      Branch: perl
3226            ! Configure
3227 ____________________________________________________________________________
3228 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
3229         Log: Corify the Net::Ping tests; skip the tests
3230              unless $ENV{PERL_TEST_Net_Ping} is true.
3231      Branch: perl
3232            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3233            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3234            ! lib/Net/Ping/t/200_ping_tcp.t
3235 ____________________________________________________________________________
3236 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
3237         Log: metaconfig units changes for #13188.
3238      Branch: metaconfig
3239            ! U/modified/Head.U
3240      Branch: metaconfig/U/perl
3241            ! issymlink.U
3242 ____________________________________________________________________________
3243 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
3244         Log: The #13182 didn't really help.  The real problem
3245              seems to be that 'sh' can in AIX mean at least three
3246              different things, and we can't know which one it is
3247              unless we export $newsh from an earlier run (and it's
3248              the 'bsh' aka 'sh' that has the the broken test -h).
3249      Branch: perl
3250            ! Configure
3251 ____________________________________________________________________________
3252 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
3253         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
3254      Branch: perl
3255            ! op.c t/op/override.t
3256 ____________________________________________________________________________
3257 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
3258         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
3259              From: PPrymmer@factset.com 
3260              Date: Wed, 21 Nov 2001 20:17:25 -0500
3261              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
3262      Branch: perl
3263            ! lib/Shell.t
3264 ____________________________________________________________________________
3265 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
3266         Log: Reapply perlmodinstall parts of #12897.
3267      Branch: perl
3268            ! pod/perlmodinstall.pod
3269 ____________________________________________________________________________
3270 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
3271         Log: perlmodinstall 2.01 from Jon Orwant.
3272      Branch: perl
3273            ! pod/perlmodinstall.pod
3274 ____________________________________________________________________________
3275 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
3276         Log: Subject: [PATCH @10907] REXX on OS/2
3277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3278              Date: Wed, 21 Nov 2001 15:26:11 -0500
3279              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
3280      Branch: perl
3281            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
3282            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
3283 ____________________________________________________________________________
3284 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
3285         Log: metaconfig unit change for #13181.
3286      Branch: metaconfig/U/perl
3287            ! issymlink.U
3288 ____________________________________________________________________________
3289 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
3290         Log: AIX has broken builtin 'test'.
3291      Branch: perl
3292            ! Configure
3293 ____________________________________________________________________________
3294 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
3295         Log: Subject: [PATCH 5.7.x] INSTALL size update
3296              From: Andy Dougherty <doughera@lafayette.edu>
3297              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
3298              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
3299      Branch: perl
3300            ! INSTALL
3301 ____________________________________________________________________________
3302 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
3303         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
3304              to pp_sort.c.  Includes the quicksort stabilizing layer
3305              from John P. Linderman.  -Msort=qsort or -Msort=fast is
3306              faster than without (or with -Msort=mergesort or -Msort=safe)
3307              for short random inputs, but for some reason not quite as fast
3308              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
3309              optimizing definitely needed.
3310      Branch: perl
3311            + lib/sort.pm lib/sort.t pp_sort.c
3312            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
3313            ! embed.pl global.sym perl.h pp_ctl.c proto.h
3314            ! vms/descrip_mms.template vos/build.cm win32/Makefile
3315            ! win32/makefile.mk wince/Makefile.ce
3316 ____________________________________________________________________________
3317 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
3318         Log: Sync file with libnet-1.0901-tobe
3319      Branch: perl
3320            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
3321            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
3322            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
3323            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
3324            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
3325 ____________________________________________________________________________
3326 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
3327         Log: Subject: [PATCH perldoc] problems with pod2man
3328              From: Robin Barker <rmb1@cise.npl.co.uk>
3329              Date: Wed, 21 Nov 2001 17:48:51 GMT
3330              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
3331      Branch: perl
3332            ! utils/perldoc.PL
3333 ____________________________________________________________________________
3334 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
3335         Log: debug_pad only visible when debugging.
3336      Branch: perl
3337            ! makedef.pl
3338 ____________________________________________________________________________
3339 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
3340         Log: metaconfig units changes for #13174.
3341      Branch: metaconfig/U/perl
3342            + d_procselfexe.U
3343            - procselfexe.U
3344 ____________________________________________________________________________
3345 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
3346         Log: procselfexe tweaks.
3347      Branch: perl
3348            ! Configure config_h.SH
3349 ____________________________________________________________________________
3350 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
3351         Log: Upgrade to Net::Ping 2.06.
3352      Branch: perl
3353            + lib/Net/Ping/CHANGES lib/Net/Ping/README
3354            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3355            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3356            + lib/Net/Ping/t/200_ping_tcp.t
3357            ! MANIFEST lib/Net/Ping.pm
3358 ____________________________________________________________________________
3359 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
3360         Log: Upgrade to Math::BigInt 1.47.
3361      Branch: perl
3362            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3363            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
3364            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3365            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3366            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
3367            ! lib/Math/BigInt/t/sub_mbi.t
3368 ____________________________________________________________________________
3369 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
3370         Log: Dynaloading for POSIX-BC from Thomas Dorner.
3371      Branch: perl
3372            ! hints/posix-bc.sh
3373 ____________________________________________________________________________
3374 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
3375         Log: Strange: the same mysterious regex study bug
3376              seems to be present both in OS/390 and POSIX-BC.
3377              Deep EBCDIC magic that regex engine gets wrong,
3378              or a bug in some compiler/library shared by the
3379              two platforms?  From Thomas Dorner.
3380      Branch: perl
3381            ! t/op/study.t
3382 ____________________________________________________________________________
3383 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
3384         Log: More lost and found.
3385      Branch: perl
3386            + lib/Test/Simple/README
3387            ! MANIFEST
3388 ____________________________________________________________________________
3389 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
3390         Log: MANIFESTly missing.
3391      Branch: perl
3392            ! MANIFEST
3393 ____________________________________________________________________________
3394 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
3395         Log: Subject: Re: PERFORCE change 13162 for review               
3396              From: Philip Newton <Philip.Newton@gmx.net> 
3397              Date: Wed, 21 Nov 2001 16:44:30 +0100
3398              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
3399      Branch: perl
3400            ! ext/Devel/PPPort/PPPort.pm
3401 ____________________________________________________________________________
3402 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
3403         Log: Update Changes.
3404      Branch: perl
3405            ! Changes patchlevel.h
3406 ____________________________________________________________________________
3407 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
3408         Log: Small doc tweaks.
3409      Branch: perl
3410            ! ext/PerlIO/Via/Via.pm
3411 ____________________________________________________________________________
3412 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
3413         Log: Redundant return.
3414      Branch: perl
3415            ! ext/MIME/Base64/QuotedPrint.pm
3416 ____________________________________________________________________________
3417 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
3418         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
3419              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3420              Date: Wed, 21 Nov 2001 10:23:16 +0100
3421              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
3422      Branch: perl
3423            ! pp_pack.c t/op/pack.t
3424 ____________________________________________________________________________
3425 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
3426         Log: Add Devel::PPPort originally from Kenneth Albanowski,
3427              revigorated by Paul Marquess: gives h2xs a Perl version
3428              portability boost.
3429      Branch: perl
3430            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
3431            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
3432            + ext/Devel/PPPort/harness/Harness.pm
3433            + ext/Devel/PPPort/harness/Harness.xs
3434            + ext/Devel/PPPort/harness/Makefile.PL
3435            + ext/Devel/PPPort/harness/module2.c
3436            + ext/Devel/PPPort/harness/module3.c
3437            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
3438            ! MANIFEST lib/h2xs.t utils/h2xs.PL
3439 ____________________________________________________________________________
3440 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
3441         Log: Oops.
3442      Branch: perl
3443            ! lib/Test/Simple/t/filehandles.t
3444 ____________________________________________________________________________
3445 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
3446         Log: Subject: Re: PERFORCE change 13152 for review               
3447              From: Philip Newton <Philip.Newton@gmx.net> 
3448              Date: Wed, 21 Nov 2001 09:04:05 +0100
3449              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
3450      Branch: perl
3451            ! lib/Test/Builder.pm
3452 ____________________________________________________________________________
3453 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
3454         Log: Subject: Re: PERFORCE change 13142 for review
3455              From: Philip Newton <Philip.Newton@gmx.net>
3456              Date: Wed, 21 Nov 2001 09:04:03 +0100
3457              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
3458              
3459              plus rewrap few paragraphs.
3460      Branch: perl
3461            ! lib/Pod/LaTeX.pm
3462 ____________________________________________________________________________
3463 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
3464         Log: Integrate #13154 from macperl; Remove comments.
3465      Branch: perl
3466           !> lib/File/Spec/Mac.pm
3467 ____________________________________________________________________________
3468 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
3469         Log: Update the list of modules having tests.
3470      Branch: perl
3471            ! t/lib/1_compile.t
3472 ____________________________________________________________________________
3473 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
3474         Log: Slight doc changes.
3475      Branch: maint-5.6/macperl
3476            ! macos/macperl/MacPerl.podhelp
3477 ____________________________________________________________________________
3478 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
3479         Log: Add UTF-16 coercion.
3480      Branch: maint-5.6/macperl
3481            ! macos/lib/Mac/AppleEvents/Simple.pm
3482 ____________________________________________________________________________
3483 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
3484         Log: Remove comments.
3485      Branch: maint-5.6/macperl
3486            ! lib/File/Spec/Mac.pm
3487 ____________________________________________________________________________
3488 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
3489         Log: Fix FSpGetCatInfo (and other functions) corrupting
3490              memory with bad filespecs (bug #471867)
3491      Branch: maint-5.6/macperl
3492            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
3493 ____________________________________________________________________________
3494 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
3495         Log: Upgrade to Test::Simple 0.33.
3496      Branch: perl
3497            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
3498            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
3499            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
3500 ____________________________________________________________________________
3501 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
3502         Log: Upgrade to Test::Harness 1.26.
3503      Branch: perl
3504            ! lib/Test/Harness.pm lib/Test/Harness/Changes
3505 ____________________________________________________________________________
3506 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
3507         Log: Integrate change #13145 from maintperl;
3508              another compatibility tweak to change#12559: avoid quoting
3509              arguments that already have quotes; add test case
3510      Branch: perl
3511           !> t/op/system_tests win32/win32.c
3512 ____________________________________________________________________________
3513 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
3514         Log: integrate change#13147 from mainline (fixes nit in change#10091)
3515              
3516              Subject: [PATCH] spaceship and refs
3517      Branch: maint-5.6/perl
3518            ! pp.c pp_hot.c t/op/cmp.t
3519 ____________________________________________________________________________
3520 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
3521         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
3522              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
3523              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
3524              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
3525      Branch: perl
3526            + lib/Pod/t/utils.t
3527            ! MANIFEST
3528 ____________________________________________________________________________
3529 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
3530         Log: Subject: [PATCH] spaceship and refs
3531              From: Nicholas Clark <nick@ccl4.org>
3532              Date: Tue, 20 Nov 2001 21:59:51 +0000
3533              Message-ID: <20011120215951.U62891@plum.flirble.org> 
3534      Branch: perl
3535            ! pp.c pp_hot.c t/op/cmp.t
3536 ____________________________________________________________________________
3537 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
3538         Log: Try to clarify which I/O call operates on bytes,
3539              which on characters, which on either.
3540      Branch: perl
3541            ! pod/perlfunc.pod
3542 ____________________________________________________________________________
3543 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
3544         Log: another compatibility tweak to change#12559: avoid quoting
3545              arguments that already have quotes; add test case
3546      Branch: maint-5.6/perl
3547            ! t/op/system_tests win32/win32.c
3548 ____________________________________________________________________________
3549 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
3550         Log: Give a simple example of writing PerlIO::Via handlers
3551              in Perl.
3552      Branch: perl
3553            ! ext/PerlIO/Via/Via.pm
3554 ____________________________________________________________________________
3555 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
3556         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
3557      Branch: perl
3558            + lib/Pod/t/latex.t
3559            ! MANIFEST
3560 ____________________________________________________________________________
3561 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
3562         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
3563              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3564              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
3565              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
3566      Branch: perl
3567            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
3568 ____________________________________________________________________________
3569 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
3570         Log: Spread d_procselfexe to far-off lands (undefined).
3571      Branch: perl
3572            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
3573            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3574            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3575            ! win32/config.gc win32/config.vc win32/config.win64
3576            ! wince/config.ce
3577 ____________________________________________________________________________
3578 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
3579         Log: Integrate perlio; add detection and use of /proc/self/exe
3580              (Linuxism for finding the absolute path of the executable)
3581      Branch: perl
3582           !> Configure config_h.SH perl.c t/op/magic.t
3583 ____________________________________________________________________________
3584 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
3585         Log: Really define do_report_used() only if DEBUGGING.
3586      Branch: perl
3587            ! sv.c
3588 ____________________________________________________________________________
3589 [ 13138] By: nick                                  on 2001/11/20  20:01:05
3590         Log: perl.c change to use HAS_PROCSELFEXE, also
3591              tweak to $^X test to comprehend full path to real executable
3592              being returned (like Cygwin as it happens...)
3593      Branch: perlio
3594            ! perl.c t/op/magic.t
3595 ____________________________________________________________________________
3596 [ 13137] By: nick                                  on 2001/11/20  19:46:00
3597         Log: Integrate mainline
3598      Branch: perlio
3599           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
3600           +> lib/NEXT/t/unseen.t
3601            - lib/NEXT/test.pl
3602           !> (integrate 34 files)
3603 ____________________________________________________________________________
3604 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
3605         Log: Subject: [?PATCH] terser pp_eq
3606              From: Nicholas Clark <nick@ccl4.org>
3607              Date: Mon, 19 Nov 2001 23:09:02 +0000
3608              Message-ID: <20011119230901.O62891@plum.flirble.org>
3609      Branch: perl
3610            ! pp_hot.c
3611 ____________________________________________________________________________
3612 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
3613         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
3614      Branch: perl
3615            ! pod/perldelta.pod
3616 ____________________________________________________________________________
3617 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
3618         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
3619              From: Andy Dougherty <doughera@lafayette.edu>
3620              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
3621              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
3622      Branch: perl
3623            ! ext/re/Makefile.PL ext/re/re.xs
3624 ____________________________________________________________________________
3625 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
3626         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
3627              From: Andy Dougherty <doughera@lafayette.edu>
3628              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
3629              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
3630      Branch: perl
3631            ! ext/re/re.xs
3632 ____________________________________________________________________________
3633 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
3634         Log: Integrate change #13119 from macperl.
3635              (No changes since already applied the patch,
3636              just keep perforce happy and well-fed.)
3637      Branch: perl
3638           !> lib/Pod/Html.pm
3639 ____________________________________________________________________________
3640 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
3641         Log: Subject: [PATCH] filter-util.pl for Mac OS
3642              From: Chris Nandor <pudge@pobox.com>
3643              Date: Tue, 20 Nov 2001 00:16:11 -0500
3644              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
3645      Branch: perl
3646            ! t/lib/filter-util.pl
3647 ____________________________________________________________________________
3648 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
3649         Log: Subject: [PATCH] Portability fix for Pod::Html
3650              From: Chris Nandor <pudge@pobox.com>
3651              Date: Tue, 20 Nov 2001 00:01:05 -0500
3652              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
3653      Branch: perl
3654            ! lib/Pod/Html.pm
3655 ____________________________________________________________________________
3656 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
3657         Log: Need to skip more tests if not perlio.
3658      Branch: perl
3659            ! lib/open.t
3660 ____________________________________________________________________________
3661 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
3662         Log: Pass 3 at perldelta - sort the lists of new modules,
3663              module improvements, and new platforms.
3664      Branch: perl
3665            ! pod/perldelta.pod
3666 ____________________________________________________________________________
3667 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
3668         Log: Document ${^OPEN}.
3669      Branch: perl
3670            ! pod/perlvar.pod
3671 ____________________________________________________________________________
3672 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
3673         Log: Make configpm work with extra keys
3674      Branch: maint-5.6/macperl
3675            ! macos/configpm
3676 ____________________________________________________________________________
3677 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
3678         Log: Version and doc updates
3679      Branch: maint-5.6/macperl
3680            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
3681 ____________________________________________________________________________
3682 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
3683         Log: More fixes for error message parsing (bug #470316)
3684      Branch: maint-5.6/macperl
3685            ! macos/macish.c
3686 ____________________________________________________________________________
3687 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
3688         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
3689              remove obsolete function (bug #465225)
3690      Branch: maint-5.6/macperl
3691            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
3692            ! macos/macperl/MPScript.c
3693 ____________________________________________________________________________
3694 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
3695         Log: Add p2as droplet to distribution.
3696      Branch: maint-5.6/macperl
3697            + macos/macperl/Droplets/p2as.plx
3698 ____________________________________________________________________________
3699 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
3700         Log: Bundle File::Sort.
3701      Branch: maint-5.6/macperl
3702            + macos/bundled_lib/blib/lib/File/Sort.pm
3703 ____________________________________________________________________________
3704 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
3705         Log: Various bundled module fixes.
3706      Branch: maint-5.6/macperl
3707            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
3708            ! macos/bundled_ext/Digest/MD5/t/files.t
3709            ! macos/bundled_ext/Filter/t/filter-util.pl
3710            ! macos/bundled_lib/blib/lib/Net/Config.pm
3711            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
3712 ____________________________________________________________________________
3713 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
3714         Log: Portability fix for Pod::Html.
3715      Branch: maint-5.6/macperl
3716            ! lib/Pod/Html.pm
3717 ____________________________________________________________________________
3718 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
3719         Log: Upgrade to Text::Balanced 1.89.
3720      Branch: perl
3721            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
3722            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
3723            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
3724            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
3725            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
3726            ! lib/Text/Balanced/t/gentag.t
3727 ____________________________________________________________________________
3728 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
3729         Log: Upgrade to NEXT 0.50.
3730      Branch: perl
3731            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
3732            + lib/NEXT/t/unseen.t
3733            - lib/NEXT/test.pl
3734            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
3735 ____________________________________________________________________________
3736 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
3737         Log: Integrate with maint-5.6/perl.
3738      Branch: maint-5.6/macperl
3739           !> win32/win32.c
3740 ____________________________________________________________________________
3741 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
3742         Log: Update the README.threads scary header a bit.
3743      Branch: perl
3744            ! README.threads
3745 ____________________________________________________________________________
3746 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
3747         Log: Pass 2 at perldelta: add some changes since 5.7.2.
3748      Branch: perl
3749            ! pod/perldelta.pod
3750 ____________________________________________________________________________
3751 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
3752         Log: Subject: [DOC PATCH] perlfaq4.pod 
3753              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3754              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
3755              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
3756      Branch: perl
3757            ! pod/perlfaq4.pod
3758 ____________________________________________________________________________
3759 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
3760         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
3761              From: Michael G Schwern <schwern@pobox.com> 
3762              Date: Mon, 19 Nov 2001 19:53:12 -0500
3763              Message-ID: <20011119195311.I11883@blackrider>
3764      Branch: perl
3765            ! perl.c
3766 ____________________________________________________________________________
3767 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
3768         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
3769              From: PPrymmer@factset.com
3770              Date: Mon, 19 Nov 2001 17:08:59 -0500
3771              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
3772      Branch: perl
3773            ! vms/descrip_mms.template
3774 ____________________________________________________________________________
3775 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
3776         Log: Create a per-interpeter debug scratchpad container
3777              and use that for the regexec debugging.
3778      Branch: perl
3779            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
3780 ____________________________________________________________________________
3781 [ 13109] By: nick                                  on 2001/11/19  22:01:45
3782         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
3783              Configure unit detects the feature).
3784      Branch: metaconfig/U/perl
3785            + procselfexe.U
3786      Branch: perlio
3787            ! Configure config_h.SH
3788 ____________________________________________________________________________
3789 [ 13108] By: nick                                  on 2001/11/19  20:39:17
3790         Log: Integrate mainline
3791      Branch: perlio
3792           +> t/op/or.t
3793           !> (integrate 44 files)
3794 ____________________________________________________________________________
3795 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
3796         Log: sysseek tweak.
3797      Branch: perl
3798            ! pod/perlfunc.pod
3799 ____________________________________________________________________________
3800 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
3801         Log: Move the sysio tests from io/utf8 to lib/open.
3802      Branch: perl
3803            ! lib/open.t t/io/utf8.t
3804 ____________________________________________________________________________
3805 [ 13105] By: nick                                  on 2001/11/19  20:15:39
3806         Log: Add a .package and a README to //depot/metaconfig
3807      Branch: metaconfig
3808            + .package README
3809 ____________________________________________________________________________
3810 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
3811         Log: Thou shalt not mix stdio and sysio.
3812      Branch: perl
3813            ! t/io/utf8.t
3814 ____________________________________________________________________________
3815 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
3816         Log: Update Changes.
3817      Branch: perl
3818            ! Changes patchlevel.h
3819 ____________________________________________________________________________
3820 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
3821         Log: The runops_debug needs to be present always, otherwise
3822              places like AIX which need an explicit symbol export list
3823              will croak when trying to build Devel::Peek (which uses
3824              the runops_debug).
3825      Branch: perl
3826            ! makedef.pl
3827 ____________________________________________________________________________
3828 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
3829         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
3830              From: PPrymmer@factset.com 
3831              Date: Mon, 19 Nov 2001 11:34:22 -0500
3832              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
3833      Branch: perl
3834            ! lib/Memoize/t/tie_sdbm.t
3835 ____________________________________________________________________________
3836 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
3837         Log: Retract #13088: it seems that unless dump.c is extensively
3838              reorganized as to what symbols it shows, when, and to whom,
3839              we are stuck with having the dump.o symbols in the libperl
3840              and thusly in the main Perl binary.
3841      Branch: perl
3842            ! embedvar.h perlapi.h perlvars.h
3843 ____________________________________________________________________________
3844 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
3845         Log: The _uni_display should not be in dump.c since they
3846              are used under normal operation (S_not_a_number()).
3847      Branch: perl
3848            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
3849 ____________________________________________________________________________
3850 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
3851         Log: Protect sv_dump() from being included unless DEBUGGING,
3852              as noticed by Ilya.
3853      Branch: perl
3854            ! sv.c
3855 ____________________________________________________________________________
3856 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
3857         Log: Pending further investigation skip the tell() tests.
3858              The tell() is okay on Solaris, HP-UX and Tru64, but fails
3859              (by returning too much) in Linux.
3860      Branch: perl
3861            ! t/io/utf8.t
3862 ____________________________________________________________________________
3863 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
3864         Log: Retract #13082 until a better solution is found:
3865              statics break ithreads.
3866      Branch: perl
3867            ! regexec.c
3868 ____________________________________________________________________________
3869 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
3870         Log: Figures 1 and 2 for UTF-8.
3871      Branch: perl
3872            ! pod/perlunicode.pod
3873 ____________________________________________________________________________
3874 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
3875         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
3876              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3877              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
3878              Message-ID: <20011119132645.A15034@rafael>
3879      Branch: perl
3880            ! op.c pod/perldiag.pod t/lib/warnings/op
3881 ____________________________________________________________________________
3882 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
3883         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
3884              From: Michael G Schwern <schwern@pobox.com> 
3885              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
3886              Message-ID: <20011119031112.E786@blackrider>
3887      Branch: perl
3888            ! t/op/closure.t
3889 ____________________________________________________________________________
3890 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
3891         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
3892              From: Michael G Schwern <schwern@pobox.com>
3893              Date: Mon, 19 Nov 2001 03:42:56 -0500
3894              Message-ID: <20011119034256.I786@blackrider>
3895      Branch: perl
3896            + t/op/or.t
3897            ! MANIFEST
3898 ____________________________________________________________________________
3899 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
3900         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
3901              From: "Craig A. Berry" <craigberry@mac.com>
3902              Date: Sun, 18 Nov 2001 14:33:48 -0600
3903              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
3904      Branch: perl
3905            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
3906 ____________________________________________________________________________
3907 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
3908         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
3909              From: Dave Rolsky <autarch@urth.org>
3910              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
3911              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
3912      Branch: perl
3913            ! lib/ExtUtils/Manifest.pm
3914 ____________________________________________________________________________
3915 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
3916         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
3917              From: Dave Rolsky <autarch@urth.org>
3918              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
3919              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
3920      Branch: perl
3921            ! lib/ExtUtils/Install.pm
3922 ____________________________________________________________________________
3923 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
3924         Log: The runops_dbg should not be needed.
3925      Branch: perl
3926            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
3927 ____________________________________________________________________________
3928 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
3929         Log: do_spawn() cleanup from Charles Lane.
3930      Branch: perl
3931            ! vms/vms.c
3932 ____________________________________________________________________________
3933 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
3934         Log: Update the list of tests.
3935      Branch: perl
3936            ! t/lib/1_compile.t
3937 ____________________________________________________________________________
3938 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
3939         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
3940              From: Michael G Schwern <schwern@pobox.com> 
3941              Date: Fri, 16 Nov 2001 17:37:04 -0500
3942              Message-ID: <20011116173703.L30160@blackrider>
3943      Branch: perl
3944            ! t/lib/warnings/sv
3945 ____________________________________________________________________________
3946 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
3947         Log: FAQ sync.
3948      Branch: perl
3949            ! pod/perlfaq4.pod
3950 ____________________________________________________________________________
3951 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
3952         Log: Integrate perlio; win32 sync.
3953      Branch: perl
3954           !> perlio.c win32/win32io.c
3955 ____________________________________________________________________________
3956 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
3957         Log: (retracted by #13096)
3958              Debugging would be badly skewed by a malloc per regex dump.
3959      Branch: perl
3960            ! regexec.c
3961 ____________________________________________________________________________
3962 [ 13081] By: nick                                  on 2001/11/18  19:08:40
3963         Log: Win32 layer has a dup which needs to match new prototype.
3964      Branch: perlio
3965            ! win32/win32io.c
3966 ____________________________________________________________________________
3967 [ 13080] By: nick                                  on 2001/11/18  19:05:02
3968         Log: Wrong way to get stdio mode used.
3969      Branch: perlio
3970            ! perlio.c
3971 ____________________________________________________________________________
3972 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
3973         Log: Retract #13048: that introduced a malloc() (through savepvn())
3974              to *every* m//, which killed the performance quite badly.
3975      Branch: perl
3976            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
3977 ____________________________________________________________________________
3978 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
3979         Log: Pass 1 at perldelta.pod: sort the section contents
3980              together, drop all but the 5.7.2 known problems,
3981              leave the 5.7.1 security note since that's the
3982              fullest explanation (update the date on that).
3983      Branch: perl
3984            ! pod/perldelta.pod
3985 ____________________________________________________________________________
3986 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
3987         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
3988              
3989              Tiny problem in the test for 20011113.110: I hope
3990              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
3991      Branch: perl
3992            ! pp.c t/op/repeat.t
3993 ____________________________________________________________________________
3994 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
3995         Log: All of syswrite/send/sendto need to return character counts,
3996              and character counts from the offset, not the beginning of
3997              the scalar.
3998      Branch: perl
3999            ! pp_sys.c
4000 ____________________________________________________________________________
4001 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
4002         Log: Integrate PerlIO: duping fixes.
4003      Branch: perl
4004           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4005           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
4006           !> perliol.h sv.c
4007 ____________________________________________________________________________
4008 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
4009         Log: syswrite() was still returning byte counts, not character counts.
4010      Branch: perl
4011            ! pp_sys.c t/io/utf8.t
4012 ____________________________________________________________________________
4013 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
4014         Log: Add test for sysread().
4015      Branch: perl
4016            ! t/io/utf8.t
4017 ____________________________________________________________________________
4018 [ 13072] By: nick                                  on 2001/11/18  16:15:31
4019         Log: Allow dup'ing of PerlIO::Scalar etc.
4020      Branch: perlio
4021            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4022            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
4023            ! perliol.h sv.c
4024 ____________________________________________________________________________
4025 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
4026         Log: Prepend a null byte to the test set.
4027      Branch: perl
4028            ! t/io/utf8.t
4029 ____________________________________________________________________________
4030 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
4031         Log: Document how "no utf8;" can become handy.
4032      Branch: perl
4033            ! lib/utf8.pm
4034 ____________________________________________________________________________
4035 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
4036         Log: Integrate perlio; force the inclusion of the PL_runops_*
4037      Branch: perl
4038           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
4039 ____________________________________________________________________________
4040 [ 13068] By: nick                                  on 2001/11/18  13:23:33
4041         Log: embed.pl generated changes I forgot to include
4042      Branch: perlio
4043            ! embedvar.h perlapi.h pod/perlapi.pod
4044 ____________________________________________________________________________
4045 [ 13067] By: nick                                  on 2001/11/18  12:50:19
4046         Log: Force inclusion of both Perl_runops_* in perl itself,
4047              so they are available for Peek.xs etc.
4048      Branch: perlio
4049            ! perlvars.h
4050 ____________________________________________________________________________
4051 [ 13066] By: nick                                  on 2001/11/18  11:00:34
4052         Log: Integrate mainline - a few Devel::Peak fails.
4053      Branch: perlio
4054           +> (branch 29 files)
4055            - ext/Thread/Thread.pm lib/Benchmark.t
4056            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
4057            - lib/Lingua/KO/Hangul/Util/README
4058            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
4059            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
4060            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
4061            - vms/ext/vmsish.pm vms/ext/vmsish.t
4062            ! hv.c
4063           !> (integrate 389 files)
4064 ____________________________________________________________________________
4065 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
4066         Log: Start working on perldelta.  This is not yet any sort of
4067              editing; just concatenating perl570delta, perl571delta,
4068              and perl572delta.  Any sorting not done, any duplicate
4069              removal not done, any removal or update of obsolete items
4070              not done, any changes since 5.7.2 not included.  So there.
4071      Branch: perl
4072            ! pod/perldelta.pod
4073 ____________________________________________________________________________
4074 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
4075         Log: Banish "use utf8".
4076      Branch: perl
4077            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
4078 ____________________________________________________________________________
4079 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
4080         Log: Tweak from Charles Lane.
4081      Branch: perl
4082            ! vms/vms.c
4083 ____________________________________________________________________________
4084 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
4085         Log: Integrate change #13058 from maintperl;
4086              change#12559 breaks things on Win9x because command.com doesn't
4087              grok dquotes at all; disable all the system() smarts for
4088              command.com
4089      Branch: perl
4090           !> win32/win32.c
4091 ____________________________________________________________________________
4092 [ 13061] By: ams                                   on 2001/11/17  13:46:11
4093         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
4094              From: Jonathan Stowe <gellyfish@gellyfish.com>
4095              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
4096              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
4097      Branch: perl
4098            ! lib/Term/Cap.pm
4099 ____________________________________________________________________________
4100 [ 13060] By: ams                                   on 2001/11/17  09:49:10
4101         Log: Subject: [PATCH9 File/Find.pm doc nits
4102              From: Tels <perl_dummy@bloodgate.com>
4103              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
4104      Branch: perl
4105            ! lib/File/Find.pm
4106 ____________________________________________________________________________
4107 [ 13059] By: ams                                   on 2001/11/17  09:38:38
4108         Log: Subject: [PATCH] Benchmark.pm nit
4109              From: Tels <perl_dummy@bloodgate.com>
4110              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
4111      Branch: perl
4112            ! lib/Benchmark.pm
4113 ____________________________________________________________________________
4114 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
4115         Log: change#12559 breaks things on Win9x because command.com doesn't
4116              grok dquotes at all; disable all the system() smarts for
4117              command.com
4118      Branch: maint-5.6/perl
4119            ! win32/win32.c
4120 ____________________________________________________________________________
4121 [ 13057] By: ams                                   on 2001/11/16  20:30:03
4122         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
4123              From: Andy Dougherty <doughera@lafayette.edu>
4124              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
4125              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
4126      Branch: perl
4127            ! lib/Unicode/UCD.t
4128 ____________________________________________________________________________
4129 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
4130         Log: Subject: [Patch Perl@13023] VMS system() warning
4131              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4132              Date: Fri, 16 Nov 2001 15:20:11 EST
4133              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
4134      Branch: perl
4135            ! vms/vms.c
4136 ____________________________________________________________________________
4137 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
4138         Log: It's neither-nor, and protect against the impossible.
4139      Branch: perl
4140            ! lib/Thread.pm
4141 ____________________________________________________________________________
4142 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
4143         Log: 5005threads didn't work because $Thread::VERSION wasn't
4144              visible.  Oops.
4145      Branch: perl
4146            ! ext/Thread/Makefile.PL lib/Thread.pm
4147 ____________________________________________________________________________
4148 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
4149         Log: Robustness against Linux using something else than gcc;
4150              based on
4151              
4152              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
4153              From: Charles Randall <cfriv@yahoo.com>
4154              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
4155              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
4156      Branch: perl
4157            ! ext/Errno/Errno_pm.PL
4158 ____________________________________________________________________________
4159 [ 13052] By: ams                                   on 2001/11/16  16:46:39
4160         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
4161              From: Russ Allbery <rra@stanford.edu>
4162              Date: 16 Nov 2001 09:44:21 -0800
4163              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
4164      Branch: perl
4165            ! lib/Pod/ParseLink.pm
4166 ____________________________________________________________________________
4167 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
4168         Log: Update perluniintro on the UTF-8 output matters
4169              (that -w will warn unless the stream is explicitly UTF-8-ified).
4170      Branch: perl
4171            ! pod/perluniintro.pod
4172 ____________________________________________________________________________
4173 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
4174         Log: Adding new files to MANIFEST is nice.
4175      Branch: perl
4176            ! MANIFEST
4177 ____________________________________________________________________________
4178 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
4179         Log: Update Changes.
4180      Branch: perl
4181            ! Changes patchlevel.h
4182 ____________________________________________________________________________
4183 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
4184         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
4185              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
4186              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
4187              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
4188      Branch: perl
4189            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
4190 ____________________________________________________________________________
4191 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
4192         Log: Rename perlunintro to perluniintro; regen toc.
4193      Branch: perl
4194            + pod/perluniintro.pod
4195            - pod/perlunintro.pod
4196            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4197 ____________________________________________________________________________
4198 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
4199         Log: Document the negated lookeahead trick to emulate
4200              character class subtraction.
4201      Branch: perl
4202            ! pod/perlunicode.pod
4203 ____________________________________________________________________________
4204 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
4205         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
4206              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4207              Date: Fri, 16 Nov 2001 23:31:04 +0900
4208              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
4209              
4210              (with the tweak that Cntrl is not C, it's Cc)
4211      Branch: perl
4212            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
4213            ! lib/unicore/mktables
4214 ____________________________________________________________________________
4215 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
4216         Log: Subject: [PATCH current] runtime runops switch
4217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4218              Date: Fri, 16 Nov 2001 00:48:09 -0500
4219              Message-ID: <20011116004809.A934@math.ohio-state.edu>
4220      Branch: perl
4221            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
4222            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
4223            ! pod/perlintern.pod proto.h run.c
4224 ____________________________________________________________________________
4225 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
4226         Log: Further discourage old Thread code; tell how to tell
4227              the difference.
4228      Branch: perl
4229            ! lib/Thread.pm
4230 ____________________________________________________________________________
4231 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
4232         Log: A missing return; from Charles Lane.
4233      Branch: perl
4234            ! vms/vms.c
4235 ____________________________________________________________________________
4236 [ 13041] By: ams                                   on 2001/11/16  12:11:14
4237         Log: Subject: [PATCH] Doc spellcheck + podcheck
4238              From: Autrijus Tang <autrijus@egb.elixus.org>
4239              Date: Thu, 15 Nov 2001 22:49:05 -0800
4240              Message-Id: <20011116064905.GA44092@egb.elixus.org>
4241              
4242              Subject: [PATCH] podcheck+spellcheck, the rest of the story
4243              From: Autrijus Tang <autrijus@egb.elixus.org>
4244              Date: Fri, 16 Nov 2001 00:42:20 -0800
4245              Message-Id: <20011116084220.GA44295@egb.elixus.org>
4246              
4247              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
4248              From: Nicholas Clark <nick@ccl4.org>
4249              Date: Fri, 16 Nov 2001 10:32:01 +0000
4250              Message-Id: <20011116103200.F62891@plum.flirble.org>
4251              (Applied after suitable de-mangling.)
4252      Branch: perl
4253            ! README.aix README.dgux README.dos README.epoc README.hpux
4254            ! README.mint README.mpeix README.netware README.os2
4255            ! README.os390 README.plan9 README.qnx README.solaris
4256            ! README.threads doio.c pod/perl571delta.pod
4257            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
4258            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
4259            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
4260            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
4261            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
4262            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
4263 ____________________________________________________________________________
4264 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
4265         Log: Avoid redefinedness warning for now.
4266      Branch: perl
4267            ! lib/Thread.pm
4268 ____________________________________________________________________________
4269 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
4270         Log: use strict.
4271      Branch: perl
4272            ! lib/Thread.pm
4273 ____________________________________________________________________________
4274 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
4275         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
4276              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
4277              Date: Thu, 15 Nov 2001 22:54:47 EST 
4278              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
4279      Branch: perl
4280            ! vms/vms.c vms/vmspipe.com
4281 ____________________________________________________________________________
4282 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
4283         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
4284              From: "chromatic" <chromatic@rmci.net>
4285              Date: Thu, 15 Nov 2001 19:54:23 -0700
4286              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
4287      Branch: perl
4288            ! lib/File/stat.t
4289 ____________________________________________________________________________
4290 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
4291         Log: Make Thread a wrapper for both ithreads and 5005threads.
4292              Needs a lot of work and Arthur's eyeballing (and finishing
4293              few missing odds and ends of threads.pm).  Now Thread
4294              is an extension without its own .pm.
4295              
4296              If there are people who have experience working with
4297              either the 5005threads or the ithreads: cleaning up
4298              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
4299              and porting the various Thread::* modules, like Thread::Queue,
4300              to work also with ithreads, is needed.
4301              
4302              Removed the 5005threads requirement from the 5005 tests
4303              for easier testing (not all of them work yet since
4304              they use the Thread::* modules that have not been made
4305              to work with ithreads).  Leave the 5005 tests named as
4306              *.tx so that they are not run by "make test".
4307      Branch: perl
4308            + lib/Thread.pm
4309            - ext/Thread/Thread.pm
4310            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
4311            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
4312            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
4313            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
4314            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
4315            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
4316            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
4317 ____________________________________________________________________________
4318 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
4319         Log: $VERSION "a5" doesn't quite work.
4320      Branch: perl
4321            ! ext/B/Makefile.PL
4322 ____________________________________________________________________________
4323 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
4324         Log: Add the fruits of Larry Shatzer's version verifying script.
4325              (There are some straddlers, but they will be fixed in the
4326              upcoming releases of the modules.)
4327      Branch: perl
4328            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
4329            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
4330            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
4331            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
4332            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
4333            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
4334            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4335            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
4336            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
4337            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
4338            ! wince/FindExt.pm
4339 ____________________________________________________________________________
4340 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
4341         Log: Add Larry Shatzer's VERSION verifying script.
4342      Branch: perl
4343            + Porting/checkVERSION.pl
4344            ! MANIFEST Porting/pumpkin.pod
4345 ____________________________________________________________________________
4346 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
4347         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
4348              From: Michael G Schwern <schwern@pobox.com>
4349              Date: Thu, 15 Nov 2001 19:26:40 -0500
4350              Message-ID: <20011115192640.R31399@blackrider>
4351      Branch: perl
4352            ! t/test.pl
4353 ____________________________________________________________________________
4354 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
4355         Log: Document the MY_CXT business; from Paul Marquess.
4356      Branch: perl
4357            ! pod/perlxs.pod
4358 ____________________________________________________________________________
4359 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
4360         Log: VMSCMD synch attempt.
4361      Branch: perl
4362            ! vms/vms.c vms/vmsish.h
4363 ____________________________________________________________________________
4364 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
4365         Log: Advise against -P as instructed by Schwern.
4366      Branch: perl
4367            ! pod/perlrun.pod
4368 ____________________________________________________________________________
4369 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
4370         Log: Subject: [PATCH] v-strings as Objects Step 1
4371              From: John Peacock <jpeacock@rowman.com>
4372              Date: Thu, 15 Nov 2001 12:41:04 -0500
4373              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
4374      Branch: perl
4375            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
4376            ! util.c
4377 ____________________________________________________________________________
4378 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
4379         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
4380              From: Michael G Schwern <schwern@pobox.com>
4381              Date: Thu, 15 Nov 2001 12:47:59 -0500
4382              Message-ID: <20011115124759.E31399@blackrider>
4383      Branch: perl
4384            + t/run/switchx.aux t/run/switchx.t
4385            ! MANIFEST t/run/switches.t
4386 ____________________________________________________________________________
4387 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
4388         Log: Upgrade to Getopt::Long 2.26_03.
4389      Branch: perl
4390            ! lib/Getopt/Long.pm
4391 ____________________________________________________________________________
4392 [ 13025] By: ams                                   on 2001/11/15  20:46:22
4393         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
4394              From: Michael G Schwern <schwern@pobox.com>
4395              Date: Thu, 15 Nov 2001 16:24:11 -0500
4396              Message-Id: <20011115162411.M31399@blackrider>
4397      Branch: perl
4398            ! vms/vms.c
4399 ____________________________________________________________________________
4400 [ 13024] By: ams                                   on 2001/11/15  19:32:06
4401         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
4402              From: rspier@pobox.com (Robert Spier)
4403              Date: Thu, 15 Nov 2001 11:19:21 -0800
4404              Message-Id: <15348.5433.732364.963687@rls.cx>
4405      Branch: perl
4406            ! op.c
4407 ____________________________________________________________________________
4408 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
4409         Log: Update Changes.
4410      Branch: perl
4411            ! Changes patchlevel.h
4412 ____________________________________________________________________________
4413 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
4414         Log: Subject: [PATCH] new tests for command-line switches
4415              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4416              Date: Thu, 15 Nov 2001 17:00:30 +0100
4417              Message-ID: <20011115170030.A14193@rafael>
4418      Branch: perl
4419            + t/run/switches.t
4420            ! MANIFEST
4421 ____________________________________________________________________________
4422 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
4423         Log: Upgrade to podlators 1.13.
4424      Branch: perl
4425            + lib/Pod/ParseLink.pm
4426            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
4427            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
4428            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
4429            ! t/pod/pod2usage.xr t/pod/podselect.xr
4430 ____________________________________________________________________________
4431 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
4432         Log: skip "might be used uninitialized".
4433      Branch: perl
4434            ! pp_sys.c
4435 ____________________________________________________________________________
4436 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
4437         Log: Fix for "perlio bug in koi8-r encoding".  The problem
4438              seemed to be that binmode() always flushed the handle,
4439              which is not so good when switching encodings.  Fixed,
4440              added Matt Sergeant's testcase, documented in perlfunc/binmode,
4441              also added a pointer about disciplines to perlfunc/open,
4442              and in general cleaned up and reformatted the open entry.
4443      Branch: perl
4444            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
4445 ____________________________________________________________________________
4446 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
4447         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
4448              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4449              Date: 15 Nov 2001 08:57:06 -0000
4450              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
4451              
4452              chop() and chomp() are not real list functions,
4453              so let's not have them overrideable.  (Casey will
4454              be confused since in #7071 he patched the other way.)
4455      Branch: perl
4456            ! pod/perlfunc.pod toke.c
4457 ____________________________________________________________________________
4458 [ 13017] By: ams                                   on 2001/11/15  12:56:49
4459         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
4460              From: Robin Barker <rmb1@cise.npl.co.uk>
4461              Date: Thu, 15 Nov 2001 13:48:34 GMT
4462              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
4463              (Applied with tweaks.)
4464      Branch: perl
4465            ! pod/perltrap.pod
4466 ____________________________________________________________________________
4467 [ 13016] By: ams                                   on 2001/11/15  09:12:48
4468         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
4469              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4470              Date: Thu, 15 Nov 2001 09:06:39 +0100
4471              Message-Id: <20011115090639.A13005@rafael>
4472      Branch: perl
4473            ! pod/perlrun.pod
4474 ____________________________________________________________________________
4475 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
4476         Log: "link =" from utils.lst was being processed oddly.
4477      Branch: perl
4478            ! installman
4479 ____________________________________________________________________________
4480 [ 13014] By: ams                                   on 2001/11/15  02:52:52
4481         Log: Subject: [PATCH current] CreateTTY in -d
4482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4483              Date: Wed, 14 Nov 2001 21:26:31 -0500
4484              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
4485      Branch: perl
4486            ! lib/perl5db.pl
4487 ____________________________________________________________________________
4488 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
4489         Log: Corify the Filter::Simple tests. 
4490      Branch: perl
4491            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
4492            ! lib/Filter/Simple/t/filter_only.t
4493 ____________________________________________________________________________
4494 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
4495         Log: Upgrade to Filter::Simple 0.70.
4496      Branch: perl
4497            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
4498            + t/lib/FilterOnlyTest.pm
4499            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
4500            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
4501            ! t/lib/FilterTest.pm
4502 ____________________________________________________________________________
4503 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
4504         Log: Cleanliness inspired by Cygwin.
4505      Branch: perl
4506            ! Makefile.SH x2p/Makefile.SH
4507 ____________________________________________________________________________
4508 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
4509         Log: Add perlunintro (formerly known as perlunitut); regen toc.
4510      Branch: perl
4511            + pod/perlunintro.pod
4512            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4513 ____________________________________________________________________________
4514 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
4515         Log: FAQ sync.
4516      Branch: perl
4517            ! pod/perlfaq6.pod
4518 ____________________________________________________________________________
4519 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
4520         Log: Quieten pgcc 2.91.66 worries.
4521      Branch: perl
4522            ! gv.c pp_ctl.c utf8.c
4523 ____________________________________________________________________________
4524 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
4525         Log: Upgrade to Switch 2.06.
4526      Branch: perl
4527            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
4528            ! lib/Switch/t/nested.t
4529 ____________________________________________________________________________
4530 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
4531         Log: Upgrade to Attribute::Handlers 0.76.
4532      Branch: perl
4533            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
4534            ! lib/Attribute/Handlers/README
4535            ! lib/Attribute/Handlers/demo/Demo.pm
4536            ! lib/Attribute/Handlers/demo/Descriptions.pm
4537            ! lib/Attribute/Handlers/demo/MyClass.pm
4538            ! lib/Attribute/Handlers/demo/demo_cycle.pl
4539            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
4540            ! lib/Attribute/Handlers/t/multi.t
4541 ____________________________________________________________________________
4542 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
4543         Log: Signedness nit.
4544      Branch: perl
4545            ! regexec.c
4546 ____________________________________________________________________________
4547 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
4548         Log: VERSIONize.
4549      Branch: perl
4550            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
4551            ! lib/integer.pm
4552 ____________________________________________________________________________
4553 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
4554         Log: No pod in internal Net::FTP classes.
4555      Branch: perl
4556            ! pod/buildtoc.PL
4557 ____________________________________________________________________________
4558 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
4559         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
4560              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
4561              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
4562              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
4563      Branch: perl
4564            ! regexec.c
4565 ____________________________________________________________________________
4566 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
4567         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
4568              Pudge correctly).
4569      Branch: perl
4570            ! t/test.pl
4571 ____________________________________________________________________________
4572 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
4573         Log: Add comments to mark where $^X is being handled.
4574      Branch: perl
4575            ! perl.c toke.c
4576 ____________________________________________________________________________
4577 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
4578         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
4579              From: Michael G Schwern <schwern@pobox.com>
4580              Date: Wed, 14 Nov 2001 16:38:25 -0500
4581              Message-ID: <20011114163825.D6519@blackrider>
4582      Branch: perl
4583            ! t/op/repeat.t
4584 ____________________________________________________________________________
4585 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
4586         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
4587              From: Michael G Schwern <schwern@pobox.com>
4588              Date: Wed, 14 Nov 2001 13:19:15 -0500
4589              Message-ID: <20011114131915.K5096@blackrider>
4590      Branch: perl
4591            ! t/op/die_exit.t
4592 ____________________________________________________________________________
4593 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
4594         Log: Subject: Re: [PATCH] new version of runperl()
4595              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4596              Date: Wed, 14 Nov 2001 15:39:12 EST
4597              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
4598              
4599              "VMS $^X pipes etc" patch.
4600      Branch: perl
4601            ! vms/vms.c
4602 ____________________________________________________________________________
4603 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
4604         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
4605              and add "verbose" option to show the final command.
4606      Branch: perl
4607            ! t/test.pl
4608 ____________________________________________________________________________
4609 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
4610         Log: Goof in some of the comment fields of #12994.
4611      Branch: perl
4612            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
4613            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
4614            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
4615            ! lib/unicore/In/9.pl
4616 ____________________________________________________________________________
4617 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
4618         Log: The First, Last ranges in the Unicode data weren't
4619              getting their general categories added properly;
4620              noticed by Jeffrey Friedl.
4621      Branch: perl
4622            ! lib/unicore/Category.pl lib/unicore/In/0.pl
4623            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
4624            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
4625            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
4626            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
4627            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
4628            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
4629            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
4630            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
4631            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
4632            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
4633            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
4634            ! lib/unicore/mktables
4635 ____________________________________________________________________________
4636 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
4637         Log: Subject: [PATCH] new version of runperl()
4638              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4639              Date: Wed, 14 Nov 2001 12:23:01 +0100
4640              Message-ID: <20011114122301.A29384@rafael>
4641      Branch: perl
4642            ! t/io/argv.t t/test.pl
4643 ____________________________________________________________________________
4644 [ 12992] By: ams                                   on 2001/11/14  13:40:39
4645         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
4646              From: Michael G Schwern <schwern@pobox.com>
4647              Date: Tue, 13 Nov 2001 23:17:54 -0500
4648              Message-Id: <20011113231754.S32567@blackrider>
4649      Branch: perl
4650            ! perl.c
4651 ____________________________________________________________________________
4652 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
4653         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
4654              From: Philip Newton <Philip.Newton@gmx.net>
4655              Date: Wed, 14 Nov 2001 10:59:53 +0100
4656              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
4657              
4658              plus a lot of paragraph reformatting because of long lines.
4659      Branch: perl
4660            ! pod/perlapio.pod
4661 ____________________________________________________________________________
4662 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
4663         Log: A bool is not a pointer.
4664      Branch: perl
4665            ! pp_sys.c
4666 ____________________________________________________________________________
4667 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
4668         Log: AUTHORS updates.
4669      Branch: perl
4670            ! AUTHORS
4671 ____________________________________________________________________________
4672 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
4673         Log: There are several MIME RFCs.
4674      Branch: perl
4675            ! ext/Encode/Encode.pm
4676 ____________________________________________________________________________
4677 [ 12987] By: ams                                   on 2001/11/14  01:09:28
4678         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
4679              From: Michael G Schwern <schwern@pobox.com>
4680              Date: Tue, 13 Nov 2001 20:59:13 -0500
4681              Message-Id: <20011113205913.H32567@blackrider>
4682      Branch: perl
4683            ! t/op/groups.t vms/test.com
4684 ____________________________________________________________________________
4685 [ 12986] By: ams                                   on 2001/11/14  01:07:06
4686         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
4687              From: Michael G Schwern <schwern@pobox.com>
4688              Date: Tue, 13 Nov 2001 20:51:34 -0500
4689              Message-Id: <20011113205134.F32567@blackrider>
4690      Branch: perl
4691            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
4692 ____________________________________________________________________________
4693 [ 12985] By: ams                                   on 2001/11/14  00:43:59
4694         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
4695              From: Michael G Schwern <schwern@pobox.com>
4696              Date: Tue, 13 Nov 2001 20:38:42 -0500
4697              Message-Id: <20011113203842.E32567@blackrider>
4698      Branch: perl
4699            ! pod/perlport.pod
4700 ____________________________________________________________________________
4701 [ 12984] By: ams                                   on 2001/11/14  00:32:15
4702         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
4703              From: Michael G Schwern <schwern@pobox.com>
4704              Date: Tue, 13 Nov 2001 20:27:02 -0500
4705              Message-Id: <20011113202702.D32567@blackrider>
4706      Branch: perl
4707            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
4708            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
4709            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
4710            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
4711 ____________________________________________________________________________
4712 [ 12983] By: ams                                   on 2001/11/14  00:00:27
4713         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
4714              From: Michael G Schwern <schwern@pobox.com>
4715              Date: Tue, 13 Nov 2001 19:51:59 -0500
4716              Message-Id: <20011113195159.B32567@blackrider>
4717      Branch: perl
4718            ! pod/perlport.pod
4719 ____________________________________________________________________________
4720 [ 12982] By: ams                                   on 2001/11/13  23:53:11
4721         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
4722              From: Larry Shatzer <fugazi@zippy.zyx.net>
4723              Date: Tue, 13 Nov 2001 17:27:59 -0700
4724              Message-Id: <20011113172759.E27768@zippy.zyx.net>
4725      Branch: perl
4726            ! pod/perlapio.pod
4727 ____________________________________________________________________________
4728 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
4729         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
4730              "large enough" Unicode characters returned more than one
4731              as their "Unicode size".
4732      Branch: perl
4733            ! pp_sys.c t/io/utf8.t
4734 ____________________________________________________________________________
4735 [ 12980] By: ams                                   on 2001/11/13  19:32:33
4736         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
4737              From: "Craig A. Berry" <craigberry@mac.com>
4738              Date: Tue, 13 Nov 2001 14:33:25 -0600
4739              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
4740      Branch: perl
4741            ! vms/gen_shrfls.pl
4742 ____________________________________________________________________________
4743 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
4744         Log: Subject: Minor patch to Encode.pm (detypo)
4745              From: "Philip Newton" <Philip.Newton@gmx.net>
4746              Date: Tue, 13 Nov 2001 20:11:01 +0100
4747              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
4748      Branch: perl
4749            ! ext/Encode/Encode.pm
4750 ____________________________________________________________________________
4751 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
4752         Log: Evil tabulators.
4753      Branch: perl
4754            ! ext/Encode/Encode.pm
4755 ____________________________________________________________________________
4756 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
4757         Log: Document the available encodings.
4758      Branch: perl
4759            ! ext/Encode/Encode.pm
4760 ____________________________________________________________________________
4761 [ 12976] By: ams                                   on 2001/11/13  17:14:07
4762         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
4763              From: Barrie Slaymaker <barries@slaysys.com>
4764              Date: Tue, 13 Nov 2001 12:41:36 -0500
4765              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
4766      Branch: perl
4767            ! t/op/universal.t
4768 ____________________________________________________________________________
4769 [ 12975] By: ams                                   on 2001/11/13  16:24:21
4770         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
4771              From: Barrie Slaymaker <barries@slaysys.com>
4772              Date: Tue, 13 Nov 2001 10:56:20 -0500
4773              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
4774              (Test applied with minor tweaks and ->isa("HASH") omission.)
4775      Branch: perl
4776            ! lib/UNIVERSAL.pm t/op/universal.t
4777 ____________________________________________________________________________
4778 [ 12974] By: ams                                   on 2001/11/13  15:46:07
4779         Log: Subject: [PATCH Benchmark.pm] docco tweaks
4780              From: Barrie Slaymaker <barries@slaysys.com>
4781              Date: Tue, 13 Nov 2001 11:34:45 -0500
4782              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
4783      Branch: perl
4784            ! lib/Benchmark.pm
4785 ____________________________________________________________________________
4786 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
4787         Log: Subject: [PATCH] Attack of the C loops, round 1
4788              From: Richard Soderberg <rs@oregonnet.com>
4789              Date: Mon, 12 Nov 2001 12:07:29 -0800
4790              Message-Id: <200111122007.MAA01994@oregonnet.com>
4791              
4792              Subject: [PATCH] bytecode.pl (tiny patch)
4793              From: Richard Soderberg <rs@oregonnet.com>
4794              Date: Mon, 12 Nov 2001 12:53:24 -0800
4795              Message-Id: <200111122053.MAA06272@oregonnet.com>
4796      Branch: perl
4797            ! bytecode.pl installhtml
4798 ____________________________________________________________________________
4799 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
4800         Log: Subject: [PATCH] Update to Filter::Util::Call
4801              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4802              Date: Sun, 11 Nov 2001 22:33:33 -0000
4803              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
4804              
4805              Use the new CXT* macros.
4806      Branch: perl
4807            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4808 ____________________________________________________________________________
4809 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
4810         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
4811              From: Michael G Schwern <schwern@pobox.com>
4812              Date: Mon, 12 Nov 2001 20:50:34 -0500
4813              Message-ID: <20011112205034.H2888@blackrider>
4814      Branch: perl
4815            + lib/vmsish.pm lib/vmsish.t
4816            - vms/ext/vmsish.pm vms/ext/vmsish.t
4817            ! MANIFEST vms/descrip_mms.template
4818 ____________________________________________________________________________
4819 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
4820         Log: :utf8 works only with perlio.
4821      Branch: perl
4822            ! lib/open.t
4823 ____________________________________________________________________________
4824 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
4825         Log: Subject: Re: @Config -"des" not quite working on VMS
4826              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4827              Date: Tue, 13 Nov 2001 08:35:13 EST 
4828              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
4829      Branch: perl
4830            ! configure.com
4831 ____________________________________________________________________________
4832 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
4833         Log: Subject: [PATCH] lib/charnames.pm 
4834              From: Jeffrey Friedl <jfriedl@yahoo.com>
4835              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
4836              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
4837      Branch: perl
4838            ! lib/charnames.pm
4839 ____________________________________________________________________________
4840 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
4841         Log: Docs for Mac::err.
4842      Branch: maint-5.6/macperl
4843            ! macos/ext/Mac/err/err.pm
4844 ____________________________________________________________________________
4845 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
4846         Log: Some cleanup; change some globals to references for
4847              possible persistence later.
4848      Branch: maint-5.6/macperl
4849            ! macos/lib/Mac/Glue.pm
4850 ____________________________________________________________________________
4851 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
4852         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
4853      Branch: maint-5.6/macperl
4854            ! macos/ext/Mac/Files/Files.pm
4855 ____________________________________________________________________________
4856 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
4857         Log: Get Mac::Navigation to compile (bug #464684).
4858      Branch: maint-5.6/macperl
4859            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
4860            ! macos/ext/Mac/Navigation/Makefile.PL
4861            ! macos/ext/Mac/Navigation/Navigation.xs
4862            ! macos/macperl/Makefile.mk
4863 ____________________________________________________________________________
4864 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
4865         Log: Add in modules and POD to help menu.
4866      Branch: maint-5.6/macperl
4867            ! macos/macperl/MacPerl.podhelp
4868 ____________________________________________________________________________
4869 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
4870         Log: Update bundled modules.
4871      Branch: maint-5.6/macperl
4872            + macos/bundled_ext/Filter/t/FilterTest.pm
4873            + macos/bundled_ext/List/Util/t/shuffle.t
4874            + macos/bundled_ext/Storable/t/compat06.t
4875            + macos/bundled_ext/Storable/t/st-dump.pl
4876            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
4877            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
4878            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
4879            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
4880            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
4881            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
4882            + macos/bundled_lib/blib/lib/lwpcook.pod
4883            + macos/bundled_lib/t/Filter/Simple/filter.t
4884            + macos/bundled_lib/t/Switch/t/given.t
4885            + macos/bundled_lib/t/Switch/t/nested.t
4886            + macos/bundled_lib/t/Switch/t/switch.t
4887            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
4888            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
4889            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
4890            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
4891            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
4892            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
4893            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
4894            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
4895            + macos/bundled_lib/t/URI/rfc2732.t
4896            + macos/bundled_lib/t/libnet/config.t
4897            + macos/bundled_lib/t/libnet/libnet_t.pl
4898            + macos/bundled_lib/t/libwww-perl/live/google.t
4899            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
4900            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
4901            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
4902            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
4903            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
4904            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
4905            + macos/bundled_lib/t/libwww-perl/live/validator.t
4906            - macos/bundled_ext/Filter/t/MyFilter.pm
4907            - macos/bundled_ext/Storable/t/compat-0.6.t
4908            - macos/bundled_ext/Storable/t/dump.pl
4909            - macos/bundled_ext/Time/Piece/Makefile.PL
4910            - macos/bundled_ext/Time/Piece/Piece.pm
4911            - macos/bundled_ext/Time/Piece/Piece.t
4912            - macos/bundled_ext/Time/Piece/Piece.xs
4913            - macos/bundled_ext/Time/Piece/README
4914            - macos/bundled_ext/Time/Piece/Seconds.pm
4915            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
4916            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
4917            - macos/bundled_lib/blib/lib/Net/PH.pm
4918            - macos/bundled_lib/blib/lib/Net/SNPP.pm
4919            - macos/bundled_lib/blib/lib/Text/Balanced.pod
4920            - macos/bundled_lib/t/Filter/Simple/test.pl
4921            - macos/bundled_lib/t/Switch/test.pl
4922            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
4923            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
4924            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
4925            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
4926            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
4927            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
4928            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
4929            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
4930            - macos/bundled_lib/t/libnet/ph.t
4931            ! (edit 125 files)
4932 ____________________________________________________________________________
4933 [ 12961] By: ams                                   on 2001/11/13  00:45:08
4934         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
4935              From: Michael G Schwern <schwern@pobox.com>
4936              Date: Mon, 12 Nov 2001 20:16:45 -0500
4937              Message-Id: <20011112201644.G2888@blackrider>
4938      Branch: perl
4939            ! pod/perlport.pod
4940 ____________________________________________________________________________
4941 [ 12960] By: ams                                   on 2001/11/12  23:54:00
4942         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
4943              Recoving dup tests for VMS
4944              From: Michael G Schwern <schwern@pobox.com>
4945              Date: Mon, 12 Nov 2001 19:35:33 -0500
4946              Message-Id: <20011112193533.D2888@blackrider>
4947      Branch: perl
4948            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
4949 ____________________________________________________________________________
4950 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
4951         Log: Update Changes.
4952      Branch: perl
4953            ! Changes patchlevel.h
4954 ____________________________________________________________________________
4955 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
4956         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
4957              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
4958              Date: Mon, 12 Nov 2001 12:35:18 EST 
4959              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
4960      Branch: perl
4961            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
4962            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
4963 ____________________________________________________________________________
4964 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
4965         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
4966              From: Barrie Slaymaker <barries@slaysys.com>
4967              Date: Mon, 12 Nov 2001 11:19:52 -0500
4968              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
4969      Branch: perl
4970            ! lib/File/Spec.t lib/File/Spec/Win32.pm
4971 ____________________________________________________________________________
4972 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
4973         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
4974              From: Barrie Slaymaker <barries@slaysys.com>
4975              Date: Mon, 12 Nov 2001 11:07:36 -0500
4976              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
4977      Branch: perl
4978            ! lib/Benchmark.pm
4979 ____________________________________________________________________________
4980 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
4981         Log: Misplaced test, noticed by Barrie Slaymaker.
4982              (We are missing Benchmark tests, then.)
4983      Branch: perl
4984            + ext/Devel/DProf/DProf.t
4985            - lib/Benchmark.t
4986            ! MANIFEST
4987 ____________________________________________________________________________
4988 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
4989         Log: Subject: [PATCH] a few typo fixes 
4990              From: Jeffrey Friedl <jfriedl@yahoo.com>
4991              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
4992              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
4993              
4994              Patching README.foo instead of pod/perlfoo.pod,
4995              not patching Math::BigInt (Tels will take care of that),
4996              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
4997              and perldoc.PL instead of libnetcfg and perldoc, patching
4998              ext/Digest/MD5/t/files.t since MD5.pm was changed.
4999      Branch: perl
5000            ! (edit 109 files)
5001 ____________________________________________________________________________
5002 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
5003         Log: Add a note about the dangers of bad UTF-8.
5004      Branch: perl
5005            ! pod/perlunicode.pod
5006 ____________________________________________________________________________
5007 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
5008         Log: NetWare Nit from Ananth Kesari.
5009      Branch: perl
5010            ! NetWare/config.wc
5011 ____________________________________________________________________________
5012 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
5013         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
5014      Branch: perl
5015            ! ext/Encode/Encode.pm
5016 ____________________________________________________________________________
5017 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
5018         Log: (retracted by #12951)
5019      Branch: perl
5020            ! ext/Encode/Encode.pm
5021 ____________________________________________________________________________
5022 [ 12949] By: ams                                   on 2001/11/12  06:40:18
5023         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
5024              From: Robert Spier <rspier@pobox.com>
5025              Date: Sun, 11 Nov 2001 18:50:18 -0800
5026              Message-Id: <15343.14570.121505.233336@rls.cx>
5027              
5028              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
5029              From: Rick Delaney <rick.delaney@home.com>
5030              Date: 12 Nov 2001 00:15:52 -0500
5031              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
5032      Branch: perl
5033            ! pp_hot.c t/op/taint.t
5034 ____________________________________________________________________________
5035 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
5036         Log: It seems that we actually have this detail implemented
5037              as for as Level 1 Support of Unicode regex support is
5038              concerned: at Level 1 only 1:1 support for loose
5039              (aka caseless, aka caseigoring ) matching is required.
5040      Branch: perl
5041            ! pod/perlunicode.pod
5042 ____________________________________________________________________________
5043 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
5044         Log: (retracted by #12951)
5045      Branch: perl
5046            ! ext/Encode/Encode.pm
5047 ____________________________________________________________________________
5048 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
5049         Log: BOM, bom, Bom.
5050      Branch: perl
5051            ! pod/perlunicode.pod
5052 ____________________________________________________________________________
5053 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
5054         Log: Upgrade to Math::BigInt 1.46.
5055      Branch: perl
5056            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5057            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
5058            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
5059            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
5060            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5061 ____________________________________________________________________________
5062 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
5063         Log: Subject: Re: PERFORCE change 12943 for review
5064              From: "Philip Newton" <Philip.Newton@gmx.net>
5065              Date: Sun, 11 Nov 2001 20:53:36 +0100
5066              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
5067      Branch: perl
5068            ! pod/perlunicode.pod
5069 ____________________________________________________________________________
5070 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
5071         Log: Doc updates; make the Unicode discussions a little
5072              bit less alarming, and add information about encodings,
5073              surrogates, and BOMs.
5074      Branch: perl
5075            ! pod/perlunicode.pod
5076 ____________________________________________________________________________
5077 [ 12942] By: ams                                   on 2001/11/11  16:45:00
5078         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
5079              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
5080              Date: Mon, 12 Nov 2001 00:22:57 +0900
5081              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
5082      Branch: perl
5083            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5084            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5085 ____________________________________________________________________________
5086 [ 12941] By: ams                                   on 2001/11/11  13:01:40
5087         Log: Subject: Re: PERFORCE change 12929 for review
5088              From: "Philip Newton" <Philip.Newton@gmx.net>
5089              Date: Sun, 11 Nov 2001 14:27:44 +0100
5090              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
5091      Branch: perl
5092            ! MANIFEST
5093 ____________________________________________________________________________
5094 [ 12940] By: ams                                   on 2001/11/11  05:06:43
5095         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
5096              From: Michael G Schwern <schwern@pobox.com>
5097              Date: Thu, 8 Nov 2001 22:56:45 -0500
5098              Message-Id: <20011108225645.H5587@blackrider>
5099      Branch: perl
5100            ! t/op/chdir.t
5101 ____________________________________________________________________________
5102 [ 12939] By: ams                                   on 2001/11/11  05:01:00
5103         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
5104              From: Michael G Schwern <schwern@pobox.com>
5105              Date: Sun, 11 Nov 2001 00:54:43 -0500
5106              Message-Id: <20011111005443.A24450@blackrider>
5107      Branch: perl
5108            ! ext/Cwd/t/cwd.t
5109 ____________________________________________________________________________
5110 [ 12938] By: ams                                   on 2001/11/11  03:25:13
5111         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
5112              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
5113              From: "chromatic" <chromatic@rmci.net>
5114              Date: Sat, 10 Nov 2001 21:03:20 -0700
5115              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
5116      Branch: perl
5117            ! lib/File/stat.pm lib/File/stat.t
5118 ____________________________________________________________________________
5119 [ 12937] By: ams                                   on 2001/11/11  02:05:23
5120         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
5121              From: "Craig A. Berry" <craigberry@mac.com>
5122              Date: Sat, 10 Nov 2001 17:23:52 -0600
5123              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
5124      Branch: perl
5125            ! t/op/magic.t
5126 ____________________________________________________________________________
5127 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
5128         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
5129      Branch: perl
5130            ! lib/open.pm lib/open.t
5131 ____________________________________________________________________________
5132 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
5133         Log: The Official name of ASCII.
5134      Branch: perl
5135            ! ext/Encode/Encode.pm
5136 ____________________________________________________________________________
5137 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
5138         Log: The KOI8-R example wasn't quite right.
5139      Branch: perl
5140            ! lib/open.pm lib/open.t
5141 ____________________________________________________________________________
5142 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
5143         Log: Enhance the open pragma to support :utf8, :locale,
5144              and :encoding directly as special cases, and rename
5145              the INOUT to IO.
5146      Branch: perl
5147            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
5148 ____________________________________________________________________________
5149 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
5150         Log: Document the UTF-16 surrogate encoding and decoding.
5151      Branch: perl
5152            ! ext/Encode/Encode.pm
5153 ____________________________________________________________________________
5154 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
5155         Log: A potential recursion breaker.
5156      Branch: perl
5157            ! sv.c
5158 ____________________________________________________________________________
5159 [ 12930] By: ams                                   on 2001/11/10  07:46:53
5160         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
5161              (was Re: perl@12892)
5162              From: "chromatic" <chromatic@rmci.net>
5163              Date: Sat, 10 Nov 2001 01:28:09 -0700
5164              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
5165      Branch: perl
5166            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
5167            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
5168            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
5169            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
5170 ____________________________________________________________________________
5171 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
5172         Log: Add a test for the bytes pragma.
5173      Branch: perl
5174            + lib/bytes.t
5175            ! MANIFEST
5176 ____________________________________________________________________________
5177 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
5178         Log: Doc update.
5179      Branch: perl
5180            ! lib/bytes.pm
5181 ____________________________________________________________________________
5182 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
5183         Log: Cease to exist.
5184      Branch: perl
5185            - lib/Unicode/Normalize.pm
5186 ____________________________________________________________________________
5187 [ 12926] By: ams                                   on 2001/11/10  03:23:16
5188         Log: Subject: [patch] my_setenv speedup + fixes
5189              From: Doug MacEachern <dougm@covalent.net>
5190              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
5191              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
5192      Branch: perl
5193            ! util.c
5194 ____________________________________________________________________________
5195 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
5196         Log: Newline trouble.
5197      Branch: perl
5198            ! lib/ExtUtils/Embed.t
5199 ____________________________________________________________________________
5200 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
5201         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
5202              From: "Craig A. Berry" <craigberry@mac.com>
5203              Date: Fri, 09 Nov 2001 18:13:16 -0600
5204              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
5205      Branch: perl
5206            ! vms/munchconfig.c
5207 ____________________________________________________________________________
5208 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
5209         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
5210              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5211              Date: Sat, 10 Nov 2001 00:10:45 +0100
5212              Message-ID: <20011110001045.A11945@rafael>
5213      Branch: perl
5214            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
5215            + t/run/switchn.t t/run/switchp.t
5216            ! MANIFEST
5217 ____________________________________________________________________________
5218 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
5219         Log: Subject: [PATCH] some tests not cleaning up properly               
5220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
5221              Date: Fri, 9 Nov 2001 22:13:10 +0100
5222              Message-ID: <20011109221310.A11115@rafael>
5223      Branch: perl
5224            ! ext/Cwd/t/cwd.t t/io/argv.t
5225 ____________________________________________________________________________
5226 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
5227         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
5228              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5229              Date: Fri, 9 Nov 2001 15:07:19 EST
5230              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
5231      Branch: perl
5232            ! lib/ExtUtils/Embed.t
5233 ____________________________________________________________________________
5234 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
5235         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
5236              have been copied so it shouldn't be freed in perl_destruct()
5237      Branch: perl
5238            ! perl.c
5239 ____________________________________________________________________________
5240 [ 12919] By: ams                                   on 2001/11/09  15:36:22
5241         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
5242              From: Michael G Schwern <schwern@pobox.com>
5243              Date: Fri, 9 Nov 2001 00:38:59 -0500
5244              Message-Id: <20011109003859.K5587@blackrider>
5245              (Applied with directory name changes suggested by Craig Berry.)
5246      Branch: perl
5247            ! ext/Cwd/t/cwd.t
5248 ____________________________________________________________________________
5249 [ 12918] By: ams                                   on 2001/11/09  15:29:15
5250         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
5251              From: Michael G Schwern <schwern@pobox.com>
5252              Date: Fri, 9 Nov 2001 01:44:14 -0500
5253              Message-Id: <20011109014414.N5587@blackrider>
5254      Branch: perl
5255            ! vms/ext/filespec.t
5256 ____________________________________________________________________________
5257 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
5258         Log: Update Changes.
5259      Branch: perl
5260            ! Changes patchlevel.h
5261 ____________________________________________________________________________
5262 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
5263         Log: Regen toc.
5264      Branch: perl
5265            ! pod/perltoc.pod
5266 ____________________________________________________________________________
5267 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
5268         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
5269              see http://www.jepstone.net/bjepson//jpl/cvs.html
5270      Branch: perl
5271            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5272 ____________________________________________________________________________
5273 [ 12914] By: ams                                   on 2001/11/09  14:05:12
5274         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
5275              From: Michael G Schwern <schwern@pobox.com>
5276              Date: Thu, 8 Nov 2001 22:05:49 -0500
5277              Message-Id: <20011108220549.F5587@blackrider>
5278      Branch: perl
5279            ! vms/test.com
5280 ____________________________________________________________________________
5281 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
5282         Log: NetWare update from Ananth Kesari.
5283      Branch: perl
5284            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
5285 ____________________________________________________________________________
5286 [ 12912] By: ams                                   on 2001/11/09  13:40:26
5287         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
5288              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5289              Date: Fri, 9 Nov 2001 14:32:28 +0100
5290              Message-Id: <20011109143228.A18996@rafael>
5291      Branch: perl
5292            ! perl.c
5293 ____________________________________________________________________________
5294 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
5295         Log: FAQ sync.
5296      Branch: perl
5297            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5298            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
5299            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
5300 ____________________________________________________________________________
5301 [ 12910] By: ams                                   on 2001/11/09  07:33:49
5302         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
5303              From: Michael G Schwern <schwern@pobox.com>
5304              Date: Fri, 9 Nov 2001 00:41:56 -0500
5305              Message-Id: <20011109004156.L5587@blackrider>
5306      Branch: perl
5307            ! lib/File/Find/t/find.t
5308 ____________________________________________________________________________
5309 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
5310         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
5311              The CPAN distribution has both pm and XS implementations,
5312              and for performance reasons we choose the XS.
5313              Another reason to choose the XS is that it doesn't
5314              require Lingua::KO::Hangul::Util, which means that
5315              we can delete that-- which in turn means that Unicode::UCD
5316              cannot expect that: support it, but don't expect.
5317              Ditto Unicode::Collate.
5318              
5319              Note that Unicode::Normalize Makefile.PL and
5320              Normalize.xs have been modified from the CPAN 0.10
5321              versions: the first one to be simpler (no pm) and
5322              clean up the generated unf*.h files, the second one
5323              to quench compiler grumblings.  Must notify Sadahiro
5324              about these changes.
5325      Branch: perl
5326            + ext/Unicode/Normalize/Changes
5327            + ext/Unicode/Normalize/Makefile.PL
5328            + ext/Unicode/Normalize/Normalize.pm
5329            + ext/Unicode/Normalize/Normalize.pod
5330            + ext/Unicode/Normalize/Normalize.xs
5331            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
5332            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
5333            + ext/Unicode/Normalize/t/test.t
5334            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
5335            - lib/Lingua/KO/Hangul/Util/README
5336            - lib/Lingua/KO/Hangul/Util/t/test.t
5337            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
5338            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
5339            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
5340            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
5341            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
5342            ! win32/makefile.mk
5343 ____________________________________________________________________________
5344 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
5345         Log: Test miscounting.
5346      Branch: perl
5347            ! ext/POSIX/t/posix.t
5348 ____________________________________________________________________________
5349 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
5350         Log: Quote the variables in failures messages more nicely.
5351      Branch: perl
5352            ! t/test.pl
5353 ____________________________________________________________________________
5354 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
5355         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
5356              From: Michael G Schwern <schwern@pobox.com>
5357              Date: Thu, 8 Nov 2001 17:24:49 -0500
5358              Message-ID: <20011108172449.A5587@blackrider>
5359              
5360              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
5361              From: "Craig A. Berry" <craigberry@mac.com>
5362              Date: Thu, 8 Nov 2001 16:35:00 -0600
5363              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
5364      Branch: perl
5365            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
5366 ____________________________________________________________________________
5367 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
5368         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
5369              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5370              Date: Thu, 8 Nov 2001 22:52:50 -0000
5371              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
5372      Branch: perl
5373            ! ext/DB_File/t/db-recno.t
5374 ____________________________________________________________________________
5375 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
5376         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
5377              (Probably not an EBCDIC issue the way one would think
5378              since no chr() et alia are used in UCD.pm.)
5379      Branch: perl
5380            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5381 ____________________________________________________________________________
5382 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
5383         Log: Whether overwriting the $self->{...} values (see #12902)
5384              is a good policy or not is debatable, but let's at least
5385              be consistent.
5386      Branch: perl
5387            ! lib/ExtUtils/MM_Unix.pm
5388 ____________________________________________________________________________
5389 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
5390         Log: The MakeMaker argument () quoting patch that sneaked
5391              in at #12883 didn't handle make macros like this $(...).
5392              Leaning toothpicks, we've got them.
5393      Branch: perl
5394            ! lib/ExtUtils/MM_Unix.pm
5395 ____________________________________________________________________________
5396 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
5397         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
5398              From: Michael G Schwern <schwern@pobox.com>
5399              Date: Wed, 7 Nov 2001 02:02:29 -0500
5400              Message-ID: <20011107020229.K2858@blackrider>
5401      Branch: perl
5402            ! t/io/argv.t t/test.pl vms/test.com
5403 ____________________________________________________________________________
5404 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
5405         Log: Subject: [PATCH 20011106.084] -s on #! line 
5406              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5407              Date: Wed, 7 Nov 2001 22:23:39 +0100
5408              Message-ID: <20011107222339.E729@rafael>
5409      Branch: perl
5410            ! embed.h embed.pl perl.c proto.h toke.c
5411 ____________________________________________________________________________
5412 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
5413         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
5414              From: Michael G Schwern <schwern@pobox.com>
5415              Date: Wed, 7 Nov 2001 16:52:49 -0500
5416              Message-ID: <20011107165249.I7346@blackrider>
5417      Branch: perl
5418            ! pod/perlhack.pod
5419 ____________________________________________________________________________
5420 [ 12898] By: ams                                   on 2001/11/08  13:02:19
5421         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
5422              From: Mark-Jason Dominus <mjd@plover.com>
5423              Date: Thu, 08 Nov 2001 08:59:02 -0500
5424              Message-Id: <20011108135902.2275.qmail@plover.com>
5425      Branch: perl
5426            ! INSTALL README README.amiga README.os2 README.vms
5427            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
5428            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
5429 ____________________________________________________________________________
5430 [ 12897] By: ams                                   on 2001/11/08  12:49:28
5431         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
5432              From: mjd@plover.com
5433              Date: 8 Nov 2001 13:33:18 -0000
5434              Message-Id: <20011108133318.1786.qmail@plover.com>
5435      Branch: perl
5436            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
5437            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5438            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
5439            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
5440            ! pod/perlport.pod pod/perlvar.pod
5441 ____________________________________________________________________________
5442 [ 12896] By: ams                                   on 2001/11/08  11:22:12
5443         Log: open(FH, $file) should strip leading and trailing whitespace.
5444      Branch: perl
5445            ! doio.c
5446 ____________________________________________________________________________
5447 [ 12895] By: ams                                   on 2001/11/08  10:17:14
5448         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
5449              From: "Craig A. Berry" <craigberry@mac.com>
5450              Date: Wed, 07 Nov 2001 13:41:50 -0600
5451              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
5452      Branch: perl
5453            ! t/op/glob.t
5454 ____________________________________________________________________________
5455 [ 12894] By: ams                                   on 2001/11/08  08:32:20
5456         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
5457              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
5458              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
5459              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
5460      Branch: perl
5461            ! makedepend.SH
5462 ____________________________________________________________________________
5463 [ 12893] By: ams                                   on 2001/11/08  08:26:31
5464         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
5465              From: mjd@plover.com
5466              Date: 8 Nov 2001 08:08:07 -0000
5467              Message-Id: <20011108080807.30147.qmail@plover.com>
5468              
5469              Subject: bleadperl perl.pod
5470              From: mjd@plover.com
5471              Date: 8 Nov 2001 08:10:47 -0000
5472              Message-Id: <20011108081047.30178.qmail@plover.com>
5473              
5474              Subject: more bleadperl perl.pod
5475              From: mjd@plover.com
5476              Date: 8 Nov 2001 08:16:28 -0000
5477              Message-Id: <20011108081628.30229.qmail@plover.com>
5478      Branch: perl
5479            ! pod/perl.pod pod/perldebug.pod
5480 ____________________________________________________________________________
5481 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
5482         Log: Tweak for Cray-friendliness from Nicholas Clark.
5483      Branch: perl
5484            ! sv.c
5485 ____________________________________________________________________________
5486 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
5487         Log: VMS patch redo from Charles Lane.
5488      Branch: perl
5489            ! vms/gen_shrfls.pl
5490 ____________________________________________________________________________
5491 [ 12890] By: ams                                   on 2001/11/07  15:16:10
5492         Log: Subject: [ID 20011107.088] two perl pod nits
5493              From: lvirden@cas.org
5494              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
5495              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
5496      Branch: perl
5497            ! pod/perl.pod pod/perlfaq3.pod
5498 ____________________________________________________________________________
5499 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
5500         Log: Update Changes.
5501      Branch: perl
5502            ! Changes patchlevel.h
5503 ____________________________________________________________________________
5504 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
5505         Log: The (emulated) "no utf8" must be in a BEGIN block
5506              to be effective.
5507      Branch: perl
5508            ! lib/CGI/t/html.t
5509 ____________________________________________________________________________
5510 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
5511         Log: "v-strings" is the right term.
5512      Branch: perl
5513            ! pod/perltodo.pod
5514 ____________________________________________________________________________
5515 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
5516         Log: Add vstrings-as-objects need to perltodo.
5517      Branch: perl
5518            ! pod/perltodo.pod
5519 ____________________________________________________________________________
5520 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
5521         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
5522              From: Nicholas Clark <nick@ccl4.org>
5523              Date: Wed, 7 Nov 2001 14:36:32 +0000
5524              Message-ID: <20011107143631.I24980@plum.flirble.org>
5525      Branch: perl
5526            ! t/op/pack.t
5527 ____________________________________________________________________________
5528 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
5529         Log: The Embed test requires a major rewrite for VMS
5530              (plus it reveals a couple of annoying glitches
5531              in buffering), so skip the test for now; from
5532              Charles Lane.
5533      Branch: perl
5534            ! lib/ExtUtils/Embed.t
5535 ____________________________________________________________________________
5536 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
5537         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
5538              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5539              Date: Wed, 7 Nov 2001 09:23:28 EST
5540              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
5541              
5542              (Also i seems that an unrelated experimental patch
5543              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
5544      Branch: perl
5545            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
5546 ____________________________________________________________________________
5547 [ 12882] By: ams                                   on 2001/11/07  05:14:04
5548         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
5549              From: Mark-Jason Dominus <mjd@plover.com>
5550              Date: Wed, 07 Nov 2001 00:43:46 -0500
5551              Message-Id: <20011107054346.14428.qmail@plover.com>
5552      Branch: perl
5553            ! gv.c op.c toke.c
5554 ____________________________________________________________________________
5555 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
5556         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
5557              From: Michael G Schwern <schwern@pobox.com>             
5558              Date: Tue, 6 Nov 2001 22:04:39 -0500
5559              Message-ID: <20011106220439.D2858@blackrider>              
5560      Branch: perl
5561            ! lib/perl5db.pl
5562 ____________________________________________________________________________
5563 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
5564         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
5565              stress))
5566              From: Jonathan Stowe <gellyfish@gellyfish.com>
5567              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
5568              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
5569              
5570              (except for one hunk where indentation differs)
5571      Branch: perl
5572            ! lib/Term/Cap.t
5573 ____________________________________________________________________________
5574 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
5575         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
5576              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5577              Date: Tue, 6 Nov 2001 21:45:01 +0100
5578              Message-ID: <20011106214501.A704@rafael>
5579      Branch: perl
5580            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
5581            ! lib/File/Spec/Win32.pm
5582 ____________________________________________________________________________
5583 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
5584         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
5585              From: Michael G Schwern <schwern@pobox.com>              
5586              Date: Tue, 6 Nov 2001 20:58:45 -0500
5587              Message-ID: <20011106205845.G29411@blackrider>
5588      Branch: perl
5589            ! t/test.pl
5590 ____________________________________________________________________________
5591 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
5592         Log: Subject: making do_sprintf public       
5593              From: Doug MacEachern <dougm@covalent.net>    
5594              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
5595              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
5596      Branch: perl
5597            ! embed.h embed.pl global.sym
5598 ____________________________________________________________________________
5599 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
5600         Log: Update to CGI.pm 2.78.
5601              
5602              TODO: the test suite needs to be merged so that
5603              when in core, the core version is tested, and when
5604              using the CPAN version, testing the CPAN version.
5605              (the changes need to be sent to Lincoln, too...)
5606      Branch: perl
5607            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
5608            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
5609            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
5610            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
5611            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
5612            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
5613 ____________________________________________________________________________
5614 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
5615         Log: Integrate with perlio; (strictly) readonly hashes via XS.
5616      Branch: perl
5617           +> t/lib/access.t
5618           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
5619 ____________________________________________________________________________
5620 [ 12874] By: nick                                  on 2001/11/06  21:05:16
5621         Log: Keep It Simple and Stupid version of readonly hash support.
5622              - Test for SvREAONLY(hv) at a few spots in hv.c
5623              - add the error message to perldiag.pod
5624              - (dubious) add access::readonly() to univeral.c
5625              - add test using above
5626              - fixup ext/B/t/stash.t to account for access:: existing
5627      Branch: perlio
5628            + t/lib/access.t
5629            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
5630 ____________________________________________________________________________
5631 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
5632         Log: Fix incorrect warnings about broken globbing;
5633              from Andy Dougherty.
5634      Branch: perl
5635            ! hints/linux.sh
5636 ____________________________________________________________________________
5637 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
5638         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
5639              toggle-on from the encoding pragma.
5640      Branch: perl
5641            ! regcomp.c regexec.c
5642 ____________________________________________________________________________
5643 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
5644         Log: Retract #12824, doesn't help and is ignored
5645              by Configure anyway.
5646      Branch: perl
5647            ! hints/beos.sh
5648 ____________________________________________________________________________
5649 [ 12870] By: ams                                   on 2001/11/06  10:40:37
5650         Log: Subject: Cosmetic change
5651              From: H.Merijn Brand <h.m.brand@hccnet.nl>
5652              Date: Tue, 06 Nov 2001 12:30:52 +0100
5653              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
5654      Branch: perl
5655            ! README.hpux
5656 ____________________________________________________________________________
5657 [ 12869] By: nick                                  on 2001/11/06  08:26:40
5658         Log: Integrate mainline
5659      Branch: perlio
5660           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
5661           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
5662 ____________________________________________________________________________
5663 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
5664         Log: The parentheses are protected enough.
5665      Branch: perl
5666            ! hints/os390.sh
5667 ____________________________________________________________________________
5668 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
5669         Log: ccflags, not ldflags.
5670      Branch: perl
5671            ! hints/os390.sh
5672 ____________________________________________________________________________
5673 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
5674         Log: ... and the proto to go with #12865.
5675      Branch: perl
5676            ! proto.h
5677 ____________________________________________________________________________
5678 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
5679         Log: Oops.  Luckily nothing was using this symbol yet.
5680      Branch: perl
5681            ! global.sym
5682 ____________________________________________________________________________
5683 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
5684         Log: Implement the encoding pragma for regex literals.
5685      Branch: perl
5686            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
5687 ____________________________________________________________________________
5688 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
5689         Log: More UTF8 EXACT fixing.
5690      Branch: perl
5691            ! regexec.c
5692 ____________________________________________________________________________
5693 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
5694         Log: More re debugging.
5695      Branch: perl
5696            ! regexec.c
5697 ____________________________________________________________________________
5698 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
5699         Log: EXACT correction attempt.  Continued in #12863.
5700      Branch: perl
5701            ! regexec.c
5702 ____________________________________________________________________________
5703 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
5704         Log: Unterminated L<.
5705      Branch: perl
5706            ! ext/DB_File/DB_File.pm
5707 ____________________________________________________________________________
5708 [ 12859] By: nick                                  on 2001/11/05  19:15:17
5709         Log: Integrate mainline
5710      Branch: perlio
5711           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
5712           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
5713           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
5714           +> lib/Math/BigInt/t/sub_mbi.t
5715            - lib/Math/BigInt/t/Math/Subclass.pm
5716            - lib/Math/BigInt/t/subclass.t
5717           !> (integrate 30 files)
5718 ____________________________________________________________________________
5719 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
5720         Log: Regex debugging fixes from Hugo.
5721      Branch: perl
5722            ! regcomp.c regexec.c
5723 ____________________________________________________________________________
5724 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
5725         Log: IRIX: at some point the cc -version has started
5726              to output to stderr, not stdout any more.
5727      Branch: perl
5728            ! hints/irix_6.sh
5729 ____________________________________________________________________________
5730 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
5731         Log: Update Changes.
5732      Branch: perl
5733            ! Changes patchlevel.h
5734 ____________________________________________________________________________
5735 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
5736         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
5737      Branch: perl
5738            ! lib/File/Spec/Unix.pm
5739 ____________________________________________________________________________
5740 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
5741         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
5742              From: rgarciasuarez@free.fr
5743              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
5744              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
5745      Branch: perl
5746            ! lib/File/Spec/Unix.pm
5747 ____________________________________________________________________________
5748 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
5749         Log: Use config.arch in OS/390 where the combination of
5750              IEEE floats and ldflags is tricky.
5751      Branch: perl
5752            ! hints/os390.sh
5753 ____________________________________________________________________________
5754 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
5755         Log: Metaconfig unit change for #12851.
5756      Branch: metaconfig
5757            ! U/modified/Config_sh.U
5758 ____________________________________________________________________________
5759 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
5760         Log: Support a config.arch file, similar to config.over,
5761              but loaded just before it.
5762      Branch: perl
5763            ! Configure INSTALL
5764 ____________________________________________________________________________
5765 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
5766         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
5767              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5768              Date: Mon, 5 Nov 2001 14:26:24 +0100
5769              Message-ID: <20011105142624.C31977@rafael>
5770      Branch: perl
5771            ! lib/Symbol.pm lib/Symbol.t
5772 ____________________________________________________________________________
5773 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
5774         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
5775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5776              Date: Sun, 4 Nov 2001 22:28:57 +0100
5777              Message-ID: <20011104222857.C696@rafael>
5778      Branch: perl
5779            ! pod/perldebug.pod pod/perlpodspec.pod
5780 ____________________________________________________________________________
5781 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
5782         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
5783      Branch: perl
5784            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
5785 ____________________________________________________________________________
5786 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
5787         Log: Math::Big* test tweaks to work better with core:
5788              but the coast still not clear.
5789      Branch: perl
5790            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
5791            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5792 ____________________________________________________________________________
5793 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
5794         Log: Protect against high load: measure how much wall
5795              clock time went by while sleeping.  Avoids some
5796              false negatives, while may introduce some false
5797              positives.  Life is hard.
5798      Branch: perl
5799            ! ext/Time/HiRes/HiRes.t
5800 ____________________________________________________________________________
5801 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
5802         Log: More forgotten from #12843.
5803      Branch: perl
5804            ! lib/Math/BigInt/t/bigfltpm.inc
5805 ____________________________________________________________________________
5806 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
5807         Log: Forgot from #12843.
5808      Branch: perl
5809            + lib/Math/BigInt/t/bigintpm.inc
5810            ! MANIFEST
5811 ____________________________________________________________________________
5812 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
5813         Log: Upgrade to Math::BigInt 1.45; from Tels.
5814              NOTE: some of the tests are failing but that's because
5815              the core integration is not yet done.
5816      Branch: perl
5817            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
5818            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
5819            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5820            - lib/Math/BigInt/t/Math/Subclass.pm
5821            - lib/Math/BigInt/t/subclass.t
5822            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
5823            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
5824            ! lib/Math/BigInt/t/mbimbf.t
5825 ____________________________________________________________________________
5826 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
5827         Log: VMS: adds capability to control more configuration stuff with
5828              -D and -U switches; parsing config.sh to extract previous config
5829              info in VMS-form, and a rewrite of the "prompt/response" routine;
5830              from Charles Lane.
5831      Branch: perl
5832            ! configure.com
5833 ____________________________________________________________________________
5834 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
5835         Log: Subject: Typo correction in perldebguts.pod
5836              From: mjd@plover.com
5837              Date: 4 Nov 2001 16:20:05 -0000
5838              Message-ID: <20011104162005.16699.qmail@plover.com>
5839      Branch: perl
5840            ! pod/perldebguts.pod
5841 ____________________________________________________________________________
5842 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
5843         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
5844              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5845              Date: Sun, 4 Nov 2001 11:47:30 +0100
5846              Message-ID: <20011104114730.A715@rafael>
5847              
5848              Remove -T from the test, wrong place for that.
5849      Branch: perl
5850            ! lib/File/Temp/t/mktemp.t
5851 ____________________________________________________________________________
5852 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
5853         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
5854              From: Nicholas Clark <nick@ccl4.org>
5855              Date: Sun, 4 Nov 2001 10:41:24 +0000
5856              Message-ID: <20011104104123.U20123@plum.flirble.org>
5857      Branch: perl
5858            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
5859 ____________________________________________________________________________
5860 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
5861         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
5862              From: Michael G Schwern <schwern@pobox.com>
5863              Date: Sat, 3 Nov 2001 15:41:47 -0500
5864              Message-ID: <20011103154147.C600@blackrider>
5865      Branch: perl
5866            ! lib/Term/Cap.t
5867 ____________________________________________________________________________
5868 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
5869         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
5870              From: "Craig A. Berry" <craigberry@mac.com>     
5871              Date: Sat, 03 Nov 2001 16:02:28 -0600
5872              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
5873      Branch: perl
5874            ! ext/Time/HiRes/HiRes.t
5875 ____________________________________________________________________________
5876 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
5877         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
5878              From: "chromatic" <chromatic@rmci.net>
5879              Date: Sat, 03 Nov 2001 12:28:17 -0700
5880              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
5881      Branch: perl
5882            ! lib/Term/Cap.t
5883 ____________________________________________________________________________
5884 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
5885         Log: Don't bother doing POSIX charclass parsing if it
5886              possibly cannot be so.  Prepares way for charclass
5887              syntax like [[abc]||[def]] (or just [[abc][def]])
5888              for union, [[\w]&&[$a]] for intersection,
5889              and [[a-z]&&[^def]] for subtraction.
5890              
5891              Currently /[[a]/ (or /[a[]/) parses as a character
5892              class containing two characters, "[" and "a",
5893              this may have to be broken for the syntax described
5894              above, otherwise we would have to scan the whole pattern
5895              to find out whether the square brackets match pairwise.
5896              Luckily, the special case of "[" doesn't seem to be
5897              documented (as opposed to "]" and "-"), so we may have
5898              better story for breaking it...  One can always use \[
5899              if one wants a literal "[", so there.
5900      Branch: perl
5901            ! regcomp.c
5902 ____________________________________________________________________________
5903 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
5904         Log: Comment correction.
5905      Branch: perl
5906            ! regcomp.c
5907 ____________________________________________________________________________
5908 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
5909         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
5910              The latter is a RedHatism.
5911      Branch: perl
5912            ! lib/ExtUtils/MakeMaker.pm
5913 ____________________________________________________________________________
5914 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
5915         Log: Integrate perlio.
5916      Branch: perl
5917           !> perlio.c
5918 ____________________________________________________________________________
5919 [ 12831] By: nick                                  on 2001/11/03  11:42:15
5920         Log: Integrate mainline
5921      Branch: perlio
5922           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
5923           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
5924           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
5925           !> sv.c t/test.pl
5926 ____________________________________________________________________________
5927 [ 12830] By: nick                                  on 2001/11/03  10:27:34
5928         Log: Fix clone_leak problem.
5929              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
5930              as vestige of calling PerlLIO_dup().
5931      Branch: perlio
5932            ! perlio.c
5933 ____________________________________________________________________________
5934 [ 12829] By: nick                                  on 2001/11/03  09:40:46
5935         Log: Tweaks attempting to locate Doug's clone_leak leak.
5936              - add some PerlIO_debug()
5937              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
5938              - Even if it closing stdout etc. do a fflush()
5939      Branch: perlio
5940            ! perlio.c
5941 ____________________________________________________________________________
5942 [ 12828] By: nick                                  on 2001/11/03  08:34:31
5943         Log: Integrate mainline
5944      Branch: perlio
5945           !> (integrate 54 files)
5946 ____________________________________________________________________________
5947 [ 12827] By: ams                                   on 2001/11/03  03:45:19
5948         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
5949              remove this later). Based on a patch from Robert Spier in
5950              <15330.61459.14452.795263@rls.cx>.
5951      Branch: perl
5952            ! sv.c
5953 ____________________________________________________________________________
5954 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
5955         Log: microperl sync.
5956      Branch: perl
5957            ! doio.c perl.c perl.h perlio.c regexec.c
5958 ____________________________________________________________________________
5959 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
5960         Log: Definitions for the Unicode Newline Guidelines.
5961      Branch: perl
5962            ! perl.h
5963 ____________________________________________________________________________
5964 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
5965         Log: (retracted by #12871)
5966              
5967              There is no csh of any kind in default BeOS.
5968              For the purposes of miniperl globbing, bash
5969              will do.
5970      Branch: perl
5971            ! hints/beos.sh
5972 ____________________________________________________________________________
5973 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
5974         Log: Integrate change #12820 from macperl to maint and blead;
5975              
5976              Fix up (dynaloading) to work properly with multiplicity
5977      Branch: maint-5.6/perl
5978           !> ext/DynaLoader/dl_mac.xs
5979      Branch: perl
5980           !> ext/DynaLoader/dl_mac.xs
5981 ____________________________________________________________________________
5982 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
5983         Log: Several fixes for various exit problems and clearing out
5984              task queue, as well as another (incomplete) go at
5985              fixing error message handling
5986      Branch: maint-5.6/macperl
5987            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
5988 ____________________________________________________________________________
5989 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
5990         Log: Add source files for bleadperl builds
5991      Branch: maint-5.6/macperl
5992            ! macos/Makefile.mk
5993 ____________________________________________________________________________
5994 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
5995         Log: Fix up to work properly with multiplicity
5996      Branch: maint-5.6/macperl
5997            ! ext/DynaLoader/dl_mac.xs
5998 ____________________________________________________________________________
5999 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
6000         Log: Integrate with maintperl.
6001      Branch: maint-5.6/macperl
6002           +> t/op/system.t t/op/system_tests
6003           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
6004           !> pod/perltodo.pod util.c win32/win32.c
6005 ____________________________________________________________________________
6006 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
6007         Log: Locate _PATH_LOG if it's a socket even if not #defined
6008              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
6009              via Nick Clark.
6010      Branch: perl
6011            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
6012 ____________________________________________________________________________
6013 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
6014         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
6015              From: Michael G Schwern <schwern@pobox.com>
6016              Date: Fri, 2 Nov 2001 15:36:41 -0500
6017              Message-ID: <20011102153641.E23234@blackrider>
6018      Branch: perl
6019            ! t/test.pl
6020 ____________________________________________________________________________
6021 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
6022         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
6023              From: merlyn@stonehenge.com (Randal L. Schwartz)
6024              Date: 02 Nov 2001 09:33:34 -0800
6025              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
6026              
6027              (two of the changes)
6028              
6029              Better coexistence with extensions.
6030      Branch: perl
6031            ! ext/Errno/Errno_pm.PL hints/darwin.sh
6032 ____________________________________________________________________________
6033 [ 12815] By: ams                                   on 2001/11/02  16:47:43
6034         Log: Subject: Re: [PATCH] the the double double word word fix fix
6035              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6036              Date: Fri, 02 Nov 2001 19:43:07 +0100
6037              Message-Id: <3BE2E93B.627C198E@alcatel.at>
6038      Branch: perl
6039            ! pod/perldebug.pod
6040 ____________________________________________________________________________
6041 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
6042         Log: Update Changes.
6043      Branch: perl
6044            ! Changes patchlevel.h
6045 ____________________________________________________________________________
6046 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
6047         Log: More encoding testing.
6048      Branch: perl
6049            ! lib/encoding.pm lib/encoding.t
6050 ____________________________________________________________________________
6051 [ 12812] By: ams                                   on 2001/11/02  15:07:11
6052         Log: Slight modification of #12811.
6053      Branch: perl
6054            ! op.c
6055 ____________________________________________________________________________
6056 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
6057         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
6058              From: Radu Greab <radu@netsoft.ro>
6059              Date: Fri, 2 Nov 2001 15:28:58 +0200
6060              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
6061      Branch: perl
6062            ! op.c t/op/stat.t
6063 ____________________________________________________________________________
6064 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
6065         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
6066              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6067              Date: Thu, 1 Nov 2001 22:35:50 +0100
6068              Message-ID: <20011101223550.A10849@rafael>
6069      Branch: perl
6070            ! lib/ExtUtils/Embed.t
6071 ____________________________________________________________________________
6072 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
6073         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
6074              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6075              Date: 2 Nov 2001 14:48:51 -0000
6076              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
6077      Branch: perl
6078            ! lib/File/Find.pm
6079 ____________________________________________________________________________
6080 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
6081         Log: Add documentation.
6082      Branch: perl
6083            ! embed.pl pod/perlapi.pod utf8.c
6084 ____________________________________________________________________________
6085 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
6086         Log: Unicode: add ToFold mapping.  Not used yet; but basically
6087              a more useful mapping for caseless aka case-ignoring than
6088              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
6089              algorithm for creating the foldings uses equivalence classes,
6090              see http://www.unicode.org/unicode/reports/tr21/
6091              Hopefully this feature will be used in //i.
6092              (The folding tables were introduced by #12689.)
6093      Branch: perl
6094            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
6095            ! utf8.c
6096 ____________________________________________________________________________
6097 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
6098         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
6099              From: "Craig A. Berry" <craigberry@mac.com>
6100              Date: Fri, 02 Nov 2001 00:03:52 -0600
6101              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
6102      Branch: perl
6103            ! lib/AutoSplit.t
6104 ____________________________________________________________________________
6105 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
6106         Log: Subject: Trivial doc patch
6107              From: andreas.koenig@anima.de (Andreas J. Koenig)
6108              Date: 02 Nov 2001 06:11:35 +0100
6109              Message-ID: <m37kt94v08.fsf@anima.de>
6110      Branch: perl
6111            ! pod/perlport.pod
6112 ____________________________________________________________________________
6113 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
6114         Log: Make encoding and charnames pragmas coexist.
6115      Branch: perl
6116            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
6117 ____________________________________________________________________________
6118 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
6119         Log: The basic character classes seem to go untested with Unicode.
6120      Branch: perl
6121            ! t/op/pat.t
6122 ____________________________________________________________________________
6123 [ 12802] By: ams                                   on 2001/11/02  00:39:36
6124         Log: Subject: [PATCH] the the double double word word fix fix
6125              From: Richard Soderberg <rs@oregonnet.com>
6126              Date: Thu, 1 Nov 2001 13:12:03 -0800
6127              Message-Id: <200111012112.NAA23288@oregonnet.com>
6128              
6129              Subject: Re: [PATCH] the the double double word word fix fix
6130              From: Mark-Jason Dominus <mjd@plover.com>
6131              Date: Thu, 01 Nov 2001 16:43:40 -0500
6132              Message-Id: <20011101214340.2044.qmail@plover.com>
6133              
6134              Subject: Re: [PATCH] the the double double word word fix fix
6135              From: Mark-Jason Dominus <mjd@plover.com>
6136              Date: Thu, 01 Nov 2001 16:51:39 -0500
6137              Message-Id: <20011101215139.2196.qmail@plover.com>
6138      Branch: perl
6139            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
6140            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
6141            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
6142            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
6143            ! pod/perltodo.pod pod/perlxstut.pod
6144 ____________________________________________________________________________
6145 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
6146         Log: Comment tweaks.
6147      Branch: perl
6148            ! toke.c
6149 ____________________________________________________________________________
6150 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
6151         Log: FAQ sync.
6152      Branch: perl
6153            ! pod/perlfaq9.pod
6154 ____________________________________________________________________________
6155 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
6156         Log: If an encoding is set by -M/-m, it must be in
6157              effect only for the actual script, not any other
6158              required/-M/-m'ed module, otherwise we enter a nasty
6159              recursion in regexec.c while trying to init the simple
6160              UTF-8 charclasses like PL_utf8_alnum.
6161      Branch: perl
6162            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
6163 ____________________________________________________________________________
6164 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
6165         Log: A bit more descriptive name.
6166      Branch: perl
6167            ! mg.c
6168 ____________________________________________________________________________
6169 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
6170         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
6171              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6172              Date: Wed, 31 Oct 2001 13:47:04 EST
6173              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
6174      Branch: perl
6175            ! ext/Time/HiRes/HiRes.t
6176 ____________________________________________________________________________
6177 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
6178         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
6179              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6180              Date: Wed, 31 Oct 2001 13:43:29 EST
6181              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
6182      Branch: perl
6183            ! mg.c
6184 ____________________________________________________________________________
6185 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
6186         Log: Subject: [PATCH] Various test cleanups
6187              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6188              Date: Tue, 30 Oct 2001 21:56:26 +0100
6189              Message-ID: <20011030215626.A28503@rafael>
6190      Branch: perl
6191            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6192            ! ext/DB_File/t/db-recno.t ext/Encode.t
6193 ____________________________________________________________________________
6194 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
6195         Log: Update Changes.
6196      Branch: perl
6197            ! Changes patchlevel.h
6198 ____________________________________________________________________________
6199 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
6200         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
6201              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
6202              Date: Wed, 31 Oct 2001 17:16:39 +0100
6203              Message-ID: <20011031171639.A32511@rafael>
6204      Branch: perl
6205            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
6206 ____________________________________________________________________________
6207 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
6208         Log: Skip message nit.
6209      Branch: perl
6210            ! t/io/fs.t
6211 ____________________________________________________________________________
6212 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
6213         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
6214              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6215              Date: 31 Oct 2001 14:49:37 -0000
6216              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
6217      Branch: perl
6218            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
6219 ____________________________________________________________________________
6220 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
6221         Log: Extend the effect of the encoding pragma to chr() and ord().
6222              
6223              TODO: regex literals, reentrancy problems with the utf8
6224              and charnames pragmas.
6225      Branch: perl
6226            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
6227 ____________________________________________________________________________
6228 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
6229         Log: Doc tweaks.
6230      Branch: perl
6231            ! lib/encoding.pm
6232 ____________________________________________________________________________
6233 [ 12788] By: nick                                  on 2001/10/31  08:59:56
6234         Log: Integrate mainline
6235      Branch: perlio
6236           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
6237           !> (integrate 49 files)
6238 ____________________________________________________________________________
6239 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
6240         Log: Forgot new proto.
6241      Branch: perl
6242            ! proto.h
6243 ____________________________________________________________________________
6244 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
6245         Log: Clarification: use encoding cannot be used to
6246              change the default encoding of "your whole script";
6247              only the default encoding of the *data*.  Also, it
6248              seems that "use encoding" does not mix with "use utf8"
6249              (a coredumping recursion ensues).  Should not be a huge
6250              problem since "use utf8" is pretty marginal nowadays.
6251      Branch: perl
6252            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
6253 ____________________________________________________________________________
6254 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
6255         Log: More documentation for the encode pragma.
6256      Branch: perl
6257            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
6258            ! pod/perlapi.pod pod/perlunicode.pod sv.c
6259 ____________________________________________________________________________
6260 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
6261         Log: Thinko in #12783.
6262      Branch: perl
6263            ! sv.c
6264 ____________________________________________________________________________
6265 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
6266         Log: Make sv_recode_to_utf8() a real API: the encoding
6267              is a parameter, instead of a global.  Document the
6268              PERL_ENCODING.
6269      Branch: perl
6270            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
6271            ! toke.c
6272 ____________________________________________________________________________
6273 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
6274         Log: Enable -Mencoding=foobar also for string literals.
6275      Branch: perl
6276            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
6277            ! pod/perlapi.pod proto.h sv.c toke.c
6278 ____________________________________________________________________________
6279 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
6280         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
6281              From: Andy Dougherty <doughera@lafayette.edu>
6282              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
6283              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
6284      Branch: perl
6285            ! ext/POSIX/hints/svr4.pl
6286 ____________________________________________________________________________
6287 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
6288         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
6289              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6290              Date: Mon, 29 Oct 2001 23:11:58 -0000
6291              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
6292              
6293              Add compat.h.
6294      Branch: perl
6295            ! lib/h2xs.t utils/h2xs.PL
6296 ____________________________________________________________________________
6297 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
6298         Log: Subject: PerlIOBuf_dup
6299              From: Nicholas Clark <nick@ccl4.org>              
6300              Date: Mon, 29 Oct 2001 21:52:35 +0000             
6301              Message-ID: <20011029215235.K41204@plum.flirble.org>
6302              
6303              Add prototype.
6304      Branch: perl
6305            ! perliol.h
6306 ____________________________________________________________________________
6307 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
6308         Log: Subject: [PATCH] Make malloc.c errors more useful
6309              From: Richard Soderberg <rs@oregonnet.com>
6310              Date: Mon, 29 Oct 2001 22:28:02 -0800
6311              Message-Id: <200110300628.WAA11025@oregonnet.com>
6312      Branch: perl
6313            ! malloc.c
6314 ____________________________________________________________________________
6315 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
6316         Log: Retract #12776 - the bug 19990906.001 is still valid.
6317      Branch: perl
6318            ! t/run/kill_perl.t
6319 ____________________________________________________________________________
6320 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
6321         Log: (Retracted by #12777)
6322              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
6323              From: Michael G Schwern <schwern@pobox.com> 
6324              Date: Mon, 29 Oct 2001 23:01:08 -0500
6325              Message-ID: <20011029230108.G18053@blackrider>
6326      Branch: perl
6327            ! t/run/kill_perl.t
6328 ____________________________________________________________________________
6329 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
6330         Log: Comment nits.
6331      Branch: perl
6332            ! lib/encoding.t
6333 ____________________________________________________________________________
6334 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
6335         Log: integrate change#12772 from mainline
6336              
6337              Subject: [PATCH] Mommy, what's a pointer cast?
6338      Branch: maint-5.6/perl
6339            ! perl.h
6340 ____________________________________________________________________________
6341 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
6342         Log: Subject: [PATCH] Mommy, what's a pointer cast?
6343              From: Richard Soderberg <rs@oregonnet.com>
6344              Date: Mon, 29 Oct 2001 17:01:10 -0800
6345              Message-Id: <200110300101.RAA31561@oregonnet.com>
6346              
6347              (threads* parts)
6348      Branch: perl
6349            ! ext/threads/shared/shared.xs ext/threads/threads.xs
6350 ____________________________________________________________________________
6351 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
6352         Log: Subject: [PATCH] Mommy, what's a pointer cast?
6353              From: Richard Soderberg <rs@oregonnet.com>
6354              Date: Mon, 29 Oct 2001 17:01:10 -0800
6355              Message-Id: <200110300101.RAA31561@oregonnet.com>
6356              
6357              (the perl.h part)
6358      Branch: perl
6359            ! perl.h
6360 ____________________________________________________________________________
6361 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
6362         Log: Subject: [PATCH] OpenBSD likes signal.h 
6363              From: Richard Soderberg <rs@oregonnet.com>
6364              Date: Mon, 29 Oct 2001 17:00:31 -0800
6365              Message-Id: <200110300100.RAA31533@oregonnet.com>
6366      Branch: perl
6367            ! unixish.h
6368 ____________________________________________________________________________
6369 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
6370         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
6371              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6372              Date: Mon, 29 Oct 2001 23:04:23 -0000
6373              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
6374      Branch: perl
6375            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6376            ! ext/DB_File/t/db-recno.t
6377 ____________________________________________________________________________
6378 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
6379         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
6380              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
6381              Date: Mon, 29 Oct 2001 12:34:07 -0600
6382              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
6383      Branch: perl
6384            ! ext/Time/HiRes/HiRes.t
6385 ____________________________________________________________________________
6386 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
6387         Log: Update Changes.
6388      Branch: perl
6389            ! Changes patchlevel.h
6390 ____________________________________________________________________________
6391 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
6392         Log: AIX needs an explicit symbol export list.
6393      Branch: perl
6394            ! lib/ExtUtils/Embed.t
6395 ____________________________________________________________________________
6396 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
6397         Log: The test (and the module) would require some
6398              quality hacking time to work on EBCDIC.  Based on
6399              the test results nothing seems to be majorly broken,
6400              the module just seems to have strange assumptions:
6401              got: ''\226\225\205'
6402              expected: ''one'
6403              The \226\225\205 being, of course, 'one', in EBCDIC.
6404      Branch: perl
6405            ! lib/Dumpvalue.t
6406 ____________________________________________________________________________
6407 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
6408         Log: Mark the test known to be failing in EBCDIC.
6409      Branch: perl
6410            ! t/op/tr.t
6411 ____________________________________________________________________________
6412 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
6413         Log: None of the libnet modules are going to work in
6414              EBCDIC without the Convert::EBCDIC.
6415      Branch: perl
6416            ! t/lib/1_compile.t
6417 ____________________________________________________________________________
6418 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
6419         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
6420      Branch: perl
6421            ! t/op/pack.t
6422 ____________________________________________________________________________
6423 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
6424         Log: UTF-EBCDIC ain't UTF-8.
6425      Branch: perl
6426            ! t/op/pack.t
6427 ____________________________________________________________________________
6428 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
6429         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
6430      Branch: perl
6431            ! t/lib/1_compile.t
6432 ____________________________________________________________________________
6433 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
6434         Log: Let's not assume ASCII.
6435      Branch: perl
6436            ! t/op/lc.t
6437 ____________________________________________________________________________
6438 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
6439         Log: Call the new perlio symbols differently.
6440      Branch: perl
6441            ! makedef.pl
6442 ____________________________________________________________________________
6443 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
6444         Log: Don't expect ASCII ordering.
6445      Branch: perl
6446            ! lib/ExtUtils/Manifest.t
6447 ____________________________________________________________________________
6448 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
6449         Log: Forgot from #12756.
6450      Branch: perl
6451            ! perlio.h
6452 ____________________________________________________________________________
6453 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
6454         Log: BeOS tweaks:
6455              - fseeko and ftello can be found by Configure but
6456              we do not seem to have prototypes for them so
6457              let's make up some
6458              - BeOS didn't use to have real sockets (sockets as
6459              filedescriptors) but the BONE package is supposed
6460              to fix this.  I do not know how to detect BONEness,
6461              see hints/beos.sh for a spot that needs to fixed.
6462              - BeOS has O_TEXT != O_BINARY but has no setmode()
6463      Branch: perl
6464            ! hints/beos.sh perlio.c
6465 ____________________________________________________________________________
6466 [ 12755] By: sky                                   on 2001/10/29  12:56:12
6467         Log: Ugly fix to not die when a thread creator is holding locks.
6468      Branch: perl
6469            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6470            ! ext/threads/threads.xs
6471 ____________________________________________________________________________
6472 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
6473         Log: Integrate change #12752 from maintperl;
6474              
6475              croak(Nullch) wasn't printing the contents of ERRSV if there was
6476              no outer eval (bug in change#6125)
6477      Branch: perl
6478           !> util.c
6479 ____________________________________________________________________________
6480 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
6481         Log: Subject: [PATCH h2xs] Use of static data in XS modules
6482              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6483              Date: Sun, 28 Oct 2001 21:19:07 -0000
6484              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
6485              
6486              with nits from Sarathy.
6487      Branch: perl
6488            ! utils/h2xs.PL
6489 ____________________________________________________________________________
6490 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
6491         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
6492              no outer eval (bug in change#6125)
6493      Branch: maint-5.6/perl
6494            ! util.c
6495 ____________________________________________________________________________
6496 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
6497         Log: More todo for the encoding pragma.
6498      Branch: perl
6499            ! lib/encoding.pm
6500 ____________________________________________________________________________
6501 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
6502         Log: Add the encoding pragma to control the "upgrade"
6503              from the native eight bit data to Unicode.
6504              
6505              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
6506      Branch: perl
6507            + lib/encoding.pm lib/encoding.t
6508            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
6509            ! pod/perlunicode.pod pod/perlvar.pod sv.c
6510 ____________________________________________________________________________
6511 [ 12749] By: sky                                   on 2001/10/28  21:02:33
6512         Log: Update documentation.
6513      Branch: perl
6514            ! ext/threads/shared/shared.pm
6515 ____________________________________________________________________________
6516 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
6517         Log: Integrate change #12747 from maintperl;
6518              
6519              finishing touches to system() fixes on windows:
6520              * detect cmd shell correctly even if it had full path in it
6521              * more quoting needed for single-arg system if the argument
6522              really had multiple quoted arguments within it
6523              * be smarter about not calling the shell when the executable
6524              has spaces, but otherwise does not need shell involvement
6525              * add a testsuite (windows-specific currently)
6526      Branch: perl
6527           +> t/op/system.t t/op/system_tests
6528            ! MANIFEST pod/perltodo.pod
6529           !> win32/win32.c
6530 ____________________________________________________________________________
6531 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
6532         Log: finishing touches to system() fixes on windows:
6533              * detect cmd shell correctly even if it had full path in it
6534              * more quoting needed for single-arg system if the argument
6535              really had multiple quoted arguments within it
6536              * be smarter about not calling the shell when the executable
6537              has spaces, but otherwise does not need shell involvement
6538              * add a testsuite (windows-specific currently)
6539      Branch: maint-5.6/perl
6540            + t/op/system.t t/op/system_tests
6541            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
6542 ____________________________________________________________________________
6543 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
6544         Log: Integrate perlio.
6545      Branch: perl
6546           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
6547 ____________________________________________________________________________
6548 [ 12745] By: nick                                  on 2001/10/28  16:08:14
6549         Log: Mingw32 fixup for Embed.t
6550      Branch: perlio
6551            ! lib/ExtUtils/Embed.t
6552 ____________________________________________________________________________
6553 [ 12744] By: nick                                  on 2001/10/28  15:54:14
6554         Log: GCC vs MS 64-bit constant syntax
6555      Branch: perlio
6556            ! ext/Time/HiRes/HiRes.xs
6557 ____________________________________________________________________________
6558 [ 12743] By: nick                                  on 2001/10/28  15:42:55
6559         Log: Integrate mainline
6560      Branch: perlio
6561           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
6562 ____________________________________________________________________________
6563 [ 12742] By: sky                                   on 2001/10/28  14:47:10
6564         Log: Manpage updates.
6565      Branch: perl
6566            ! ext/threads/threads.pm
6567 ____________________________________________________________________________
6568 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
6569         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
6570      Branch: perl
6571            ! lib/ExtUtils/Embed.t
6572 ____________________________________________________________________________
6573 [ 12740] By: nick                                  on 2001/10/28  14:14:24
6574         Log: Integrate mainline
6575      Branch: perlio
6576           !> lib/ExtUtils/Embed.t win32/win32.c
6577 ____________________________________________________________________________
6578 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
6579         Log: Need to be ./executed.
6580      Branch: perl
6581            ! lib/ExtUtils/Embed.t
6582 ____________________________________________________________________________
6583 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
6584         Log: Integrate perlio.
6585      Branch: perl
6586           !> perlio.c win32/win32.h
6587 ____________________________________________________________________________
6588 [ 12737] By: nick                                  on 2001/10/28  13:53:45
6589         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
6590              by gcc -xc++.
6591      Branch: perlio
6592            ! win32/win32.h
6593 ____________________________________________________________________________
6594 [ 12736] By: nick                                  on 2001/10/28  13:50:50
6595         Log: Have :stdio layer update an honour the fd refcnt table.
6596              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
6597      Branch: perlio
6598            ! perlio.c
6599 ____________________________________________________________________________
6600 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
6601         Log: Integrate changes #12724 and #12725 from maintperl;
6602              multiarg system now works.
6603      Branch: perl
6604           !> win32/win32.c
6605 ____________________________________________________________________________
6606 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
6607         Log: Integrate perlio.
6608      Branch: perl
6609           +> lib/ExtUtils/Embed.t
6610           !> MANIFEST perlio.c
6611 ____________________________________________________________________________
6612 [ 12733] By: nick                                  on 2001/10/28  13:07:16
6613         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
6614              least for PERLIO=perlio unthreaded case
6615      Branch: perlio
6616            ! perlio.c
6617 ____________________________________________________________________________
6618 [ 12732] By: nick                                  on 2001/10/28  11:10:24
6619         Log: Typo in exe name
6620      Branch: perlio
6621            ! lib/ExtUtils/Embed.t
6622 ____________________________________________________________________________
6623 [ 12731] By: nick                                  on 2001/10/28  11:09:59
6624         Log: Integrate Mainline
6625      Branch: perlio
6626           !> Changes configure.com ext/DB_File/DB_File.pm
6627           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
6628           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
6629           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
6630           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
6631           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
6632           !> t/TEST t/op/regexp.t win32/buildext.pl
6633 ____________________________________________________________________________
6634 [ 12730] By: nick                                  on 2001/10/28  11:05:35
6635         Log: Fixup Embed.t for Win32/VC++
6636      Branch: perlio
6637            ! lib/ExtUtils/Embed.t
6638 ____________________________________________________________________________
6639 [ 12729] By: nick                                  on 2001/10/28  09:36:20
6640         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
6641              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
6642              ExtUtils::Embed.
6643      Branch: perlio
6644            + lib/ExtUtils/Embed.t
6645            ! MANIFEST
6646 ____________________________________________________________________________
6647 [ 12728] By: sky                                   on 2001/10/28  08:12:53
6648         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
6649              line manually!
6650      Branch: perl
6651            ! lib/ExtUtils/xsubpp
6652 ____________________________________________________________________________
6653 [ 12727] By: sky                                   on 2001/10/28  08:02:09
6654         Log: And here we use the prototypes.
6655      Branch: perl
6656            ! ext/threads/shared/shared.xs
6657 ____________________________________________________________________________
6658 [ 12726] By: sky                                   on 2001/10/28  08:00:48
6659         Log: Support [] style prototypes.
6660      Branch: perl
6661            ! lib/ExtUtils/xsubpp
6662 ____________________________________________________________________________
6663 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
6664         Log: yet another multi-arg system() fix on windows: batch files as the
6665              first argument (i.e. directly executed by CreateProcess()) need
6666              extra quoting to escape shell-shock
6667      Branch: maint-5.6/perl
6668            ! win32/win32.c
6669 ____________________________________________________________________________
6670 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
6671         Log: another multi-arg system() fix on windows: passing empty arguments
6672              now works
6673      Branch: maint-5.6/perl
6674            ! win32/win32.c
6675 ____________________________________________________________________________
6676 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
6677         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
6678              No final #else #error because we do not seem to
6679              be using #error?
6680      Branch: perl
6681            ! op.h
6682 ____________________________________________________________________________
6683 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
6684         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
6685              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
6686              Date: Sat, 27 Oct 2001 23:28:44 EST 
6687              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
6688      Branch: perl
6689            ! ext/Time/HiRes/HiRes.xs
6690 ____________________________________________________________________________
6691 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
6692         Log: Regen perlapi, perltoc.
6693      Branch: perl
6694            ! pod/perlapi.pod pod/perltoc.pod
6695 ____________________________________________________________________________
6696 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
6697         Log: Subject: [PATCH] sv.h documentation
6698              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
6699              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
6700              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
6701      Branch: perl
6702            ! sv.h
6703 ____________________________________________________________________________
6704 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
6705         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
6706              system("nmake -nologo", "clean") and there is no executable
6707              called "nmake -nologo"; this used to "work" pre-change#12559 due
6708              to bugs in multiarg system() that have since been fixed
6709      Branch: perl
6710            ! win32/buildext.pl
6711 ____________________________________________________________________________
6712 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
6713         Log: Update Changes.
6714      Branch: perl
6715            ! Changes patchlevel.h
6716 ____________________________________________________________________________
6717 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
6718         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
6719              From: Richard.Foley@t-online.de (Richard Foley)            
6720              Date: Sun, 28 Oct 2001 00:48:32 +0200
6721              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
6722      Branch: perl
6723            ! pod/perlhack.pod
6724 ____________________________________________________________________________
6725 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
6726         Log: Must store pointers with the right width.
6727      Branch: perl
6728            ! op.h
6729 ____________________________________________________________________________
6730 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
6731         Log: Integrate change #12711 from perlio;
6732              
6733              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
6734              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
6735      Branch: perl
6736           !> perlio.c
6737 ____________________________________________________________________________
6738 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
6739         Log: Subject: [PATCH] make minitest
6740              From: Nicholas Clark <nick@ccl4.org>
6741              Date: Sat, 27 Oct 2001 22:56:16 +0100
6742              Message-ID: <20011027225616.L20275@plum.flirble.org>
6743      Branch: perl
6744            ! t/TEST
6745 ____________________________________________________________________________
6746 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
6747         Log: Patch #12661 missed this.
6748      Branch: perl
6749            ! ext/DB_File/DB_File.pm
6750 ____________________________________________________________________________
6751 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
6752         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
6753              From: "Craig A. Berry" <craigberry@mac.com>
6754              Date: Sat, 27 Oct 2001 16:07:47 -0500
6755              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
6756      Branch: perl
6757            ! configure.com perlio.c
6758 ____________________________________________________________________________
6759 [ 12711] By: nick                                  on 2001/10/27  19:49:25
6760         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
6761              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
6762      Branch: perlio
6763            ! perlio.c
6764 ____________________________________________________________________________
6765 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
6766         Log: Let's not replace reason if there's one already supplied.
6767      Branch: perl
6768            ! t/op/regexp.t
6769 ____________________________________________________________________________
6770 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
6771         Log: is not good.
6772      Branch: perl
6773            ! t/op/regexp.t
6774 ____________________________________________________________________________
6775 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
6776         Log: ldlibpth can exist but be unset.
6777      Branch: perl
6778            ! t/TEST
6779 ____________________________________________________________________________
6780 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
6781         Log: Unicode: property alias naming cleanup.
6782      Branch: perl
6783            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
6784 ____________________________________________________________________________
6785 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
6786         Log: FAQ sync.
6787      Branch: perl
6788            ! pod/perlfaq4.pod
6789 ____________________________________________________________________________
6790 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
6791         Log: Integrate change #12703 from maintperl;
6792              
6793              typemap stuff intervenes before declaration, move it to PREINIT
6794              section
6795              
6796              (an empty integrate, but now the files are in sync
6797              between the branches)
6798      Branch: perl
6799           !> ext/ODBM_File/ODBM_File.xs
6800 ____________________________________________________________________________
6801 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
6802         Log: More PerlIO symbols.
6803      Branch: perl
6804            ! makedef.pl
6805 ____________________________________________________________________________
6806 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
6807         Log: typemap stuff intervenes before declaration, move it to PREINIT
6808              section
6809      Branch: maint-5.6/perl
6810            ! ext/ODBM_File/ODBM_File.xs
6811 ____________________________________________________________________________
6812 [ 12702] By: nick                                  on 2001/10/27  14:09:35
6813         Log: Integrate mainline
6814      Branch: perlio
6815           +> ext/threads/shared/t/av_simple.t
6816           +> ext/threads/shared/t/hv_refs.t
6817           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
6818           !> (integrate 109 files)
6819 ____________________________________________________________________________
6820 [ 12700] By: ams                                   on 2001/10/26  21:22:23
6821         Log: Subject: [PATCH] tweak divide
6822              From: Nicholas Clark <nick@ccl4.org>
6823              Date: Fri, 26 Oct 2001 22:52:17 +0100
6824              Message-Id: <20011026225217.B20275@plum.flirble.org>
6825      Branch: perl
6826            ! pp.c
6827 ____________________________________________________________________________
6828 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
6829         Log: Integrate a buncha things from maintperl.
6830      Branch: maint-5.6/macperl
6831           !> (integrate 32 files)
6832 ____________________________________________________________________________
6833 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
6834         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
6835              From: Andy Dougherty <doughera@lafayette.edu>
6836              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
6837              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
6838      Branch: perl
6839            ! hints/svr4.sh
6840 ____________________________________________________________________________
6841 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
6842         Log: When you're root, many things become writable.
6843      Branch: perl
6844            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
6845 ____________________________________________________________________________
6846 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
6847         Log: Update Changes.
6848      Branch: perl
6849            ! Changes patchlevel.h
6850 ____________________________________________________________________________
6851 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
6852         Log: Term/Cap.t attempts to access the floppy drive for no good reason
6853              on dosish systems
6854      Branch: perl
6855            ! lib/Term/Cap.t
6856 ____________________________________________________________________________
6857 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
6858         Log: fix misleading comment on known inadequacy in B::Terse, and skip
6859              it correctly
6860      Branch: perl
6861            ! ext/B/t/terse.t
6862 ____________________________________________________________________________
6863 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
6864         Log: fix spurious AutoSplit.t failure under windows
6865      Branch: perl
6866            ! lib/AutoSplit.t
6867 ____________________________________________________________________________
6868 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
6869         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
6870      Branch: perl
6871            ! ext/Time/HiRes/HiRes.t
6872 ____________________________________________________________________________
6873 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
6874         Log: More logical to use %04"UVXf" than %"UVuf" since
6875              the Unicode standard prefers hex.
6876      Branch: perl
6877            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
6878            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
6879            ! lib/unicore/mktables utf8.c
6880 ____________________________________________________________________________
6881 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
6882         Log: change#12065 seems to have broken Encode build on windows; fix
6883      Branch: perl
6884            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
6885 ____________________________________________________________________________
6886 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
6887         Log: Unicode: add the case folding table.
6888      Branch: perl
6889            + lib/unicore/To/Fold.pl
6890            ! MANIFEST lib/unicore/mktables
6891 ____________________________________________________________________________
6892 [ 12688] By: sky                                   on 2001/10/26  13:51:29
6893         Log: Get the new functions right, do not export lock since we use builtin lock.
6894              TODO: fix xsubpp to support the new prototypes
6895      Branch: perl
6896            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6897 ____________________________________________________________________________
6898 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
6899         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
6900              as suggested by Sarathy.
6901      Branch: perl
6902            ! mg.c
6903 ____________________________________________________________________________
6904 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
6905         Log: avoid compiler warning
6906      Branch: perl
6907            ! win32/win32.c
6908 ____________________________________________________________________________
6909 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
6910         Log: WinCE update from Rainer Keuchel.
6911      Branch: perl
6912            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
6913            ! wince/wince.c
6914 ____________________________________________________________________________
6915 [ 12684] By: sky                                   on 2001/10/26  13:34:33
6916         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
6917      Branch: perl
6918            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6919 ____________________________________________________________________________
6920 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
6921         Log: More fixes that were made to the core and not in the libnet src
6922      Branch: perl
6923            ! lib/Net/Domain.pm
6924 ____________________________________________________________________________
6925 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
6926         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
6927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
6928              Date: Fri, 26 Oct 2001 13:55:21 +0200
6929              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
6930              
6931              (plus make the db-recno.t#59 accept both \n and \r\n)
6932      Branch: perl
6933            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6934            ! ext/DB_File/t/db-recno.t
6935 ____________________________________________________________________________
6936 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
6937         Log: Fix tests to be able to run in the core and the CPAN dist
6938      Branch: perl
6939            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
6940            ! lib/Net/t/require.t lib/Net/t/smtp.t
6941 ____________________________________________________________________________
6942 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
6943         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
6944              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6945              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
6946              Date: Fri, 26 Oct 2001 08:34:46 EDT
6947      Branch: perl
6948            ! ext/Time/HiRes/HiRes.t
6949 ____________________________________________________________________________
6950 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
6951         Log: Sync libnet modules with what will be libnet-1.08
6952      Branch: perl
6953            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
6954            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
6955            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
6956            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
6957 ____________________________________________________________________________
6958 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
6959         Log: Integrate maintperl changes #12268 and #12669;
6960              
6961              final touches to the audit for statics and thread-unsafe code
6962              * make DB_File, ODBM_File thread-safe 
6963              * remove unnecessary/dangerous statics and protect others
6964              from not getting accidentally enabled under threaded perls
6965              
6966              windows support functions get_childdir() et al aren't exported
6967              correctly under vanilla build
6968              
6969              Testing under win32 appreciated since changes there had
6970              to be manually merged and I cannot test how badly did I do.
6971      Branch: perl
6972           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
6973           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
6974           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
6975           !> win32/vmem.h win32/win32.c win32/win32iop.h
6976 ____________________________________________________________________________
6977 [ 12677] By: sky                                   on 2001/10/26  12:37:17
6978         Log: More Config::threads to threads::threads changes
6979      Branch: perl
6980            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
6981 ____________________________________________________________________________
6982 [ 12676] By: sky                                   on 2001/10/26  12:31:46
6983         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
6984      Branch: perl
6985            ! ext/threads/threads.pm ext/threads/threads.xs
6986 ____________________________________________________________________________
6987 [ 12675] By: sky                                   on 2001/10/26  12:06:30
6988         Log: Allocing a TLS in runtime is not too hot.
6989      Branch: perl
6990            ! ext/threads/threads.xs
6991 ____________________________________________________________________________
6992 [ 12674] By: sky                                   on 2001/10/26  11:59:09
6993         Log: Don't display debug data.
6994      Branch: perl
6995            ! ext/threads/threads.pm
6996 ____________________________________________________________________________
6997 [ 12673] By: sky                                   on 2001/10/26  11:35:47
6998         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
6999              complete bar support for blessed objects.
7000              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
7001      Branch: perl
7002            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
7003 ____________________________________________________________________________
7004 [ 12672] By: sky                                   on 2001/10/26  11:15:28
7005         Log: Fix case where shared reference does not exist in current thread.
7006      Branch: perl
7007            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
7008 ____________________________________________________________________________
7009 [ 12671] By: sky                                   on 2001/10/26  08:48:52
7010         Log: Support for references in shared arrays.
7011      Branch: perl
7012            ! ext/threads/shared/shared.xs
7013 ____________________________________________________________________________
7014 [ 12670] By: sky                                   on 2001/10/26  08:30:11
7015         Log: Add tests for references in hashes.
7016      Branch: perl
7017            + ext/threads/shared/t/hv_refs.t
7018            ! MANIFEST
7019 ____________________________________________________________________________
7020 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
7021         Log: windows support functions get_childdir() et al aren't exported
7022              correctly under vanilla build
7023      Branch: maint-5.6/perl
7024            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
7025 ____________________________________________________________________________
7026 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
7027         Log: final touches to the audit for statics and thread-unsafe code
7028              * make DB_File, ODBM_File thread-safe 
7029              * remove unnecessary/dangerous statics and protect others
7030              from not getting accidentally enabled under threaded perls
7031      Branch: maint-5.6/perl
7032            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
7033            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
7034            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
7035            ! win32/win32.c
7036 ____________________________________________________________________________
7037 [ 12667] By: ams                                   on 2001/10/26  03:48:36
7038         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
7039              From: "Richard Soderberg" <rs@crystalflame.net>
7040              Date: Thu, 25 Oct 2001 23:42:50 -0400
7041              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
7042      Branch: perl
7043            ! sharedsv.c
7044 ____________________________________________________________________________
7045 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
7046         Log: Integrate change #12664 from maintperl;
7047              
7048              the newest GCCs don't seem to like C<"string1"##STRING2>
7049              so keep it as C<"string1" STRING2> (latter appears to
7050              work everywhere)
7051      Branch: perl
7052           !> ext/DynaLoader/dlutils.c
7053 ____________________________________________________________________________
7054 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
7055         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
7056              From: Chris Nandor <pudge@pobox.com>
7057              Date: Thu, 25 Oct 2001 22:15:03 -0400
7058              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
7059      Branch: perl
7060            ! perl.h
7061 ____________________________________________________________________________
7062 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
7063         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
7064              C<"string1" STRING2> (latter appears to work everywhere)
7065      Branch: maint-5.6/perl
7066            ! ext/DynaLoader/dlutils.c
7067 ____________________________________________________________________________
7068 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
7069         Log: AUTHORS update.
7070      Branch: perl
7071            ! AUTHORS
7072 ____________________________________________________________________________
7073 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
7074         Log: Integrate change #12660 from maintperl;
7075              
7076              make the dMY_CXT stuff available under all of
7077              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
7078      Branch: perl
7079           !> perl.h
7080 ____________________________________________________________________________
7081 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
7082         Log: Subject: [PATCH] DB_File-1.79
7083              From: "Paul Marquess" <paul.marquess@openwave.com>
7084              Date: Fri, 26 Oct 2001 00:03:54 +0100
7085              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
7086      Branch: perl
7087            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
7088            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
7089 ____________________________________________________________________________
7090 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
7091         Log: make the dMY_CXT stuff available under all of
7092              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
7093      Branch: maint-5.6/perl
7094            ! perl.h
7095 ____________________________________________________________________________
7096 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
7097         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
7098              From: Michael G Schwern <schwern@pobox.com>
7099              Date: Thu, 25 Oct 2001 18:28:12 -0400
7100              Message-ID: <20011025182812.M4811@blackrider>
7101      Branch: perl
7102            ! t/run/kill_perl.t
7103 ____________________________________________________________________________
7104 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
7105         Log: STRLEN != int.
7106      Branch: perl
7107            ! regcomp.c regexec.c
7108 ____________________________________________________________________________
7109 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
7110         Log: Subject: [PATCH] remove small IVop redundancy
7111              From: Nicholas Clark <nick@ccl4.org>
7112              Date: Thu, 25 Oct 2001 22:48:28 +0100
7113              Message-ID: <20011025224827.M66471@plum.flirble.org>
7114      Branch: perl
7115            ! pp.c pp_hot.c
7116 ____________________________________________________________________________
7117 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
7118         Log: Metaconfig unit change for #12655.
7119      Branch: metaconfig/U/perl
7120            ! Extensions.U
7121 ____________________________________________________________________________
7122 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
7123         Log: Subject: Re: Not OK @12650
7124              From: Andy Dougherty <doughera@lafayette.edu>
7125              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
7126              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
7127      Branch: perl
7128            ! Configure
7129 ____________________________________________________________________________
7130 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
7131         Log: Integrate changes #12652 and #12653 from maintperl;
7132              
7133              more tweaks to change#12626
7134              * move the boilerplate code over to perl.h and make DynaLoader
7135              use it
7136              * make re, Opcode, File::Glob and B threadsafe
7137              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
7138              C<no re;> anywhere)
7139              
7140              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
7141              
7142              File::Glob required a bit more work in bleadperl
7143              because of ExtUtils::Constant (see the Makefile.PL change)
7144      Branch: perl
7145            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
7146           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
7147           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
7148 ____________________________________________________________________________
7149 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
7150         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
7151      Branch: maint-5.6/perl
7152            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
7153            ! ext/Opcode/Opcode.xs ext/re/re.xs
7154 ____________________________________________________________________________
7155 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
7156         Log: more tweaks to change#12626
7157              * move the boilerplate code over to perl.h and make DynaLoader
7158              use it
7159              * make re, Opcode, File::Glob and B threadsafe
7160              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
7161              C<no re;> anywhere)
7162      Branch: maint-5.6/perl
7163            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
7164            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
7165 ____________________________________________________________________________
7166 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
7167         Log: Metaconfig unit change for #12650.
7168      Branch: metaconfig/U/perl
7169            ! Extensions.U
7170 ____________________________________________________________________________
7171 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
7172         Log: Subject: Re: ithreads doesn't like usedl=n
7173              From: Andy Dougherty <doughera@lafayette.edu>
7174              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
7175              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
7176              
7177              Special-case threads::shared.
7178      Branch: perl
7179            ! Configure
7180 ____________________________________________________________________________
7181 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
7182         Log: Getting fancier...
7183      Branch: perl
7184            ! t/TEST
7185 ____________________________________________________________________________
7186 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
7187         Log: csh - what a pain.
7188      Branch: perl
7189            ! t/TEST
7190 ____________________________________________________________________________
7191 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
7192         Log: Update Changes.
7193      Branch: perl
7194            ! Changes patchlevel.h
7195 ____________________________________________________________________________
7196 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
7197         Log: Allow resetting the locale system for the duration
7198              of the build (Mac OS X default setting LANG=En_US
7199              ist kaputt)
7200      Branch: perl
7201            ! Makefile.SH
7202 ____________________________________________________________________________
7203 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
7204         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
7205      Branch: perl
7206            ! ext/Digest/MD5/t/files.t
7207 ____________________________________________________________________________
7208 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
7209         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
7210              From: Andy Dougherty <doughera@lafayette.edu>
7211              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
7212              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
7213      Branch: perl
7214            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
7215            ! ext/threads/shared/Makefile.PL
7216 ____________________________________________________________________________
7217 [ 12643] By: sky                                   on 2001/10/25  12:28:26
7218         Log: Add support for reference members of hashes.
7219      Branch: perl
7220            ! ext/threads/shared/shared.xs
7221 ____________________________________________________________________________
7222 [ 12642] By: ams                                   on 2001/10/25  12:21:13
7223         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
7224              From: "Norton Allen" <nort@qnx.com>
7225              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
7226              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
7227      Branch: perl
7228            ! ext/Digest/MD5/MD5.xs
7229 ____________________________________________________________________________
7230 [ 12641] By: sky                                   on 2001/10/25  10:27:39
7231         Log: Tests shared hashes.
7232      Branch: perl
7233            + ext/threads/shared/t/hv_simple.t
7234            ! MANIFEST
7235 ____________________________________________________________________________
7236 [ 12640] By: sky                                   on 2001/10/25  10:18:23
7237         Log: Fix threadcounts for arrays and hashes.
7238      Branch: perl
7239            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7240 ____________________________________________________________________________
7241 [ 12639] By: sky                                   on 2001/10/25  10:17:26
7242         Log: Note to self, doing *src_ary++ in a macro that evaluates
7243              the value more than once is a good way to dump core.
7244      Branch: perl
7245            ! sharedsv.c
7246 ____________________________________________________________________________
7247 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
7248         Log: Integrate change #12636 from maintperl; more dl fixups.
7249      Branch: perl
7250           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
7251           !> ext/DynaLoader/dl_vms.xs
7252 ____________________________________________________________________________
7253 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
7254         Log: Like dl_hpux, like dl_dld.
7255      Branch: perl
7256            ! ext/DynaLoader/dl_dld.xs
7257 ____________________________________________________________________________
7258 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
7259         Log: followups to change#12635
7260      Branch: maint-5.6/perl
7261            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
7262            ! ext/DynaLoader/dl_vms.xs
7263 ____________________________________________________________________________
7264 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
7265         Log: add part of change#12634 to the two files that need it; dl_aix.xs
7266              in maint-5.6 doesn't have the branch that had the problem in
7267              mainline
7268      Branch: maint-5.6/perl
7269            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
7270 ____________________________________________________________________________
7271 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
7272         Log: Fixes for #12627.
7273      Branch: perl
7274            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
7275 ____________________________________________________________________________
7276 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
7277         Log: Since pv_uni_display and sv_uni_display are now used
7278              in the re extension, their symbols have to be exported.
7279      Branch: perl
7280            ! embed.pl global.sym
7281 ____________________________________________________________________________
7282 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
7283         Log: Subject:  Re: [PATCH Perl@12567] debug /list
7284              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7285              Date: Tue, 23 Oct 2001 21:40:33 EDT
7286              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
7287      Branch: perl
7288            ! configure.com
7289 ____________________________________________________________________________
7290 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
7291         Log: This takes care of some of the re 'debug' cases but
7292              not all cases since the information whether the pattern
7293              or the target are utf8 seems to be either lost or not
7294              spread widely enough, sigh.
7295      Branch: perl
7296            ! regcomp.c
7297 ____________________________________________________________________________
7298 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
7299         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
7300              From: John Peacock <jpeacock@rowman.com>
7301              Date: Wed, 24 Oct 2001 16:53:29 -0400
7302              Message-ID: <3BD72A49.1508D152@rowman.com>
7303      Branch: perl
7304            ! configure.com
7305 ____________________________________________________________________________
7306 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
7307         Log: Upgrade NetWare and WinCE as in #12626.
7308      Branch: perl
7309            ! NetWare/dl_netware.xs wince/dl_win32.xs
7310 ____________________________________________________________________________
7311 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
7312         Log: Tru64 compiler nit.
7313      Branch: perl
7314            ! ext/threads/shared/shared.xs
7315 ____________________________________________________________________________
7316 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
7317         Log: Integrate change #12626 from maintperl;
7318              make DynaLoader threadsafe by moving all statics into
7319              interpreter-local space
7320              
7321              TODO: Netware, OS/2, WinCE
7322      Branch: perl
7323           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7324           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
7325           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
7326           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
7327           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
7328           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
7329           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
7330 ____________________________________________________________________________
7331 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
7332         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
7333              space
7334      Branch: maint-5.6/perl
7335            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7336            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
7337            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
7338            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
7339            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
7340            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
7341            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
7342 ____________________________________________________________________________
7343 [ 12625] By: sky                                   on 2001/10/24  20:05:26
7344         Log: Change #12623 inflicted an infinite hang. Fixed.
7345      Branch: perl
7346            ! ext/threads/shared/shared.xs
7347 ____________________________________________________________________________
7348 [ 12624] By: sky                                   on 2001/10/24  19:06:55
7349         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
7350      Branch: perl
7351            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7352 ____________________________________________________________________________
7353 [ 12623] By: sky                                   on 2001/10/24  18:06:34
7354         Log: We need to do sharedsv_find in the original perl context.
7355      Branch: perl
7356            ! ext/threads/shared/shared.xs
7357 ____________________________________________________________________________
7358 [ 12622] By: sky                                   on 2001/10/24  17:26:51
7359         Log: Add support for basic support for AVs, references not supported yet.
7360              Add test for AVs.
7361              Add more tests to sv_refs
7362              Fix documentation issues.  
7363      Branch: perl
7364            + ext/threads/shared/t/av_simple.t
7365            ! MANIFEST ext/threads/shared/shared.pm
7366            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
7367 ____________________________________________________________________________
7368 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
7369         Log: Dump Unicode better for re 'debug'.  The regprop()
7370              is unfinished since have to figure out how to detect
7371              Unicodeness in there.
7372      Branch: perl
7373            ! regcomp.c regexec.c
7374 ____________________________________________________________________________
7375 [ 12620] By: sky                                   on 2001/10/24  13:18:07
7376         Log: Add support for finding shared arrays and hashes.
7377      Branch: perl
7378            ! sharedsv.c
7379 ____________________________________________________________________________
7380 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
7381         Log: Rewrite sv_uni_display() as pv_uni_display() as
7382              reimplement sv_uni_display() using that.
7383      Branch: perl
7384            ! dump.c embed.h embed.pl proto.h
7385 ____________________________________________________________________________
7386 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
7387         Log: Integrate change #12615 from maintperl;
7388              on Windows, IO::File::new_tmpfile() fails after being called
7389              32767 times because MSVCRT thinks stdio's TMP_MAX is a
7390              process-wide limit
7391      Branch: perl
7392           !> win32/win32.c
7393 ____________________________________________________________________________
7394 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
7395         Log: Don't try to print ints as IVs.
7396      Branch: perl
7397            ! ext/Time/HiRes/HiRes.xs
7398 ____________________________________________________________________________
7399 [ 12616] By: sky                                   on 2001/10/24  11:06:35
7400         Log: We only need to fetch the SV from the backend if the index
7401              is not the same as mg_private.     In theory this could be
7402              a problem if there are an exact multiple of U16 changes
7403              of a shared variable between two access in a given thread,
7404              we choose to avoid theory for now.
7405      Branch: perl
7406            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
7407 ____________________________________________________________________________
7408 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
7409         Log: on Windows, IO::File::new_tmpfile() fails after being called
7410              32767 times because MSVCRT thinks stdio's TMP_MAX is a
7411              process-wide limit
7412      Branch: maint-5.6/perl
7413            ! win32/win32.c
7414 ____________________________________________________________________________
7415 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
7416         Log: Negation and Unicode: sort of solves 20010303.010,
7417              except not quite like reported in the Subject
7418              (Perl_warner is still utf8-ignorant).
7419      Branch: perl
7420            ! pp.c t/lib/warnings/sv
7421 ____________________________________________________________________________
7422 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
7423         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
7424      Branch: perl
7425            ! sv.c t/lib/warnings/sv
7426 ____________________________________________________________________________
7427 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
7428         Log: sv_uni_display(): do not add the "...", let the caller
7429              do it if wanted, and be prepared for more display options.
7430      Branch: perl
7431            ! dump.c embed.h embed.pl proto.h
7432 ____________________________________________________________________________
7433 [ 12611] By: nick                                  on 2001/10/23  20:28:07
7434         Log: Integrate mainline
7435      Branch: perlio
7436           !> Changes configure.com cygwin/cygwin.c
7437           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
7438           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
7439           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
7440           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
7441           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
7442           !> utils/h2xs.PL utils/perldoc.PL
7443 ____________________________________________________________________________
7444 [ 12610] By: sky                                   on 2001/10/23  19:39:24
7445         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
7446              don't call themselves READONLY but still die with modification
7447              attempt. We only call bless for ext and umagic.
7448      Branch: perl
7449            ! sv.c
7450 ____________________________________________________________________________
7451 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
7452         Log: Croak() on negative time; doc tweaks.
7453      Branch: perl
7454            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
7455            ! ext/Time/HiRes/HiRes.xs
7456 ____________________________________________________________________________
7457 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
7458         Log: FAQ sync.
7459      Branch: perl
7460            ! pod/perlfaq4.pod pod/perlfaq7.pod
7461 ____________________________________________________________________________
7462 [ 12607] By: sky                                   on 2001/10/23  18:27:27
7463         Log: Call setmagic on the referent we are blessing.
7464      Branch: perl
7465            ! sv.c
7466 ____________________________________________________________________________
7467 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
7468         Log: Small test nits.
7469      Branch: perl
7470            ! t/op/lc.t
7471 ____________________________________________________________________________
7472 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
7473         Log: Update Changes.
7474      Branch: perl
7475            ! Changes patchlevel.h
7476 ____________________________________________________________________________
7477 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
7478         Log: Make the PerlIO_init() prototypes consistent.
7479      Branch: perl
7480            ! perlio.c
7481 ____________________________________________________________________________
7482 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
7483         Log: Upping the test count is a good idea.
7484      Branch: perl
7485            ! t/op/lc.t
7486 ____________________________________________________________________________
7487 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
7488         Log: Document the final sigma spot.
7489      Branch: perl
7490            ! pp.c
7491 ____________________________________________________________________________
7492 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
7493         Log: Fix multicharacter titlecase (ucfirst).
7494      Branch: perl
7495            ! pod/perlunicode.pod pp.c t/op/lc.t
7496 ____________________________________________________________________________
7497 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
7498         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
7499              From: Mikhail Zabaluev <mhz@alt-linux.org>
7500              Date: Tue, 23 Oct 2001 10:40:37 +0400
7501              Message-ID: <20011023104037.A12761@localhost.localdomain>
7502              
7503              (#12406 replaced with this)
7504      Branch: perl
7505            ! utils/perldoc.PL
7506 ____________________________________________________________________________
7507 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
7508         Log: MacOS Classic updates from Pudge.
7509      Branch: perl
7510            ! lib/File/Spec.t lib/File/Spec/Mac.pm
7511 ____________________________________________________________________________
7512 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
7513         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
7514              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7515              Date: Sun, 14 Oct 2001 23:14:46 +0200
7516              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
7517              
7518              except for the 2->4 changes.
7519      Branch: perl
7520            ! lib/AutoSplit.t
7521 ____________________________________________________________________________
7522 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
7523         Log: integrate macperl contents into maint-5.6
7524      Branch: maint-5.6/perl
7525            ! mg.c
7526           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
7527           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
7528           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
7529           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7530           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
7531           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
7532           !> t/lib/filefind.t t/lib/filespec.t
7533 ____________________________________________________________________________
7534 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
7535         Log: At some point the #6234 has been lost from the mainline
7536              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
7537      Branch: perl
7538            ! lib/File/Spec/Win32.pm
7539 ____________________________________________________________________________
7540 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
7541         Log: Cygwin seems to round up (or closest, but not down)
7542              for time(), so half of the time (bad pun intended)
7543              Time::HiRes::time() is less than time(), half of
7544              the time it's more.  So let's try harder in the loop.
7545      Branch: perl
7546            ! ext/Time/HiRes/HiRes.t
7547 ____________________________________________________________________________
7548 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
7549         Log: MacOS Classic timeofday(), from Chris Nandor. 
7550      Branch: perl
7551            ! ext/Time/HiRes/HiRes.xs
7552 ____________________________________________________________________________
7553 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
7554         Log: Integrate changes #12580 and #12581 from macperl;
7555              
7556              Fix path construction.
7557              
7558              (Copyright) Nit.
7559      Branch: perl
7560           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
7561 ____________________________________________________________________________
7562 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
7563         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
7564              doesn't seem to help (the error being output to console, maybe?)
7565      Branch: perl
7566            ! lib/Net/Domain.pm
7567 ____________________________________________________________________________
7568 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
7569         Log: Taint the getcwd() result also in Cygwin.
7570              (TODO: which other platforms need the same thing?)
7571      Branch: perl
7572            ! cygwin/cygwin.c
7573 ____________________________________________________________________________
7574 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
7575         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
7576      Branch: perl
7577            ! t/op/taint.t
7578 ____________________________________________________________________________
7579 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
7580         Log: getpwuid() fragility continues.
7581      Branch: perl
7582            ! utils/h2xs.PL
7583 ____________________________________________________________________________
7584 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
7585         Log: getpwuid() might succeed but that's no guarantee
7586              that the $home will be defined.
7587      Branch: perl
7588            ! ext/File/Glob/t/basic.t
7589 ____________________________________________________________________________
7590 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
7591         Log: It's safer to to expand the variable, too... (see #12571)
7592      Branch: perl
7593            ! t/TEST
7594 ____________________________________________________________________________
7595 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
7596         Log: Integrate with maintperl.
7597      Branch: maint-5.6/macperl
7598           !> win32/bin/pl2bat.pl win32/win32.c
7599 ____________________________________________________________________________
7600 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
7601         Log: Oops, forgot to include Win32 ... just as well, since it
7602              seems in bleadperl, change #7764 was not included
7603              (adding C:\temp).  Re-added.  Rip it back out if it
7604              doesn't belong.  :-)
7605      Branch: maint-5.6/macperl
7606            ! lib/File/Spec/Win32.pm
7607 ____________________________________________________________________________
7608 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
7609         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
7610              From: "Craig A. Berry" <craigberry@mac.com>
7611              Date: Mon, 22 Oct 2001 15:25:19 -0500
7612              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
7613      Branch: perl
7614            ! configure.com
7615 ____________________________________________________________________________
7616 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
7617         Log: Add in lots of File::Spec changes, from Thomas Wegner,
7618              and sync with changes from bleadperl.
7619      Branch: maint-5.6/macperl
7620            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
7621            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
7622            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7623            ! lib/File/Spec/Win32.pm t/lib/filespec.t
7624 ____________________________________________________________________________
7625 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
7626         Log: Sync with latest File::Find and tests from bleadperl.
7627      Branch: maint-5.6/macperl
7628            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
7629 ____________________________________________________________________________
7630 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
7631         Log: Nit.
7632      Branch: maint-5.6/macperl
7633            ! perl.c
7634 ____________________________________________________________________________
7635 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
7636         Log: Fix path construction.
7637      Branch: maint-5.6/macperl
7638            ! ext/DynaLoader/DynaLoader_pm.PL
7639 ____________________________________________________________________________
7640 [ 12579] By: nick                                  on 2001/10/22  19:08:35
7641         Log: Integrate mainline (for Arthurs thread.xs fix)
7642      Branch: perlio
7643           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
7644 ____________________________________________________________________________
7645 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
7646         Log: Fix up exported symbols, move relevant docs
7647              over from macperl.pod.
7648      Branch: maint-5.6/macperl
7649            ! macos/ext/MacPerl/MacPerl.pm
7650 ____________________________________________________________________________
7651 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
7652         Log: Make ADDRESS called optionally as a method.
7653      Branch: maint-5.6/macperl
7654            ! macos/lib/Mac/Glue.pm
7655 ____________________________________________________________________________
7656 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
7657         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
7658              Apple event.
7659      Branch: maint-5.6/macperl
7660            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
7661            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
7662            ! macos/macperl/MPTerminology.aete
7663 ____________________________________________________________________________
7664 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
7665         Log: Clean up some build utilities. Change Entab to Duplicate;
7666              fix docs and error reporting; improve macify() of paths;
7667              remove requirement for Exporter.pm presence.
7668      Branch: maint-5.6/macperl
7669            ! macos/InstallBLIB macos/MacPerlTests.cmd
7670            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
7671 ____________________________________________________________________________
7672 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
7673         Log: Sync Time::HiRes with bleadperl
7674      Branch: maint-5.6/macperl
7675            ! macos/bundled_ext/Time/HiRes/HiRes.pm
7676            ! macos/bundled_ext/Time/HiRes/HiRes.t
7677            ! macos/bundled_ext/Time/HiRes/HiRes.xs
7678 ____________________________________________________________________________
7679 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
7680         Log: Fix up Changes
7681      Branch: maint-5.6/macperl
7682            ! macos/Changes
7683 ____________________________________________________________________________
7684 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
7685         Log: A user might belong to only a single group
7686              (the group equal to the group id).
7687      Branch: perl
7688            ! t/op/groups.t
7689 ____________________________________________________________________________
7690 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
7691         Log: Prepending (instead of replacing with) the pwd is safer. 
7692      Branch: perl
7693            ! t/TEST
7694 ____________________________________________________________________________
7695 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
7696         Log: Be more robust if no hostname or domainname
7697              (especially the latter)
7698      Branch: perl
7699            ! lib/Net/Domain.pm
7700 ____________________________________________________________________________
7701 [ 12569] By: sky                                   on 2001/10/22  17:41:07
7702         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
7703      Branch: perl
7704            ! ext/threads/threads.xs
7705 ____________________________________________________________________________
7706 [ 12568] By: nick                                  on 2001/10/22  16:31:24
7707         Log: Integrate mainline
7708      Branch: perlio
7709           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
7710           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7711           +> ext/threads/shared/t/sv_refs.t
7712           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
7713            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
7714            - lib/unicore/To/SpecUpper.pl
7715           !> (integrate 42 files)
7716 ____________________________________________________________________________
7717 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
7718         Log: Update Changes.
7719      Branch: perl
7720            ! Changes patchlevel.h
7721 ____________________________________________________________________________
7722 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
7723         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
7724              From: Michael G Schwern <schwern@pobox.com>
7725              Date: Mon, 22 Oct 2001 03:48:38 -0400
7726              Message-ID: <20011022034838.B1676@blackrider>
7727      Branch: perl
7728            ! pod/perlvar.pod
7729 ____________________________________________________________________________
7730 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
7731         Log: Pod nits, as suggested by Stas Bekman.
7732      Branch: perl
7733            ! ext/threads/shared/shared.pm ext/threads/threads.pm
7734 ____________________________________________________________________________
7735 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
7736         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
7737              From: "Paul Marquess" <paul.marquess@openwave.com> 
7738              Date: Sun, 21 Oct 2001 21:11:15 +0100
7739              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
7740      Branch: perl
7741            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
7742            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
7743            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
7744            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
7745            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
7746            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
7747            ! ext/SDBM_File/sdbm.t
7748 ____________________________________________________________________________
7749 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
7750         Log: Integrate change #12559 from maintperl;
7751              various fixes for system() and backticks under windows
7752      Branch: perl
7753           !> win32/win32.c
7754 ____________________________________________________________________________
7755 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
7756         Log: Integrate change #12560 from maintperl;
7757              make pl2bat use %0 rather than "%0" (the latter fails to work
7758              in a lot of common cases)
7759      Branch: perl
7760           !> win32/bin/pl2bat.pl
7761 ____________________________________________________________________________
7762 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
7763         Log: Integrate changes #12549 and #12550 from maintperl;
7764              
7765              readline() doesn't work with our variables; it confuses them with
7766              my variables (change#4227 was incomplete)
7767      Branch: perl
7768            ! t/lib/strict/vars
7769           !> t/base/rs.t toke.c
7770 ____________________________________________________________________________
7771 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
7772         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
7773              in a lot of common cases)
7774      Branch: maint-5.6/perl
7775            ! win32/bin/pl2bat.pl
7776 ____________________________________________________________________________
7777 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
7778         Log: various fixes for system() and backticks under windows:
7779              
7780              * avoid munging whitespace that is passed within quotes
7781              * work around a cmd.exe misfeature that made multi-arg
7782              system() unreliable when there is more than one quoted
7783              argument
7784              * make multi-arg system() autoquote arguments as needed
7785              before passing them to the shell (this avoids having to
7786              second guess the shell quoting)
7787              * perl's -Dp switch can be used to trace the innards
7788      Branch: maint-5.6/perl
7789            ! win32/win32.c
7790 ____________________________________________________________________________
7791 [ 12558] By: nick                                  on 2001/10/22  08:58:42
7792         Log: Integrate ithreads buffer flush fix from perlio
7793      Branch: perl
7794           !> ext/threads/t/basic.t perl.c
7795 ____________________________________________________________________________
7796 [ 12557] By: nick                                  on 2001/10/22  08:35:09
7797         Log: All tests pass (legitimately) on ithreads
7798      Branch: perlio
7799            ! ext/threads/t/basic.t perl.c
7800 ____________________________________________________________________________
7801 [ 12556] By: nick                                  on 2001/10/22  06:51:22
7802         Log: Integrate non-ithreads fix to mainline
7803      Branch: perl
7804           !> perlio.c
7805 ____________________________________________________________________________
7806 [ 12555] By: nick                                  on 2001/10/22  06:48:33
7807         Log: Restore non-ithreads build. Interestingly binmode test passes
7808              non-ithreads - so crlf layer is not damaged and ithreads fail
7809              is a symptom ...
7810      Branch: perlio
7811            ! perlio.c
7812 ____________________________________________________________________________
7813 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
7814         Log: Integrate from perlio; restructuring.
7815      Branch: perl
7816           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
7817           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
7818           !> win32/perlhost.h
7819 ____________________________________________________________________________
7820 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
7821         Log: Integrate from maintperl
7822              (Changes 12350, 12496, 12548, 12549, 12550)
7823      Branch: maint-5.6/macperl
7824           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
7825           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
7826 ____________________________________________________________________________
7827 [ 12552] By: nick                                  on 2001/10/21  19:18:12
7828         Log: Win32 PerlIO_cleanup special cases should no longer be required.
7829      Branch: perlio
7830            ! perl.c
7831 ____________________________________________________________________________
7832 [ 12551] By: nick                                  on 2001/10/21  19:16:56
7833         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
7834      Branch: perlio
7835            ! win32/makefile.mk
7836 ____________________________________________________________________________
7837 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
7838         Log: change#12549 wasn't aware of strictures
7839      Branch: maint-5.6/perl
7840            ! t/pragma/strict-vars toke.c
7841 ____________________________________________________________________________
7842 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
7843         Log: readline() doesn't work with our variables; it confuses them with
7844              my variables (change#4227 was incomplete)
7845      Branch: maint-5.6/perl
7846            ! t/base/rs.t toke.c
7847 ____________________________________________________________________________
7848 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
7849         Log: change#12220 appears to have pulled in a mainline change that
7850              isn't applicable to maint-5.6 (some platforms don't taint
7851              cwd)
7852      Branch: maint-5.6/perl
7853            ! t/lib/filefind-taint.t
7854 ____________________________________________________________________________
7855 [ 12547] By: nick                                  on 2001/10/21  17:15:54
7856         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
7857              for them. Call explicit cleanup during destruct process.
7858              - one binmode test is failing
7859              - also ext/threads/t/basic.t fails under make test, and is noisy under
7860              harness. (Threads results are intermingled and don't match order expected.)
7861      Branch: perlio
7862            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
7863            ! perlio.h perliol.h pod/perlapi.pod sv.c
7864 ____________________________________________________________________________
7865 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
7866         Log: Implement multicharacter case mappings where a single
7867              Unicode character can be mapped into several.
7868      Branch: perl
7869            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
7870            - lib/unicore/To/SpecUpper.pl
7871            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
7872            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
7873            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
7874            ! proto.h t/op/lc.t utf8.c
7875 ____________________________________________________________________________
7876 [ 12545] By: sky                                   on 2001/10/21  15:25:16
7877         Log: First support of threads::shared, support shared svs and references.
7878      Branch: perl
7879            + ext/threads/shared/Makefile.PL ext/threads/shared/README
7880            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7881            + ext/threads/shared/t/sv_refs.t
7882            + ext/threads/shared/t/sv_simple.t
7883            ! MANIFEST sharedsv.c
7884 ____________________________________________________________________________
7885 [ 12544] By: nick                                  on 2001/10/21  14:52:35
7886         Log: PerlIO layer table as PL_perlio (per-interpreter)
7887      Branch: perlio
7888            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
7889            ! pod/perlapi.pod sv.c
7890 ____________________________________________________________________________
7891 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
7892         Log: Prettyprinting.
7893      Branch: perl
7894            ! pod/perlunicode.pod
7895 ____________________________________________________________________________
7896 [ 12542] By: ams                                   on 2001/10/21  03:50:25
7897         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
7898              From: "Sean M. Burke" <sburke@cpan.org>
7899              Date: Sat, 20 Oct 2001 17:51:09 -0600
7900              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
7901      Branch: perl
7902            + pod/perlpodspec.pod
7903            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
7904            ! pod/perltoc.pod
7905 ____________________________________________________________________________
7906 [ 12541] By: nick                                  on 2001/10/20  22:23:53
7907         Log: Fix typos in new locking on MemShared
7908              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
7909              - seems to make segfaults more deterministic - suspect they are 
7910              attempt to free() after Interp and Host have gone.
7911      Branch: perlio
7912            ! perlio.c win32/perlhost.h
7913 ____________________________________________________________________________
7914 [ 12540] By: nick                                  on 2001/10/20  21:50:46
7915         Log: Remove the MemShared re-#define (again)
7916      Branch: perlio
7917            ! perlio.c
7918 ____________________________________________________________________________
7919 [ 12539] By: nick                                  on 2001/10/20  21:49:06
7920         Log: Use locks on MemShared
7921      Branch: perlio
7922            ! win32/perlhost.h
7923 ____________________________________________________________________________
7924 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
7925         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
7926              From: "chromatic" <chromatic@rmci.net>
7927              Date: Sat, 20 Oct 2001 11:13:47 -0600
7928              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
7929      Branch: perl
7930            ! installhtml
7931 ____________________________________________________________________________
7932 [ 12537] By: nick                                  on 2001/10/20  16:44:03
7933         Log: Integrate mainline
7934      Branch: perlio
7935           !> (integrate 48 files)
7936 ____________________________________________________________________________
7937 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
7938         Log: Update Changes.
7939      Branch: perl
7940            ! Changes patchlevel.h
7941 ____________________________________________________________________________
7942 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
7943         Log: Upgrade to podlators 1.11, from Russ Allbery.
7944      Branch: perl
7945            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
7946            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
7947            ! pod/pod2man.PL pod/pod2text.PL
7948 ____________________________________________________________________________
7949 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
7950         Log: Integrate perlio change #12532:
7951              introduce and use PerlIO_intmod2str().
7952      Branch: perl
7953           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
7954 ____________________________________________________________________________
7955 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
7956         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
7957      Branch: perl
7958            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
7959 ____________________________________________________________________________
7960 [ 12532] By: nick                                  on 2001/10/20  14:25:37
7961         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
7962              Use for non-PERLIO fdupopen().
7963      Branch: perlio
7964            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
7965 ____________________________________________________________________________
7966 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
7967         Log: Integrate perlio: PerlIO win32 fixes.
7968      Branch: perl
7969           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
7970           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
7971           !> proto.h sv.h win32/win32io.c
7972 ____________________________________________________________________________
7973 [ 12530] By: nick                                  on 2001/10/20  12:53:30
7974         Log: Fixed in two places - p4 resolve
7975      Branch: perlio
7976            ! perlsdio.h
7977 ____________________________________________________________________________
7978 [ 12529] By: nick                                  on 2001/10/20  12:51:05
7979         Log: Fix for ithreads/stdio build
7980      Branch: perlio
7981            ! perlio.c perlsdio.h
7982 ____________________________________________________________________________
7983 [ 12528] By: ams                                   on 2001/10/20  12:13:25
7984         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
7985              From: Michael G Schwern <schwern@pobox.com>
7986              Date: Sat, 20 Oct 2001 01:41:21 -0400
7987              Message-Id: <20011020014121.I3681@blackrider>
7988      Branch: perl
7989            ! installman
7990 ____________________________________________________________________________
7991 [ 12527] By: ams                                   on 2001/10/20  12:09:41
7992         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
7993              From: Michael G Schwern <schwern@pobox.com>
7994              Date: Sat, 20 Oct 2001 02:04:21 -0400
7995              Message-Id: <20011020020421.A11732@blackrider>
7996      Branch: perl
7997            ! lib/Pod/Checker.pm
7998 ____________________________________________________________________________
7999 [ 12526] By: ams                                   on 2001/10/20  11:59:41
8000         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
8001              From: "chromatic" <chromatic@rmci.net>
8002              Date: Fri, 19 Oct 2001 22:46:39 -0600
8003              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
8004      Branch: perl
8005            ! lib/Net/Config.pm
8006 ____________________________________________________________________________
8007 [ 12525] By: nick                                  on 2001/10/20  11:16:18
8008         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
8009              Perl_sv_setsv_flags directly.
8010      Branch: perlio
8011            ! ext/threads/threads.xs
8012 ____________________________________________________________________________
8013 [ 12524] By: nick                                  on 2001/10/20  10:28:17
8014         Log: Add a new flag character 'm' to embed.pl set to represent
8015              "functions" which are really macros. Use it foe the troublesome
8016              sv_setsv() etc. macros in sv.h - changing latter to define
8017              sv_setsv rather than sv_setsv_macro etc.
8018      Branch: perlio
8019            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
8020            ! pod/perlapi.pod proto.h sv.h
8021 ____________________________________________________________________________
8022 [ 12523] By: nick                                  on 2001/10/20  09:17:17
8023         Log: Add comments explaining why win32.h/embed.h are included where they are
8024              in perl.h 
8025      Branch: perlio
8026            ! perl.h
8027 ____________________________________________________________________________
8028 [ 12522] By: nick                                  on 2001/10/20  08:27:44
8029         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
8030              being used yet.
8031      Branch: perlio
8032            ! win32/win32io.c
8033 ____________________________________________________________________________
8034 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
8035         Log: Wording tweaks.
8036      Branch: perl
8037            ! t/TEST
8038 ____________________________________________________________________________
8039 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
8040         Log: Subject: IO module with nonblocking socket connect patch 
8041              From: Raul Dias <raul@dias.com.br>
8042              Date: Fri, 19 Oct 2001 22:45:32 -0300
8043              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
8044      Branch: perl
8045            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
8046 ____________________________________________________________________________
8047 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
8048         Log: Test vertical whitespace combined with /x in \p{}.
8049      Branch: perl
8050            ! t/op/pat.t
8051 ____________________________________________________________________________
8052 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
8053         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
8054              From: Gisle Aas <gisle@ActiveState.com> 
8055              Date: 19 Oct 2001 16:46:02 -0700
8056              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
8057      Branch: perl
8058            ! lib/ExtUtils/MakeMaker.pm
8059 ____________________________________________________________________________
8060 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
8061         Log: No more this symbol.
8062      Branch: perl
8063            ! makedef.pl
8064 ____________________________________________________________________________
8065 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
8066         Log: Integrate change #12511; fix gross win32 build issues.
8067      Branch: perl
8068           !> makedef.pl sv.c
8069 ____________________________________________________________________________
8070 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
8071         Log: Unpack in scalar context should return the first value
8072              returned in list context, as pointed out by Ton Hospel
8073              in 2001-05-21 (this is how it works already in blead,
8074              just adding the test).
8075      Branch: perl
8076            ! t/op/pack.t
8077 ____________________________________________________________________________
8078 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
8079         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
8080              From: "Craig A. Berry" <craigberry@mac.com>
8081              Date: Fri, 19 Oct 2001 16:59:30 -0500
8082              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
8083      Branch: perl
8084            ! utils/perldoc.PL
8085 ____________________________________________________________________________
8086 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
8087         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
8088              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8089              Date: Fri, 19 Oct 2001 17:45:23 EDT
8090              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
8091      Branch: perl
8092            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
8093            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
8094            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
8095            ! vms/vmsish.h
8096 ____________________________________________________________________________
8097 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
8098         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
8099              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8100              Date: Fri, 19 Oct 2001 17:26:35 EDT
8101              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
8102      Branch: perl
8103            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
8104 ____________________________________________________________________________
8105 [ 12511] By: nick                                  on 2001/10/19  19:55:36
8106         Log: Fix gross win32 build issues
8107      Branch: perlio
8108            ! makedef.pl sv.c
8109 ____________________________________________________________________________
8110 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
8111         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
8112              From: David Dyck <dcd@tc.fluke.com>
8113              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
8114              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
8115      Branch: perl
8116            ! lib/File/Find.pm
8117 ____________________________________________________________________________
8118 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
8119         Log: Subject: Re: PerlIO and Encode
8120              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8121              Date: Tue, 16 Oct 2001 01:50:16 +0900
8122              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
8123      Branch: perl
8124            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
8125            ! ext/Encode/Encode/Tcl.t
8126 ____________________________________________________________________________
8127 [ 12508] By: ams                                   on 2001/10/19  17:59:16
8128         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
8129              (See #12499)
8130      Branch: perl
8131            ! pod/perlintro.pod
8132 ____________________________________________________________________________
8133 [ 12507] By: nick                                  on 2001/10/19  16:30:43
8134         Log: Integrate mainline
8135      Branch: perlio
8136           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
8137           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
8138           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
8139           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
8140           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
8141           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
8142           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
8143           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
8144           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
8145           +> win32/config_H.win64
8146            - lib/Test/Utils.pm lib/unicore/mktables.PL
8147            - t/lib/Test/Simple/Catch/More.pm
8148           !> (integrate 84 files)
8149 ____________________________________________________________________________
8150 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
8151         Log: Retract the #10451 which seems to be the cause
8152              of the major leakage from while(){eval"sub{}"}
8153      Branch: perl
8154            ! op.c t/run/kill_perl.t
8155 ____________________________________________________________________________
8156 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
8157         Log: Regen toc.
8158      Branch: perl
8159            ! pod/perltoc.pod
8160 ____________________________________________________________________________
8161 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
8162         Log: Tiny tweaks.
8163      Branch: perl
8164            ! pod/perl.pod
8165 ____________________________________________________________________________
8166 [ 12503] By: ams                                   on 2001/10/19  13:34:24
8167         Log: Subject: Re: perlintro.pod
8168              From: Abe Timmerman <abe@ztreet.demon.nl>
8169              Date: Fri, 19 Oct 2001 14:12:40 +0200
8170              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
8171      Branch: perl
8172            ! pod/perlintro.pod
8173 ____________________________________________________________________________
8174 [ 12502] By: ams                                   on 2001/10/19  13:24:12
8175         Log: Slight reorganisation of references.
8176      Branch: perl
8177            ! pod/perl.pod
8178 ____________________________________________________________________________
8179 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
8180         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
8181              From: Kay Röpke <kroepke@dolphin-services.de>
8182              Date: Fri, 19 Oct 2001 14:04:01 +0200 
8183              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
8184      Branch: perl
8185            ! lib/ExtUtils/MakeMaker.pm
8186 ____________________________________________________________________________
8187 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
8188         Log: Unicode categories continue:
8189              implement Category=, Script=, Block=
8190              (these are based on an upcoming update of TR#18)
8191              Fix a bug where we got two In categories named "old italic",
8192              and another where shortcut for the Is categories wasn't taken.
8193      Branch: perl
8194            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
8195            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
8196            ! pod/perlunicode.pod t/op/pat.t
8197 ____________________________________________________________________________
8198 [ 12499] By: ams                                   on 2001/10/19  01:42:29
8199         Log: Subject: a small patch to perlintro.pod.
8200              From: Autrijus Tang <autrijus@autrijus.org>
8201              Date: Fri, 19 Oct 2001 01:45:51 +0800
8202              Message-Id: <20011019014551.A35625@not.autrijus.org>
8203              (Applied by hand with nits.)
8204      Branch: perl
8205            ! pod/perlintro.pod
8206 ____________________________________________________________________________
8207 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
8208         Log: Subject: [PATCH] OpenBSD hints for ithreads
8209              From: Andy Dougherty <doughera@lafayette.edu>
8210              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
8211              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
8212      Branch: perl
8213            ! hints/openbsd.sh
8214 ____________________________________________________________________________
8215 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
8216         Log: Retract #12446; the problem solved by #12474.
8217      Branch: perl
8218            ! hints/aix.sh
8219 ____________________________________________________________________________
8220 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
8221         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
8222              message and suppress line number info (from Steve Hay
8223              <Steve.Hay@uk.radan.com>)
8224      Branch: maint-5.6/perl
8225            ! lib/Carp/Heavy.pm
8226 ____________________________________________________________________________
8227 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
8228         Log: More documented In categories.
8229      Branch: perl
8230            ! pod/perlunicode.pod
8231 ____________________________________________________________________________
8232 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
8233         Log: Update Changes.
8234      Branch: perl
8235            ! Changes patchlevel.h
8236 ____________________________________________________________________________
8237 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
8238         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
8239      Branch: perl
8240            ! MANIFEST
8241 ____________________________________________________________________________
8242 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
8243         Log: Wrong skip() arguments.
8244      Branch: perl
8245            ! ext/B/t/terse.t
8246 ____________________________________________________________________________
8247 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
8248         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
8249              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8250              Date: Wed, 17 Oct 2001 09:10:53 EDT 
8251              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
8252      Branch: perl
8253            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
8254            ! pod/perlapi.pod vms/vms.c
8255 ____________________________________________________________________________
8256 [ 12490] By: ams                                   on 2001/10/18  09:31:00
8257         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
8258              From: Mark-Jason Dominus <mjd@plover.com>
8259              Date: Thu, 18 Oct 2001 06:25:35 -0400
8260              Message-Id: <20011018102535.19264.qmail@plover.com>
8261      Branch: perl
8262            ! pod/perl.pod
8263 ____________________________________________________________________________
8264 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
8265         Log: Prettyprinting.
8266      Branch: perl
8267            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
8268 ____________________________________________________________________________
8269 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
8270         Log: Regen toc.
8271      Branch: perl
8272            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8273 ____________________________________________________________________________
8274 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
8275         Log: Add perlintro, from Skud.
8276      Branch: perl
8277            + pod/perlintro.pod
8278            ! MANIFEST
8279 ____________________________________________________________________________
8280 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
8281         Log: FAQ sync.
8282      Branch: perl
8283            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
8284            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
8285            ! pod/perlfaq8.pod pod/perlfaq9.pod
8286 ____________________________________________________________________________
8287 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
8288         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
8289              in speed (upto 20% speedup in certain operations) but meanwhile
8290              regexps and arithmetics got slower (5-10%) (according to
8291              perlbench average speedup is negligible, and within measuring
8292              flutter, 1%).  Therefore retracting all the changes
8293              aimed at getting -std1 to compile cleanly:  #12475, #12476,
8294              #12479, #12480, #12481, #12482, #12483, #12484.
8295      Branch: perl
8296            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
8297            ! pp_hot.c pp_sys.c toke.c
8298 ____________________________________________________________________________
8299 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
8300         Log: (retracted by #12485)
8301              Strict ANSI doesn't like the third argument of main()
8302              so enable ignoring it if using ultra picky compiler.
8303      Branch: perl
8304            ! miniperlmain.c
8305 ____________________________________________________________________________
8306 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
8307         Log: (retracted by #12485)
8308              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
8309      Branch: perl
8310            ! perl.h
8311 ____________________________________________________________________________
8312 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
8313         Log: (retracted by #12485)
8314              Add explanatory comment.
8315      Branch: perl
8316            ! mg.c
8317 ____________________________________________________________________________
8318 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
8319         Log: (retracted by #12485)
8320              More dollar$hiding.
8321      Branch: perl
8322            ! doio.c perl.h pp_sys.c
8323 ____________________________________________________________________________
8324 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
8325         Log: (retracted by #12485)
8326              KISS.
8327      Branch: perl
8328            ! mg.c
8329 ____________________________________________________________________________
8330 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
8331         Log: (retracted by #12485)
8332              Thou shalt not #ifdef inside macro invocations,
8333              noticed by Rafael Garcia-Suarez.
8334      Branch: perl
8335            ! mg.c
8336 ____________________________________________________________________________
8337 [ 12478] By: ams                                   on 2001/10/17  18:50:55
8338         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
8339              From: Anton Berezin <tobez@tobez.org>
8340              Date: Wed, 17 Oct 2001 18:25:48 +0200
8341              Message-Id: <20011017182548.A12082@heechee.tobez.org>
8342      Branch: perl
8343            ! pp_sys.c
8344 ____________________________________________________________________________
8345 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
8346         Log: (retracted by #12485)
8347              Unterminated #ifdef.
8348      Branch: perl
8349            ! mg.c
8350 ____________________________________________________________________________
8351 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
8352         Log: (retracted by #12485)
8353              Avoid dollar signs in identifiers (in non-VMS) to
8354              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
8355      Branch: perl
8356            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
8357            ! toke.c
8358 ____________________________________________________________________________
8359 [ 12474] By: ams                                   on 2001/10/17  15:14:50
8360         Log: Subject: Two AIX patches
8361              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8362              Date: Wed, 17 Oct 2001 18:04:35 +0200
8363              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
8364      Branch: perl
8365            ! hints/aix.sh makedef.pl
8366 ____________________________________________________________________________
8367 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
8368         Log: Limiting the Time::HiRes::sleep and usleep to
8369              one second is not a good policy if drop-in
8370              replacement is still a goal.
8371      Branch: perl
8372            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
8373            ! ext/Time/HiRes/HiRes.xs
8374 ____________________________________________________________________________
8375 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
8376         Log: Subject: [PATCH] Test::Simple 0.32
8377              From: Michael G Schwern <schwern@pobox.com> 
8378              Date: Wed, 17 Oct 2001 03:42:41 -0400
8379              Message-ID: <20011017034241.A25038@blackrider>
8380      Branch: perl
8381            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
8382            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
8383            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
8384            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
8385            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
8386            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
8387            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
8388            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
8389            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
8390            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8391            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
8392            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
8393            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
8394            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
8395            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
8396            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
8397            ! t/lib/Test/Simple/Catch.pm
8398            ! t/lib/Test/Simple/sample_tests/five_fail.plx
8399 ____________________________________________________________________________
8400 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
8401         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
8402              From: Michael G Schwern <schwern@pobox.com> 
8403              Date: Wed, 17 Oct 2001 04:04:13 -0400
8404              Message-ID: <20011017040413.C25550@blackrider>
8405      Branch: perl
8406            ! t/TEST t/harness vms/test.com
8407 ____________________________________________________________________________
8408 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
8409         Log: Regen doc with perlmodstyle added.
8410      Branch: perl
8411            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8412 ____________________________________________________________________________
8413 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
8414         Log: Pod cleanup.
8415      Branch: perl
8416            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
8417 ____________________________________________________________________________
8418 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
8419         Log: Subject: perlmodstyle as a patch
8420              From: Kirrily Robert <skud@infotrope.net>
8421              Date: Tue, 16 Oct 2001 22:47:23 -0400
8422              Message-ID: <20011016224723.A20673@infotrope.net>
8423      Branch: perl
8424            + pod/perlmodstyle.pod
8425            ! MANIFEST
8426 ____________________________________________________________________________
8427 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
8428         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
8429              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
8430              Date: Thu, 6 Sep 2001 11:09:40 +0100
8431              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
8432              
8433              Mention also the develooper p5p archive.
8434      Branch: perl
8435            ! pod/perlhack.pod
8436 ____________________________________________________________________________
8437 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
8438         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
8439              From: Kay Röpke <kroepke@dolphin-services.de>
8440              Date: Tue, 16 Oct 2001 17:23:52 +0200
8441              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
8442      Branch: perl
8443            ! lib/ExtUtils/MakeMaker.pm
8444 ____________________________________________________________________________
8445 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
8446         Log: Add the special casing mappings (from SpecCase.txt)
8447              (except for the hyper special case mappings that have
8448              the condition list); the special casing mappings are
8449              unused for now.  Small tidying up on mktables.
8450      Branch: perl
8451            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
8452            + lib/unicore/To/SpecUpper.pl
8453            ! lib/unicore/mktables
8454 ____________________________________________________________________________
8455 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
8456         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
8457              From: "David H. Adler" <dha@panix.com>       
8458              Date: Tue, 16 Oct 2001 11:59:35 -0400
8459              Message-ID: <20011016115935.A13078@panix.com>
8460              
8461              Subject: [ PATCH ] perldata patch, revised
8462              From: "David H. Adler" <dha@panix.com>     
8463              Date: Tue, 16 Oct 2001 18:26:49 -0400
8464              Message-ID: <20011016182649.C23970@panix.com>
8465      Branch: perl
8466            ! pod/perldata.pod pod/perlop.pod
8467 ____________________________________________________________________________
8468 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
8469         Log: Integrate perlio: PerlIO_dup (for all but Win32).
8470      Branch: perl
8471           !> embed.h embed.pl ext/Encode/Encode.xs
8472           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
8473           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
8474           !> win32/win32io.c
8475 ____________________________________________________________________________
8476 [ 12462] By: nick                                  on 2001/10/16  19:11:30
8477         Log: PerlIOXxxx_dups for all but Win32
8478      Branch: perlio
8479            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8480            ! ext/PerlIO/Via/Via.xs
8481 ____________________________________________________________________________
8482 [ 12461] By: nick                                  on 2001/10/16  18:28:48
8483         Log: Implement PerlIOStdio_dup (explains core dumps - dup
8484              was not setting up a FILE * to be fclosed()).
8485      Branch: perlio
8486            ! perlio.c
8487 ____________________________________________________________________________
8488 [ 12460] By: nick                                  on 2001/10/16  17:31:47
8489         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
8490              overflow.
8491      Branch: perlio
8492            ! perlio.c
8493 ____________________________________________________________________________
8494 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
8495         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
8496              From: "Craig A. Berry" <craigberry@mac.com>
8497              Date: Tue, 16 Oct 2001 13:08:38 -0500
8498              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
8499      Branch: perl
8500            ! configure.com
8501 ____________________________________________________________________________
8502 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
8503         Log: Can't expect too much accuracy from a sleep of one second.
8504              (I think this will also fail with high load.)
8505      Branch: perl
8506            ! ext/Time/HiRes/HiRes.t
8507 ____________________________________________________________________________
8508 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
8509         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
8510              From: "Werner, Randolf" <randolf.werner@sap.com>
8511              Date: Tue, 16 Oct 2001 18:33:02 +0200
8512              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
8513      Branch: perl
8514            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
8515            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
8516 ____________________________________________________________________________
8517 [ 12456] By: nick                                  on 2001/10/16  14:08:16
8518         Log: Builds under ithreads (but fails all threads tests)
8519      Branch: perlio
8520            ! hv.c perlio.c sv.c
8521 ____________________________________________________________________________
8522 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
8523         Log: I think the Perl_sortsv needs *not* be skipped?
8524      Branch: perl
8525            ! makedef.pl
8526 ____________________________________________________________________________
8527 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
8528         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
8529              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
8530              Date: Tue, 16 Oct 2001 15:32:44 +0200
8531              Message-ID: <3BCC531C.11494.3E433F@localhost>
8532      Branch: perl
8533            ! t/op/groups.t
8534 ____________________________________________________________________________
8535 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
8536         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
8537              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
8538              Date: Tue, 16 Oct 2001 15:01:04 +0200
8539              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
8540      Branch: perl
8541            ! t/io/fs.t
8542 ____________________________________________________________________________
8543 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
8544         Log: A forgotten deletion.
8545      Branch: perl
8546            - lib/unicore/mktables.PL
8547 ____________________________________________________________________________
8548 [ 12451] By: nick                                  on 2001/10/16  11:32:48
8549         Log: Skeleton of "PerlIO_dup" coded.
8550              Still-passes all tests non-threaded (well it would wouldn't it!)
8551      Branch: perlio
8552            ! embed.h embed.pl ext/Encode/Encode.xs
8553            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
8554            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
8555            ! win32/win32io.c
8556 ____________________________________________________________________________
8557 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
8558         Log: Document the problem with the swash_fetch() API that affects
8559              more complex case conversions.
8560      Branch: perl
8561            ! lib/utf8_heavy.pl utf8.c
8562 ____________________________________________________________________________
8563 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
8564         Log: Make Time::HiRes::sleep() and usleep() to return
8565              the number of seconds (a floating point value) and 
8566              microseconds (an integer) actually slept (well,
8567              modulo the time spent in measuring the time actually
8568              slept...), to be a better drop-in replacement for
8569              the builtin sleep().  Noticed by Chris Nandor.
8570              
8571              Also make usleep() to croak if fed illegal number
8572              of useconds (anything greater than 1_000_000).
8573      Branch: perl
8574            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
8575            ! ext/Time/HiRes/HiRes.xs
8576 ____________________________________________________________________________
8577 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
8578         Log: A missing SvREFCNT_dec.
8579      Branch: perl
8580            ! perl.c
8581 ____________________________________________________________________________
8582 [ 12447] By: nick                                  on 2001/10/15  20:27:53
8583         Log: Beginings of PerlIO_dup support (unstable)
8584      Branch: perlio
8585            ! perlio.c perliol.h
8586 ____________________________________________________________________________
8587 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
8588         Log: (retracted by #12497)
8589              In AIX vac 5 just can't seem to get regcomp right.
8590      Branch: perl
8591            ! hints/aix.sh
8592 ____________________________________________________________________________
8593 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
8594         Log: Bump the version number to agree with the maintperl one.
8595      Branch: perl
8596            ! lib/Tie/RefHash.pm
8597 ____________________________________________________________________________
8598 [ 12444] By: nick                                  on 2001/10/15  15:59:57
8599         Log: Integrate mainline
8600      Branch: perlio
8601           +> lib/Math/BigInt/t/Math/Subclass.pm
8602           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
8603           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
8604           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
8605           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
8606           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
8607           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
8608           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
8609           +> lib/unicore/mktables
8610            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
8611            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
8612            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
8613            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
8614            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
8615            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
8616            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
8617            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
8618            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
8619            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
8620            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
8621            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
8622            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
8623            - lib/unicore/syllables.txt
8624           !> (integrate 344 files)
8625 ____________________________________________________________________________
8626 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
8627         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
8628      Branch: perl
8629            ! ext/DB_File/DB_File.xs
8630 ____________________________________________________________________________
8631 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
8632         Log: Sync the skip() amounts with the number of tests.
8633      Branch: perl
8634            ! lib/Term/Complete.t
8635 ____________________________________________________________________________
8636 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
8637         Log: Update Changes.
8638      Branch: perl
8639            ! Changes patchlevel.h
8640 ____________________________________________________________________________
8641 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
8642         Log: MacOS Classic catdir() rewrite from Thomas Wegner
8643              (backward incompatibility, but a deliberate one,
8644              the old version simply is broken in its logic),
8645              also documentation updates, and as suggested replicated
8646              the File::Spec::Unix documentation updates also on the
8647              File::Spec documentation.
8648              
8649              TODO: there seems to be duplication of documentation
8650              between File::Spec and File::Spec::Unix.  I think
8651              the ::Unix should be left only with specific UNIXisms,
8652              and all the generic documentation should be in ::Spec.
8653      Branch: perl
8654            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
8655            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
8656            ! lib/File/Spec/Unix.pm
8657 ____________________________________________________________________________
8658 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
8659         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
8660              From: Blair Zajac <blair@orcaware.com>
8661              Date: Mon, 24 Sep 2001 11:48:58 -0700
8662              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
8663              
8664              (the skip() messages)
8665      Branch: perl
8666            ! t/op/magic.t
8667 ____________________________________________________________________________
8668 [ 12438] By: ams                                   on 2001/10/14  23:43:59
8669         Log: Subject: [PATCH] make PerlIO default on VMS
8670              From: "Craig A. Berry" <craigberry@mac.com>
8671              Date: Sun, 14 Oct 2001 15:27:18 -0500
8672              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
8673      Branch: perl
8674            ! configure.com
8675 ____________________________________________________________________________
8676 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
8677         Log: Retract #12436 (Abhijit already did this at #12426)
8678      Branch: perl
8679            ! lib/ExtUtils/MM_Unix.pm
8680 ____________________________________________________________________________
8681 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
8682         Log: (retracted by #12437)
8683              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
8684              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
8685              Date: Sat, 13 Oct 2001 20:33:55 +0200
8686              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
8687      Branch: perl
8688            ! lib/ExtUtils/MM_Unix.pm
8689 ____________________________________________________________________________
8690 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
8691         Log: Subject: h2xs grammar nit
8692              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8693              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
8694              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
8695      Branch: perl
8696            ! utils/h2xs.PL
8697 ____________________________________________________________________________
8698 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
8699         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
8700              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8701              Date: Sun, 14 Oct 2001 11:25:08 +0100
8702              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
8703      Branch: perl
8704            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
8705            ! warnings.pl
8706 ____________________________________________________________________________
8707 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
8708         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
8709              for File::Spec::Mac::catfile)
8710      Branch: perl
8711            ! lib/h2xs.t
8712 ____________________________________________________________________________
8713 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
8714         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
8715              From: Nicholas Clark <nick@ccl4.org>
8716              Date: Sat, 13 Oct 2001 00:07:31 +0100
8717              Message-ID: <20011013000731.D67535@plum.flirble.org>
8718      Branch: perl
8719            ! lib/h2xs.t utils/h2xs.PL
8720 ____________________________________________________________________________
8721 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
8722         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
8723              before DEFINE and INC), and repent by taking DEFINE and
8724              INC away from PASTHRU.
8725      Branch: perl
8726            ! lib/ExtUtils/MM_Unix.pm
8727 ____________________________________________________________________________
8728 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
8729         Log: More MANIFEST anomalies.
8730      Branch: perl
8731            ! MANIFEST
8732 ____________________________________________________________________________
8733 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
8734         Log: Not that many.
8735      Branch: perl
8736            ! MANIFEST
8737 ____________________________________________________________________________
8738 [ 12428] By: sky                                   on 2001/10/13  20:59:27
8739         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
8740              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8741              Date: Sat, 13 Oct 2001 23:15:55 +0200
8742              Message-ID: <20011013231555.A18071@rafael>
8743      Branch: perl
8744            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
8745            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
8746 ____________________________________________________________________________
8747 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
8748         Log: Rewrite mktables from scratch.
8749              - Cleaner.
8750              - Faster: 15-20 seconds as opposed to several minutes.
8751              - More dynamic: the names of the various categories
8752              such as the linebreak ones are dynamic, not static.
8753              - Is.pl: long names for the general category properties
8754              are now available.
8755              - Ranges (<... ,First>, <..., Last>) from the general
8756              categories work now.
8757              - No more mktables.PL because the mktables.PL is not
8758              and never has been run to create a mktables.
8759              - syllables.txt and Is/Syl*.pl removed: non-standard
8760              (not part of the Unicode), and the whole concept is
8761              being reworked (http://syllabary.sourceforge.net/),
8762              the old way wouldn't even work with the new Syllables.txt
8763              (it would result in 1000+ new categories)
8764      Branch: perl
8765            + lib/unicore/In/163.pl lib/unicore/In/164.pl
8766            + lib/unicore/In/165.pl lib/unicore/In/166.pl
8767            + lib/unicore/In/167.pl lib/unicore/In/168.pl
8768            + lib/unicore/In/169.pl lib/unicore/In/170.pl
8769            + lib/unicore/In/171.pl lib/unicore/Is.pl
8770            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
8771            + lib/unicore/mktables
8772            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
8773            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
8774            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
8775            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
8776            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
8777            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
8778            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
8779            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
8780            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
8781            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
8782            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
8783            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
8784            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
8785            - lib/unicore/syllables.txt
8786            ! (edit 304 files)
8787 ____________________________________________________________________________
8788 [ 12426] By: ams                                   on 2001/10/13  18:05:36
8789         Log: ExtUtils::MM_Unix should ignore comments when searching for
8790              $VERSION.
8791      Branch: perl
8792            ! lib/ExtUtils/MM_Unix.pm
8793 ____________________________________________________________________________
8794 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
8795         Log: Subject: Re: New module XML::Clean
8796              From: andreas.koenig@anima.de (Andreas J. Koenig)
8797              Date: 13 Oct 2001 10:17:09 +0200
8798              Message-ID: <m37ku0t0my.fsf@anima.de>
8799      Branch: perl
8800            ! pod/perlnewmod.pod
8801 ____________________________________________________________________________
8802 [ 12424] By: sky                                   on 2001/10/13  09:39:59
8803         Log: Set thread stack size if needed.
8804      Branch: perl
8805            ! ext/threads/threads.xs
8806 ____________________________________________________________________________
8807 [ 12423] By: sky                                   on 2001/10/13  09:36:49
8808         Log: We do want to set the attribute to joinable even on modern posix
8809              platforms.
8810      Branch: perl
8811            ! ext/threads/threads.xs
8812 ____________________________________________________________________________
8813 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
8814         Log: Subject: [PATCH ext/Data/Dumper.xs]
8815              From: Brian Ingerson <ingy@ttul.org>
8816              Date: Fri, 12 Oct 2001 19:32:35 -0700
8817              Message-ID: <20011012193235.B889@ttul.org>
8818      Branch: perl
8819            ! ext/Data/Dumper/Dumper.xs
8820 ____________________________________________________________________________
8821 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
8822         Log: Update Changes.
8823      Branch: perl
8824            ! Changes patchlevel.h
8825 ____________________________________________________________________________
8826 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
8827         Log: FAQ sync.
8828      Branch: perl
8829            ! pod/perlfaq3.pod pod/perlfaq4.pod
8830 ____________________________________________________________________________
8831 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
8832         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
8833              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
8834              Date: Fri, 12 Oct 2001 11:51:05 -0700
8835              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
8836      Branch: perl
8837            ! lib/File/Copy.pm
8838 ____________________________________________________________________________
8839 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
8840         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
8841              From: "chromatic" <chromatic@rmci.net>     
8842              Date: Thu, 11 Oct 2001 10:57:55 -0600
8843              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
8844              
8845              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
8846              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8847              Date: Thu, 11 Oct 2001 22:34:21 +0200
8848              Message-ID: <20011011223421.A693@rafael>     
8849              
8850              plus undef $Term::Complete::stty as suggested by Rafael.
8851      Branch: perl
8852            ! lib/Term/Complete.pm lib/Term/Complete.t
8853 ____________________________________________________________________________
8854 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
8855         Log: UUnndduupplleexx..
8856      Branch: perl
8857            ! perl.h
8858 ____________________________________________________________________________
8859 [ 12416] By: sky                                   on 2001/10/12  20:16:19
8860         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
8861              From: Andy Dougherty <doughera@lafayette.edu>
8862              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
8863              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
8864              (Potentially only band-aid)
8865      Branch: perl
8866            ! sv.c
8867 ____________________________________________________________________________
8868 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
8869         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
8870              mishandles kill(), and therefore the sigaction test
8871              should be skipped, from Charles Lane.
8872      Branch: perl
8873            ! ext/POSIX/t/sigaction.t
8874 ____________________________________________________________________________
8875 [ 12414] By: sky                                   on 2001/10/12  18:47:49
8876         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
8877      Branch: perl
8878            ! op.h
8879 ____________________________________________________________________________
8880 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
8881         Log: Upgrade to Math::BigInt 1.44 from Tels and
8882              further fixes from John Peacock.
8883      Branch: perl
8884            + lib/Math/BigInt/t/Math/Subclass.pm
8885            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
8886            + lib/Math/BigInt/t/subclass.t
8887            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8888            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
8889            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
8890            ! lib/Math/BigInt/t/mbimbf.t
8891 ____________________________________________________________________________
8892 [ 12412] By: sky                                   on 2001/10/12  18:28:23
8893         Log: perhaps pthread_attr_t really needs to be set for the old api
8894      Branch: perl
8895            ! ext/threads/threads.xs
8896 ____________________________________________________________________________
8897 [ 12411] By: sky                                   on 2001/10/12  18:11:45
8898         Log: pthread_keycreate not pthread_key_create under the here be dragons API
8899      Branch: perl
8900            ! ext/threads/threads.h
8901 ____________________________________________________________________________
8902 [ 12410] By: sky                                   on 2001/10/12  18:07:37
8903         Log: Apperently OLD PTHREADS API is a bit retarded.
8904              This should fix another set of compile failures in HP-UX 10.20.
8905      Branch: perl
8906            ! ext/threads/threads.h ext/threads/threads.xs
8907 ____________________________________________________________________________
8908 [ 12409] By: nick                                  on 2001/10/12  15:30:01
8909         Log: Blind integrate of mainline
8910      Branch: perlio
8911           +> (branch 32 files)
8912            - lib/unicode/README
8913           !> (integrate 121 files)
8914 ____________________________________________________________________________
8915 [ 12408] By: sky                                   on 2001/10/12  14:55:08
8916         Log: Let us avoid being smart for now.
8917      Branch: perl
8918            ! ext/threads/threads.h
8919 ____________________________________________________________________________
8920 [ 12407] By: sky                                   on 2001/10/12  14:38:12
8921         Log: (void*) the argument to make sure we work with picky compilers
8922      Branch: perl
8923            ! ext/threads/threads.xs
8924 ____________________________________________________________________________
8925 [ 12406] By: ams                                   on 2001/10/12  13:26:04
8926         Log: (replaced with #12600)
8927              
8928              Subject: [PATCH 5.6.1 perldoc] use File::Temp
8929              From: Mikhail Zabaluev <mhz@alt-linux.org>
8930              Date: Fri, 12 Oct 2001 12:47:47 +0400
8931              Message-Id: <20011012124747.E13918@localhost.localdomain>
8932      Branch: perl
8933            ! utils/perldoc.PL
8934 ____________________________________________________________________________
8935 [ 12405] By: ams                                   on 2001/10/12  13:05:32
8936         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
8937              From: andreas.koenig@anima.de (Andreas J. Koenig)
8938              Date: 12 Oct 2001 11:12:07 +0200
8939              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
8940      Branch: perl
8941            ! lib/Memoize/t/speed.t
8942 ____________________________________________________________________________
8943 [ 12404] By: sky                                   on 2001/10/12  12:46:15
8944         Log: A) Support OLD_PTHREADS_API
8945              B) Change from using pthread_t to using a TLS to store the
8946              index of the thread in an hash, this is to avoid problems when
8947              in fact pthread_t was not a seralizable type.
8948              Both these changes are because of HP-UX 10.20
8949              This has not been tested on win32 but should work there.
8950              Need to add support for NetWare.
8951      Branch: perl
8952            ! ext/threads/threads.h ext/threads/threads.xs
8953 ____________________________________________________________________________
8954 [ 12403] By: ams                                   on 2001/10/12  07:34:19
8955         Log: Subject: Re: New module XML::Clean
8956              From: andreas.koenig@anima.de (Andreas J. Koenig)
8957              Date: 12 Oct 2001 10:20:35 +0200
8958              Message-Id: <m3elo9uv58.fsf@anima.de>
8959      Branch: perl
8960            ! pod/perlnewmod.pod
8961 ____________________________________________________________________________
8962 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
8963         Log: More HP model tweaks from Merijn.
8964      Branch: perl
8965            ! README.hpux
8966 ____________________________________________________________________________
8967 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
8968         Log: Update Changes.
8969      Branch: perl
8970            ! Changes patchlevel.h
8971 ____________________________________________________________________________
8972 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
8973         Log: HP-UX update from H.Merijn Brand.
8974      Branch: perl
8975            ! README.hpux
8976 ____________________________________________________________________________
8977 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
8978         Log: Subject: [PATCH] fix link rot in README.vms
8979              From: "Craig A. Berry" <craigberry@mac.com>
8980              Date: Wed, 10 Oct 2001 17:17:00 -0500
8981              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
8982      Branch: perl
8983            ! README.vms
8984 ____________________________________________________________________________
8985 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
8986         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
8987              From: "chromatic" <chromatic@rmci.net>
8988              Date: Wed, 10 Oct 2001 15:50:30 -0600
8989              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
8990      Branch: perl
8991            ! lib/Term/Complete.t
8992 ____________________________________________________________________________
8993 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
8994         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
8995              From: "chromatic" <chromatic@rmci.net>
8996              Date: Wed, 10 Oct 2001 15:45:42 -0600
8997              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
8998      Branch: perl
8999            + lib/ExtUtils/Packlist.t
9000            ! MANIFEST
9001 ____________________________________________________________________________
9002 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
9003         Log: VMS needs quotes around the -I option to keep it from
9004              being downcased, from Charles Lane.
9005      Branch: perl
9006            ! t/run/kill_perl.t
9007 ____________________________________________________________________________
9008 [ 12395] By: ams                                   on 2001/10/10  16:22:32
9009         Log: Subject: [PATCH lib/FindBin.pm]
9010              From: Stas Bekman <stas@stason.org>
9011              Date: Tue, 09 Oct 2001 23:57:10 +0800
9012              Message-Id: <3BC31E56.60805@stason.org>
9013      Branch: perl
9014            ! lib/FindBin.pm
9015 ____________________________________________________________________________
9016 [ 12394] By: ams                                   on 2001/10/10  16:09:53
9017         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
9018              From: Abhijit Menon-Sen <ams@wiw.org>
9019              Date: Wed, 10 Oct 2001 21:59:33 +0530
9020              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
9021      Branch: perl
9022            ! ext/Data/Dumper/Dumper.xs
9023 ____________________________________________________________________________
9024 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
9025         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
9026              from Charles Lane.
9027      Branch: perl
9028            ! lib/File/Spec/VMS.pm
9029 ____________________________________________________________________________
9030 [ 12392] By: ams                                   on 2001/10/10  14:49:43
9031         Log: Subject: [PATCH] two s/// bugfixes
9032              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9033              Date: Wed, 10 Oct 2001 17:23:44 +0200
9034              Message-Id: <20011010172344.C22440@rafael>
9035      Branch: perl
9036            ! pp_ctl.c regexec.c t/op/subst.t
9037 ____________________________________________________________________________
9038 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
9039         Log: Fix/improve handling of the [000000] special "root"
9040              directory, by putting cwd in canonical form when doing
9041              abs2rel, and prepending a 000000 to directory "chunks"
9042              if missing from base or path.  Also adjust test to
9043              reflect the (improved) output from abs2rel.
9044              From Charles Lane.
9045      Branch: perl
9046            ! lib/File/Spec.t lib/File/Spec/VMS.pm
9047 ____________________________________________________________________________
9048 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
9049         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
9050              all of the extra VMSish attributes (such as "treat this logical
9051              as a device name") that are necessary to make programs run.
9052              A tainted %ENV does not hinder VMS.  From Charles Lane.
9053      Branch: perl
9054            ! lib/File/Find/t/taint.t
9055 ____________________________________________________________________________
9056 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
9057         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
9058              
9059              o  VMS is case-insensitive, RTL downcases filenames read
9060              by perl... so need to re-upcase filenames like MANIFEST
9061              and MANIFEST.SKIP
9062              
9063              o  Need to convert VMS-style to Unix-style filenames when comparing
9064              names in MANIFEST to names in filesystem.
9065              
9066              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
9067              since VMS won't let you (easily) delete non-empty directories.
9068              
9069              From Charles Lane.
9070      Branch: perl
9071            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
9072 ____________________________________________________________________________
9073 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
9074         Log: Unix and VMS agree on "*" as a "match any number of any chars"
9075              wildcards, but differ ("?"  vs.  "%") for their "match any single
9076              char" wildcard.  This patch changes "?"  chars to "%" before doing a
9077              VMS glob...at no loss of functionality, since "?"  isn't a valid
9078              filename char on VMS.  From Charles Lane.
9079      Branch: perl
9080            ! doio.c
9081 ____________________________________________________________________________
9082 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
9083         Log: (accidentally empty submit; new life as #12390)
9084      Branch: perl
9085            ! lib/File/Find/t/taint.t
9086 ____________________________________________________________________________
9087 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
9088         Log: Even more VMS tweakage from Charles Lane:
9089              
9090              Tweak #1:  splitdir only works on directory part of filespec,
9091              split off volume first
9092              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
9093              (it's a horrible kludge in the run-time library,
9094              improved in later versions). Check the
9095              $Config{'d_setenv'} flag before attempting to set it.
9096      Branch: perl
9097            ! t/op/chdir.t
9098 ____________________________________________________________________________
9099 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
9100         Log: VMS tweakage from Charles Lane.
9101              
9102              . command.com doubles an output line when prompting for extensions
9103              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
9104              . perl5db doesn't clean up after itself
9105      Branch: perl
9106            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
9107 ____________________________________________________________________________
9108 [ 12384] By: sky                                   on 2001/10/09  19:16:11
9109         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
9110              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9111              Date: Tue, 9 Oct 2001 22:10:26 +0200
9112              Message-ID: <20011009221026.A8579@rafael>
9113      Branch: perl
9114            ! pod/perldata.pod
9115 ____________________________________________________________________________
9116 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
9117         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
9118              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9119              Date: 9 Oct 2001 15:15:06 -0000
9120              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
9121      Branch: perl
9122            ! t/op/subst.t
9123 ____________________________________________________________________________
9124 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
9125         Log: Update Changes.
9126      Branch: perl
9127            ! Changes patchlevel.h
9128 ____________________________________________________________________________
9129 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
9130         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
9131              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
9132              when a NULL is passed for the filename string pointer.
9133              From Charles Lane.
9134      Branch: perl
9135            ! vms/vms.c
9136 ____________________________________________________________________________
9137 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
9138         Log: Subject: HP systems update
9139              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9140              Date: Tue, 09 Oct 2001 15:59:22 +0200
9141              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
9142      Branch: perl
9143            ! README.hpux
9144 ____________________________________________________________________________
9145 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
9146         Log: CPAN::Nox does now have a test.
9147      Branch: perl
9148            ! t/lib/1_compile.t
9149 ____________________________________________________________________________
9150 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
9151         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
9152              From: David Dyck <dcd@tc.fluke.com>
9153              Date: Mon, 1 Oct 2001 12:17:36 -0700
9154              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
9155      Branch: perl
9156            ! installperl
9157 ____________________________________________________________________________
9158 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
9159         Log: NetWare update from Ananth Kesari.
9160      Branch: perl
9161            ! NetWare/nwperlsys.h makedef.pl
9162 ____________________________________________________________________________
9163 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
9164         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
9165              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9166              Date: Tue, 9 Oct 2001 08:40:57 EDT
9167              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
9168      Branch: perl
9169            ! lib/File/Find/t/find.t
9170 ____________________________________________________________________________
9171 [ 12374] By: ams                                   on 2001/10/09  05:31:45
9172         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
9173              ExtUtils::Mkbootstrap
9174              From: "chromatic" <chromatic@rmci.net>
9175              Date: Tue, 09 Oct 2001 00:08:37 -0600
9176              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
9177      Branch: perl
9178            + lib/ExtUtils/Mkbootstrap.t
9179            ! MANIFEST
9180 ____________________________________________________________________________
9181 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
9182         Log: Enable more debugging.
9183      Branch: perl
9184            ! lib/utf8_heavy.pl
9185 ____________________________________________________________________________
9186 [ 12372] By: ams                                   on 2001/10/09  02:11:59
9187         Log: #12370 forgot to modify is_gv_magical().
9188      Branch: perl
9189            ! gv.c
9190 ____________________________________________________________________________
9191 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
9192         Log: Make the toupper/lower/title API for Unicode not right
9193              but at least less wrong: prepare for the mapping being
9194              more than just one-character-to-one-character.
9195      Branch: perl
9196            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
9197            ! regexec.c utf8.c
9198 ____________________________________________________________________________
9199 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
9200         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
9201              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9202              Date: Mon, 8 Oct 2001 22:18:23 -0400
9203              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
9204      Branch: perl
9205            ! pod/perlvar.pod t/op/taint.t
9206 ____________________________________________________________________________
9207 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
9208         Log: FAQ sync.
9209      Branch: perl
9210            ! pod/perlfaq3.pod pod/perlfaq4.pod
9211 ____________________________________________________________________________
9212 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
9213         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
9214              From: "chromatic" <chromatic@rmci.net>
9215              Date: Mon, 08 Oct 2001 14:05:32 -0600
9216              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
9217      Branch: perl
9218            ! lib/Term/Cap.t
9219 ____________________________________________________________________________
9220 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
9221         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
9222              From: Michael G Schwern <schwern@pobox.com>
9223              Date: Mon, 8 Oct 2001 17:00:14 -0400
9224              Message-ID: <20011008170014.L17083@blackrider>
9225      Branch: perl
9226            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
9227 ____________________________________________________________________________
9228 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
9229         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
9230              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9231              Date: Mon, 8 Oct 2001 16:01:33 EDT
9232              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
9233      Branch: perl
9234            ! ext/Time/HiRes/HiRes.xs
9235 ____________________________________________________________________________
9236 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
9237         Log: Subject: [PATCH] Autosplit patch for VMS
9238              From: "Craig A. Berry" <craigberry@mac.com>
9239              Date: Mon, 08 Oct 2001 15:40:43 -0500
9240              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
9241      Branch: perl
9242            ! lib/AutoSplit.pm lib/AutoSplit.t
9243 ____________________________________________________________________________
9244 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
9245         Log: Don't assume that everybody is running OS X 10.1 yet;
9246              from Kay Röpke.
9247      Branch: perl
9248            ! hints/darwin.sh
9249 ____________________________________________________________________________
9250 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
9251         Log: Update Changes.
9252      Branch: perl
9253            ! Changes patchlevel.h
9254 ____________________________________________________________________________
9255 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
9256         Log: Retract #12358 for now.
9257      Branch: perl
9258            ! lib/Term/Cap.t
9259 ____________________________________________________________________________
9260 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
9261         Log: Can't figure out what this is testing.
9262              (If it is trying to catch SIGKILL, it should stop
9263              trying because that is by definition impossible.)
9264      Branch: perl
9265            ! lib/sigtrap.t
9266 ____________________________________________________________________________
9267 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
9268         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
9269              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9270              Date: Sun, 30 Sep 2001 21:15:13 +0200
9271              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
9272      Branch: perl
9273            ! lib/ExtUtils/MM_Win32.pm
9274 ____________________________________________________________________________
9275 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
9276         Log: Clarify the ldlibpth part and condense the overall text.
9277      Branch: perl
9278            ! t/TEST
9279 ____________________________________________________________________________
9280 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
9281         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
9282              From: "chromatic" <chromatic@rmci.net>
9283              Date: Sun, 07 Oct 2001 16:59:26 -0600
9284              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
9285      Branch: perl
9286            ! lib/Term/Cap.t
9287 ____________________________________________________________________________
9288 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
9289         Log: Update the list because fo #12265.
9290      Branch: perl
9291            ! t/lib/1_compile.t
9292 ____________________________________________________________________________
9293 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
9294         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
9295              From: Nicholas Clark <nick@ccl4.org>
9296              Date: Sun, 7 Oct 2001 20:53:33 +0100
9297              Message-ID: <20011007205333.S38756@plum.flirble.org>   
9298      Branch: perl
9299            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
9300            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9301            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
9302            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
9303            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
9304            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
9305            ! lib/Switch/t/switch.t lib/Term/Complete.t
9306            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
9307            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
9308            ! t/op/my_stash.t
9309 ____________________________________________________________________________
9310 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
9311         Log: Integrate patch #12350 from maintperl; typo in
9312              IO::Seekable doc.
9313      Branch: perl
9314           !> ext/IO/lib/IO/Seekable.pm
9315 ____________________________________________________________________________
9316 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
9317         Log: Detypo.
9318      Branch: perl
9319            ! hints/darwin.sh
9320 ____________________________________________________________________________
9321 [ 12353] By: sky                                   on 2001/10/07  17:16:14
9322         Log: Change 12349 didn't really get it right.
9323      Branch: perl
9324            ! lib/Unicode/README
9325 ____________________________________________________________________________
9326 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
9327         Log: If running the harness the dynamic library search path
9328              may need setting.
9329      Branch: perl
9330            ! t/TEST
9331 ____________________________________________________________________________
9332 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
9333         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
9334              in ldflags.
9335      Branch: perl
9336            ! hints/darwin.sh
9337 ____________________________________________________________________________
9338 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
9339         Log: typo in IO::Seekable doc
9340      Branch: maint-5.6/perl
9341            ! ext/IO/lib/IO/Seekable.pm
9342 ____________________________________________________________________________
9343 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
9344         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
9345              doesn't work on Mac OS X 10.1 (when unpacking the tar the
9346              latter gets renamed as lib/unicode:1, assumedly for security
9347              reasons not to overwrite stuff)
9348      Branch: perl
9349            + lib/Unicode/README
9350            - lib/unicode/README
9351            ! MANIFEST
9352 ____________________________________________________________________________
9353 [ 12348] By: ams                                   on 2001/10/07  05:33:40
9354         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
9355              From: "chromatic" <chromatic@rmci.net>
9356              Date: Sat, 06 Oct 2001 21:42:03 -0600
9357              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
9358      Branch: perl
9359            + lib/CPAN/t/Nox.t
9360            ! MANIFEST
9361 ____________________________________________________________________________
9362 [ 12347] By: ams                                   on 2001/10/07  00:48:10
9363         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
9364              From: "chromatic" <chromatic@rmci.net>
9365              Date: Sat, 06 Oct 2001 18:52:10 -0600
9366              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
9367      Branch: perl
9368            + lib/sigtrap.t
9369            ! MANIFEST
9370 ____________________________________________________________________________
9371 [ 12346] By: ams                                   on 2001/10/06  23:14:01
9372         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
9373              h2xs write?)
9374              From: Nicholas Clark <nick@ccl4.org>
9375              Date: Sat, 6 Oct 2001 21:46:43 +0100
9376              Message-Id: <20011006214643.L38756@plum.flirble.org>
9377      Branch: perl
9378            ! utils/h2xs.PL
9379 ____________________________________________________________________________
9380 [ 12345] By: ams                                   on 2001/10/06  17:39:53
9381         Log: Subject: [PATCH] Memoize tests
9382              From: Nicholas Clark <nick@ccl4.org>
9383              Date: Sat, 6 Oct 2001 18:04:21 +0100
9384              Message-Id: <20011006180421.J38756@plum.flirble.org>
9385      Branch: perl
9386            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
9387            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
9388            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
9389            ! lib/Memoize/t/expire_module_n.t
9390            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
9391            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
9392            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
9393            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
9394            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
9395            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
9396 ____________________________________________________________________________
9397 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
9398         Log: Retract the latter part of #12343.
9399      Branch: perl
9400            ! ext/IO/lib/IO/Socket/INET.pm
9401 ____________________________________________________________________________
9402 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
9403         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
9404              From: David Dyck <dcd@tc.fluke.com>
9405              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
9406              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
9407              
9408              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
9409              From: David Dyck <dcd@tc.fluke.com>
9410              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
9411              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
9412      Branch: perl
9413            ! ext/IO/lib/IO/Socket/INET.pm
9414 ____________________________________________________________________________
9415 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
9416         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
9417              From: Robin Barker <rmb1@cise.npl.co.uk>
9418              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
9419              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
9420      Branch: perl
9421            ! t/TEST
9422 ____________________________________________________________________________
9423 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
9424         Log: Don't assume that %x is good for displaying UVs.
9425      Branch: perl
9426            ! dump.c
9427 ____________________________________________________________________________
9428 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
9429         Log: Update Changes.
9430      Branch: perl
9431            ! Changes patchlevel.h
9432 ____________________________________________________________________________
9433 [ 12339] By: ams                                   on 2001/10/05  10:22:34
9434         Log: Subject: [PATCH] perlfunc/select
9435              From: Nicholas Clark <nick@ccl4.org>
9436              Date: Fri, 5 Oct 2001 11:33:58 +0100
9437              Message-Id: <20011005113358.Z38756@plum.flirble.org>
9438      Branch: perl
9439            ! pod/perlfunc.pod
9440 ____________________________________________________________________________
9441 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
9442         Log: Retract #12313 and #12249.
9443      Branch: perl
9444            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
9445            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
9446            ! pod/perlebcdic.pod
9447 ____________________________________________________________________________
9448 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
9449         Log: Subject: [PATCH] perlvms.pod update
9450              From: "Craig A. Berry" <craigberry@mac.com>
9451              Date: Thu, 04 Oct 2001 12:55:52 -0500
9452              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
9453      Branch: perl
9454            ! vms/perlvms.pod
9455 ____________________________________________________________________________
9456 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
9457         Log: Subject: PATCH: Tie::SubstrHash
9458              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9459              Date: Thu, 04 Oct 2001 12:12:41 +0100
9460              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
9461      Branch: perl
9462            ! lib/Tie/SubstrHash.pm
9463 ____________________________________________________________________________
9464 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
9465         Log: Unicode properties saga continues.
9466      Branch: perl
9467            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
9468            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
9469 ____________________________________________________________________________
9470 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
9471         Log: Yet more Unicode properties.
9472      Branch: perl
9473            + lib/unicore/In/137.pl lib/unicore/In/138.pl
9474            + lib/unicore/In/139.pl lib/unicore/In/140.pl
9475            + lib/unicore/In/141.pl lib/unicore/In/142.pl
9476            + lib/unicore/In/143.pl lib/unicore/In/144.pl
9477            + lib/unicore/In/145.pl lib/unicore/In/146.pl
9478            + lib/unicore/In/147.pl lib/unicore/In/148.pl
9479            + lib/unicore/In/149.pl lib/unicore/In/150.pl
9480            + lib/unicore/In/151.pl lib/unicore/In/152.pl
9481            + lib/unicore/In/153.pl lib/unicore/In/154.pl
9482            + lib/unicore/In/155.pl lib/unicore/In/156.pl
9483            + lib/unicore/In/157.pl lib/unicore/In/158.pl
9484            + lib/unicore/In/159.pl lib/unicore/In/160.pl
9485            + lib/unicore/In/161.pl lib/unicore/In/162.pl
9486            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
9487            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
9488            ! pod/perlunicode.pod
9489 ____________________________________________________________________________
9490 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
9491         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
9492              From: "Craig A. Berry" <craigberry@mac.com>
9493              Date: Wed, 03 Oct 2001 17:45:25 -0500
9494              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
9495              
9496              (the lib/Term/Complete.t patched differently by #12332)
9497      Branch: perl
9498            ! lib/ExtUtils/Command.t
9499 ____________________________________________________________________________
9500 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
9501         Log: Restore only if something to restore.
9502      Branch: perl
9503            ! lib/Term/Complete.t
9504 ____________________________________________________________________________
9505 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
9506         Log: Update various resources for credits,
9507              minor icons fixes, and versions.
9508      Branch: maint-5.6/macperl
9509            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
9510            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
9511            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
9512 ____________________________________________________________________________
9513 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
9514         Log: Quiet the warnings about using undef value
9515      Branch: maint-5.6/macperl
9516            ! lib/File/Temp.pm
9517 ____________________________________________________________________________
9518 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
9519         Log: Fix up Ballon Help and Help menu docs (first pass);
9520              remove balloon rez file, and autogenerate with
9521              Balloon2Rez instead.
9522      Branch: maint-5.6/macperl
9523            + macos/macperl/macscripts/Balloon2Rez
9524            - macos/macperl/MPBalloons.r
9525            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
9526 ____________________________________________________________________________
9527 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
9528         Log: Allow overriding of defaults, for change #12327.
9529      Branch: maint-5.6/macperl
9530            ! perl.h
9531 ____________________________________________________________________________
9532 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
9533         Log: Override PerlProc_exit.
9534      Branch: maint-5.6/macperl
9535            ! macos/macish.h
9536 ____________________________________________________________________________
9537 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
9538         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
9539      Branch: maint-5.6/macperl
9540            + macos/bundled_lib/blib/lib/MD5.pm
9541            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
9542            + macos/lib/Mac/AETE/Dialect.pm
9543            + macos/lib/Mac/AETE/Format/Converter.pm
9544            + macos/lib/Mac/AETE/Format/Dictionary.pm
9545            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
9546            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
9547            + macos/lib/Mac/Toolbox.pod
9548            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
9549 ____________________________________________________________________________
9550 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
9551         Log: Sync up silly CVS headers ... I should commit CVS
9552              first to avoid this ...
9553      Branch: maint-5.6/macperl
9554            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
9555            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
9556            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
9557            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
9558 ____________________________________________________________________________
9559 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
9560         Log: Fix Matthias' address, and attributions.
9561      Branch: maint-5.6/macperl
9562            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
9563            ! pod/perlport.pod
9564 ____________________________________________________________________________
9565 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
9566         Log: Fix Matthias' address, and attributions.
9567      Branch: maint-5.6/macperl
9568            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
9569            ! macos/ext/Mac/Components/Components.pm
9570            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
9571            ! macos/ext/Mac/Dialogs/Dialogs.pm
9572            ! macos/ext/Mac/Events/Events.pm
9573            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
9574            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
9575            ! macos/ext/Mac/Gestalt/Gestalt.pm
9576            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
9577            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
9578            ! macos/ext/Mac/Menus/Menus.pm
9579            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
9580            ! macos/ext/Mac/Movies/Movies.pm
9581            ! macos/ext/Mac/Navigation/Navigation.pm
9582            ! macos/ext/Mac/Notification/Notification.pm
9583            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
9584            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
9585            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
9586            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
9587            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
9588            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
9589            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
9590            ! macos/ext/Mac/StandardFile/StandardFile.pm
9591            ! macos/ext/Mac/TextEdit/TextEdit.pm
9592            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
9593            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
9594            ! macos/lib/Mac/LowMem.pm
9595 ____________________________________________________________________________
9596 [ 12322] By: sky                                   on 2001/10/03  18:41:07
9597         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
9598              From: "Craig A. Berry" <craigberry@mac.com>
9599              Date: Wed, 03 Oct 2001 14:30:55 -0500
9600              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
9601      Branch: perl
9602            ! vms/vms.c
9603 ____________________________________________________________________________
9604 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
9605         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
9606              From: "Craig A. Berry" <craigberry@mac.com>
9607              Date: Wed, 03 Oct 2001 14:30:55 -0500
9608              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
9609      Branch: perl
9610            ! vms/vms.c
9611 ____________________________________________________________________________
9612 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
9613         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
9614              only IsL&) and Inherited (negative lookahead good);
9615              add tests for Common, Inherited, and L&.
9616      Branch: perl
9617            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
9618 ____________________________________________________________________________
9619 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
9620         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
9621              (The Unicode standard uses L& quite often.)
9622      Branch: perl
9623            ! lib/utf8_heavy.pl
9624 ____________________________________________________________________________
9625 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
9626         Log: Add the 'Common' Unicode property (code points not
9627              explicitly assigned to any other script).
9628      Branch: perl
9629            + lib/unicore/In/136.pl
9630            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
9631 ____________________________________________________________________________
9632 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
9633         Log: Skip the RV printing test under threads until fixed.
9634      Branch: perl
9635            ! ext/B/t/terse.t
9636 ____________________________________________________________________________
9637 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
9638         Log: Subject: 12309 / cygwin / win2k
9639              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9640              Date: Wed, 03 Oct 2001 15:25:15 +0200
9641              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
9642      Branch: perl
9643            ! makedef.pl
9644 ____________________________________________________________________________
9645 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
9646         Log: Metaconfig unit change for #12314.
9647      Branch: metaconfig
9648            ! U/modified/Head.U
9649 ____________________________________________________________________________
9650 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
9651         Log: Subject: Both cygwin and djgpp on one machine
9652              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9653              Date: Wed, 03 Oct 2001 15:02:59 +0200
9654              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
9655      Branch: perl
9656            ! Configure
9657 ____________________________________________________________________________
9658 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
9659         Log: (retracted by #12338)
9660              
9661              Subject: [PATCH] Code clean up for perlboot.pod
9662              From: Casey West <casey@geeknest.com>
9663              Date: Tue, 2 Oct 2001 19:24:43 -0400
9664              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
9665              
9666              Subject: [PATCH] Code clean up for perlbot.diff
9667              From: Casey West <casey@geeknest.com>
9668              Date: Tue, 2 Oct 2001 19:25:22 -0400
9669              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
9670              
9671              Subject: [PATCH] Code clean up for perlcall.pod
9672              From: Casey West <casey@geeknest.com>
9673              Date: Tue, 2 Oct 2001 19:25:57 -0400
9674              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
9675              
9676              Subject: [PATCH] Code clean up for perldata.pod
9677              From: Casey West <casey@geeknest.com>
9678              Date: Tue, 2 Oct 2001 19:26:29 -0400
9679              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
9680              
9681              Subject: [PATCH] Code clean up for perldbmfilter.pod
9682              From: Casey West <casey@geeknest.com>
9683              Date: Tue, 2 Oct 2001 19:26:59 -0400
9684              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
9685              
9686              Subject: [PATCH] Code clean up for perlebcdic.pod
9687              From: Casey West <casey@geeknest.com>
9688              Date: Tue, 2 Oct 2001 19:27:37 -0400
9689              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
9690      Branch: perl
9691            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
9692            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
9693 ____________________________________________________________________________
9694 [ 12312] By: ams                                   on 2001/10/02  23:43:55
9695         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
9696              From: Michael G Schwern <schwern@pobox.com>
9697              Date: Tue, 2 Oct 2001 17:00:49 -0400
9698              Message-Id: <20011002170049.A9955@blackrider>
9699      Branch: perl
9700            ! lib/ExtUtils/MakeMaker.pm
9701 ____________________________________________________________________________
9702 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
9703         Log: FAQ sync.
9704      Branch: perl
9705            ! pod/perlfaq3.pod
9706 ____________________________________________________________________________
9707 [ 12310] By: nick                                  on 2001/10/02  16:09:49
9708         Log: Integrate mainline
9709      Branch: perlio
9710           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
9711           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
9712           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
9713           !> patchlevel.h t/op/pat.t
9714 ____________________________________________________________________________
9715 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
9716         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
9717              not just one single space.
9718      Branch: perl
9719            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
9720 ____________________________________________________________________________
9721 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
9722         Log: AUTHORS updates.
9723      Branch: perl
9724            ! AUTHORS
9725 ____________________________________________________________________________
9726 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
9727         Log: Update Changes.
9728      Branch: perl
9729            ! Changes patchlevel.h
9730 ____________________________________________________________________________
9731 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
9732         Log: Work around old buggy glibcs for langinfo constants,
9733              from Nicholas Clark and David Dyck.
9734      Branch: perl
9735            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
9736 ____________________________________________________________________________
9737 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
9738         Log: Eradicate Time::Piece; add an example.
9739      Branch: perl
9740            ! ext/I18N/Langinfo/Langinfo.pm
9741 ____________________________________________________________________________
9742 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
9743         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
9744              From: Robert Spier <rspier@pobox.com>
9745              Date: Mon, 1 Oct 2001 23:20:16 -0700
9746              Message-ID: <15289.23712.422087.878224@rls.cx>
9747      Branch: perl
9748            ! lib/Pod/Html.pm
9749 ____________________________________________________________________________
9750 [ 12303] By: sky                                   on 2001/10/02  10:40:57
9751         Log: Fixes obscure bug that manifests itself by.
9752              local $!=0;undef*STDOUT;#segfaults
9753              Has been around for a while. Possible other magic IO vars are
9754              possibly affected aswell. Reported by Jos Boumans.
9755      Branch: perl
9756            ! mg.c
9757 ____________________________________________________________________________
9758 [ 12302] By: nick                                  on 2001/10/02  09:00:52
9759         Log: Integrate mainline
9760      Branch: perlio
9761           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
9762           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
9763           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
9764 ____________________________________________________________________________
9765 [ 12301] By: nick                                  on 2001/10/02  08:40:57
9766         Log: Integrate mainline + lib/open.t patch from Chromatic
9767      Branch: perlio
9768           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
9769            ! lib/open.t
9770           !> (integrate 29 files)
9771 ____________________________________________________________________________
9772 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
9773         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
9774              Until it has, better stop early if someone requests threads.
9775      Branch: perl
9776            ! hints/darwin.sh
9777 ____________________________________________________________________________
9778 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
9779         Log: Subject: [ID 20011001.011] redundant code in t/TEST
9780              From: David Dyck <dcd@tc.fluke.com>
9781              Date: Mon, 1 Oct 2001 12:56:24 -0700
9782              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
9783      Branch: perl
9784            ! t/TEST
9785 ____________________________________________________________________________
9786 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
9787         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
9788              From: "chromatic" <chromatic@rmci.net>
9789              Date: Mon, 01 Oct 2001 12:27:12 -0600
9790              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
9791      Branch: perl
9792            ! lib/Term/Cap.t
9793 ____________________________________________________________________________
9794 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
9795         Log: UNICOS testing patches from Nicholas Clark.
9796      Branch: perl
9797            ! t/op/arith.t t/op/pack.t
9798 ____________________________________________________________________________
9799 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
9800         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
9801              From: "chromatic" <chromatic@rmci.net>
9802              Date: Mon, 01 Oct 2001 10:21:51 -0600
9803              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
9804      Branch: perl
9805            ! lib/open.t
9806 ____________________________________________________________________________
9807 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
9808         Log: Make missing the RADIXCHAR a softer, gentler error.
9809      Branch: perl
9810            ! ext/I18N/Langinfo/Langinfo.t
9811 ____________________________________________________________________________
9812 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
9813         Log: Nuke also the LANG because of glibc.
9814      Branch: perl
9815            ! lib/open.t
9816 ____________________________________________________________________________
9817 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
9818         Log: Also the ^Is is optional.
9819      Branch: perl
9820            ! pod/perlunicode.pod t/op/pat.t
9821 ____________________________________________________________________________
9822 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
9823         Log: Be careful to pull chars from the varargs stack when
9824              formatting chars.
9825      Branch: perl
9826            ! regcomp.c
9827 ____________________________________________________________________________
9828 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
9829         Log: sortsv not in place anymore, noticed by John P. Linderman.
9830      Branch: perl
9831            ! pod/perlapi.pod pp_ctl.c
9832 ____________________________________________________________________________
9833 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
9834         Log: Make the diagnostic messages more neutral.
9835      Branch: perl
9836            ! ext/B/t/terse.t
9837 ____________________________________________________________________________
9838 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
9839         Log: Forgotten from #12288.
9840      Branch: perl
9841            ! ext/Data/Dumper/Dumper.pm
9842 ____________________________________________________________________________
9843 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
9844         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
9845              From: Brian Ingerson <ingy@ttul.org>
9846              Date: Sun, 30 Sep 2001 21:45:56 -0700
9847              Message-ID: <20010930214556.D26392@ttul.org>
9848              
9849              (remember also the #12289)
9850      Branch: perl
9851            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
9852 ____________________________________________________________________________
9853 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
9854         Log: More Unicode property tests for the abbreviated
9855              general properties.
9856      Branch: perl
9857            ! t/op/pat.t
9858 ____________________________________________________________________________
9859 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
9860         Log: Further tweaks to the Unicode properties.
9861      Branch: perl
9862            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
9863 ____________________________________________________________________________
9864 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
9865         Log: Retract #12284.
9866      Branch: perl
9867            ! lib/Term/Cap.t
9868 ____________________________________________________________________________
9869 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
9870         Log: (Retracted by #12285)
9871      Branch: perl
9872            ! lib/Term/Cap.t
9873 ____________________________________________________________________________
9874 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
9875         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
9876              From: "chromatic" <chromatic@rmci.net>  
9877              Date: Sun, 30 Sep 2001 16:10:02 -0600
9878              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
9879      Branch: perl
9880            + lib/Term/Cap.t
9881            ! MANIFEST
9882 ____________________________________________________________________________
9883 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
9884         Log: Use stty -g to restore the terminal state, do not even
9885              try to run the tests if stty -g is not available.
9886      Branch: perl
9887            ! lib/Term/Complete.t
9888 ____________________________________________________________________________
9889 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
9890         Log: Cleanup utf8_heavy; allow dropping the In prefix from
9891              Unicode script/block properties.
9892      Branch: perl
9893            ! lib/utf8_heavy.pl
9894 ____________________________________________________________________________
9895 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
9896         Log: Retract the #12259 for now.
9897      Branch: perl
9898            ! embed.h embed.pl sv.h
9899 ____________________________________________________________________________
9900 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
9901         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
9902      Branch: perl
9903            + lib/Text/TabsWrap/CHANGELOG
9904            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
9905 ____________________________________________________________________________
9906 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
9907         Log: #12272 wasn't right, it introduced an extra ().
9908      Branch: perl
9909            ! lib/utf8_heavy.pl
9910 ____________________________________________________________________________
9911 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
9912         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
9913              From: Jonathan Stowe <gellyfish@gellyfish.com>
9914              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
9915              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
9916      Branch: perl
9917            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
9918 ____________________________________________________________________________
9919 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
9920         Log: Subject: Patch to put qsortsv in the public API
9921              From: Brian Ingerson <ingy@ttul.org>
9922              Date: Sat, 29 Sep 2001 17:41:13 -0700
9923              Message-ID: <20010929174113.A30223@ttul.org>
9924      Branch: perl
9925            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
9926 ____________________________________________________________________________
9927 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
9928         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
9929              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9930              Date: Sat, 29 Sep 2001 23:54:48 +0200
9931              Message-ID: <20010929235448.A5017@rafael>
9932      Branch: perl
9933            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
9934 ____________________________________________________________________________
9935 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
9936         Log: FAQ sync.
9937      Branch: perl
9938            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9939            ! pod/perlfaq9.pod
9940 ____________________________________________________________________________
9941 [ 12273] By: bailey                                on 2001/09/29  23:43:46
9942         Log: Resync with mainline
9943      Branch: vmsperl
9944           +> (branch 1207 files)
9945            - (delete 324 files)
9946           !> (integrate 866 files)
9947 ____________________________________________________________________________
9948 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
9949         Log: Nasty recursion trap if one would match Unicode.
9950      Branch: perl
9951            ! lib/utf8_heavy.pl
9952 ____________________________________________________________________________
9953 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
9954         Log: More Unicode todo.
9955      Branch: perl
9956            ! pod/perltodo.pod
9957 ____________________________________________________________________________
9958 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
9959         Log: Explain a bit the new more flexible \p\P syntax.
9960      Branch: perl
9961            ! pod/perlunicode.pod
9962 ____________________________________________________________________________
9963 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
9964         Log: More leniency to the \p and \P: now can have whitespace
9965              between the property definition and the curlies; now can
9966              invert the property by having a caret between the open
9967              curly and the property.
9968      Branch: perl
9969            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
9970 ____________________________________________________________________________
9971 [ 12268] By: nick                                  on 2001/09/29  17:39:26
9972         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
9973              one test (lib/open.t) fails
9974      Branch: perlio
9975           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
9976           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
9977           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
9978           +> lib/Tie/Scalar.t lib/open.t
9979            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
9980            - ext/B/Stash.t
9981           !> (integrate 62 files)
9982 ____________________________________________________________________________
9983 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
9984         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
9985      Branch: perl
9986            ! t/op/chdir.t
9987 ____________________________________________________________________________
9988 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
9989         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
9990              From: "Craig A. Berry" <craigberry@mac.com> 
9991              Date: Sat, 29 Sep 2001 09:35:33 -0500
9992              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
9993      Branch: perl
9994            ! t/op/chdir.t
9995 ____________________________________________________________________________
9996 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
9997         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
9998              From: "chromatic" <chromatic@rmci.net>
9999              Date: Fri, 28 Sep 2001 21:20:12 -0600
10000              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
10001      Branch: perl
10002            + lib/Tie/Scalar.t
10003            ! MANIFEST lib/Tie/Scalar.pm
10004 ____________________________________________________________________________
10005 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
10006         Log: Allow for more flexibility in the \p{In...} names, now
10007              case doesn't matter, and any space or dash can be
10008              matched by any space, dash, underbar, or empty.
10009              (may be going too far on leniency)
10010      Branch: perl
10011            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
10012            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
10013            ! t/op/pat.t
10014 ____________________________________________________________________________
10015 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
10016         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
10017              From: "chromatic" <chromatic@rmci.net>
10018              Date: Fri, 28 Sep 2001 17:39:50 -0600
10019              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
10020      Branch: perl
10021            + lib/open.t
10022            ! MANIFEST
10023 ____________________________________________________________________________
10024 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
10025         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
10026              From: "Craig A. Berry" <craigberry@mac.com>
10027              Date: Fri, 28 Sep 2001 16:24:51 -0500
10028              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
10029      Branch: perl
10030            ! ext/File/Glob/t/basic.t
10031 ____________________________________________________________________________
10032 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
10033         Log: Subject: [DOC PATCH] Carp.pm pod typo
10034              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10035              Date: Fri, 28 Sep 2001 23:14:51 +0200
10036              Message-ID: <20010928231451.E16889@rafael>
10037      Branch: perl
10038            ! lib/Carp.pm
10039 ____________________________________________________________________________
10040 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
10041         Log: Subject: [PATCH] Allow an @INC hook to set %INC
10042              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10043              Date: Fri, 28 Sep 2001 22:18:13 +0200
10044              Message-ID: <20010928221813.A16889@rafael>
10045      Branch: perl
10046            ! pp_ctl.c
10047 ____________________________________________________________________________
10048 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
10049         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
10050              From: Nicholas Clark <nick@ccl4.org>
10051              Date: Fri, 28 Sep 2001 23:39:33 +0100
10052              Message-ID: <20010928233933.C23673@plum.flirble.org>
10053      Branch: perl
10054            ! embed.h embed.pl sv.h
10055 ____________________________________________________________________________
10056 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
10057         Log: Update Changes.
10058      Branch: perl
10059            ! Changes patchlevel.h
10060 ____________________________________________________________________________
10061 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
10062         Log: Move the B tests to B/t.
10063      Branch: perl
10064            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
10065            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
10066            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
10067            - ext/B/Showlex.t ext/B/Stash.t
10068            ! MANIFEST
10069 ____________________________________________________________________________
10070 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
10071         Log: Forgot from #12254.
10072      Branch: perl
10073            + ext/B/B/Terse.t
10074 ____________________________________________________________________________
10075 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
10076         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
10077              From: "chromatic" <chromatic@rmci.net>
10078              Date: Thu, 27 Sep 2001 23:22:17 -0600
10079              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
10080      Branch: perl
10081            ! MANIFEST
10082 ____________________________________________________________________________
10083 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
10084         Log: Test numbering mismatch.
10085      Branch: perl
10086            ! t/op/chdir.t
10087 ____________________________________________________________________________
10088 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
10089         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
10090              From: "Craig A. Berry" <craigberry@mac.com>
10091              Date: Wed, 26 Sep 2001 17:43:14 -0500
10092              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
10093      Branch: perl
10094            ! iperlsys.h t/op/chdir.t
10095 ____________________________________________________________________________
10096 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
10097         Log: Subject: [PATCH gv.c] make __ANON__ global
10098              From: Robin Barker <rmb1@cise.npl.co.uk>
10099              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
10100              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
10101      Branch: perl
10102            ! gv.c t/op/anonsub.t t/op/runlevel.t
10103 ____________________________________________________________________________
10104 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
10105         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
10106              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10107              Date: Thu, 27 Sep 2001 22:34:32 +0200
10108              Message-ID: <20010927223432.A1485@rafael>
10109      Branch: perl
10110            ! ext/B/B/Terse.pm
10111 ____________________________________________________________________________
10112 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
10113         Log: (retracted by #12338)
10114              
10115              Subject: [PATCH] Cleanup of perldsc.pod      
10116              From: Casey West <casey@geeknest.com>
10117              Date: Thu, 27 Sep 2001 11:13:17 -0400
10118              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
10119      Branch: perl
10120            ! pod/perldsc.pod
10121 ____________________________________________________________________________
10122 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
10123         Log: Not everyone is using ithreads...
10124      Branch: perl
10125            ! ext/Devel/Peek/Peek.t
10126 ____________________________________________________________________________
10127 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
10128         Log: Document the nss_delete core dump workaround for HP-UX
10129              and Solaris, bug IDs 20010805.018 and 20010629.004.
10130      Branch: perl
10131            ! README.hpux README.solaris
10132 ____________________________________________________________________________
10133 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
10134         Log: Dump Unicode hash keys also as Unicode,
10135              not just as a byte string.
10136      Branch: perl
10137            ! dump.c ext/Devel/Peek/Peek.t
10138 ____________________________________________________________________________
10139 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
10140         Log: Integrate changes #12241 and #12242 from macperl:
10141              
10142              Remove unneeded disabling of umask() calls
10143              
10144              Note (get|set)sockopt are available.
10145      Branch: perl
10146           !> lib/File/Temp.pm pod/perlport.pod
10147 ____________________________________________________________________________
10148 [ 12244] By: sky                                   on 2001/09/27  08:53:00
10149         Log: Flush buffers on thread closedown.
10150      Branch: perl
10151            ! ext/threads/threads.xs
10152 ____________________________________________________________________________
10153 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
10154         Log: Dump SvUTF8(sv)s also as \x{...}.
10155              
10156              TODO: dump the SvUTF8() hash keys similarly. 
10157      Branch: perl
10158            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
10159 ____________________________________________________________________________
10160 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
10161         Log: Note (get|set)sockopt are available.
10162      Branch: maint-5.6/macperl
10163            ! pod/perlport.pod
10164 ____________________________________________________________________________
10165 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
10166         Log: Remove unneeded disabling of umask() calls
10167      Branch: maint-5.6/macperl
10168            ! lib/File/Temp.pm
10169 ____________________________________________________________________________
10170 [ 12240] By: sky                                   on 2001/09/26  18:44:56
10171         Log: Documention update
10172      Branch: perl
10173            ! ext/threads/threads.pm
10174 ____________________________________________________________________________
10175 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
10176         Log: Update Changes.
10177      Branch: perl
10178            ! Changes patchlevel.h
10179 ____________________________________________________________________________
10180 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
10181         Log: Check that all environment variables are tainted.
10182      Branch: perl
10183            ! t/op/taint.t
10184 ____________________________________________________________________________
10185 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
10186         Log: Manual integration error in #12235.
10187      Branch: perl
10188            ! lib/File/DosGlob.t
10189 ____________________________________________________________________________
10190 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
10191         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
10192              From: "chromatic" <chromatic@rmci.net>
10193              Date: Tue, 25 Sep 2001 23:57:07 -0600
10194              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
10195      Branch: perl
10196            ! perlio.c
10197 ____________________________________________________________________________
10198 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
10199         Log: Integrate macperl changes from Chris Nandor:
10200              12192 11817 11815 11813 11778 11775
10201              
10202              Update CPAN.pm to work with new Mac::BuildTools instead
10203              of ExtUtils::MM_MacOS "orphan" functions
10204              
10205              Fix test
10206              
10207              Make syntax check report in MPW style, fix tests
10208              to use Mac::err=unix to get normal-style error
10209              messages.
10210              
10211              More module and test ports from Thomas Wegner et al
10212              
10213              Fix open of /dev/null for Mac OS
10214              
10215              Allow for platforms to override formatting of errors
10216              on output from Matthias Neeracher (core files)
10217      Branch: perl
10218            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
10219            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
10220            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
10221           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
10222           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
10223           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
10224 ____________________________________________________________________________
10225 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
10226         Log: grrr.
10227      Branch: perl
10228            ! t/op/gv.t
10229 ____________________________________________________________________________
10230 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
10231         Log: Retract #12232.
10232      Branch: perl
10233            ! t/op/gv.t
10234 ____________________________________________________________________________
10235 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
10236         Log: (Retracted by #12233.)
10237      Branch: perl
10238            ! t/op/gv.t
10239 ____________________________________________________________________________
10240 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
10241         Log: Detypo.
10242      Branch: perl
10243            ! ext/Encode/Makefile.PL
10244 ____________________________________________________________________________
10245 [ 12230] By: sky                                   on 2001/09/26  11:36:23
10246         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
10247              We are using a "delay" here because we do not want to depend on thread synchronization issues.
10248      Branch: perl
10249            + ext/threads/t/stress_cv.t
10250            ! MANIFEST ext/threads/t/stress_string.t
10251 ____________________________________________________________________________
10252 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
10253         Log: NetWare tweak from Ananth Kesari.
10254      Branch: perl
10255            ! NetWare/t/Readme.txt
10256 ____________________________________________________________________________
10257 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
10258         Log: Trick to fool case-blind filesystems.
10259      Branch: perl
10260            ! ext/Encode/Makefile.PL
10261 ____________________________________________________________________________
10262 [ 12227] By: sky                                   on 2001/09/26  11:06:50
10263         Log: Threads can start executing in a different order than they were
10264              created.... so we cannot ok() inside the threadstarter.
10265      Branch: perl
10266            ! ext/threads/t/stress_string.t
10267 ____________________________________________________________________________
10268 [ 12226] By: sky                                   on 2001/09/26  07:41:45
10269         Log: Add in stress_string.t to stress test threads a bit more.
10270      Branch: perl
10271            + ext/threads/t/stress_string.t
10272            ! MANIFEST
10273 ____________________________________________________________________________
10274 [ 12225] By: sky                                   on 2001/09/26  07:04:21
10275         Log: Fix negative refcount introduced by #12223.
10276      Branch: perl
10277            ! ext/threads/threads.xs
10278 ____________________________________________________________________________
10279 [ 12224] By: sky                                   on 2001/09/26  06:57:58
10280         Log: Update documentation to match change #12223
10281      Branch: perl
10282            ! sharedsv.c
10283 ____________________________________________________________________________
10284 [ 12223] By: sky                                   on 2001/09/26  06:54:32
10285         Log: Use a separate interpreter for the sharedsv space. Another
10286              negative sv leak. Sigh.
10287      Branch: perl
10288            ! sharedsv.c
10289 ____________________________________________________________________________
10290 [ 12222] By: sky                                   on 2001/09/26  05:58:35
10291         Log: Do the environ assignment in perl_contruct to match perl_destruct.
10292              Now we don't need to perl_parse/perl_run. However environ is a
10293              global....
10294      Branch: perl
10295            ! perl.c
10296 ____________________________________________________________________________
10297 [ 12221] By: sky                                   on 2001/09/26  05:41:02
10298         Log: Move the creation of PL_strtab to perl_construct so we can work
10299              with HV and HEs without running perl_parse.
10300      Branch: perl
10301            ! perl.c
10302 ____________________________________________________________________________
10303 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
10304         Log: integrate macperl changes into maint-5.6
10305      Branch: maint-5.6/perl
10306           !> (integrate 26 files)
10307 ____________________________________________________________________________
10308 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
10309         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
10310              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
10311      Branch: maint-5.6/macperl
10312            ! macos/ext/Mac/Fonts/Fonts.xs
10313            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
10314 ____________________________________________________________________________
10315 [ 12218] By: ams                                   on 2001/09/25  23:31:33
10316         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
10317              From: Nicholas Clark <nick@ccl4.org>
10318              Date: Wed, 26 Sep 2001 01:20:20 +0100
10319              Message-Id: <20010926012020.B48092@plum.flirble.org>
10320      Branch: perl
10321            ! lib/AutoSplit.t
10322 ____________________________________________________________________________
10323 [ 12217] By: ams                                   on 2001/09/25  22:33:05
10324         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
10325              From: "Craig A. Berry" <craigberry@mac.com>
10326              Date: Tue, 25 Sep 2001 18:08:42 -0500
10327              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
10328      Branch: perl
10329            ! vms/vms.c
10330 ____________________________________________________________________________
10331 [ 12216] By: ams                                   on 2001/09/25  21:41:01
10332         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
10333              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
10334              From: Michael G Schwern <schwern@pobox.com>
10335              Date: Wed, 26 Sep 2001 00:38:21 -0400
10336              Message-Id: <20010926003821.A627@blackrider>
10337      Branch: perl
10338            ! lib/AutoSplit.t
10339 ____________________________________________________________________________
10340 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
10341         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
10342              From: Michael G Schwern <schwern@pobox.com>
10343              Date: Tue, 25 Sep 2001 17:43:49 -0400
10344              Message-ID: <20010925174349.B19534@blackrider>
10345      Branch: perl
10346            ! lib/Test/Simple.pm lib/Test/Utils.pm
10347 ____________________________________________________________________________
10348 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
10349         Log: Integrate changes from bleadperl.
10350      Branch: maint-5.6/macperl
10351           !> pod/perlport.pod
10352 ____________________________________________________________________________
10353 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
10354         Log: skip($mess) should result in one skip.
10355      Branch: perl
10356            ! t/test.pl
10357 ____________________________________________________________________________
10358 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
10359         Log: Integrate change #12200 from maintperl.
10360      Branch: maint-5.6/macperl
10361           !> win32/perlhost.h
10362 ____________________________________________________________________________
10363 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
10364         Log: Fix file types to "apple"
10365      Branch: maint-5.6/macperl
10366            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
10367            ! macos/ext/Mac/SAT/t/Collision.rsrc
10368 ____________________________________________________________________________
10369 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
10370         Log: Fix rsrc file as snd file; fix path in t file.
10371      Branch: maint-5.6/macperl
10372            ! macos/ext/Mac/Notification/t/Notification.rsrc
10373            ! macos/ext/Mac/Notification/t/Notification.t
10374 ____________________________________________________________________________
10375 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
10376         Log: Sync up with File::Find from bleadperl.
10377      Branch: maint-5.6/macperl
10378            ! lib/File/Find.pm t/lib/filefind-taint.t
10379 ____________________________________________________________________________
10380 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
10381         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
10382              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
10383              of hundreds)
10384      Branch: maint-5.6/macperl
10385            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
10386            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
10387            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
10388 ____________________________________________________________________________
10389 [ 12207] By: nick                                  on 2001/09/25  19:04:36
10390         Log: Integrate mainline (untested while modem is up)
10391      Branch: perlio
10392           +> lib/AutoSplit.t t/test.pl
10393            - lib/warnings/register.t
10394           !> (integrate 28 files)
10395 ____________________________________________________________________________
10396 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
10397         Log: perldiag entry for #12205.
10398      Branch: perl
10399            ! pod/perldiag.pod
10400 ____________________________________________________________________________
10401 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
10402         Log: Subject: [PATCH] warning on v-string in use/require
10403              From: John Peacock <jpeacock@rowman.com>
10404              Date: Mon, 24 Sep 2001 17:29:03 -0400
10405              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
10406      Branch: perl
10407            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
10408 ____________________________________________________________________________
10409 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
10410         Log: perltooc et al updates.
10411      Branch: perl
10412            ! plan9/mkfile pod/roffitall
10413 ____________________________________________________________________________
10414 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
10415         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
10416              From: Michael G Schwern <schwern@pobox.com>
10417              Date: Sun, 23 Sep 2001 00:07:12 -0400
10418              Message-ID: <20010923000712.A7005@blackrider>
10419      Branch: perl
10420            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
10421 ____________________________________________________________________________
10422 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
10423         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
10424              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10425              Date: Wed, 26 Sep 2001 01:25:10 +0900
10426              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
10427      Branch: perl
10428            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
10429            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
10430            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
10431 ____________________________________________________________________________
10432 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
10433         Log: Integrate change #12200 from maintperl;
10434              on windows, virtualized environment could propagate deleted variables
10435              into children if they happen to be at the very end of the table
10436      Branch: perl
10437           !> win32/perlhost.h
10438 ____________________________________________________________________________
10439 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
10440         Log: on windows, virtualized environment could propagate deleted variables
10441              into children if they happen to be at the very end of the table
10442              (thanks for succinct test case from Johan Holmberg, and fix from
10443              Doug Lankshear)
10444      Branch: maint-5.6/perl
10445            ! win32/perlhost.h
10446 ____________________________________________________________________________
10447 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
10448         Log: avoid the use of ftime() (it does a useless, potentially
10449              expensive call to GetTimeZoneInformation()); this potentially
10450              also results in three more digits of precision from
10451              Time::HiRes::time()
10452      Branch: perl
10453            ! ext/Time/HiRes/HiRes.xs
10454 ____________________________________________________________________________
10455 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
10456         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
10457              
10458              Note: io/binmode is failing, have to figure out why.
10459      Branch: perl
10460            + t/test.pl
10461            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
10462            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
10463            ! t/run/exit.t
10464 ____________________________________________________________________________
10465 [ 12197] By: ams                                   on 2001/09/25  13:48:55
10466         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
10467              From: Nicholas Clark <nick@ccl4.org>
10468              Date: Tue, 25 Sep 2001 00:37:40 +0100
10469              Message-Id: <20010925003740.S4971@plum.flirble.org>
10470              (Further changes expected.)
10471      Branch: perl
10472            + lib/AutoSplit.t
10473            ! MANIFEST
10474 ____________________________________________________________________________
10475 [ 12196] By: sky                                   on 2001/09/25  13:37:12
10476         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
10477              _ftime to try and be more robust.
10478      Branch: perl
10479            ! ext/Time/HiRes/HiRes.xs
10480 ____________________________________________________________________________
10481 [ 12194] By: ams                                   on 2001/09/25  11:40:00
10482         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
10483              From: "Craig A. Berry" <craigberry@mac.com>
10484              Date: Mon, 24 Sep 2001 17:54:20 -0500
10485              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
10486      Branch: perl
10487            ! vms/descrip_mms.template
10488 ____________________________________________________________________________
10489 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
10490         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
10491              not working, cursor not spinning (Bug #422129); external
10492              editor problems (Bug #456329); escape/cmd-. not activating
10493              "Cancel" in Save dialog box (Bug #446960); Runtimes not
10494              executing on launch (Bug #464441).
10495      Branch: maint-5.6/macperl
10496            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
10497            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
10498            ! macos/macperl/MacPerl.r
10499 ____________________________________________________________________________
10500 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
10501         Log: Update CPAN.pm to work with new Mac::BuildTools instead
10502              of ExtUtils::MM_MacOS "orphan" functions
10503      Branch: maint-5.6/macperl
10504            ! lib/CPAN.pm
10505 ____________________________________________________________________________
10506 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
10507         Log: Fix up another xsubpp problem (Matthias Neeracher)
10508      Branch: maint-5.6/macperl
10509            ! macos/xsubpp
10510 ____________________________________________________________________________
10511 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
10512         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
10513      Branch: maint-5.6/macperl
10514            ! macos/lib/ExtUtils/MM_MacOS.pm
10515 ____________________________________________________________________________
10516 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
10517         Log: Fix up Makefiles for more Mac:: modules (and prepare for
10518              static build ...?)
10519      Branch: maint-5.6/macperl
10520            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
10521            ! macos/macperl/Makefile.mk
10522 ____________________________________________________________________________
10523 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
10524         Log: Fix up tests
10525      Branch: maint-5.6/macperl
10526            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
10527 ____________________________________________________________________________
10528 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
10529         Log: Make malloc smarter, fix bugs.  (Bug #404030)
10530      Branch: maint-5.6/macperl
10531            ! macos/icemalloc.c macos/icemalloc.h
10532 ____________________________________________________________________________
10533 [ 12186] By: nick                                  on 2001/09/24  19:18:17
10534         Log: Integrate mainline
10535      Branch: perlio
10536           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
10537           +> lib/filetest.t
10538           !> (integrate 30 files)
10539 ____________________________________________________________________________
10540 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
10541         Log: Retract #12136, the warnings::register is already
10542              tested by t/lib/warnings/9enabled, as pointed out
10543              by Paul Marquess.
10544      Branch: perl
10545            - lib/warnings/register.t
10546            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
10547 ____________________________________________________________________________
10548 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
10549         Log: fix Time::HiRes implementation of gettimeofday() on windows
10550              (HiRes.t#14 now passes)
10551      Branch: perl
10552            ! ext/Time/HiRes/HiRes.xs
10553 ____________________________________________________________________________
10554 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
10555         Log: File::Spec::catfile() canonifies everything to blackslashes on
10556              windows :-(
10557      Branch: perl
10558            ! lib/ExtUtils/Manifest.t
10559 ____________________________________________________________________________
10560 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
10561         Log: test number mismatch
10562      Branch: perl
10563            ! t/op/magic.t
10564 ____________________________________________________________________________
10565 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
10566         Log: ok().
10567      Branch: perl
10568            ! t/op/pack.t
10569 ____________________________________________________________________________
10570 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
10571         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
10572              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10573      Branch: perl
10574            ! pp_pack.c t/op/pack.t
10575 ____________________________________________________________________________
10576 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
10577         Log: Update Changes.
10578      Branch: perl
10579            ! Changes patchlevel.h
10580 ____________________________________________________________________________
10581 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
10582         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
10583              From: Michael G Schwern <schwern@pobox.com>
10584              Date: Mon, 24 Sep 2001 11:12:13 -0400
10585              Message-ID: <20010924111213.G27885@blackrider>
10586      Branch: perl
10587            ! lib/ExtUtils/Manifest.pm
10588 ____________________________________________________________________________
10589 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
10590         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
10591              From: Michael G Schwern <schwern@pobox.com> 
10592              Date: Mon, 24 Sep 2001 11:02:07 -0400
10593              Message-ID: <20010924110207.E27885@blackrider>
10594      Branch: perl
10595            ! vms/test.com
10596 ____________________________________________________________________________
10597 [ 12176] By: ams                                   on 2001/09/24  14:01:59
10598         Log: Update Changes.
10599      Branch: perl
10600            ! Changes
10601 ____________________________________________________________________________
10602 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
10603         Log: Various cleanups.
10604      Branch: perl
10605            ! ext/threads/Makefile.PL ext/threads/threads.xs
10606 ____________________________________________________________________________
10607 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
10608         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
10609      Branch: maint-5.6/macperl
10610           !> (integrate 33 files)
10611 ____________________________________________________________________________
10612 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
10613         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
10614              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10615              Date: Mon, 24 Sep 2001 20:04:58 +0900
10616              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
10617      Branch: perl
10618            ! ext/Encode/Encode/gb2312.enc
10619 ____________________________________________________________________________
10620 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
10621         Log: Clarifying comment to #12164.
10622      Branch: perl
10623            ! lib/Cwd.pm
10624 ____________________________________________________________________________
10625 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
10626         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
10627              From: Nicholas Clark <nick@ccl4.org>
10628              Date: Sun, 23 Sep 2001 23:00:56 +0100
10629              Message-ID: <20010923230055.Y4971@plum.flirble.org>
10630              
10631              (with "sample_constants" changed to "fallback")
10632      Branch: perl
10633            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
10634            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
10635            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
10636            ! lib/h2xs.t utils/h2xs.PL
10637 ____________________________________________________________________________
10638 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
10639         Log: Metaconfig unit change for #12167.
10640      Branch: metaconfig
10641            ! U/modified/Cppsym.U
10642 ____________________________________________________________________________
10643 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
10644         Log: Add a few glibc cpp symbols to probe for.
10645      Branch: perl
10646            ! Configure
10647 ____________________________________________________________________________
10648 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
10649         Log: DJGPP tweaks for Laszlo Molnar.
10650      Branch: perl
10651            ! djgpp/djgppsed.sh dosish.h
10652 ____________________________________________________________________________
10653 [ 12165] By: ams                                   on 2001/09/24  10:07:08
10654         Log: Subject: [PATCH t/op/inccode.t] More tests
10655              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10656              Date: 24 Sep 2001 10:01:44 -0000
10657              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
10658      Branch: perl
10659            ! t/op/inccode.t
10660 ____________________________________________________________________________
10661 [ 12164] By: ams                                   on 2001/09/24  09:43:29
10662         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
10663              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
10664              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
10665              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
10666      Branch: perl
10667            ! lib/Cwd.pm
10668 ____________________________________________________________________________
10669 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
10670         Log: 1_compile updates.
10671      Branch: perl
10672            ! t/lib/1_compile.t
10673 ____________________________________________________________________________
10674 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
10675         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
10676              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10677              Date: Wed, 19 Sep 2001 22:47:14 +0200
10678              Message-ID: <20010919224714.A6382@rafael>
10679      Branch: perl
10680            ! pod/perlvar.pod pp_ctl.c
10681 ____________________________________________________________________________
10682 [ 12161] By: ams                                   on 2001/09/23  17:40:02
10683         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
10684              filetest Pragma
10685              From: "chromatic" <chromatic@rmci.net>
10686              Date: Sun, 23 Sep 2001 12:07:25 -0600
10687              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
10688      Branch: perl
10689            + lib/filetest.t
10690            ! MANIFEST t/lib/1_compile.t
10691 ____________________________________________________________________________
10692 [ 12160] By: ams                                   on 2001/09/23  16:32:11
10693         Log: Additional minor chdir() tweak.
10694      Branch: perl
10695            ! pod/perlfunc.pod
10696 ____________________________________________________________________________
10697 [ 12159] By: ams                                   on 2001/09/23  16:25:01
10698         Log: Subject: PATCH lib/ExtUtils/Command.t
10699              From: Abe Timmerman <abe@ztreet.demon.nl>
10700              Date: Sun, 23 Sep 2001 19:11:44 +0200
10701              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
10702      Branch: perl
10703            ! lib/ExtUtils/Command.t
10704 ____________________________________________________________________________
10705 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
10706         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
10707              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10708              Date: Sun, 23 Sep 2001 02:02:26 +0200
10709              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
10710      Branch: perl
10711            ! makedef.pl
10712 ____________________________________________________________________________
10713 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
10714         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
10715              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
10716              Date: Sat, 22 Sep 2001 12:54:39 -0500
10717              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
10718      Branch: perl
10719            ! t/op/study.t
10720 ____________________________________________________________________________
10721 [ 12156] By: nick                                  on 2001/09/23  07:48:44
10722         Log: Integrate mainline
10723      Branch: perlio
10724            - check83.pl
10725           !> ext/Encode/Encode/2022-cn.enc
10726 ____________________________________________________________________________
10727 [ 12155] By: nick                                  on 2001/09/23  07:48:01
10728         Log: Integrate mainline
10729      Branch: perlio
10730           +> (branch 64 files)
10731            - ext/Encode/Encode/cns11643-1.enc
10732            - ext/Encode/Encode/cns11643-2.enc
10733            - ext/Encode/Encode/iso2022-cn.enc
10734            - ext/Encode/Encode/iso2022-jp.enc
10735            - ext/Encode/Encode/iso2022-jp1.enc
10736            - ext/Encode/Encode/iso2022-jp2.enc
10737            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
10738            - ext/Encode/Encode/iso8859-1.enc
10739            - ext/Encode/Encode/iso8859-1.ucm
10740            - ext/Encode/Encode/iso8859-10.enc
10741            - ext/Encode/Encode/iso8859-10.ucm
10742            - ext/Encode/Encode/iso8859-13.enc
10743            - ext/Encode/Encode/iso8859-13.ucm
10744            - ext/Encode/Encode/iso8859-14.enc
10745            - ext/Encode/Encode/iso8859-14.ucm
10746            - ext/Encode/Encode/iso8859-15.enc
10747            - ext/Encode/Encode/iso8859-15.ucm
10748            - ext/Encode/Encode/iso8859-16.enc
10749            - ext/Encode/Encode/iso8859-16.ucm
10750            - ext/Encode/Encode/iso8859-2.enc
10751            - ext/Encode/Encode/iso8859-2.ucm
10752            - ext/Encode/Encode/iso8859-3.enc
10753            - ext/Encode/Encode/iso8859-3.ucm
10754            - ext/Encode/Encode/iso8859-4.enc
10755            - ext/Encode/Encode/iso8859-4.ucm
10756            - ext/Encode/Encode/iso8859-5.enc
10757            - ext/Encode/Encode/iso8859-5.ucm
10758            - ext/Encode/Encode/iso8859-6.enc
10759            - ext/Encode/Encode/iso8859-6.ucm
10760            - ext/Encode/Encode/iso8859-7.enc
10761            - ext/Encode/Encode/iso8859-7.ucm
10762            - ext/Encode/Encode/iso8859-8.enc
10763            - ext/Encode/Encode/iso8859-8.ucm
10764            - ext/Encode/Encode/iso8859-9.enc
10765            - ext/Encode/Encode/iso8859-9.ucm
10766            - ext/Encode/Encode/isoir-197.enc
10767            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
10768            - t/lib/sample-tests/header_at_end
10769            - t/lib/sample-tests/header_at_end_fail
10770           !> (integrate 174 files)
10771 ____________________________________________________________________________
10772 [ 12154] By: ams                                   on 2001/09/23  07:11:46
10773         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
10774              by Blair Zajac.
10775      Branch: perl
10776            ! pod/perlfunc.pod
10777 ____________________________________________________________________________
10778 [ 12153] By: ams                                   on 2001/09/23  06:56:32
10779         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
10780              Forgotten deprecation of *glob{FILEHANDLE}?
10781              From: "chromatic" <chromatic@rmci.net>
10782              Date: Sat, 22 Sep 2001 21:27:56 -0600
10783              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
10784      Branch: perl
10785            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
10786 ____________________________________________________________________________
10787 [ 12152] By: ams                                   on 2001/09/23  06:42:58
10788         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
10789              From: Michael G Schwern <schwern@pobox.com>
10790              Date: Sun, 23 Sep 2001 03:34:39 -0400
10791              Message-Id: <20010923033439.E7005@blackrider>
10792      Branch: perl
10793            ! lib/File/Find.pm
10794 ____________________________________________________________________________
10795 [ 12151] By: ams                                   on 2001/09/23  06:37:57
10796         Log: Subject: Re: t/op/magic.t missing tests on Win32
10797              From: Michael G Schwern <schwern@pobox.com>
10798              Date: Sat, 22 Sep 2001 20:29:09 -0400
10799              Message-Id: <20010922202909.I18223@blackrider>
10800      Branch: perl
10801            ! t/op/magic.t
10802 ____________________________________________________________________________
10803 [ 12150] By: ams                                   on 2001/09/23  06:36:26
10804         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
10805              Dumpvalue.pm
10806              From: "chromatic" <chromatic@rmci.net>
10807              Date: Sat, 22 Sep 2001 19:41:31 -0600
10808              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
10809      Branch: perl
10810            + lib/Dumpvalue.t
10811            ! MANIFEST lib/Dumpvalue.pm
10812 ____________________________________________________________________________
10813 [ 12149] By: ams                                   on 2001/09/23  06:25:35
10814         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
10815              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10816              Date: Sun, 23 Sep 2001 15:27:56 +0900
10817              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
10818      Branch: perl
10819            ! ext/Encode/Encode/2022-cn.enc
10820 ____________________________________________________________________________
10821 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
10822         Log: Manual eror in #12147.
10823      Branch: perl
10824            ! win32/win32.c
10825 ____________________________________________________________________________
10826 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
10827         Log: Integrate change #12146 from maintperl;
10828              win32_chdir() et al don't handle a NULL argument gracefully
10829      Branch: perl
10830           !> win32/perlhost.h win32/win32.c
10831 ____________________________________________________________________________
10832 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
10833         Log: win32_chdir() et al don't handle a NULL argument gracefully
10834      Branch: maint-5.6/perl
10835            ! win32/perlhost.h win32/win32.c
10836 ____________________________________________________________________________
10837 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
10838         Log: typo in change#12026
10839      Branch: maint-5.6/perl
10840            ! op.c
10841 ____________________________________________________________________________
10842 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
10843         Log: Subject: [PATCH] Re: scalar context unpack bugs
10844              From: Nicholas Clark <nick@ccl4.org>
10845              Date: Sat, 22 Sep 2001 23:07:56 +0100
10846              Message-ID: <20010922230755.O4971@plum.flirble.org>
10847      Branch: perl
10848            ! pp_pack.c t/op/pack.t
10849 ____________________________________________________________________________
10850 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
10851         Log: Try ExtUtils::Command.t everywhere, not just on Win32
10852              (as suggested by NI-S).  Also allow running it either
10853              in t/ or in the main directory.
10854      Branch: perl
10855            ! lib/ExtUtils/Command.t
10856 ____________________________________________________________________________
10857 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
10858         Log: Update the test on warnings/register.t.
10859      Branch: perl
10860            ! t/lib/1_compile.t
10861 ____________________________________________________________________________
10862 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
10863         Log: The code is now almost tidy enough to keep the IRIX cc happy.
10864      Branch: perl
10865            ! hints/irix_6.sh
10866 ____________________________________________________________________________
10867 [ 12140] By: ams                                   on 2001/09/22  17:26:32
10868         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
10869              use_ithreads
10870              From: "Craig A. Berry" <craigberry@mac.com>
10871              Date: Sat, 22 Sep 2001 13:15:32 -0500
10872              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
10873      Branch: perl
10874            ! configure.com
10875 ____________________________________________________________________________
10876 [ 12139] By: ams                                   on 2001/09/22  16:44:08
10877         Log: Do what perl_clone() does for sharedsv functions.
10878      Branch: perl
10879            ! embed.pl proto.h
10880 ____________________________________________________________________________
10881 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
10882         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
10883              (suggested by Sarathy, extensions shouldn't be dabbling with
10884              op structures, so binary backward compatibility should not be
10885              an issue.)
10886      Branch: perl
10887            ! hints/irix_6.sh op.h
10888 ____________________________________________________________________________
10889 [ 12137] By: ams                                   on 2001/09/22  16:21:05
10890         Log: More cleanups. (What's PERL_DECL_PROT?)
10891      Branch: perl
10892            ! embed.pl proto.h sharedsv.h
10893 ____________________________________________________________________________
10894 [ 12136] By: ams                                   on 2001/09/22  15:14:34
10895         Log: (Retracted by #12185)
10896              
10897              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
10898              Add Tests for warnings::register, Doc Update
10899              From: "chromatic" <chromatic@rmci.net>
10900              Date: Sat, 22 Sep 2001 09:43:20 -0600
10901              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
10902      Branch: perl
10903            + lib/warnings/register.t
10904            ! MANIFEST lib/warnings/register.pm
10905 ____________________________________________________________________________
10906 [ 12135] By: ams                                   on 2001/09/22  15:07:50
10907         Log: `@foo' should be @foo for consistency.
10908      Branch: perl
10909            ! pod/perldiag.pod
10910 ____________________________________________________________________________
10911 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
10912         Log: (Retracted by #12138)
10913              
10914              Add -woff (turn warning off) 3187:
10915              "A pointer is converted to a smaller integer."
10916              This happens when your pointers are 64-bit: then every case
10917              of converting pointers to PADOFFSETs (explicitly 32-bit)
10918              faces truncation (even explicit use of INT2PTR doesn't help).
10919              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
10920              Changing PADOFFSET from U32 to UV would help, but that
10921              would break binary backward compatibility of BASEOP and padop
10922              (assuming you have been using 64-bit pointers).
10923      Branch: perl
10924            ! hints/irix_6.sh
10925 ____________________________________________________________________________
10926 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
10927         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
10928              but the name comes from the inside the file, not from the file
10929              name, and Rumanian is the name of the language.
10930      Branch: perl
10931            + ext/Encode/Encode/macRumanian.enc
10932            - ext/Encode/Encode/macRomania.enc
10933            ! MANIFEST
10934 ____________________________________________________________________________
10935 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
10936         Log: Rename perltootc as perltooc for 8.3-friedliness.
10937      Branch: perl
10938            + pod/perltooc.pod
10939            - pod/perltootc.pod
10940            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
10941            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
10942            ! pod/perltoot.pod
10943 ____________________________________________________________________________
10944 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
10945         Log: Find more conflicts by lowercasing.
10946      Branch: perl
10947            + Porting/check83.pl
10948            - check83.pl
10949            ! MANIFEST
10950 ____________________________________________________________________________
10951 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
10952         Log: The AIX cc 5.0.0.0 is simply too buggy.
10953      Branch: perl
10954            ! hints/aix.sh
10955 ____________________________________________________________________________
10956 [ 12129] By: ams                                   on 2001/09/22  12:35:38
10957         Log: Uninteresting cleanup.
10958      Branch: perl
10959            ! form.h
10960 ____________________________________________________________________________
10961 [ 12128] By: ams                                   on 2001/09/22  12:28:48
10962         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
10963              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
10964              Date: Sat, 22 Sep 2001 14:29:13 +0100
10965              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
10966      Branch: perl
10967            ! cv.h
10968 ____________________________________________________________________________
10969 [ 12127] By: ams                                   on 2001/09/22  12:04:28
10970         Log: What's a backet?
10971      Branch: perl
10972            ! dump.c
10973 ____________________________________________________________________________
10974 [ 12126] By: ams                                   on 2001/09/22  10:02:34
10975         Log: Removed duplicated tests #19 and #20.
10976      Branch: perl
10977            ! t/op/do.t
10978 ____________________________________________________________________________
10979 [ 12125] By: ams                                   on 2001/09/22  03:58:41
10980         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
10981              From: Michael Carman <mjcarman@home.com>
10982              Date: Fri, 21 Sep 2001 17:54:05 -0500
10983              Message-Id: <3BABC50D.6040202@home.com>
10984              (Applied with some changes.)
10985      Branch: perl
10986            ! pod/perlmod.pod
10987 ____________________________________________________________________________
10988 [ 12124] By: ams                                   on 2001/09/22  03:44:19
10989         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
10990              From: Michael G Schwern <schwern@pobox.com>
10991              Date: Fri, 21 Sep 2001 19:20:40 -0400
10992              Message-Id: <20010921192040.E5494@blackrider>
10993      Branch: perl
10994            ! t/op/chdir.t
10995 ____________________________________________________________________________
10996 [ 12123] By: ams                                   on 2001/09/22  03:41:08
10997         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
10998              From: Blair Zajac <blair@orcaware.com>
10999              Date: Fri, 21 Sep 2001 15:13:04 -0700
11000              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
11001      Branch: perl
11002            ! t/op/chdir.t
11003 ____________________________________________________________________________
11004 [ 12122] By: ams                                   on 2001/09/22  03:37:07
11005         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
11006              20010920.007
11007              From: Michael G Schwern <schwern@pobox.com>
11008              Date: Fri, 21 Sep 2001 17:59:03 -0400
11009              Message-Id: <20010921175903.V5494@blackrider>
11010      Branch: perl
11011            ! t/op/do.t
11012 ____________________________________________________________________________
11013 [ 12121] By: ams                                   on 2001/09/22  03:30:38
11014         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
11015              suite on WinCE)
11016              From: Michael G Schwern <schwern@pobox.com>
11017              Date: Fri, 21 Sep 2001 19:41:03 -0400
11018              Message-Id: <20010921194103.G5494@blackrider>
11019      Branch: perl
11020            ! pod/perlport.pod
11021 ____________________________________________________________________________
11022 [ 12120] By: ams                                   on 2001/09/22  03:28:06
11023         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
11024              From: Michael G Schwern <schwern@pobox.com>
11025              Date: Fri, 21 Sep 2001 17:33:35 -0400
11026              Message-Id: <20010921173335.T5494@blackrider>
11027              ($ENV{FOO}=undef hunk not applied.)
11028      Branch: perl
11029            ! t/op/magic.t
11030 ____________________________________________________________________________
11031 [ 12119] By: ams                                   on 2001/09/22  03:02:26
11032         Log: Subject: [PATCH] perldiag.pod
11033              From: Peter Scott <Peter@PSDT.com>
11034              Date: Fri, 21 Sep 2001 18:54:50 -0700
11035              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
11036              (Moved to the right place.)
11037      Branch: perl
11038            ! pod/perldiag.pod
11039 ____________________________________________________________________________
11040 [ 12118] By: ams                                   on 2001/09/21  20:05:29
11041         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
11042              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11043              Date: Fri, 21 Sep 2001 22:36:54 +0200
11044              Message-Id: <20010921223654.A12742@rafael>
11045      Branch: perl
11046            ! t/op/do.t
11047 ____________________________________________________________________________
11048 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
11049         Log: Restore things as they were before
11050              the backward compatibility police notices.
11051      Branch: perl
11052            ! lib/Cwd.pm
11053 ____________________________________________________________________________
11054 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
11055         Log: More Cwd from Schwern: make also OS/2 and DOS
11056              Cwd agree with File::Spec (that is, native path
11057              syntax using \ instead of / -- backward compatibility
11058              polic warning) and stop Win32 from using bsd_realpath().
11059      Branch: perl
11060            ! lib/Cwd.pm
11061 ____________________________________________________________________________
11062 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
11063         Log: Subject: [PATCH @12110] RE: Untested libraries update
11064              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11065              Date: Fri, 21 Sep 2001 18:21:07 +0100
11066              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
11067      Branch: perl
11068            ! lib/warnings/register.pm
11069 ____________________________________________________________________________
11070 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
11071         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
11072              From: Michael G Schwern <schwern@pobox.com>
11073              Date: Thu, 20 Sep 2001 22:54:02 -0400
11074              Message-ID: <20010920225402.A3611@blackrider>
11075      Branch: perl
11076            ! lib/Cwd.pm
11077 ____________________________________________________________________________
11078 [ 12113] By: ams                                   on 2001/09/21  17:08:24
11079         Log: Subject: [PATCH] avoid v-strings with require/use
11080              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11081              Date: Fri, 21 Sep 2001 12:34:40 -0400
11082              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
11083      Branch: perl
11084            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
11085            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
11086            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11087            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
11088            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
11089            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
11090            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
11091            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11092            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
11093            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
11094            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
11095            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
11096            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
11097            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
11098            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
11099            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
11100            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
11101            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
11102            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
11103 ____________________________________________________________________________
11104 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
11105         Log: Update Changes.
11106      Branch: perl
11107            ! Changes patchlevel.h
11108 ____________________________________________________________________________
11109 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
11110         Log: Make AIX and Tru64 compilers happy.  
11111      Branch: perl
11112            ! ext/threads/threads.h ext/threads/threads.xs
11113 ____________________________________________________________________________
11114 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
11115         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
11116              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11117              Date: 21 Sep 2001 09:16:37 -0000
11118              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
11119      Branch: perl
11120            ! toke.c
11121 ____________________________________________________________________________
11122 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
11123         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
11124              From: Michael G Schwern <schwern@pobox.com>
11125              Date: Thu, 20 Sep 2001 21:21:34 -0400
11126              Message-ID: <20010920212134.Y28291@blackrider>
11127      Branch: perl
11128            ! pp_sys.c
11129 ____________________________________________________________________________
11130 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
11131         Log: Subject: Re: GDB Debugging Macros from mod_perl
11132              From: rspier@pobox.com (Robert Spier)
11133              Date: Thu, 20 Sep 2001 22:45:03 -0700
11134              Message-ID: <15274.54239.413929.49430@rls.cx>
11135      Branch: perl
11136            ! pod/perltodo.pod
11137 ____________________________________________________________________________
11138 [ 12105] By: sky                                   on 2001/09/21  10:33:34
11139         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
11140              timezone! GetSystemTime should be available on all Win32 
11141              platforms we support. Perhaps Time::HiRes should be extended to
11142              support WinCE and Novell?
11143      Branch: perl
11144            ! ext/Time/HiRes/HiRes.xs
11145 ____________________________________________________________________________
11146 [ 12104] By: sky                                   on 2001/09/21  08:12:39
11147         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
11148      Branch: perl
11149            ! ext/threads/threads.h ext/threads/threads.xs
11150 ____________________________________________________________________________
11151 [ 12103] By: sky                                   on 2001/09/21  07:57:41
11152         Log: Rename the *thread* functions to Perl_* to avoid clashes.
11153              Notably on AIX but could become a problem on other platforms.
11154      Branch: perl
11155            ! ext/threads/threads.h ext/threads/threads.xs
11156 ____________________________________________________________________________
11157 [ 12102] By: sky                                   on 2001/09/21  07:35:30
11158         Log: Add the shared sv space to the global vars.
11159              Fix problems compiling on win32.
11160      Branch: perl
11161            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
11162            ! sharedsv.c sharedsv.h
11163 ____________________________________________________________________________
11164 [ 12101] By: ams                                   on 2001/09/21  00:19:55
11165         Log: Subject: [PATCH] win32/Makefile warning fix
11166              From: Blair Zajac <blair@orcaware.com>
11167              Date: Thu, 20 Sep 2001 18:15:43 -0700
11168              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
11169      Branch: perl
11170            ! win32/Makefile
11171 ____________________________________________________________________________
11172 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
11173         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
11174              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11175              Date: Thu, 20 Sep 2001 18:36:22 +0200
11176              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
11177      Branch: perl
11178            ! lib/ExtUtils/Command.t
11179 ____________________________________________________________________________
11180 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
11181         Log: Cant spl wirth a dam.
11182      Branch: perl
11183            ! intrpvar.h
11184 ____________________________________________________________________________
11185 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
11186         Log: Don't use C++ comments.
11187      Branch: perl
11188            ! ext/threads/threads.xs
11189 ____________________________________________________________________________
11190 [ 12097] By: ams                                   on 2001/09/20  21:42:07
11191         Log: Change #12044 didn't.
11192      Branch: perl
11193            ! lib/constant.pm
11194 ____________________________________________________________________________
11195 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
11196         Log: Metaconfig unit changes for #12095.
11197      Branch: metaconfig
11198            ! U/modified/Myinit.U U/modified/libs.U
11199 ____________________________________________________________________________
11200 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
11201         Log: Remove iconv references since we are not using it
11202              and not going to; regen perltoc, perlmodlib.
11203              (Some references still linger in perltoc, have to figure
11204              out where they are coming from.)
11205      Branch: perl
11206            ! Configure NetWare/config.wc NetWare/config_H.wc
11207            ! Porting/Glossary Porting/config.sh Porting/config_H
11208            ! config_h.SH configure.com epoc/config.sh perl.h
11209            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
11210            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11211            ! vos/config.ga.h win32/config.bc win32/config.gc
11212            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11213            ! win32/config_H.vc wince/config.ce wince/config.h
11214            ! wince/config_H.ce
11215 ____________________________________________________________________________
11216 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
11217         Log: Subject: [PATCH docs] Re: ARGV and read
11218              From: Dave Mitchell <davem@fdgroup.co.uk>
11219              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
11220              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
11221      Branch: perl
11222            ! pod/perltodo.pod pod/perlvar.pod
11223 ____________________________________________________________________________
11224 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
11225         Log: Fresh copies from the cvs.perl.org perlfaq repository.
11226      Branch: perl
11227            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11228            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11229            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11230            ! pod/perlfaq9.pod
11231 ____________________________________________________________________________
11232 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
11233         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
11234              From: Nicholas Clark <nick@ccl4.org>
11235              Date: Thu, 20 Sep 2001 14:27:08 +0100
11236              Message-ID: <20010920142708.X4971@plum.flirble.org>
11237      Branch: perl
11238            ! pp_pack.c t/op/pack.t
11239 ____________________________________________________________________________
11240 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
11241         Log: The sharedsv_space* are variables, not code.  Duh.
11242      Branch: perl
11243            ! intrpvar.h makedef.pl
11244 ____________________________________________________________________________
11245 [ 12090] By: ams                                   on 2001/09/20  11:26:06
11246         Log: Subject: [patch lib/lib_pm.PL]
11247              From: Stas Bekman <stas@stason.org>
11248              Date: Thu, 20 Sep 2001 18:48:53 +0800
11249              Message-Id: <3BA9C995.6010302@stason.org>
11250              (Applied by hand.)
11251      Branch: perl
11252            ! lib/lib_pm.PL
11253 ____________________________________________________________________________
11254 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
11255         Log: Only 21 tests, skipping or not.
11256      Branch: perl
11257            ! lib/ExtUtils/Command.t
11258 ____________________________________________________________________________
11259 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
11260         Log: New exported symbols.
11261      Branch: perl
11262            ! makedef.pl
11263 ____________________________________________________________________________
11264 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
11265         Log: Update Changes.
11266      Branch: perl
11267            ! Changes patchlevel.h
11268 ____________________________________________________________________________
11269 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
11270         Log: Correct numbering of the tests is useful.
11271      Branch: perl
11272            ! ext/threads/t/basic.t
11273 ____________________________________________________________________________
11274 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
11275         Log: More tests now too.
11276      Branch: perl
11277            ! lib/ExtUtils/Command.t
11278 ____________________________________________________________________________
11279 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
11280         Log: More tests now.
11281      Branch: perl
11282            ! ext/threads/t/basic.t
11283 ____________________________________________________________________________
11284 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
11285         Log: The test assumed 7-bit ASCII.  Now it "just"
11286              assumes 8-bit whatever.
11287      Branch: perl
11288            ! t/op/crypt.t
11289 ____________________________________________________________________________
11290 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
11291         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
11292              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11293              Date: Wed, 19 Sep 2001 11:45:28 +0200
11294              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
11295              
11296              Lvalue casts are not portable.
11297      Branch: perl
11298            ! ext/threads/threads.xs
11299 ____________________________________________________________________________
11300 [ 12081] By: sky                                   on 2001/09/19  10:17:52
11301         Log: Make the basic test contain only realy basic API tests
11302              Seems to be a problem with detach.
11303      Branch: perl
11304            ! ext/threads/t/basic.t
11305 ____________________________________________________________________________
11306 [ 12080] By: ams                                   on 2001/09/19  01:23:55
11307         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
11308              From: Michael G Schwern <schwern@pobox.com>
11309              Date: Tue, 18 Sep 2001 19:53:48 -0400
11310              Message-Id: <20010918195348.M585@blackrider>
11311              
11312              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
11313              From: Michael G Schwern <schwern@pobox.com>
11314              Date: Tue, 18 Sep 2001 22:07:13 -0400
11315              Message-Id: <20010918220713.B19616@blackrider>
11316      Branch: perl
11317            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
11318            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11319            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
11320            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
11321            ! lib/Test/Tutorial.pod
11322 ____________________________________________________________________________
11323 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
11324         Log: Indent the test a bit.
11325      Branch: perl
11326            ! ext/threads/t/basic.t
11327 ____________________________________________________________________________
11328 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
11329         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
11330              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11331              Date: Tue, 18 Sep 2001 18:06:44 +0200
11332              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
11333      Branch: perl
11334            ! win32/win32.c
11335 ____________________________________________________________________________
11336 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
11337         Log: Subject: stat access time is wrong on Win95
11338              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11339              Date: Tue, 18 Sep 2001 21:59:24 +0200
11340              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
11341      Branch: perl
11342            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
11343 ____________________________________________________________________________
11344 [ 12076] By: ams                                   on 2001/09/18  22:11:25
11345         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
11346              From: Michael G Schwern <schwern@pobox.com>
11347              Date: Tue, 18 Sep 2001 18:47:14 -0400
11348              Message-Id: <20010918184714.I585@blackrider>
11349      Branch: perl
11350            ! t/op/crypt.t
11351 ____________________________________________________________________________
11352 [ 12075] By: sky                                   on 2001/09/18  19:29:37
11353         Log: two test failures
11354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11355              Message-ID: <20010918221702.A17408@rafael>
11356              partly applied, #12074 already fixed half the patch
11357      Branch: perl
11358            ! ext/threads/t/basic.t
11359 ____________________________________________________________________________
11360 [ 12074] By: sky                                   on 2001/09/18  18:49:03
11361         Log: Fixes test case failure introduced by #12071, the warning is
11362              now correctly spelled :-)
11363      Branch: perl
11364            ! ext/IO/lib/IO/t/io_sel.t
11365 ____________________________________________________________________________
11366 [ 12073] By: sky                                   on 2001/09/18  18:46:22
11367         Log: Make the test behave properly!
11368      Branch: perl
11369            ! ext/threads/t/basic.t
11370 ____________________________________________________________________________
11371 [ 12072] By: ams                                   on 2001/09/18  18:44:59
11372         Log: OP_RCATLINE is an SVOP, not a BASEOP.
11373      Branch: perl
11374            ! opcode.h opcode.pl
11375 ____________________________________________________________________________
11376 [ 12071] By: ams                                   on 2001/09/18  18:06:27
11377         Log: Deprecate != Depreciate.
11378      Branch: perl
11379            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
11380            ! lib/Pod/ParseUtils.pm
11381 ____________________________________________________________________________
11382 [ 12070] By: ams                                   on 2001/09/18  15:14:58
11383         Log: Subject: [PATCH] Getopt::Std cleanup
11384              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11385              Date: Tue, 18 Sep 2001 17:32:13 +0200
11386              Message-Id: <20010918173213.C777@rafael>
11387      Branch: perl
11388            ! lib/Getopt/Std.pm lib/Getopt/Std.t
11389 ____________________________________________________________________________
11390 [ 12069] By: sky                                   on 2001/09/18  14:56:33
11391         Log: Forgot the makefile
11392      Branch: perl
11393            + ext/threads/Makefile.PL
11394 ____________________________________________________________________________
11395 [ 12068] By: sky                                   on 2001/09/18  14:13:26
11396         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
11397              The test will fail because of Test.pm not knowing about threads. 
11398              basic needs to be manually tested
11399              compile time warnings on IV2PTR conversions need to be fixed
11400      Branch: perl
11401            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
11402            + ext/threads/threads.h ext/threads/threads.pm
11403            + ext/threads/threads.xs
11404            ! MANIFEST
11405 ____________________________________________________________________________
11406 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
11407         Log: DJGPP tweak from Laszlo Molnar.
11408      Branch: perl
11409            ! djgpp/config.over
11410 ____________________________________________________________________________
11411 [ 12066] By: sky                                   on 2001/09/18  10:24:31
11412         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
11413      Branch: perl
11414            ! sharedsv.c sharedsv.h
11415 ____________________________________________________________________________
11416 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
11417         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
11418              ditto ^cns.
11419      Branch: perl
11420            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
11421            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
11422            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
11423            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
11424            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
11425            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
11426            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
11427            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
11428            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
11429            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
11430            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
11431            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
11432            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
11433            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
11434            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
11435            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
11436            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
11437            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
11438            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
11439            + ext/Encode/Encode/ir-197.enc
11440            - ext/Encode/Encode/cns11643-1.enc
11441            - ext/Encode/Encode/cns11643-2.enc
11442            - ext/Encode/Encode/iso2022-cn.enc
11443            - ext/Encode/Encode/iso2022-jp.enc
11444            - ext/Encode/Encode/iso2022-jp1.enc
11445            - ext/Encode/Encode/iso2022-jp2.enc
11446            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
11447            - ext/Encode/Encode/iso8859-1.enc
11448            - ext/Encode/Encode/iso8859-1.ucm
11449            - ext/Encode/Encode/iso8859-10.enc
11450            - ext/Encode/Encode/iso8859-10.ucm
11451            - ext/Encode/Encode/iso8859-11.enc
11452            - ext/Encode/Encode/iso8859-11.ucm
11453            - ext/Encode/Encode/iso8859-13.enc
11454            - ext/Encode/Encode/iso8859-13.ucm
11455            - ext/Encode/Encode/iso8859-14.enc
11456            - ext/Encode/Encode/iso8859-14.ucm
11457            - ext/Encode/Encode/iso8859-15.enc
11458            - ext/Encode/Encode/iso8859-15.ucm
11459            - ext/Encode/Encode/iso8859-16.enc
11460            - ext/Encode/Encode/iso8859-16.ucm
11461            - ext/Encode/Encode/iso8859-2.enc
11462            - ext/Encode/Encode/iso8859-2.ucm
11463            - ext/Encode/Encode/iso8859-3.enc
11464            - ext/Encode/Encode/iso8859-3.ucm
11465            - ext/Encode/Encode/iso8859-4.enc
11466            - ext/Encode/Encode/iso8859-4.ucm
11467            - ext/Encode/Encode/iso8859-5.enc
11468            - ext/Encode/Encode/iso8859-5.ucm
11469            - ext/Encode/Encode/iso8859-6.enc
11470            - ext/Encode/Encode/iso8859-6.ucm
11471            - ext/Encode/Encode/iso8859-7.enc
11472            - ext/Encode/Encode/iso8859-7.ucm
11473            - ext/Encode/Encode/iso8859-8.enc
11474            - ext/Encode/Encode/iso8859-8.ucm
11475            - ext/Encode/Encode/iso8859-9.enc
11476            - ext/Encode/Encode/iso8859-9.ucm
11477            - ext/Encode/Encode/isoir-197.enc
11478            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
11479 ____________________________________________________________________________
11480 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
11481         Log: Must Uppercase.
11482      Branch: perl
11483            ! ext/Encode/Encode.pm
11484 ____________________________________________________________________________
11485 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
11486         Log: Add various encodings.
11487      Branch: perl
11488            + ext/Encode/Encode/iso8859-11.enc
11489            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
11490            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
11491            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
11492            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
11493            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
11494            + ext/Encode/Encode/viscii.ucm
11495            ! MANIFEST ext/Encode/Encode.pm
11496 ____________________________________________________________________________
11497 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
11498         Log: lib/unicode relic.
11499      Branch: perl
11500            ! ext/Encode/compile
11501 ____________________________________________________________________________
11502 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
11503         Log: Subject: [PATCH] Re: filename problems
11504              From: Michael G Schwern <schwern@pobox.com>
11505              Date: Mon, 17 Sep 2001 17:26:26 -0400
11506              Message-ID: <20010917172626.Q585@blackrider>
11507      Branch: perl
11508            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
11509            - t/lib/sample-tests/header_at_end
11510            - t/lib/sample-tests/header_at_end_fail
11511            ! MANIFEST lib/Test/Harness/t/test-harness.t
11512 ____________________________________________________________________________
11513 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
11514         Log: Explicitly explain the 1e9 seconds, not everybody
11515              is a C geek.
11516      Branch: perl
11517            ! ext/Time/HiRes/HiRes.pm
11518 ____________________________________________________________________________
11519 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
11520         Log: Explain an apparent bug reported by
11521              Richard J. Barbalace <rjbarbal@MIT.EDU>,
11522              with additional explanation from Gisle Aas.
11523      Branch: perl
11524            ! ext/Time/HiRes/HiRes.pm
11525 ____________________________________________________________________________
11526 [ 12058] By: ams                                   on 2001/09/17  19:52:01
11527         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
11528              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11529              Date: Mon, 17 Sep 2001 22:48:05 +0200
11530              Message-Id: <20010917224805.C11744@rafael>
11531      Branch: perl
11532            ! t/lib/warnings/op t/lib/warnings/pp
11533 ____________________________________________________________________________
11534 [ 12057] By: ams                                   on 2001/09/17  16:51:18
11535         Log: Its a nit!
11536      Branch: perl
11537            ! sv.h
11538 ____________________________________________________________________________
11539 [ 12056] By: ams                                   on 2001/09/17  16:47:55
11540         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
11541              From: "Craig A. Berry" <craigberry@mac.com>
11542              Date: Mon, 17 Sep 2001 12:34:20 -0500
11543              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
11544      Branch: perl
11545            ! vms/vms.c
11546 ____________________________________________________________________________
11547 [ 12055] By: ams                                   on 2001/09/17  16:05:15
11548         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
11549              From: Gisle Aas <gisle@ActiveState.com>
11550              Date: 16 Apr 2001 16:20:34 -0700
11551              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
11552              (Applied by hand.)
11553      Branch: perl
11554            ! lib/CPAN.pm lib/CPAN/Nox.pm
11555 ____________________________________________________________________________
11556 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
11557         Log: Update Changes.
11558      Branch: perl
11559            ! Changes patchlevel.h
11560 ____________________________________________________________________________
11561 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
11562         Log: Adding new files to the MANIFEST is always nice.
11563      Branch: perl
11564            ! MANIFEST
11565 ____________________________________________________________________________
11566 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
11567         Log: Reindent the PerlIO files (suggested by NI-S), used
11568              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
11569              (GNU indent).  Note that wholesale re-indenting might
11570              be nice, but that would break nice formatting/alignment
11571              of assignments, equality testing, and complex boolean
11572              expressions with lots of &s and |s.
11573      Branch: perl
11574            ! perlio.c perlio.h perliol.h
11575 ____________________________________________________________________________
11576 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
11577         Log: Add a script for being 8.3-polite.
11578              The found conflicts are being worked on.
11579      Branch: perl
11580            + check83.pl
11581            ! MANIFEST Porting/pumpkin.pod
11582 ____________________________________________________________________________
11583 [ 12050] By: sky                                   on 2001/09/17  12:44:36
11584         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
11585              finding it.
11586      Branch: perl
11587            ! sv.c
11588 ____________________________________________________________________________
11589 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
11590         Log: Bump up versions because of #12041.
11591      Branch: perl
11592            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
11593            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
11594            ! lib/Time/localtime.pm
11595 ____________________________________________________________________________
11596 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
11597         Log: Bump the version number because of #12042.
11598      Branch: perl
11599            ! lib/CPAN/FirstTime.pm
11600 ____________________________________________________________________________
11601 [ 12047] By: ams                                   on 2001/09/17  11:21:40
11602         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
11603              From: Abhijit Menon-Sen <ams@wiw.org>
11604              Date: Mon, 17 Sep 2001 17:44:12 +0530
11605              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
11606      Branch: perl
11607            ! op.c
11608 ____________________________________________________________________________
11609 [ 12046] By: sky                                   on 2001/09/17  07:14:17
11610         Log: Subject: Re: t/op/ver.t using skip() improperly
11611              From: "chromatic" <chromatic@rmci.net>
11612              Date: Mon, 17 Sep 2001 00:22:29 -0600
11613              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
11614      Branch: perl
11615            ! t/op/ver.t
11616 ____________________________________________________________________________
11617 [ 12045] By: nick                                  on 2001/09/17  07:12:14
11618         Log: Integrate mainline
11619      Branch: perlio
11620           +> t/op/chdir.t
11621           !> (integrate 117 files)
11622 ____________________________________________________________________________
11623 [ 12044] By: ams                                   on 2001/09/17  05:49:53
11624         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
11625              From: Ilmari Karonen <iltzu@sci.fi>
11626              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
11627              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
11628              (And $VERSION = '1.05'.)
11629      Branch: perl
11630            ! lib/constant.pm
11631 ____________________________________________________________________________
11632 [ 12043] By: ams                                   on 2001/09/17  05:44:50
11633         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
11634              From: Michael G Schwern <schwern@pobox.com>
11635              Date: Mon, 17 Sep 2001 07:49:04 +0200
11636              Message-Id: <20010917074904.V1588@blackrider>
11637              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
11638      Branch: perl
11639            + t/op/chdir.t
11640            ! MANIFEST pp_sys.c
11641 ____________________________________________________________________________
11642 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
11643         Log: Subject: Re: CPAN.pm needs some hacking 
11644              From: "chromatic" <chromatic@rmci.net>
11645              Date: Sun, 16 Sep 2001 16:46:29 -0600
11646              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
11647      Branch: perl
11648            ! lib/CPAN/FirstTime.pm
11649 ____________________________________________________________________________
11650 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
11651         Log: Change use|require 5.005_64 to use|require 5.6.1.
11652      Branch: perl
11653            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
11654            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11655            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
11656            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
11657            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
11658            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11659            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
11660            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
11661            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
11662            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
11663            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
11664            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
11665            ! lib/base.pm lib/fields.pm
11666 ____________________________________________________________________________
11667 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
11668         Log: Bump up version numbers.
11669              
11670              TODO 1: double check that pre-5.6.1 CPAN.pm:s
11671              don't try to download 5.8.0 because of the
11672              version numbers.  Mainly this means using _00
11673              in the core version numbers.
11674              
11675              TODO 2: the "use 5.005_64" in many modules
11676              needs to be changed to, say, "use 5.6.1".
11677      Branch: perl
11678            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
11679            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
11680            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
11681            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
11682            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
11683            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
11684            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
11685            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
11686            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
11687            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
11688            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
11689 ____________________________________________________________________________
11690 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
11691         Log: Use UCHARAT() as suggested by Inaba Hiroto.
11692      Branch: perl
11693            ! regexec.c
11694 ____________________________________________________________________________
11695 [ 12038] By: ams                                   on 2001/09/16  15:16:24
11696         Log: Subject: [PATCH] Re: Core module version numbers review
11697              From: Peter Scott <Peter@PSDT.com>
11698              Date: Sun, 16 Sep 2001 09:09:58 -0700
11699              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
11700      Branch: perl
11701            ! lib/perl5db.pl
11702 ____________________________________________________________________________
11703 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
11704         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
11705              not yet fully implemented.
11706      Branch: perl
11707            ! pod/perlfunc.pod pod/perlunicode.pod
11708 ____________________________________________________________________________
11709 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
11710         Log: Subject: [patch] plug PL_beginav_save leak
11711              From: Doug MacEachern <dougm@covalent.net>
11712              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
11713              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
11714      Branch: perl
11715            ! perl.c
11716 ____________________________________________________________________________
11717 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
11718         Log: (accidentally empty checkin)
11719      Branch: perl
11720            ! sv.c
11721 ____________________________________________________________________________
11722 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
11723         Log: Subject: [patch] ithreads+PL_beginav_save
11724              From: Doug MacEachern <dougm@covalent.net>
11725              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
11726              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
11727      Branch: perl
11728            ! sv.c
11729 ____________________________________________________________________________
11730 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
11731         Log: Subject: [PATCH] h2xs.PL with C::Scan
11732              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11733              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
11734              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
11735      Branch: perl
11736            ! utils/h2xs.PL
11737 ____________________________________________________________________________
11738 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
11739         Log: Elaborate (well, make more vague, really) #12030.
11740      Branch: perl
11741            ! pod/perltodo.pod pod/perlunicode.pod
11742 ____________________________________________________________________________
11743 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
11744         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
11745              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11746              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
11747              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
11748      Branch: perl
11749            ! regexec.c
11750 ____________________________________________________________________________
11751 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
11752         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
11753              are not yet complete.
11754      Branch: perl
11755            ! pod/perltodo.pod pod/perlunicode.pod
11756 ____________________________________________________________________________
11757 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
11758         Log: Document what's still to be done on the regular expression
11759              Unicode support, based on the UTR#18.
11760      Branch: perl
11761            ! pod/perltodo.pod pod/perlunicode.pod
11762 ____________________________________________________________________________
11763 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
11764         Log: Regen headers.
11765      Branch: perl
11766            ! embedvar.h perlapi.h
11767 ____________________________________________________________________________
11768 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
11769         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
11770              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11771              Date: Sun, 09 Sep 2001 18:41:54 +0100
11772              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
11773      Branch: perl
11774            ! Porting/findvars ext/ByteLoader/bytecode.h
11775            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
11776            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
11777 ____________________________________________________________________________
11778 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
11779         Log: enable most warnings for windows build; fix the various typecasting
11780              nits that showed up (no bugfixes here)
11781      Branch: maint-5.6/perl
11782            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
11783            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
11784            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
11785            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
11786            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
11787            ! x2p/walk.c
11788 ____________________________________________________________________________
11789 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
11790         Log: Integrate change #12024 from maintperl
11791              (a local() precedence bug)
11792      Branch: perl
11793           !> lib/ExtUtils/Install.pm
11794 ____________________________________________________________________________
11795 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
11796         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
11797              change#8642
11798      Branch: maint-5.6/perl
11799            ! lib/ExtUtils/Install.pm
11800 ____________________________________________________________________________
11801 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
11802         Log: Update Changes.
11803      Branch: perl
11804            ! Changes patchlevel.h
11805 ____________________________________________________________________________
11806 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
11807         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
11808              From: "chromatic" <chromatic@rmci.net>
11809              Date: Fri, 14 Sep 2001 09:44:57 -0600 
11810              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
11811      Branch: perl
11812            ! lib/ExtUtils/Manifest.t
11813 ____________________________________________________________________________
11814 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
11815         Log: Hopefully better skipping of the Complete.t tests
11816              in case of not a tty. 
11817      Branch: perl
11818            ! lib/Term/Complete.t t/op/stat.t
11819 ____________________________________________________________________________
11820 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
11821         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
11822              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11823              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
11824              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
11825      Branch: perl
11826            ! regexec.c t/op/pat.t
11827 ____________________________________________________________________________
11828 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
11829         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
11830              From: Robin Barker <rmb1@cise.npl.co.uk>
11831              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
11832              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
11833      Branch: perl
11834            ! pod/perlport.pod
11835 ____________________________________________________________________________
11836 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
11837         Log: NetWare tweaks from Ananth Kesari.
11838      Branch: perl
11839            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
11840            ! NetWare/nwutil.h
11841 ____________________________________________________________________________
11842 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
11843         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
11844              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11845              Date: Fri, 14 Sep 2001 10:51:13 +0200
11846              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
11847      Branch: perl
11848            ! pod/perlport.pod
11849 ____________________________________________________________________________
11850 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
11851         Log: Subject: Re: [PATCH 2 pl2pm.PL]
11852              From: Joe Smith <Joe.Smith@inwap.com>
11853              Date: Fri, 14 Sep 2001 00:13:32 -0700
11854              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
11855              
11856              Eradicate qu.
11857      Branch: perl
11858            ! keywords.h keywords.pl utils/pl2pm.PL
11859 ____________________________________________________________________________
11860 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
11861         Log: Retract #12013, didn't go over too well in Tru64.
11862      Branch: perl
11863            ! embed.h embed.pl sv.h
11864 ____________________________________________________________________________
11865 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
11866         Log: Subject: [PATCH] Execute files of debugger commands
11867              From: Peter Scott <Peter@PSDT.com>
11868              Date: Thu, 13 Sep 2001 15:26:31 -0700
11869              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
11870      Branch: perl
11871            ! lib/perl5db.pl pod/perldebug.pod
11872 ____________________________________________________________________________
11873 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
11874         Log: (Retracted by #12015)
11875              Subject: [proposed PATCH] Re: perl@11920
11876              From: Nicholas Clark <nick@ccl4.org>
11877              Date: Wed, 12 Sep 2001 23:46:09 +0100
11878              Message-ID: <20010912234609.H4971@plum.flirble.org>     
11879      Branch: perl
11880            ! embed.h embed.pl sv.h
11881 ____________________________________________________________________________
11882 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
11883         Log: ucblib shouldn't be linked against in nonstop-ux,
11884              from Tom Bates.
11885      Branch: perl
11886            ! hints/nonstopux.sh
11887 ____________________________________________________________________________
11888 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
11889         Log: Do stty only if we have stty.
11890              
11891              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
11892      Branch: perl
11893            ! lib/Term/Complete.pm
11894 ____________________________________________________________________________
11895 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
11896         Log: Skip the test if not running on a tty.
11897      Branch: perl
11898            ! lib/Term/Complete.t
11899 ____________________________________________________________________________
11900 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
11901         Log: Regen headers.
11902      Branch: perl
11903            ! embed.h opcode.h pod/perlapi.pod proto.h
11904 ____________________________________________________________________________
11905 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
11906         Log: Subject: [PATCH op.c] Re: perl@12003
11907              From: Robin Barker <rmb1@cise.npl.co.uk>
11908              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
11909              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
11910      Branch: perl
11911            ! op.c
11912 ____________________________________________________________________________
11913 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
11914         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
11915              From: Robin Barker <rmb1@cise.npl.co.uk>
11916              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
11917              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
11918      Branch: perl
11919            ! sv.c
11920 ____________________________________________________________________________
11921 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
11922         Log: Upgrade to Memoize 0.66.
11923      Branch: perl
11924            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
11925            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
11926            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
11927 ____________________________________________________________________________
11928 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
11929         Log: Subject: [ID 20010912.007] substr reference core dump
11930              From: me-01@ton.iguana.be
11931              Date: 12 Sep 2001 14:11:16 -0000
11932              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
11933      Branch: perl
11934            ! mg.c
11935 ____________________________________________________________________________
11936 [ 12004] By: ams                                   on 2001/09/12  01:13:49
11937         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
11938              From: Ilmari Karonen <iltzu@sci.fi>
11939              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
11940              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
11941      Branch: perl
11942            ! pod/perlfaq4.pod
11943 ____________________________________________________________________________
11944 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
11945         Log: Update Changes.
11946      Branch: perl
11947            ! Changes patchlevel.h
11948 ____________________________________________________________________________
11949 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
11950         Log: NetWare update from Ananth Kesari.
11951      Branch: perl
11952            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
11953            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
11954 ____________________________________________________________________________
11955 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
11956         Log: Retract #11984: div() being redefined, and 1397
11957              failing on 64-bit platforms.
11958      Branch: perl
11959            ! lib/Math/BigInt/Calc.pm
11960 ____________________________________________________________________________
11961 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
11962         Log: Metaconfig unit change for #11999.
11963      Branch: metaconfig
11964            ! U/protos/d_lseekproto.U
11965 ____________________________________________________________________________
11966 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
11967         Log: The lseek fix (#11991) was no fix.
11968      Branch: perl
11969            ! Configure
11970 ____________________________________________________________________________
11971 [ 11998] By: sky                                   on 2001/09/11  07:52:06
11972         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
11973              From: Matt Sergeant <MSergeant@star.net.uk>
11974              Date: Tue, 11 Sep 2001 09:22:32 +0100
11975              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
11976      Branch: perl
11977            ! ext/Encode/Encode.pm
11978 ____________________________________________________________________________
11979 [ 11997] By: sky                                   on 2001/09/11  06:35:29
11980         Log: Sometimes dTHX is added because it is needed on non 
11981              gnuc platforms, but not needed there. This uses GCC
11982              to silence GCC specific warnings by marking pTHX as 
11983              unused.
11984      Branch: perl
11985            ! perl.h
11986 ____________________________________________________________________________
11987 [ 11996] By: nick                                  on 2001/09/11  06:25:27
11988         Log: Integrate mainline
11989      Branch: perlio
11990            - ext/POSIX/sigaction.t lib/File/Find/taint.t
11991           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
11992 ____________________________________________________________________________
11993 [ 11995] By: nick                                  on 2001/09/11  06:23:39
11994         Log: Part Integrate mainline
11995      Branch: perlio
11996           +> (branch 69 files)
11997            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
11998            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
11999            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
12000            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
12001            - lib/Switch/t/switch_case.t lib/Test/Harness.t
12002            - lib/Test/More/Changes lib/Test/More/t/More.t
12003            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
12004            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
12005            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
12006            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
12007            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
12008            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
12009            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
12010            - t/lib/Test/More/Catch.pm wince/perl.ico
12011           !> (integrate 197 files)
12012 ____________________________________________________________________________
12013 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
12014         Log: Subject: Re: [PATCH] Encode.pm docs fix
12015              From: Gisle Aas <gisle@ActiveState.com>
12016              Date: 10 Sep 2001 11:27:02 -0700
12017              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
12018      Branch: perl
12019            ! ext/Encode/Encode.pm
12020 ____________________________________________________________________________
12021 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
12022         Log: Fix unpack U to be the reverse of pack U
12023              (but implement unpack U0U as a backdoor to get
12024              the UTF-8 malformed warnings from un-UTF-8 data)
12025      Branch: perl
12026            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
12027 ____________________________________________________________________________
12028 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
12029         Log: Metaconfig unit change for #11991;
12030              delete an unused unit (d_strtoull.U is the one used)
12031      Branch: metaconfig
12032            ! U/protos/d_lseekproto.U
12033      Branch: metaconfig/U/perl
12034            - strtoull.U
12035 ____________________________________________________________________________
12036 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
12037         Log: Subject: [PATCH] Configure not recording lseek proto
12038              From: Blair Zajac <blair@orcaware.com>
12039              Date: Mon, 10 Sep 2001 17:52:37 -0700
12040              Message-ID: <3B9D6055.BA334A31@orcaware.com>
12041              
12042              plus regen Configure.
12043      Branch: perl
12044            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12045            ! config_h.SH uconfig.h
12046 ____________________________________________________________________________
12047 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
12048         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
12049              From: Nicholas Clark <nick@ccl4.org>
12050              Date: Tue, 11 Sep 2001 00:00:31 +0100
12051              Message-ID: <20010911000031.G1512@plum.flirble.org>
12052      Branch: perl
12053            + t/op/qq.t
12054            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
12055 ____________________________________________________________________________
12056 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
12057         Log: Subject: [PATCH] Building on win32 w/o perlio
12058              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12059              Date: Mon, 10 Sep 2001 23:38:46 +0200
12060              Message-ID: <3B9D4F06.14433.2C37644@localhost>
12061      Branch: perl
12062            ! perl.c win32/Makefile win32/makefile.mk
12063 ____________________________________________________________________________
12064 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
12065         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
12066              From: "chromatic" <chromatic@rmci.net>
12067              Date: Mon, 10 Sep 2001 15:14:01 -0600
12068              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
12069      Branch: perl
12070            + lib/CGI/t/push.t
12071            ! MANIFEST
12072 ____________________________________________________________________________
12073 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
12074         Log: Subject: avoiding hoardes of zombies
12075              From: Nicholas Clark <nick@ccl4.org>
12076              Date: Mon, 10 Sep 2001 22:00:40 +0100
12077              Message-ID: <20010910220040.C1512@plum.flirble.org>
12078      Branch: perl
12079            ! pod/perlipc.pod
12080 ____________________________________________________________________________
12081 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
12082         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
12083              From: John Peacock <jpeacock@rowman.com>
12084              Date: Mon, 10 Sep 2001 16:34:30 -0400
12085              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
12086      Branch: perl
12087            ! sv.c t/op/ver.t utf8.h
12088 ____________________________________________________________________________
12089 [ 11985] By: ams                                   on 2001/09/10  23:20:13
12090         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
12091      Branch: perl
12092            ! MANIFEST
12093 ____________________________________________________________________________
12094 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
12095         Log: (Retracted by #12001)
12096              Subject: Calc with USE_MUL/USE_DIV
12097              From: Tels <perl_dummy@bloodgate.com>
12098              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
12099              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
12100      Branch: perl
12101            ! lib/Math/BigInt/Calc.pm
12102 ____________________________________________________________________________
12103 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
12104         Log: Subject: [PATCH op.c] Re: perl@11978
12105              From: Robin Barker <rmb1@cise.npl.co.uk>
12106              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
12107              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
12108              
12109              Format errors.
12110      Branch: perl
12111            ! op.c
12112 ____________________________________________________________________________
12113 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
12114         Log: Switch PADOFFSET back to U32 both because of binary backward
12115              compatibility and because Arthur seems to have been fixing the
12116              problems with naughty integer-pointer casting.
12117      Branch: perl
12118            ! op.h
12119 ____________________________________________________________________________
12120 [ 11981] By: ams                                   on 2001/09/10  16:31:43
12121         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
12122              Fix Pod Typo, Add Test for ExtUtils::Command
12123              From: "chromatic" <chromatic@rmci.net>
12124              Date: Mon, 10 Sep 2001 11:20:56 -0600
12125              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
12126      Branch: perl
12127            + lib/ExtUtils/Command.t
12128            ! MANIFEST lib/ExtUtils/Command.pm
12129 ____________________________________________________________________________
12130 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
12131         Log: Subject: [PATCH] Encode.pm docs fix
12132              From: Matt Sergeant <MSergeant@star.net.uk>
12133              Date: Mon, 10 Sep 2001 15:24:01 +0100
12134              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
12135      Branch: perl
12136            ! ext/Encode/Encode.pm
12137 ____________________________________________________________________________
12138 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
12139         Log: Update Changes.
12140      Branch: perl
12141            ! Changes patchlevel.h
12142 ____________________________________________________________________________
12143 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
12144         Log: Revert #11973, the dTHX seems to be needed in there
12145              for threaded builds.
12146      Branch: perl
12147            ! perlio.c
12148 ____________________________________________________________________________
12149 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
12150         Log: Detypo.
12151      Branch: perl
12152            ! pod/perlguts.pod
12153 ____________________________________________________________________________
12154 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
12155         Log: Further Class::Struct patching from Damian.
12156              
12157              The new new semantics are:
12158              
12159              * If you pass an initializer for a nested object, it has to be:
12160              a) a reference to an object of that class, or      
12161              b) a reference to an object of a subclass of that class, or
12162              c) a reference to a hash of arguments to be passed to the
12163              class's constructor
12164              * If you pass no initializer for a nested object, the attribute
12165              is initialized to C<undef>
12166      Branch: perl
12167            ! lib/Class/Struct.pm
12168 ____________________________________________________________________________
12169 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
12170         Log: Skip the crypt test if no crypt.
12171      Branch: perl
12172            ! t/op/crypt.t
12173 ____________________________________________________________________________
12174 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
12175         Log: Warn against using bare v-strings as IP addresses
12176              (okay if using the wrappers from Socket)
12177      Branch: perl
12178            ! pod/perldata.pod pod/perlport.pod
12179 ____________________________________________________________________________
12180 [ 11973] By: sky                                   on 2001/09/10  11:57:58
12181         Log: Remove unused dTHX. Silenced another warning.
12182      Branch: perl
12183            ! perlio.c
12184 ____________________________________________________________________________
12185 [ 11972] By: sky                                   on 2001/09/10  11:54:25
12186         Log: Silence some more warnings INT2PTR.
12187      Branch: perl
12188            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
12189 ____________________________________________________________________________
12190 [ 11971] By: sky                                   on 2001/09/10  11:21:50
12191         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
12192      Branch: perl
12193            ! cop.h
12194 ____________________________________________________________________________
12195 [ 11970] By: sky                                   on 2001/09/10  11:17:25
12196         Log: Apply INT2PTR with force to silence warnings from
12197              PM_GETRE and friends. No more warnings with 64bit 
12198              IVs and 32bit pointers.    
12199      Branch: perl
12200            ! op.c op.h perl.c
12201 ____________________________________________________________________________
12202 [ 11969] By: sky                                   on 2001/09/10  10:13:02
12203         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
12204      Branch: perl
12205            ! pod/perlguts.pod
12206 ____________________________________________________________________________
12207 [ 11968] By: sky                                   on 2001/09/10  10:02:51
12208         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
12209              Rename to custop_op_name to Perl_custom_op_name to match perlapi
12210              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
12211              perl_clone.
12212      Branch: perl
12213            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
12214 ____________________________________________________________________________
12215 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
12216         Log: Using strlen() not good on embedded nul bytes.
12217      Branch: perl
12218            ! regcomp.c
12219 ____________________________________________________________________________
12220 [ 11966] By: ams                                   on 2001/09/09  21:06:13
12221         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
12222              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12223              Date: Mon, 13 Aug 2001 22:51:59 +0200
12224              Message-ID: <20010813225159.C6681@rafael>
12225              (Applied with several tweaks.)
12226      Branch: perl
12227            ! embed.h embed.pl proto.h toke.c
12228 ____________________________________________________________________________
12229 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
12230         Log: The exact error message is system-dependent.
12231      Branch: perl
12232            ! lib/ExtUtils/Manifest.t
12233 ____________________________________________________________________________
12234 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
12235         Log: Add Windows and Mac Sami support to Encode
12236              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
12237      Branch: perl
12238            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
12239            ! MANIFEST
12240 ____________________________________________________________________________
12241 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
12242         Log: Use the tried method.
12243      Branch: perl
12244            ! pod/perlport.pod
12245 ____________________________________________________________________________
12246 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
12247         Log: Can't count parentheses.
12248      Branch: perl
12249            ! ext/IO/lib/IO/Socket/INET.pm
12250 ____________________________________________________________________________
12251 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
12252         Log: perlport additions: 1 while unlink, add/delete directory
12253              entries and permissions, cygwin stat funkiness (from Michael
12254              Schwern and Nicholas Clark)
12255      Branch: perl
12256            ! pod/perlport.pod
12257 ____________________________________________________________________________
12258 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
12259         Log: blib does have a detectable test.
12260      Branch: perl
12261            ! t/lib/1_compile.t
12262 ____________________________________________________________________________
12263 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
12264         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
12265              From: "chromatic" <chromatic@rmci.net>
12266              Date: Sat, 08 Sep 2001 19:33:42 -0600
12267              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
12268      Branch: perl
12269            + lib/Term/Complete.t
12270            ! MANIFEST
12271 ____________________________________________________________________________
12272 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
12273         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
12274              From: Michael G Schwern <schwern@pobox.com> 
12275              Date: Sat, 8 Sep 2001 02:40:26 -0400
12276              Message-ID: <20010908024026.A26283@blackrider>
12277      Branch: perl
12278            + lib/Test/Tutorial.pod
12279            ! MANIFEST
12280 ____________________________________________________________________________
12281 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
12282         Log: Try to look up protocol (by name) only iff it has non-numbers:
12283              nice if the server is in a chrooted environment (no /etc/protocols,
12284              server code using hardcorded protocol numbers like 6 for tcp),
12285              suggested by John Holdsworth <coldwave@bigfoot.com>.
12286              In other words, if we are given a number, why look it up again
12287              (by number)?
12288      Branch: perl
12289            ! ext/IO/lib/IO/Socket/INET.pm
12290 ____________________________________________________________________________
12291 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
12292         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
12293              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12294              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
12295              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
12296              
12297              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
12298              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12299              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
12300              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
12301              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
12302              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12303              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
12304              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
12305      Branch: perl
12306            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
12307 ____________________________________________________________________________
12308 [ 11955] By: ams                                   on 2001/09/09  02:54:21
12309         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
12310              From: "Craig A. Berry" <craigberry@mac.com>
12311              Date: Sat, 08 Sep 2001 19:02:16 -0500
12312              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
12313      Branch: perl
12314            ! lib/CGI/t/carp.t
12315 ____________________________________________________________________________
12316 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
12317         Log: Documentation tweaks; think the IP address as an opaque string.
12318      Branch: perl
12319            ! ext/Socket/Socket.pm
12320 ____________________________________________________________________________
12321 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
12322         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
12323              From: Michael G Schwern <schwern@pobox.com>
12324              Date: Sat, 8 Sep 2001 19:45:46 -0400
12325              Message-ID: <20010908194546.C9193@blackrider>
12326      Branch: perl
12327            + lib/blib.t
12328            ! MANIFEST lib/blib.pm t/lib/1_compile.t
12329 ____________________________________________________________________________
12330 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
12331         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
12332              From: "chromatic" <chromatic@rmci.net>
12333              Date: Sat, 08 Sep 2001 12:31:44 -0600
12334              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
12335      Branch: perl
12336            + lib/CGI/t/fast.t
12337            ! MANIFEST
12338 ____________________________________________________________________________
12339 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
12340         Log: The Socket tests were wrong: they were assuming too much.
12341      Branch: perl
12342            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
12343 ____________________________________________________________________________
12344 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
12345         Log: Retract the portability changes since they
12346              seem to have opened a can of worms... will
12347              go back to UNICOS/mk and do the bare minimum
12348              required to get the tests working.
12349      Branch: perl
12350            ! ext/Socket/Socket.xs
12351 ____________________________________________________________________________
12352 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
12353         Log: PADOFFSET is used to cast pointers into integers,
12354              if pointers are 64 bits and U32 32 bits,
12355              bad things may happen, or at least warnings issued.
12356      Branch: perl
12357            ! op.h
12358 ____________________________________________________________________________
12359 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
12360         Log: Still more Socket portability tweaking.
12361              Now Socket.t seems to be happy in all of
12362              Linux/x86, Tru64/alpha, Solaris/sparc,
12363              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
12364              
12365              Addendum: it seems that io_multihomed, io_sock, and hostent
12366              were broken in little-endians (linux/x86 and tru64/alpha)
12367              because of this change.  Argh.
12368      Branch: perl
12369            ! ext/Socket/Socket.xs
12370 ____________________________________________________________________________
12371 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
12372         Log: More portability kicking on inet_ntoa().
12373      Branch: perl
12374            ! ext/Socket/Socket.xs
12375 ____________________________________________________________________________
12376 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
12377         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
12378              From: Michael G Schwern <schwern@pobox.com> 
12379              Date: Fri, 7 Sep 2001 23:06:51 -0400
12380              Message-ID: <20010907230651.R606@blackrider>
12381      Branch: perl
12382            + lib/ExtUtils/Manifest.t
12383            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
12384 ____________________________________________________________________________
12385 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
12386         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
12387              From: "chromatic" <chromatic@rmci.net>
12388              Date: Fri, 07 Sep 2001 17:53:15 -0600      
12389              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
12390      Branch: perl
12391            + lib/ExtUtils/testlib.t
12392            ! MANIFEST
12393 ____________________________________________________________________________
12394 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
12395         Log: Thinko.
12396      Branch: perl
12397            ! lib/integer.t
12398 ____________________________________________________________________________
12399 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
12400         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
12401              From: "Craig A. Berry" <craigberry@mac.com>
12402              Date: Fri, 07 Sep 2001 15:30:03 -0500
12403              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
12404      Branch: perl
12405            ! lib/CGI/Carp.pm
12406 ____________________________________________________________________________
12407 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
12408         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
12409              From: Michael G Schwern <schwern@pobox.com>
12410              Date: Fri, 7 Sep 2001 15:38:13 -0400
12411              Message-ID: <20010907153813.K606@blackrider>
12412      Branch: perl
12413            ! lib/ExtUtils/MM_Unix.pm
12414 ____________________________________________________________________________
12415 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
12416         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
12417              From: Robin Barker <rmb1@cise.npl.co.uk>
12418              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
12419              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
12420      Branch: perl
12421            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
12422 ____________________________________________________________________________
12423 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
12424         Log: Clean up 1_compile.t; move tests to more consistent
12425              places (t/ subdirectories); add integer.t (much of
12426              the pragma is tested elsewhere but there is no one
12427              centralized place)
12428      Branch: perl
12429            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
12430            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
12431            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
12432            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
12433            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
12434            - lib/File/Find/find.t lib/File/Find/taint.t
12435            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
12436 ____________________________________________________________________________
12437 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
12438         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
12439              From: "chromatic" <chromatic@rmci.net>
12440              Date: Fri, 07 Sep 2001 10:17:40 -0600
12441              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
12442      Branch: perl
12443            ! lib/File/Find/taint.t
12444 ____________________________________________________________________________
12445 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
12446         Log: Update Changes.
12447      Branch: perl
12448            ! Changes patchlevel.h
12449 ____________________________________________________________________________
12450 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
12451         Log: Rename the old threading tutorial, start a new one,
12452              regen toc.
12453      Branch: perl
12454            + pod/perlothrtut.pod
12455            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
12456            ! pod/perltoc.pod
12457 ____________________________________________________________________________
12458 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
12459         Log: vars very much has a test.
12460      Branch: perl
12461            ! t/lib/1_compile.t
12462 ____________________________________________________________________________
12463 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
12464         Log: Subject: Re: wince/perl.ico marked as binary
12465              From: Nicholas Clark <nick@ccl4.org>
12466              Date: Fri, 7 Sep 2001 13:54:40 +0100
12467              Message-ID: <20010907135439.D39150@plum.flirble.org>
12468              
12469              and wince/Makefile.ce change from Rainer Keuchel.
12470      Branch: perl
12471            + wince/makeico.pl
12472            ! MANIFEST wince/Makefile.ce
12473 ____________________________________________________________________________
12474 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
12475         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
12476              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12477              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
12478              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
12479      Branch: perl
12480            ! regexec.c
12481 ____________________________________________________________________________
12482 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
12483         Log: (Replaced by #11934)
12484              Subject: Re: [PATCH regexec.c] more general .* and .*?
12485              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12486              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
12487              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
12488      Branch: perl
12489            ! regexec.c
12490 ____________________________________________________________________________
12491 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
12492         Log: The #11931 patching misbehaved.
12493      Branch: perl
12494            ! lib/Test/Harness/t/test-harness.t
12495 ____________________________________________________________________________
12496 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
12497         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
12498              From: Michael G Schwern <schwern@pobox.com>
12499              Date: Fri, 7 Sep 2001 03:30:41 -0400
12500              Message-ID: <20010907033041.A2796@blackrider>
12501      Branch: perl
12502            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
12503            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
12504            + t/lib/sample-tests/header_at_end_fail
12505            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
12506            - lib/Test/Harness.t
12507            ! MANIFEST lib/Test/Harness.pm t/TEST
12508 ____________________________________________________________________________
12509 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
12510         Log: Subject: [PATCH] Digest::MD5 update
12511              From: Gisle Aas <gisle@ActiveState.com>
12512              Date: 06 Sep 2001 23:32:56 -0700
12513              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
12514      Branch: perl
12515            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
12516            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
12517 ____________________________________________________________________________
12518 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
12519         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
12520              From: "chromatic" <chromatic@rmci.net>
12521              Date: Thu, 06 Sep 2001 23:11:44 -0600
12522              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
12523      Branch: perl
12524            + lib/less.t
12525            ! MANIFEST t/lib/1_compile.t
12526 ____________________________________________________________________________
12527 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
12528         Log: The binary file must somehow differently stored.
12529      Branch: perl
12530            - wince/perl.ico
12531            ! MANIFEST
12532 ____________________________________________________________________________
12533 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
12534         Log: Add more modules to the list of modules that have tests,
12535              Schwern's wallet is getting more nervous.
12536              (Run t/lib/1_compile.t manually to see which modules
12537              are lacking tests, or the tests can't be run for some
12538              reason or another, such as the Net:: modules)
12539      Branch: perl
12540            ! t/lib/1_compile.t
12541 ____________________________________________________________________________
12542 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
12543         Log: Try to make Socket::inet_ntoa() more robust.
12544      Branch: perl
12545            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
12546 ____________________________________________________________________________
12547 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
12548         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
12549              From: chromatic <chromatic@rmci.net>       
12550              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
12551              Message-Id: <01090522580506.19590@firewheel>           
12552      Branch: perl
12553            ! lib/English.t
12554 ____________________________________________________________________________
12555 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
12556         Log: Subject: Re: perlvar manpage and localizing special vars
12557              From: Stas Bekman <stas@stason.org>
12558              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
12559              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
12560      Branch: perl
12561            ! pod/perlvar.pod
12562 ____________________________________________________________________________
12563 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
12564         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
12565              From: Robin Barker <rmb1@cise.npl.co.uk>
12566              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
12567              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
12568      Branch: perl
12569            ! lib/ExtUtils/MakeMaker.pm
12570 ____________________________________________________________________________
12571 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
12572         Log: Symbol missing; AIX unhappy.
12573      Branch: perl
12574            ! makedef.pl
12575 ____________________________________________________________________________
12576 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
12577         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
12578              Reported in 5.61, seems to work okay in blead.
12579      Branch: perl
12580            ! t/run/kill_perl.t
12581 ____________________________________________________________________________
12582 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
12583         Log: Update Changes.
12584      Branch: perl
12585            ! Changes patchlevel.h
12586 ____________________________________________________________________________
12587 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
12588         Log: Document the bad assumptions currently breaking
12589              the Socket.t tests 10, 11, and 13 in UNICOS.
12590      Branch: perl
12591            ! ext/Socket/Socket.xs
12592 ____________________________________________________________________________
12593 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
12594         Log: Subject: [PATCH x2p] make OPTIMIZE=...
12595              From: Robin Barker <rmb1@cise.npl.co.uk>
12596              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
12597              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
12598      Branch: perl
12599            ! x2p/Makefile.SH x2p/cflags.SH
12600 ____________________________________________________________________________
12601 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
12602         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
12603              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
12604              Date: Thu, 6 Sep 2001 11:09:40 +0100
12605              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
12606              
12607              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
12608              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12609              Date: 6 Sep 2001 10:14:38 -0000
12610              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
12611      Branch: perl
12612            ! pod/perlfaq1.pod pod/perlhack.pod
12613 ____________________________________________________________________________
12614 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
12615         Log: Subject: Extra NUL is Data::Dumper output - patch
12616              From: Tony Cook <tony@develop-help.com>
12617              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
12618              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
12619      Branch: perl
12620            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
12621 ____________________________________________________________________________
12622 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
12623         Log: Avoid redefinition warning
12624              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
12625              from
12626              perl -w -Ilib -MCwd -e ''
12627      Branch: perl
12628            ! lib/Cwd.pm
12629 ____________________________________________________________________________
12630 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
12631         Log: Update the is_tainted() example implementation.
12632      Branch: perl
12633            ! pod/perlsec.pod
12634 ____________________________________________________________________________
12635 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
12636         Log: Missing) in #11912.
12637      Branch: perl
12638            ! lib/Test/Simple/t/fail.t
12639 ____________________________________________________________________________
12640 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
12641         Log: Rewhack Test-Simple into core harness.
12642      Branch: perl
12643            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12644            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
12645            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
12646            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
12647            ! lib/Test/Simple/t/skipall.t
12648 ____________________________________________________________________________
12649 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
12650         Log: Workaround for the new Exporter 'feature'.
12651      Branch: perl
12652            ! lib/Test/More.pm
12653 ____________________________________________________________________________
12654 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
12655         Log: Re-introduce pure-Perl fall-back for abs_path,
12656              re-introduce #11898.
12657      Branch: perl
12658            ! lib/Cwd.pm lib/File/Find.pm
12659 ____________________________________________________________________________
12660 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
12661         Log: More tests.
12662      Branch: perl
12663            ! lib/Exporter.t
12664 ____________________________________________________________________________
12665 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
12666         Log: Retract #11898 for now because it introduces
12667              a rather nasty depencency: when B is being built,
12668              MakeMaker is used.  MakeMaker uses File::Find.
12669              File::Find uses Cwd::getcwd()...which doesn't
12670              exist yet.
12671      Branch: perl
12672            ! lib/File/Find.pm
12673 ____________________________________________________________________________
12674 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
12675         Log: New test welcome.
12676      Branch: perl
12677            + lib/Test/Simple/t/simple.t
12678 ____________________________________________________________________________
12679 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
12680         Log: Old test begone.
12681      Branch: perl
12682            - lib/Attribute/Handlers/test.pl
12683 ____________________________________________________________________________
12684 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
12685         Log: Test-Simple syncup from Schwern.
12686      Branch: perl
12687            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
12688            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
12689            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
12690            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
12691            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
12692            - lib/Test/More/Changes lib/Test/More/t/More.t
12693            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
12694            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
12695            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
12696            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
12697            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
12698            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
12699            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
12700            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
12701            ! t/lib/Test/Simple/sample_tests/death.plx
12702            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
12703            ! t/lib/Test/Simple/sample_tests/extras.plx
12704            ! t/lib/Test/Simple/sample_tests/five_fail.plx
12705            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
12706            ! t/lib/Test/Simple/sample_tests/one_fail.plx
12707            ! t/lib/Test/Simple/sample_tests/require.plx
12708            ! t/lib/Test/Simple/sample_tests/success.plx
12709            ! t/lib/Test/Simple/sample_tests/too_few.plx
12710            ! t/lib/Test/Simple/sample_tests/two_fail.plx
12711 ____________________________________________________________________________
12712 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
12713         Log: Integrate File::Find changes from bleadperl
12714      Branch: maint-5.6/macperl
12715            ! lib/File/Find.pm t/lib/filefind-taint.t
12716 ____________________________________________________________________________
12717 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
12718         Log: Integrate 11847 from maint-5.6/perl
12719      Branch: maint-5.6/macperl
12720           !> sv.c
12721 ____________________________________________________________________________
12722 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
12723         Log: In UNICOS division yada yada.
12724      Branch: perl
12725            ! t/op/override.t
12726 ____________________________________________________________________________
12727 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
12728         Log: In UNICOS division is really lossy, better use
12729              a tolerance test.
12730      Branch: perl
12731            ! ext/Time/HiRes/HiRes.t
12732 ____________________________________________________________________________
12733 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
12734         Log: In UNICOS sigaction() sets an extra flag
12735              ("the signal has been registered for all the processes in
12736              a multitasking group.")
12737      Branch: perl
12738            ! ext/POSIX/sigaction.t
12739 ____________________________________________________________________________
12740 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
12741         Log: Documentation micropatch from Damian.
12742      Branch: perl
12743            ! lib/Attribute/Handlers.pm
12744 ____________________________________________________________________________
12745 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
12746         Log: (Retracted by #11908)
12747              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
12748              From: Michael G Schwern <schwern@pobox.com>
12749              Date: Wed, 5 Sep 2001 15:58:21 -0400
12750              Message-ID: <20010905155821.I632@blackrider>
12751      Branch: perl
12752            ! lib/File/Find.pm lib/File/Find/taint.t
12753 ____________________________________________________________________________
12754 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
12755         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
12756              From: Michael G Schwern <schwern@pobox.com>
12757              Date: Wed, 5 Sep 2001 19:16:31 -0400
12758              Message-ID: <20010905191631.E11386@blackrider>
12759      Branch: perl
12760            + lib/CGI/t/carp.t
12761            ! MANIFEST
12762 ____________________________________________________________________________
12763 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
12764         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
12765              From: chromatic <chromatic@rmci.net>
12766              Date: Wed, 5 Sep 2001 18:08:07 -0600
12767              Message-Id: <01090518080700.19590@firewheel>
12768      Branch: perl
12769            ! lib/English.pm
12770 ____________________________________________________________________________
12771 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
12772         Log: Fix a typo #11889 and add a test for the same.
12773      Branch: perl
12774            ! ext/Socket/Socket.t ext/Socket/Socket.xs
12775 ____________________________________________________________________________
12776 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
12777         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
12778              From: "Craig A. Berry" <craigberry@mac.com>
12779              Date: Wed, 05 Sep 2001 17:48:54 -0500
12780              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
12781      Branch: perl
12782            ! lib/warnings.t t/run/kill_perl.t
12783 ____________________________________________________________________________
12784 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
12785         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
12786              From: Michael G Schwern <schwern@pobox.com>
12787              Date: Wed, 5 Sep 2001 17:22:25 -0400
12788              Message-ID: <20010905172225.C11386@blackrider>
12789      Branch: perl
12790            ! t/run/kill_perl.t
12791 ____________________________________________________________________________
12792 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
12793         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
12794              From: Nicholas Clark <nick@ccl4.org>
12795              Date: Wed, 5 Sep 2001 20:54:24 +0100
12796              Message-ID: <20010905205424.C25120@plum.flirble.org>
12797      Branch: perl
12798            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
12799 ____________________________________________________________________________
12800 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
12801         Log: Forgotten thing.
12802      Branch: perl
12803            ! uconfig.h
12804 ____________________________________________________________________________
12805 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
12806         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
12807              From: chromatic <chromatic@rmci.net>               
12808              Date: Wed, 5 Sep 2001 13:22:08 -0600
12809              Message-Id: <01090513220807.10587@firewheel> 
12810      Branch: perl
12811            ! lib/English.pm
12812 ____________________________________________________________________________
12813 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
12814         Log: inet_ntoa() tweaks:
12815              - don't allow addresses with > 255 characters
12816              - indent the HP-UX workaround
12817              - don't leak memory
12818      Branch: perl
12819            ! ext/Socket/Socket.xs
12820 ____________________________________________________________________________
12821 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
12822         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
12823              <xwu@theeducationcenter.com>
12824      Branch: perl
12825            ! lib/File/Find.pm
12826 ____________________________________________________________________________
12827 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
12828         Log: Typo nits.
12829      Branch: perl
12830            ! lib/File/Find.pm
12831 ____________________________________________________________________________
12832 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
12833         Log: -Wall nit.
12834      Branch: perl
12835            ! op.c
12836 ____________________________________________________________________________
12837 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
12838         Log: Update to Scalar-List-Utils 1.05
12839      Branch: perl
12840            ! ext/List/Util/ChangeLog ext/List/Util/README
12841            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
12842 ____________________________________________________________________________
12843 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
12844         Log: Update Changes.
12845      Branch: perl
12846            ! Changes patchlevel.h
12847 ____________________________________________________________________________
12848 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
12849         Log: Update to Scalar-List-Utils 1.04
12850      Branch: perl
12851            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
12852            ! ext/List/Util/lib/List/Util.pm
12853            ! ext/List/Util/lib/Scalar/Util.pm
12854 ____________________________________________________________________________
12855 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
12856         Log: Metaconfigify #11724.
12857      Branch: metaconfig
12858            ! U/threads/archname.U
12859 ____________________________________________________________________________
12860 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
12861         Log: The MacOS reference is okay, no reason to hide it.
12862      Branch: perl
12863            ! lib/Cwd.pm
12864 ____________________________________________________________________________
12865 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
12866         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
12867              From: Michael G Schwern <schwern@pobox.com>
12868              Date: Tue, 4 Sep 2001 15:30:10 -0400
12869              Message-ID: <20010904153010.H26466@blackrider> 
12870              
12871              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
12872      Branch: perl
12873            ! ext/Cwd/Makefile.PL lib/Cwd.pm
12874 ____________________________________________________________________________
12875 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
12876         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.))
12877              From: Michael G Schwern <schwern@pobox.com>
12878              Date: Tue, 4 Sep 2001 17:39:13 -0400
12879              Message-ID: <20010904173913.C626@blackrider>
12880      Branch: perl
12881            ! lib/Cwd.pm
12882 ____________________________________________________________________________
12883 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
12884         Log: Subject: Re: Perl_pp_* in public API?
12885              From: "Craig A. Berry" <craigberry@mac.com>
12886              Date: Tue, 4 Sep 2001 21:51:29 -0500
12887              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
12888      Branch: perl
12889            ! ext/List/Util/Util.xs
12890 ____________________________________________________________________________
12891 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
12892         Log: From Damian: Class::Struct was unable to define
12893              recursive classes.  After the patch an object reference
12894              (rather than a hash) is required to initialize
12895              an object attribute.  If no such initializer is given to
12896              the constructor, object attributes are now default
12897              initialized to C<undef>.
12898      Branch: perl
12899            ! lib/Class/Struct.pm lib/Class/Struct.t
12900 ____________________________________________________________________________
12901 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
12902         Log: Subject: Re: sv_catpvfn and sv_setpvfn
12903              From: Richard Soderberg <rs@oregonnet.com>
12904              Date: Tue, 4 Sep 2001 15:16:47 -0700
12905              Message-Id: <200109042216.PAA17858@oregonnet.com>
12906      Branch: perl
12907            ! pod/perlclib.pod pod/perlguts.pod
12908 ____________________________________________________________________________
12909 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
12910         Log: NetWare updates from Ananth Kesari.
12911      Branch: perl
12912            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
12913            ! NetWare/nw5thread.h
12914 ____________________________________________________________________________
12915 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
12916         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?))
12917              From: Nicholas Clark <nick@ccl4.org>
12918              Date: Tue, 4 Sep 2001 22:42:50 +0100
12919              Message-ID: <20010904224250.P25120@plum.flirble.org>
12920      Branch: perl
12921            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
12922            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
12923            ! t/op/oct.t toke.c
12924 ____________________________________________________________________________
12925 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
12926         Log: Fix Cwd::getcwd() not being tainted, as noticed
12927              by Schwern.
12928      Branch: perl
12929            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
12930            - ext/Cwd/Cwd.t
12931            ! MANIFEST ext/Cwd/Cwd.xs util.c
12932 ____________________________________________________________________________
12933 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
12934         Log: Retract #11870 and volatilize the right destruct_level.
12935              Silly thinko pointed out by Sarathy.
12936      Branch: perl
12937            ! intrpvar.h perl.c
12938 ____________________________________________________________________________
12939 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
12940         Log: At least a temporary fix for the mysterious scope core dumps
12941              in Tru64 from Graham.
12942      Branch: perl
12943            ! ext/List/Util/Util.xs
12944 ____________________________________________________________________________
12945 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
12946         Log: (Retracted by #11872)
12947      Branch: perl
12948            ! intrpvar.h
12949 ____________________________________________________________________________
12950 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
12951         Log: Quench a -Wall gripe noticed by Robin Barker.
12952      Branch: perl
12953            ! op.c
12954 ____________________________________________________________________________
12955 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
12956         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
12957              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12958              Date: Wed, 05 Sep 2001 02:01:32 +0900
12959              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
12960      Branch: perl
12961            ! lib/Unicode/UCD.pm
12962 ____________________________________________________________________________
12963 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
12964         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
12965              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12966              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
12967              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
12968      Branch: perl
12969            ! gv.c
12970 ____________________________________________________________________________
12971 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
12972         Log: Update Changes.
12973      Branch: perl
12974            ! Changes patchlevel.h
12975 ____________________________________________________________________________
12976 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
12977         Log: Add the \[$@%&*] prototype support.
12978      Branch: perl
12979            ! op.c pod/perlsub.pod t/comp/proto.t
12980 ____________________________________________________________________________
12981 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
12982         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
12983              From: Michael G Schwern <schwern@pobox.com>
12984              Date: Mon, 3 Sep 2001 18:59:01 -0400
12985              Message-ID: <20010903185901.Z9233@blackrider>
12986      Branch: perl
12987            ! lib/CGI/t/form.t
12988 ____________________________________________________________________________
12989 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
12990         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
12991              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12992              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
12993              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
12994      Branch: perl
12995            ! gv.c
12996 ____________________________________________________________________________
12997 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
12998         Log: More srand entry tweakage based on Randal's suggestion.
12999      Branch: perl
13000            ! pod/perlfunc.pod
13001 ____________________________________________________________________________
13002 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
13003         Log: Subject: [PATCH] 'main' *is* a reserved word
13004              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13005              Date: Mon, 3 Sep 2001 22:55:41 +0200
13006              Message-ID: <20010903225541.A24097@rafael>
13007      Branch: perl
13008            ! toke.c
13009 ____________________________________________________________________________
13010 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
13011         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
13012              From: Peter Prymmer <pvhp@best.com>
13013              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
13014              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
13015      Branch: perl
13016            ! README.vms configure.com
13017 ____________________________________________________________________________
13018 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
13019         Log: Subject: Re: A slightly better default seed?   
13020              From: Michael G Schwern <schwern@pobox.com>
13021              Date: Mon, 3 Sep 2001 18:08:15 -0400 
13022              Message-ID: <20010903180815.W9233@blackrider>
13023      Branch: perl
13024            ! t/op/srand.t
13025 ____________________________________________________________________________
13026 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
13027         Log: Add sharedsv.o to microperl object files.
13028      Branch: perl
13029            ! Makefile.micro
13030 ____________________________________________________________________________
13031 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
13032         Log: AUTHORS updates and
13033              
13034              Subject: [PATCH] Just some preening :-)        
13035              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
13036              Date: Tue, 4 Sep 2001 14:16:59 +0100
13037              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
13038      Branch: perl
13039            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
13040 ____________________________________________________________________________
13041 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
13042         Log: Typo fix and slight rewording.
13043      Branch: perl
13044            ! pod/perlfunc.pod
13045 ____________________________________________________________________________
13046 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
13047         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
13048      Branch: perl
13049            ! pod/perlfaq4.pod
13050 ____________________________________________________________________________
13051 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
13052         Log: The helper file changed name.
13053      Branch: perl
13054            ! MANIFEST
13055 ____________________________________________________________________________
13056 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
13057         Log: Update to Scalar-List-Utils 1.03
13058      Branch: perl
13059            + ext/List/Util/t/shuffle.t
13060            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
13061            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
13062            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
13063            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
13064            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
13065            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
13066            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
13067            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
13068 ____________________________________________________________________________
13069 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
13070         Log: Make crypt() do something more sane for Unicode
13071              (take crypt() of the low eight bits of the characters,
13072              instead of taking crypt() of the UTF-8 of the scalar);
13073              add a test for crypt().
13074      Branch: perl
13075            + t/op/crypt.t
13076            ! MANIFEST pod/perlfunc.pod pp.c
13077 ____________________________________________________________________________
13078 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
13079         Log: Reorganize the srand entry.
13080      Branch: perl
13081            ! pod/perlfunc.pod
13082 ____________________________________________________________________________
13083 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
13084         Log: Remove the tests that assume something about
13085              calling srand() without arguments multiple times.
13086      Branch: perl
13087            ! t/op/srand.t
13088 ____________________________________________________________________________
13089 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
13090         Log: Upgrade to Math::BigInt 1.42.
13091      Branch: perl
13092            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13093            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
13094            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
13095            ! lib/Math/BigInt/t/mbimbf.t
13096 ____________________________________________________________________________
13097 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
13098         Log: integrate change#11847 from maint-5.6
13099              
13100              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
13101      Branch: perl
13102            ! sv.c
13103 ____________________________________________________________________________
13104 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
13105         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
13106      Branch: maint-5.6/perl
13107            ! sv.c
13108 ____________________________________________________________________________
13109 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
13110         Log: As far as I can tell these functions have been Unicodified.
13111      Branch: perl
13112            ! doop.c
13113 ____________________________________________________________________________
13114 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
13115         Log: Update to Storable 1.0.13.
13116      Branch: perl
13117            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13118            ! ext/Storable/Storable.xs
13119 ____________________________________________________________________________
13120 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
13121         Log: Patch the Filter::Simple test to work with
13122              the core test suite (since the FilterTest.pm
13123              is in t/lib, not in lib).
13124      Branch: perl
13125            ! lib/Filter/Simple/t/filter.t
13126 ____________________________________________________________________________
13127 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
13128         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
13129      Branch: perl
13130            + t/lib/FilterTest.pm
13131            - t/lib/MyFilter.pm
13132 ____________________________________________________________________________
13133 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
13134         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
13135              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
13136              Text::Balanced 1.86.
13137      Branch: perl
13138            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
13139            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
13140            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
13141            + lib/Switch/t/nested.t lib/Switch/t/switch.t
13142            + lib/Text/Balanced/Changes lib/Text/Balanced/README
13143            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
13144            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
13145            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
13146            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
13147            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
13148            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
13149            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
13150            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
13151            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
13152            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
13153            ! MANIFEST lib/Attribute/Handlers.pm
13154            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
13155            ! lib/Attribute/Handlers/demo/Demo.pm
13156            ! lib/Attribute/Handlers/demo/Descriptions.pm
13157            ! lib/Attribute/Handlers/demo/MyClass.pm
13158            ! lib/Attribute/Handlers/demo/demo.pl
13159            ! lib/Attribute/Handlers/demo/demo2.pl
13160            ! lib/Attribute/Handlers/demo/demo3.pl
13161            ! lib/Attribute/Handlers/demo/demo4.pl
13162            ! lib/Attribute/Handlers/demo/demo_call.pl
13163            ! lib/Attribute/Handlers/demo/demo_chain.pl
13164            ! lib/Attribute/Handlers/demo/demo_cycle.pl
13165            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
13166            ! lib/Attribute/Handlers/demo/demo_phases.pl
13167            ! lib/Attribute/Handlers/demo/demo_range.pl
13168            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
13169            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
13170            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
13171            ! lib/Text/Balanced.pm
13172 ____________________________________________________________________________
13173 [ 11841] By: sky                                   on 2001/09/03  11:04:15
13174         Log: Forgot to add a file with Change #11840
13175      Branch: perl
13176            + t/op/srand.t
13177 ____________________________________________________________________________
13178 [ 11840] By: sky                                   on 2001/09/03  11:02:04
13179         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
13180              From: Michael G Schwern <schwern@pobox.com>
13181              Date: Mon, 3 Sep 2001 07:43:00 -0400
13182              Message-ID: <20010903074300.E9233@blackrider>
13183      Branch: perl
13184            ! MANIFEST pod/perlfunc.pod t/op/rand.t
13185 ____________________________________________________________________________
13186 [ 11839] By: sky                                   on 2001/09/03  10:47:11
13187         Log: Document the changes with regards to running of END blocks.
13188              And DESTROY on global objects are called in perl_destruct()!
13189      Branch: perl
13190            ! pod/perl572delta.pod pod/perlembed.pod
13191 ____________________________________________________________________________
13192 [ 11838] By: sky                                   on 2001/09/03  09:34:44
13193         Log: Subject: [PATCH t/op/time.t] Partial cleanup
13194              From: Michael G Schwern <schwern@pobox.com>
13195              Date: Mon, 3 Sep 2001 06:29:42 -0400
13196              Message-ID: <20010903062942.C9233@blackrider>
13197      Branch: perl
13198            ! t/op/time.t
13199 ____________________________________________________________________________
13200 [ 11837] By: sky                                   on 2001/09/03  09:30:02
13201         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
13202              From: Michael G Schwern <schwern@pobox.com>
13203              Date: Mon, 3 Sep 2001 06:24:13 -0400
13204              Message-ID: <20010903062413.B9233@blackrider>
13205      Branch: perl
13206            ! t/op/rand.t
13207 ____________________________________________________________________________
13208 [ 11836] By: sky                                   on 2001/09/03  07:56:47
13209         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
13210              From: Michael G Schwern <schwern@pobox.com>
13211              Date: Sun, 2 Sep 2001 21:38:43 -0400
13212              Message-ID: <20010902213843.L2711@blackrider>
13213      Branch: perl
13214            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
13215            ! MANIFEST
13216 ____________________________________________________________________________
13217 [ 11835] By: nick                                  on 2001/09/03  06:20:06
13218         Log: Integrate mainline
13219      Branch: perlio
13220           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
13221            - t/op/misc.t
13222           !> (integrate 187 files)
13223 ____________________________________________________________________________
13224 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
13225         Log: Update Changes.
13226      Branch: perl
13227            ! Changes patchlevel.h
13228 ____________________________________________________________________________
13229 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
13230         Log: Slight tweaks.
13231      Branch: perl
13232            ! t/run/kill_perl.t
13233 ____________________________________________________________________________
13234 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
13235         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
13236      Branch: perl
13237            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13238 ____________________________________________________________________________
13239 [ 11831] By: sky                                   on 2001/09/02  12:10:42
13240         Log: Change #11828 wasn't complete, this updates to intest path
13241      Branch: perl
13242            ! t/run/kill_perl.t
13243 ____________________________________________________________________________
13244 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
13245         Log: 's's's.
13246      Branch: perl
13247            ! Changes
13248 ____________________________________________________________________________
13249 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
13250         Log: Update Changes.
13251      Branch: perl
13252            ! Changes patchlevel.h
13253 ____________________________________________________________________________
13254 [ 11828] By: sky                                   on 2001/09/02  11:53:56
13255         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
13256              From: Michael G Schwern <schwern@pobox.com>
13257              Date: Sat, 1 Sep 2001 20:18:58 -0400
13258              Message-ID: <20010901201858.X606@blackrider>
13259              +MANIFEST Fix
13260      Branch: perl
13261            + t/run/kill_perl.t
13262            - t/op/misc.t t/run/segfault.t
13263            ! MANIFEST
13264 ____________________________________________________________________________
13265 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
13266         Log: Subject: [PATCH] lib/Time/Local.pm
13267              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13268              Date: Sun, 2 Sep 2001 06:50:01 -0500
13269              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
13270      Branch: perl
13271            ! lib/Time/Local.pm
13272 ____________________________________________________________________________
13273 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
13274         Log: Tick off Unicode collation and the normalization from
13275              the todo list.
13276      Branch: perl
13277            ! pod/perltodo.pod
13278 ____________________________________________________________________________
13279 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
13280         Log: Update to Unicode 3.1.1.
13281      Branch: perl
13282            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
13283            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
13284            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
13285            ! lib/unicore/PropList.txt lib/unicore/README.perl
13286            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
13287            ! lib/unicore/rename lib/unicore/version
13288 ____________________________________________________________________________
13289 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
13290         Log: Slight doc tweaks for the module.
13291      Branch: perl
13292            ! lib/Unicode/UCD.pm
13293 ____________________________________________________________________________
13294 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
13295         Log: Rename the variable: it *used* to be (wrongly) that the
13296              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
13297              but that is no more the case: PL_reg_match_utf8 is better.
13298      Branch: perl
13299            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
13300            ! regexec.c sv.c thrdvar.h
13301 ____________________________________________________________________________
13302 [ 11822] By: ams                                   on 2001/09/02  02:54:50
13303         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
13304              From: Ilmari Karonen <iltzu@sci.fi>
13305              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
13306              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
13307              (op/sub_lval.t updated to take new error message into account.)
13308      Branch: perl
13309            ! op.c t/op/sub_lval.t
13310 ____________________________________________________________________________
13311 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
13312         Log: remove stray CRs in files; keep all files with UNIX line-ends
13313              (Porting/makerel adds CRs to the files that need it in the
13314              distribution)
13315      Branch: perl
13316            ! NetWare/t/NWScripts.pl README.dos
13317            ! ext/Encode/Encode/cns11643-1.enc
13318            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
13319            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
13320 ____________________________________________________________________________
13321 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
13322         Log: some remnants of change#11803
13323      Branch: perl
13324            ! ext/ByteLoader/byterun.h perl.h
13325 ____________________________________________________________________________
13326 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
13327         Log: Update to Unicode::Collate 0.08.
13328      Branch: perl
13329            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
13330            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
13331 ____________________________________________________________________________
13332 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
13333         Log: Test tweaks.
13334      Branch: perl
13335            ! t/op/pat.t
13336 ____________________________________________________________________________
13337 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
13338         Log: Fix test
13339      Branch: maint-5.6/macperl
13340            ! t/lib/b.t
13341 ____________________________________________________________________________
13342 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
13343         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
13344              warnings in Config.pm with -W; increase default and
13345              minimum RAM; bump version number.
13346      Branch: maint-5.6/macperl
13347            + macos/lib/Mac/LowMem.pm
13348            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
13349            ! macos/configpm macos/macperl/MacPerl.r
13350 ____________________________________________________________________________
13351 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
13352         Log: Make syntax check report in MPW style, fix tests
13353              to use Mac::err=unix to get normal-style error
13354              messages.
13355      Branch: maint-5.6/macperl
13356            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
13357            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
13358 ____________________________________________________________________________
13359 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
13360         Log: Make MPW-style errors optional (but the default); add
13361              MacPerl::ErrorFormat() function and Mac::err pragma
13362      Branch: maint-5.6/macperl
13363            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
13364            + macos/ext/Mac/err/err.xs
13365            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
13366            ! macos/macish.c macos/macish.h macos/macperl.sym
13367 ____________________________________________________________________________
13368 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
13369         Log: More module and test ports from Thomas Wegner et al
13370      Branch: maint-5.6/macperl
13371            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
13372            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
13373            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
13374            ! t/op/magic.t
13375 ____________________________________________________________________________
13376 [ 11812] By: sky                                   on 2001/09/01  17:19:30
13377         Log: Subject: [PATCH t/op/concat.t] cleanup
13378              From: Michael G Schwern <schwern@pobox.com>
13379              Date: Sat, 1 Sep 2001 14:06:28 -0400
13380              Message-ID: <20010901140628.C606@blackrider>
13381      Branch: perl
13382            ! t/op/concat.t
13383 ____________________________________________________________________________
13384 [ 11811] By: sky                                   on 2001/09/01  12:25:29
13385         Log: Change #11805 didn't update the MANIFEST
13386      Branch: perl
13387            ! MANIFEST
13388 ____________________________________________________________________________
13389 [ 11810] By: sky                                   on 2001/09/01  11:52:44
13390         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
13391              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13392              Date: Sat, 1 Sep 2001 14:50:14 +0200
13393              Message-ID: <20010901145014.A691@rafael>
13394      Branch: perl
13395            ! t/op/inccode.t
13396 ____________________________________________________________________________
13397 [ 11809] By: sky                                   on 2001/09/01  11:49:22
13398         Log: Subject: PATCH: ExtUtils::MakeMaker
13399              From: Tony Bowden <tony@kasei.com>
13400              Date: Sat, 1 Sep 2001 10:33:53 +0100
13401              Message-ID: <20010901103353.A13863@soto.kasei.com>
13402              Manually applied
13403      Branch: perl
13404            ! lib/ExtUtils/MakeMaker.pm
13405 ____________________________________________________________________________
13406 [ 11808] By: sky                                   on 2001/09/01  11:39:13
13407         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
13408              From: mike808@users.sourceforge.net
13409              Date: Sat, 1 Sep 101 11:27:50 GMT
13410              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
13411              With little tweak
13412      Branch: perl
13413            ! lib/Term/Cap.pm
13414 ____________________________________________________________________________
13415 [ 11807] By: ams                                   on 2001/09/01  11:31:16
13416         Log: Subject: oct() and hex()
13417              From: Nicholas Clark <nick@ccl4.org>
13418              Date: Fri, 31 Aug 2001 23:14:13 +0100
13419              Message-Id: <20010831231413.J4950@plum.flirble.org>
13420      Branch: perl
13421            ! pod/perlclib.pod
13422 ____________________________________________________________________________
13423 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
13424         Log: Integrate change 11801 from maintperl
13425      Branch: maint-5.6/macperl
13426            ! perl.c
13427 ____________________________________________________________________________
13428 [ 11805] By: sky                                   on 2001/08/31  21:35:10
13429         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
13430              From: Michael G Schwern <schwern@pobox.com>
13431              Date: Fri, 31 Aug 2001 15:36:28 -0400
13432              Message-ID: <20010831153628.B598@blackrider>
13433              Check for things which used to segfault
13434      Branch: perl
13435            + t/run/segfault.t
13436 ____________________________________________________________________________
13437 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
13438         Log: integrate change#11801 from maint-5.6
13439              
13440              remove age-old UNICOS "workaround" that introduces a static, and
13441              hence an egregious race condition for threaded builds (*sigh*
13442              beats me why this kludge wasn't guarded by a UNICOS-specific
13443              #define *sigh*)
13444      Branch: perl
13445            ! perl.c
13446 ____________________________________________________________________________
13447 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
13448         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
13449              working in 5.7.x
13450      Branch: perl
13451            - objXSUB.h
13452            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
13453            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
13454            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
13455            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
13456            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
13457            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
13458            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
13459            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13460            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
13461            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
13462            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
13463            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13464            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
13465            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
13466            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
13467            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
13468            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
13469            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
13470            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
13471            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
13472            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
13473            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
13474 ____________________________________________________________________________
13475 [ 11802] By: ams                                   on 2001/08/31  18:11:32
13476         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
13477              From: "Philip Newton" <Philip.Newton@gmx.net>
13478              Date: Fri, 31 Aug 2001 21:12:56 +0200
13479              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
13480      Branch: perl
13481            ! pod/perldiag.pod
13482 ____________________________________________________________________________
13483 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
13484         Log: remove age-old UNICOS "workaround" that introduces a static, and
13485              hence an egregious race condition for threaded builds (*sigh*
13486              beats me why this kludge wasn't guarded by a UNICOS-specific
13487              #define *sigh*)
13488      Branch: maint-5.6/perl
13489            ! perl.c
13490 ____________________________________________________________________________
13491 [ 11800] By: sky                                   on 2001/08/31  17:30:26
13492         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
13493              Might break on platforms where bool is larger than 8 bites ???
13494      Branch: perl
13495            ! regcomp.c
13496 ____________________________________________________________________________
13497 [ 11799] By: ams                                   on 2001/08/31  12:15:44
13498         Log: Integrate 11778 into mainline.
13499      Branch: perl
13500            ! t/base/term.t
13501 ____________________________________________________________________________
13502 [ 11798] By: sky                                   on 2001/08/31  11:31:44
13503         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
13504              supposed to happen.
13505      Branch: perl
13506            ! regcomp.c
13507 ____________________________________________________________________________
13508 [ 11797] By: sky                                   on 2001/08/31  11:28:17
13509         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
13510              From: "John P. Linderman" <jpl@research.att.com>
13511              Date: Fri, 31 Aug 2001 08:20:35 -0400
13512              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
13513              Fixes test 14 which could fail randomly in rare cases.
13514      Branch: perl
13515            ! ext/Time/HiRes/HiRes.t regcomp.c
13516 ____________________________________________________________________________
13517 [ 11796] By: ams                                   on 2001/08/31  01:13:07
13518         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
13519              From: Nicholas Clark <nick@ccl4.org>
13520              Date: Thu, 30 Aug 2001 23:21:50 +0100
13521              Message-Id: <20010830232150.D4950@plum.flirble.org>
13522      Branch: perl
13523            ! ext/Sys/Syslog/Makefile.PL
13524 ____________________________________________________________________________
13525 [ 11795] By: ams                                   on 2001/08/30  23:53:23
13526         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
13527              patching example
13528              From: Michael G Schwern <schwern@pobox.com>
13529              Date: Thu, 30 Aug 2001 17:02:08 -0400
13530              Message-Id: <20010830170208.M2318@blackrider>
13531      Branch: perl
13532            ! pod/perlhack.pod
13533 ____________________________________________________________________________
13534 [ 11794] By: ams                                   on 2001/08/30  19:35:36
13535         Log: Subject: [PATCH] pp_modulo
13536              From: Nicholas Clark <nick@ccl4.org>
13537              Date: Thu, 30 Aug 2001 18:20:54 +0100
13538              Message-Id: <20010830182053.A4950@plum.flirble.org>
13539      Branch: perl
13540            ! pp.c t/op/64bitint.t
13541 ____________________________________________________________________________
13542 [ 11793] By: sky                                   on 2001/08/30  13:02:48
13543         Log: 11792 wasn't complete
13544      Branch: perl
13545            ! makedef.pl regcomp.c
13546 ____________________________________________________________________________
13547 [ 11792] By: sky                                   on 2001/08/30  12:21:11
13548         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
13549      Branch: perl
13550            ! makedef.pl
13551 ____________________________________________________________________________
13552 [ 11791] By: sky                                   on 2001/08/30  10:08:02
13553         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
13554      Branch: perl
13555            ! config_h.SH
13556 ____________________________________________________________________________
13557 [ 11790] By: sky                                   on 2001/08/30  08:22:31
13558         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
13559              on the pad. Fixes coredumps in cleanups introduced by
13560              Change 11755  
13561      Branch: perl
13562            ! op.c perl.c sv.h
13563 ____________________________________________________________________________
13564 [ 11789] By: sky                                   on 2001/08/29  19:01:47
13565         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
13566              This is a replacement implmentation that works on HPUX.
13567              This bug should probably be fixed in GCC.
13568      Branch: perl
13569            ! ext/Socket/Socket.xs
13570 ____________________________________________________________________________
13571 [ 11788] By: ams                                   on 2001/08/29  17:35:33
13572         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
13573              From: Nicholas Clark <nick@ccl4.org>
13574              Date: Wed, 29 Aug 2001 18:21:56 +0100
13575              Message-Id: <20010829182156.O4950@plum.flirble.org>
13576      Branch: perl
13577            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
13578 ____________________________________________________________________________
13579 [ 11787] By: sky                                   on 2001/08/29  10:42:54
13580         Log: Added test for pack_addr_in and unpack_addr_in
13581              Nitpik in test 10
13582      Branch: perl
13583            ! ext/Socket/Socket.t
13584 ____________________________________________________________________________
13585 [ 11786] By: sky                                   on 2001/08/29  10:28:14
13586         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
13587              Trying to catch errors on HP-UX
13588      Branch: perl
13589            ! ext/Socket/Socket.t
13590 ____________________________________________________________________________
13591 [ 11785] By: sky                                   on 2001/08/29  09:07:03
13592         Log: make sure USE_THREADS is defined so external apps work
13593      Branch: perl
13594            ! config_h.SH
13595 ____________________________________________________________________________
13596 [ 11784] By: sky                                   on 2001/08/29  08:06:12
13597         Log: Subject: Re: The hitlist of untested modules.
13598              From: Jonathan Stowe <gellyfish@gellyfish.com>
13599              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
13600              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
13601              Start of tests for Shell.pm (make Schwern poorer!)
13602      Branch: perl
13603            + lib/Shell.t
13604            ! MANIFEST
13605 ____________________________________________________________________________
13606 [ 11783] By: sky                                   on 2001/08/29  07:37:50
13607         Log: END{} can change the return value even if we die from BEGIN{}
13608      Branch: perl
13609            ! miniperlmain.c
13610 ____________________________________________________________________________
13611 [ 11782] By: ams                                   on 2001/08/29  06:32:17
13612         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
13613              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13614              Date: Wed, 29 Aug 2001 09:18:17 +0200
13615              Message-Id: <20010829091817.A4453@rafael>
13616      Branch: perl
13617            ! t/op/inccode.t
13618 ____________________________________________________________________________
13619 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
13620         Log: Delete xsubpp.patch, as full copy exists now
13621      Branch: maint-5.6/macperl
13622            - macos/xsubpp.patch
13623 ____________________________________________________________________________
13624 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
13625         Log: Add Changes file
13626      Branch: maint-5.6/macperl
13627            + macos/Changes
13628 ____________________________________________________________________________
13629 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
13630         Log: Add Mac version of xsubpp as separate file
13631      Branch: maint-5.6/macperl
13632            + macos/xsubpp
13633            ! macos/Makefile.mk
13634 ____________________________________________________________________________
13635 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
13636         Log: Fix open of /dev/null for Mac OS
13637      Branch: maint-5.6/macperl
13638            ! t/base/term.t
13639 ____________________________________________________________________________
13640 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
13641         Log: Various patches: enable more tests; skip CVS in PerlInstall;
13642              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
13643      Branch: maint-5.6/macperl
13644            ! macos/MacPerlTests.cmd macos/PerlInstall
13645            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
13646 ____________________________________________________________________________
13647 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
13648         Log: Allow for platforms to override formatting of errors
13649              on output from Matthias Neeracher (Mac files)
13650      Branch: maint-5.6/macperl
13651            ! macos/macish.c macos/macish.h
13652 ____________________________________________________________________________
13653 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
13654         Log: Allow for platforms to override formatting of errors
13655              on output from Matthias Neeracher (core files)
13656      Branch: maint-5.6/macperl
13657            ! perl.h pp_ctl.c util.c
13658 ____________________________________________________________________________
13659 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
13660         Log: Add some param checking, from reports by Kevin Reid.
13661      Branch: maint-5.6/macperl
13662            ! macos/ext/Mac/Controls/Controls.pm
13663            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
13664 ____________________________________________________________________________
13665 [ 11773] By: ams                                   on 2001/08/28  23:54:57
13666         Log: Subject: [PATCH] make coretest
13667              From: Paul Johnson <paul@pjcj.net>
13668              Date: Wed, 29 Aug 2001 00:11:38 +0200
13669              Message-Id: <20010829001138.B12169@pjcj.net>
13670              (Applied without the change to perlhack.pod. This should
13671              probably stay undocumented.)
13672      Branch: perl
13673            ! Makefile.SH t/TEST
13674 ____________________________________________________________________________
13675 [ 11772] By: sky                                   on 2001/08/28  13:01:20
13676         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
13677              From: Michael G Schwern <schwern@pobox.com>
13678              Date: Tue, 28 Aug 2001 09:57:39 -0400
13679              Message-ID: <20010828095738.E17775@blackrider>
13680      Branch: perl
13681            ! pod/perlhack.pod t/op/pack.t
13682 ____________________________________________________________________________
13683 [ 11771] By: sky                                   on 2001/08/28  11:20:13
13684         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
13685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13686              Date: Tue, 28 Aug 2001 14:23:43 +0200
13687              Message-ID: <20010828142343.A19299@rafael>
13688      Branch: perl
13689            ! pod/perlvar.pod pp_ctl.c
13690 ____________________________________________________________________________
13691 [ 11770] By: ams                                   on 2001/08/28  10:13:21
13692         Log: Subject: [PATCH] odd typo in op.h
13693              From: Nicholas Clark <nick@ccl4.org>
13694              Date: Tue, 28 Aug 2001 12:10:26 +0100
13695              Message-Id: <20010828121026.V4950@plum.flirble.org>
13696      Branch: perl
13697            ! op.h
13698 ____________________________________________________________________________
13699 [ 11769] By: sky                                   on 2001/08/28  08:09:16
13700         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
13701              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
13702              Date: Tue, 28 Aug 2001 02:22:20 +0300
13703              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
13704      Branch: perl
13705            ! ext/B/B/Lint.pm
13706 ____________________________________________________________________________
13707 [ 11768] By: ams                                   on 2001/08/28  00:47:35
13708         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
13709              From: Michael G Schwern <schwern@pobox.com>
13710              Date: Mon, 27 Aug 2001 21:24:44 -0400
13711              Message-Id: <20010827212444.F12582@blackrider>
13712      Branch: perl
13713            ! pod/perlhack.pod t/op/pack.t
13714 ____________________________________________________________________________
13715 [ 11767] By: ams                                   on 2001/08/27  23:59:48
13716         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
13717              From: Michael G Schwern <schwern@pobox.com>
13718              Date: Mon, 27 Aug 2001 20:12:29 -0400
13719              Message-Id: <20010827201229.D12582@blackrider>
13720      Branch: perl
13721            ! pod/perlhack.pod t/op/pack.t
13722 ____________________________________________________________________________
13723 [ 11766] By: ams                                   on 2001/08/27  23:39:40
13724         Log: Update Changes.
13725      Branch: perl
13726            ! Changes
13727 ____________________________________________________________________________
13728 [ 11765] By: ams                                   on 2001/08/27  22:53:10
13729         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
13730              From: Michael G Schwern <schwern@pobox.com>
13731              Date: Mon, 27 Aug 2001 19:47:30 -0400
13732              Message-Id: <20010827194730.C12582@blackrider>
13733      Branch: perl
13734            ! t/op/inccode.t
13735 ____________________________________________________________________________
13736 [ 11764] By: ams                                   on 2001/08/27  22:46:21
13737         Log: Subject: [PATCH] new tests for the coderef-in-@INC
13738              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13739              Date: Mon, 27 Aug 2001 22:36:27 +0200
13740              Message-Id: <20010827223627.C690@rafael>
13741              
13742              Subject: Re: [PATCH] new tests for the coderef-in-@INC
13743              From: Nicholas Clark <nick@ccl4.org>
13744              Date: Tue, 28 Aug 2001 00:02:46 +0100
13745              Message-Id: <20010828000245.R4950@plum.flirble.org>
13746      Branch: perl
13747            + t/op/inccode.t
13748            ! MANIFEST
13749 ____________________________________________________________________________
13750 [ 11763] By: ams                                   on 2001/08/27  22:41:09
13751         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
13752              bleadperl on fire, Win95+4NT)
13753              From: Michael G Schwern <schwern@pobox.com>
13754              Date: Mon, 27 Aug 2001 16:54:42 -0400
13755              Message-Id: <20010827165442.F9436@blackrider>
13756      Branch: perl
13757            ! lib/warnings.t
13758 ____________________________________________________________________________
13759 [ 11762] By: sky                                   on 2001/08/27  19:19:17
13760         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
13761              avaible at compile time. This broke the compilation of 
13762              Net/Ping.pm
13763      Branch: perl
13764            ! lib/Net/Ping.pm
13765 ____________________________________________________________________________
13766 [ 11761] By: sky                                   on 2001/08/27  18:34:48
13767         Log: Removed tripple definitions of CUSTOM_OP functions.
13768      Branch: perl
13769            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
13770 ____________________________________________________________________________
13771 [ 11760] By: sky                                   on 2001/08/27  18:21:27
13772         Log: Regen headers
13773      Branch: perl
13774            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
13775            ! perlapi.h proto.h
13776 ____________________________________________________________________________
13777 [ 11759] By: ams                                   on 2001/08/27  16:31:53
13778         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
13779              From: "chromatic" <chromatic@rmci.net>
13780              Date: Mon, 27 Aug 2001 11:17:09 -0600
13781              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
13782      Branch: perl
13783            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
13784 ____________________________________________________________________________
13785 [ 11758] By: sky                                   on 2001/08/27  15:16:42
13786         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
13787              Thanks to H. Merijn Brand for the patch.
13788              Some of the comments and or guards might be removable in perl.h now.
13789      Branch: perl
13790            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
13791            ! Porting/Glossary Porting/config_H README.threads config_h.SH
13792            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
13793            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
13794            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
13795            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
13796            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
13797            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
13798            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
13799            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
13800            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
13801            ! win32/config_H.vc win32/perllib.c win32/win32.h
13802            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
13803            ! wince/config.h wince/config_H.ce wince/win32.h
13804            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
13805 ____________________________________________________________________________
13806 [ 11757] By: sky                                   on 2001/08/27  13:39:16
13807         Log: Subject: GNU ld parses arguments different
13808              From: H.Merijn Brand <h.m.brand@hccnet.nl>
13809              Date: Mon, 27 Aug 2001 16:25:51 +0200
13810              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
13811      Branch: perl
13812            ! hints/hpux.sh
13813 ____________________________________________________________________________
13814 [ 11756] By: sky                                   on 2001/08/27  13:18:45
13815         Log: Subject: Custom Ops
13816              From: Simon Cozens <simon@netthink.co.uk>
13817              Date: Sat, 25 Aug 2001 17:45:09 +0100
13818              Message-ID: <20010825174509.A5752@netthink.co.uk>
13819              I also added a fix to Opcode.pm to quite test cases.
13820      Branch: perl
13821            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
13822            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
13823 ____________________________________________________________________________
13824 [ 11755] By: sky                                   on 2001/08/27  05:37:17
13825         Log: Plugs a memory leak on destruction of regular expressions
13826              introcued by #11274.
13827              PL_regex_padav now has an AV as it's first entry with a list
13828              of freed regex_padav slots that it will reuse on creating
13829              new PMOPs.
13830      Branch: perl
13831            ! op.c perl.c
13832 ____________________________________________________________________________
13833 [ 11754] By: ams                                   on 2001/08/26  14:38:52
13834         Log: Subject: [PATCH] t/io/binmode.t
13835              From: Nicholas Clark <nick@ccl4.org>
13836              Date: Sun, 26 Aug 2001 12:03:05 +0100
13837              Message-Id: <20010826120305.C4950@plum.flirble.org>
13838              
13839              (Also a nitpick in #11752 to t/op/universal.t)
13840      Branch: perl
13841            ! t/io/binmode.t t/op/universal.t
13842 ____________________________________________________________________________
13843 [ 11753] By: ams                                   on 2001/08/26  08:19:34
13844         Log: Subject: [PATCH] op/universal.t failing
13845              From: Nicholas Clark <nick@ccl4.org>
13846              Date: Sun, 26 Aug 2001 09:48:22 +0100
13847              Message-Id: <20010826094822.B4950@plum.flirble.org>
13848      Branch: perl
13849            ! t/op/universal.t
13850 ____________________________________________________________________________
13851 [ 11752] By: ams                                   on 2001/08/25  22:46:13
13852         Log: Subject: Re: 'can' with undefined subs
13853              From: Tony Bowden <tony@kasei.com>
13854              Date: Sat, 25 Aug 2001 14:58:17 +0100
13855              Message-Id: <20010825145817.A11788@soto.kasei.com>
13856              (Applied with minor modifications.)
13857      Branch: perl
13858            ! t/op/universal.t
13859 ____________________________________________________________________________
13860 [ 11751] By: ams                                   on 2001/08/25  18:28:43
13861         Log: Subject: Re: 'can' with undefined subs
13862              From: Tony Bowden <tony@kasei.com>
13863              Date: Sat, 25 Aug 2001 15:13:14 +0100
13864              Message-Id: <20010825151314.B11788@soto.kasei.com>
13865      Branch: perl
13866            ! lib/UNIVERSAL.pm
13867 ____________________________________________________________________________
13868 [ 11750] By: nick                                  on 2001/08/25  15:24:15
13869         Log: Integrate mainline
13870      Branch: perlio
13871           +> t/io/binmode.t
13872           !> (integrate 26 files)
13873 ____________________________________________________________________________
13874 [ 11749] By: nick                                  on 2001/08/25  14:55:41
13875         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
13876              From:  John Peacock <jpeacock@rowman.com>
13877              Date:  Wed, 22 Aug 2001 12:05:28 -0400
13878              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
13879      Branch: perl
13880            ! pod/perlhack.pod
13881 ____________________________________________________________________________
13882 [ 11748] By: nick                                  on 2001/08/25  14:53:04
13883         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
13884              From:  Michael G Schwern <schwern@pobox.com>
13885              Date:  Wed, 22 Aug 2001 19:22:45 -0400
13886              Message-Id:  <20010822192245.U619@blackrider>
13887      Branch: perl
13888            ! MANIFEST
13889 ____________________________________________________________________________
13890 [ 11747] By: nick                                  on 2001/08/25  14:52:33
13891         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
13892              From:  Nicholas Clark <nick@ccl4.org>
13893              Date:  Wed, 22 Aug 2001 23:29:06 +0100
13894              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
13895      Branch: perl
13896            + t/io/binmode.t
13897            ! perlio.c pod/perlfunc.pod
13898 ____________________________________________________________________________
13899 [ 11744] By: nick                                  on 2001/08/25  14:37:33
13900         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
13901              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13902              Date:  Fri, 24 Aug 2001 22:10:42 +0200
13903              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
13904      Branch: perl
13905            ! x2p/a2py.c x2p/walk.c
13906 ____________________________________________________________________________
13907 [ 11743] By: nick                                  on 2001/08/25  14:32:47
13908         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
13909              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13910              Date:  Fri, 24 Aug 2001 23:34:13 +0200
13911              Message-Id:  <20010824233413.A1285@rafael>
13912      Branch: perl
13913            ! pod/perlfunc.pod pod/perlvar.pod
13914 ____________________________________________________________________________
13915 [ 11742] By: ams                                   on 2001/08/25  13:16:02
13916         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
13917              From: Nicholas Clark <nick@ccl4.org>
13918              Date: Sat, 25 Aug 2001 14:50:07 +0100
13919              Message-Id: <20010825145007.L41464@plum.flirble.org>
13920      Branch: perl
13921            ! pp_ctl.c
13922 ____________________________________________________________________________
13923 [ 11741] By: nick                                  on 2001/08/24  07:08:45
13924         Log: When applying patch via Porting/apply fails, do p4 refresh
13925              to get old files back.
13926      Branch: perl
13927            ! Porting/apply
13928 ____________________________________________________________________________
13929 [ 11740] By: ams                                   on 2001/08/24  04:47:24
13930         Log: #11739 was incomplete.
13931      Branch: perl
13932            ! pod/perldiag.pod
13933 ____________________________________________________________________________
13934 [ 11739] By: ams                                   on 2001/08/24  04:09:40
13935         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
13936              From: "Philip Newton" <Philip.Newton@gmx.net>
13937              Date: Fri, 24 Aug 2001 07:08:34 +0200
13938      Branch: perl
13939            ! pod/perldiag.pod
13940 ____________________________________________________________________________
13941 [ 11738] By: ams                                   on 2001/08/24  02:19:42
13942         Log: Fixed Doug Wilson's email address.
13943      Branch: perl
13944            ! AUTHORS
13945 ____________________________________________________________________________
13946 [ 11737] By: ams                                   on 2001/08/24  00:10:13
13947         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
13948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13949              Date: Thu, 23 Aug 2001 22:22:58 +0200
13950              Message-Id: <20010823222258.A901@rafael>
13951      Branch: perl
13952            ! pod/perldiag.pod
13953 ____________________________________________________________________________
13954 [ 11736] By: ams                                   on 2001/08/24  00:05:02
13955         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
13956              From: "Craig A. Berry" <craigberry@mac.com>
13957              Date: Thu, 23 Aug 2001 19:07:45 -0500
13958              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
13959      Branch: perl
13960            ! configure.com
13961 ____________________________________________________________________________
13962 [ 11735] By: sky                                   on 2001/08/23  13:42:07
13963         Log: Backed out 11732, it breaks lib/strict.t 
13964      Branch: perl
13965            ! op.c
13966 ____________________________________________________________________________
13967 [ 11734] By: sky                                   on 2001/08/23  11:45:59
13968         Log: Removed toy from 17133 after Matt Sargeants request.
13969      Branch: perl
13970            ! pod/perlfaq4.pod
13971 ____________________________________________________________________________
13972 [ 11733] By: sky                                   on 2001/08/23  11:36:29
13973         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
13974              From: Robin Houston <robin@kitsite.com>
13975              Date: Wed, 22 Aug 2001 23:06:16 +0100
13976              Message-ID: <20010822230616.A254@robin.kitsite.com>
13977      Branch: perl
13978            ! pod/perlfaq4.pod
13979 ____________________________________________________________________________
13980 [ 11732] By: sky                                   on 2001/08/23  10:36:02
13981         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
13982              From: Simon Cozens <simon@netthink.co.uk>
13983              Date: Thu, 23 Aug 2001 12:06:36 +0100
13984              Message-ID: <20010823120636.A9961@netthink.co.uk>
13985      Branch: perl
13986            ! op.c
13987 ____________________________________________________________________________
13988 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
13989         Log: fix broken windows build
13990      Branch: perl
13991            ! perl.h
13992 ____________________________________________________________________________
13993 [ 11730] By: ams                                   on 2001/08/22  21:35:30
13994         Log: Subject: [PATCH] io/tell.t doesn't chdir t
13995              From: Nicholas Clark <nick@ccl4.org>
13996              Date: Wed, 22 Aug 2001 23:25:58 +0100
13997              Message-Id: <20010822232557.Y82818@plum.flirble.org>
13998      Branch: perl
13999            ! t/io/tell.t
14000 ____________________________________________________________________________
14001 [ 11729] By: ams                                   on 2001/08/22  20:32:21
14002         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
14003              questions)
14004              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14005              Date: Wed, 22 Aug 2001 17:09:04 -0400
14006              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
14007              (Oops, forgot File::Spec::Unix in the previous patch.)
14008      Branch: perl
14009            ! lib/File/Spec/Unix.pm
14010 ____________________________________________________________________________
14011 [ 11728] By: ams                                   on 2001/08/22  20:25:41
14012         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
14013              questions)
14014              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14015              Date: Wed, 22 Aug 2001 17:09:04 -0400
14016              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
14017      Branch: perl
14018            ! lib/File/Spec.pm
14019 ____________________________________________________________________________
14020 [ 11727] By: ams                                   on 2001/08/22  19:43:30
14021         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
14022              From: John Peacock <jpeacock@rowman.com>
14023              Date: Wed, 22 Aug 2001 12:35:52 -0400
14024              Message-Id: <3B83DF68.5D89DC81@rowman.com>
14025              (Adds proper tests for $], notwithstanding Subject. +nitpick)
14026      Branch: perl
14027            ! t/op/ver.t
14028 ____________________________________________________________________________
14029 [ 11726] By: ams                                   on 2001/08/22  19:36:39
14030         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
14031              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
14032              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
14033              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
14034      Branch: perl
14035            ! lib/diagnostics.pm lib/diagnostics.t
14036 ____________________________________________________________________________
14037 [ 11725] By: ams                                   on 2001/08/22  19:25:01
14038         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
14039              From: Nicholas Clark <nick@ccl4.org>
14040              Date: Wed, 22 Aug 2001 20:59:05 +0100
14041              Message-Id: <20010822205905.U82818@plum.flirble.org>
14042      Branch: perl
14043            ! pp.c t/op/64bitint.t t/op/arith.t
14044 ____________________________________________________________________________
14045 [ 11724] By: ams                                   on 2001/08/22  10:02:33
14046         Log: Subject: Configure blooper
14047              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14048              Date: Wed, 22 Aug 2001 12:38:35 +0200
14049              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
14050      Branch: perl
14051            ! Configure
14052 ____________________________________________________________________________
14053 [ 11723] By: ams                                   on 2001/08/21  16:17:53
14054         Log: Subject: [PATCH] installperl -help
14055              From: Nicholas Clark <nick@ccl4.org>
14056              Date: Tue, 21 Aug 2001 17:34:23 +0100
14057              Message-Id: <20010821173423.F82818@plum.flirble.org>
14058      Branch: perl
14059            ! installperl
14060 ____________________________________________________________________________
14061 [ 11722] By: ams                                   on 2001/08/20  07:46:31
14062         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
14063              From: Ilmari Karonen <iltzu@sci.fi>
14064              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
14065              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
14066      Branch: perl
14067            ! pod/perlvar.pod
14068 ____________________________________________________________________________
14069 [ 11721] By: nick                                  on 2001/08/20  06:24:31
14070         Log: Integrate mainline
14071      Branch: perlio
14072           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
14073           +> lib/Lingua/KO/Hangul/Util/Changes
14074           +> lib/Lingua/KO/Hangul/Util/README
14075           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
14076           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
14077           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
14078           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
14079           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
14080           +> lib/Unicode/Normalize/t/test.t
14081            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
14082           !> (integrate 55 files)
14083 ____________________________________________________________________________
14084 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
14085         Log: Integrate Change #11599 from maint-5.6/perl
14086      Branch: maint-5.6/macperl
14087           !> README.win32
14088 ____________________________________________________________________________
14089 [ 11719] By: ams                                   on 2001/08/18  21:21:42
14090         Log: Add Porting/apply to MANIFEST.
14091      Branch: perl
14092            ! MANIFEST
14093 ____________________________________________________________________________
14094 [ 11718] By: sky                                   on 2001/08/18  14:38:01
14095         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
14096              Better solution would be to make 5005threaded perl use
14097              the same system as ithreads do
14098      Branch: perl
14099            ! perl.h
14100 ____________________________________________________________________________
14101 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
14102         Log: New try for ID 20010407.006: detach the semantics
14103              "was the last match target UTF8" into its own variable.
14104      Branch: perl
14105            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
14106            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
14107 ____________________________________________________________________________
14108 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
14109         Log: UTF8 flag should be meaningful only when POK.
14110      Branch: perl
14111            ! dump.c
14112 ____________________________________________________________________________
14113 [ 11715] By: sky                                   on 2001/08/18  11:45:16
14114         Log: USE_THREADS and USE_ITHREADS are never true at the same time
14115      Branch: perl
14116            ! perl.h
14117 ____________________________________________________________________________
14118 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
14119         Log: Retract #11712 for now.  The real fix would probably
14120              be something like making PL_reg_sv a copy (PV + UTF8)
14121              of the matched/substituted string (note: not just a SvPOK
14122              string, for example the stringified form of a ROK would
14123              be applicable)  Beware of leaks.
14124      Branch: perl
14125            ! pp_hot.c t/op/pat.t
14126 ____________________________________________________________________________
14127 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
14128         Log: UTF8 wasn't printing for PVMGs.
14129      Branch: perl
14130            ! dump.c
14131 ____________________________________________________________________________
14132 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
14133         Log: (Retracted by #11714)
14134              
14135              Okay analysis, debatable fix.  (The fix will inc
14136              the refcount of all temporary match objects,
14137              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
14138              which will then cause griping at untie() time
14139              ("inner references remain").
14140              
14141              Fix for ID 20010407.006: PL_reg_sv got wiped out
14142              by freetemps if the match target was a temporary
14143              (like function_call() =~ /.../), which in turn meant
14144              that the $1 et al stopped working if they had UTF-8
14145              in them.  Therefore bump up the refcount of PL_reg_sv.
14146      Branch: perl
14147            ! pp_hot.c t/op/pat.t
14148 ____________________________________________________________________________
14149 [ 11711] By: ams                                   on 2001/08/17  20:32:08
14150         Log: Subject: [PATCH] doesn't compile, was perl@11710
14151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14152              Date: Fri, 17 Aug 2001 23:21:10 +0200
14153              Message-Id: <20010817232110.C7041@rafael> 
14154      Branch: perl
14155            ! sharedsv.c
14156 ____________________________________________________________________________
14157 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
14158         Log: Update Changes.
14159      Branch: perl
14160            ! Changes patchlevel.h
14161 ____________________________________________________________________________
14162 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
14163         Log: Upgrade to libnet 1.0704.
14164      Branch: perl
14165            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
14166            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
14167            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
14168            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
14169            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
14170            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
14171            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
14172 ____________________________________________________________________________
14173 [ 11708] By: sky                                   on 2001/08/17  13:34:04
14174         Log: Let perl_clone copy PL_exit_flags
14175      Branch: perl
14176            ! sv.c
14177 ____________________________________________________________________________
14178 [ 11707] By: sky                                   on 2001/08/17  12:28:41
14179         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
14180      Branch: perl
14181            ! sharedsv.c sharedsv.h
14182 ____________________________________________________________________________
14183 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
14184         Log: The metaconfig unit change for #11705.
14185      Branch: metaconfig/U/perl
14186            ! Extensions.U
14187 ____________________________________________________________________________
14188 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
14189         Log: Allow the threads extension to be found if present.
14190      Branch: perl
14191            ! Configure
14192 ____________________________________________________________________________
14193 [ 11704] By: nick                                  on 2001/08/17  11:47:54
14194         Log: Mail -> change script (pre-alpha)
14195      Branch: perl
14196            + Porting/apply
14197 ____________________________________________________________________________
14198 [ 11703] By: sky                                   on 2001/08/17  07:11:24
14199         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
14200              Thanks to Tom Hospel for pointing out my error.
14201      Branch: perl
14202            ! op.h
14203 ____________________________________________________________________________
14204 [ 11702] By: sky                                   on 2001/08/17  04:18:11
14205         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.
14206      Branch: perl
14207            ! embed.pl miniperlmain.c perl.c perl.h proto.h
14208 ____________________________________________________________________________
14209 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
14210         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
14211              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
14212      Branch: perl
14213            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
14214            + lib/Lingua/KO/Hangul/Util/README
14215            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
14216            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
14217            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
14218            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
14219            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
14220            + lib/Unicode/Normalize/t/test.t
14221            ! MANIFEST
14222 ____________________________________________________________________________
14223 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
14224         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
14225              Date: Thu, 16 Aug 2001 22:46:15 -0500
14226              From: "Craig A. Berry" <craigberry@mac.com>
14227              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
14228      Branch: perl
14229            ! configure.com numeric.c
14230 ____________________________________________________________________________
14231 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
14232         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
14233              of the usual suspects (like getpwent) but not for others
14234              (like localtime and rand).  The _r versions are available
14235              for all of them, so let's use them.
14236      Branch: perl
14237            ! perl.h
14238 ____________________________________________________________________________
14239 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
14240         Log: (Accidental apply; thankfully empty.)
14241      Branch: perl
14242            ! hints/os390.sh
14243 ____________________________________________________________________________
14244 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
14245         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
14246              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14247              Date: Thu, 16 Aug 2001 16:27:49 +0100
14248              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
14249      Branch: perl
14250            ! regexec.c t/op/re_tests
14251 ____________________________________________________________________________
14252 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
14253         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
14254              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14255              Date: Thu, 16 Aug 2001 18:50:01 +0100
14256              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
14257      Branch: perl
14258            ! pp_hot.c t/op/pat.t
14259 ____________________________________________________________________________
14260 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
14261         Log: Subject: [PATCH] *time_r again
14262              From: "Arthur Bergman" <arthur@contiller.se>
14263              Date: Thu, 16 Aug 2001 16:01:54 +0200
14264              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
14265      Branch: perl
14266            ! op.h
14267 ____________________________________________________________________________
14268 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
14269         Log: system() and backtick error handling cleanup from Craig A. Berry.
14270      Branch: perl
14271            ! vms/vms.c
14272 ____________________________________________________________________________
14273 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
14274         Log: change#10334 leaks memory, copies string when it doesn't
14275              need to
14276      Branch: perl
14277            ! perl.c
14278 ____________________________________________________________________________
14279 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
14280         Log: One more twist to the sprintf + utf8 testing.
14281      Branch: perl
14282            ! t/op/misc.t
14283 ____________________________________________________________________________
14284 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
14285         Log: Fix for 20010407.008 sprintf removes utf8-ness.
14286      Branch: perl
14287            ! pp.c t/op/misc.t
14288 ____________________________________________________________________________
14289 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
14290         Log: Subject: [PATCH] *time_r fixes
14291              From: "Arthur Bergman" <arthur@contiller.se>
14292              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
14293              Date: Thu, 16 Aug 2001 14:22:27 +0200
14294      Branch: perl
14295            ! op.h
14296 ____________________________________________________________________________
14297 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
14298         Log: Upgrade to CGI.pm 2.77.
14299      Branch: perl
14300            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
14301            ! lib/CGI/t/function.t
14302 ____________________________________________________________________________
14303 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
14304         Log: Document the bytes-to-Unicode upgrading.
14305      Branch: perl
14306            ! pod/perlunicode.pod
14307 ____________________________________________________________________________
14308 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
14309         Log: Add a test for Unicode sprintf.
14310      Branch: perl
14311            ! t/op/misc.t
14312 ____________________________________________________________________________
14313 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
14314         Log: Add Unicode tests for index/rindex.
14315      Branch: perl
14316            ! t/op/index.t
14317 ____________________________________________________________________________
14318 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
14319         Log: Document a bit the art of minimizing the installation,
14320              based on the p5p discussion.
14321      Branch: perl
14322            ! INSTALL
14323 ____________________________________________________________________________
14324 [ 11684] By: nick                                  on 2001/08/15  15:03:31
14325         Log: Integrate mainline
14326      Branch: perlio
14327           +> sharedsv.c sharedsv.h
14328           !> (integrate 53 files)
14329 ____________________________________________________________________________
14330 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
14331         Log: Update Changes.
14332      Branch: perl
14333            ! Changes patchlevel.h
14334 ____________________________________________________________________________
14335 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
14336         Log: The #11673 necessitated a test tweak.
14337      Branch: perl
14338            ! t/io/utf8.t
14339 ____________________________________________________________________________
14340 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
14341         Log: Also UNICOS is in the general case unable to silently
14342              handle fp overflows.
14343      Branch: perl
14344            ! numeric.c
14345 ____________________________________________________________________________
14346 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
14347         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
14348              NV_EPSILON #defined.
14349      Branch: perl
14350            ! perl.h
14351 ____________________________________________________________________________
14352 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
14353         Log: Re-establish the fp overflow detection for VAX VMS; there
14354              is no easy way to have the IEEE fp silent overflow semantics.
14355              (in Alpha VMS we still will use IEEE fp by default-- but it
14356              is still possible to configure Perl to use G_FLOAT)
14357      Branch: perl
14358            ! numeric.c
14359 ____________________________________________________________________________
14360 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
14361         Log: Subject: [PATCH] pp_lock 
14362              From: "Arthur Bergman" <arthur@contiller.se>
14363              Date: Wed, 15 Aug 2001 11:52:16 +0200
14364              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
14365      Branch: perl
14366            ! pp.c
14367 ____________________________________________________________________________
14368 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
14369         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
14370              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14371              Date: Wed, 15 Aug 2001 11:32:11 +0100
14372              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
14373      Branch: perl
14374            ! regcomp.c t/op/re_tests
14375 ____________________________________________________________________________
14376 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
14377         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
14378              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14379              Date: Wed, 15 Aug 2001 10:33:49 +0100
14380              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
14381      Branch: perl
14382            ! regexec.c t/op/re_tests
14383 ____________________________________________________________________________
14384 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
14385         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
14386              From: Barrie Slaymaker <barries@slaysys.com>
14387              Date: Tue, 14 Aug 2001 14:32:25 -0400
14388              Message-ID: <20010814143225.A19822@jester.slaysys.com>
14389      Branch: perl
14390            ! lib/File/Spec.t lib/File/Spec/Unix.pm
14391 ____________________________________________________________________________
14392 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
14393         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
14394              From: Peter Prymmer <pvhp@forte.com>
14395              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
14396              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
14397      Branch: perl
14398            ! README.vms configure.com
14399 ____________________________________________________________________________
14400 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
14401         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
14402              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14403              Date: Tue, 14 Aug 2001 21:23:27 +0200
14404              Message-ID: <20010814212327.A1919@rafael>
14405      Branch: perl
14406            ! doio.c
14407 ____________________________________________________________________________
14408 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
14409         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
14410              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
14411              Date: Tue, 14 Aug 2001 22:30:11 +0200
14412              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
14413              
14414              Combination of nmake, quoting, and Perl expanded $( in here-doc.
14415      Branch: perl
14416            ! ext/SDBM_File/Makefile.PL
14417 ____________________________________________________________________________
14418 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
14419         Log: Todo updates.
14420      Branch: perl
14421            ! pod/perltodo.pod
14422 ____________________________________________________________________________
14423 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
14424         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
14425              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
14426              Date: Mon, 13 Aug 2001 23:15:01 +0200
14427              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
14428      Branch: perl
14429            ! sv.c
14430 ____________________________________________________________________________
14431 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
14432         Log: Subject: [PATCH] [b-]showlex.t
14433              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14434              Date: Sun, 12 Aug 2001 22:24:51 +0200
14435              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
14436              
14437              The 4nt command shell will expand the % in command line
14438              no matter what quoting is attempted, changed the % to @.
14439      Branch: perl
14440            ! ext/B/Showlex.t
14441 ____________________________________________________________________________
14442 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
14443         Log: Subject: [PATCH] magic.t
14444              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
14445              Date: Sun, 12 Aug 2001 20:49:27 +0200
14446              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
14447      Branch: perl
14448            ! t/op/magic.t
14449 ____________________________________________________________________________
14450 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
14451         Log: Add sharedsv* to the DOSish platforms; plus add
14452              some WinCE files to the list of DOSish files.
14453      Branch: perl
14454            ! NetWare/Makefile Porting/makerel win32/Makefile
14455            ! win32/makefile.mk wince/Makefile.ce
14456 ____________________________________________________________________________
14457 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
14458         Log: More DOSish files.
14459      Branch: perl
14460            ! Porting/makerel
14461 ____________________________________________________________________________
14462 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
14463         Log: Strip CRs from the WinCE files.  Now we need to
14464              figure out in which CRs are really needed: probably
14465              Makefile.ce and the README files, at least, probably
14466              also the registry.bat.
14467      Branch: perl
14468            ! wince/Makefile.ce wince/README.compile wince/README.perlce
14469            ! wince/config.h wince/include/cectype.h wince/include/errno.h
14470            ! wince/include/sys/stat.h wince/include/sys/types.h
14471            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
14472            ! wince/perldll.def wince/registry.bat wince/wince.h
14473            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
14474 ____________________________________________________________________________
14475 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
14476         Log: Add some files to DOSish and writables.
14477      Branch: perl
14478            ! Porting/makerel
14479 ____________________________________________________________________________
14480 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
14481         Log: Compile failure message tidying.
14482      Branch: perl
14483            ! t/lib/1_compile.t
14484 ____________________________________________________________________________
14485 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
14486         Log: The new sharedsv* should be exported only if usethreads.
14487      Branch: perl
14488            ! makedef.pl
14489 ____________________________________________________________________________
14490 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
14491         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
14492              From: Peter Prymmer <pvhp@forte.com>
14493              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
14494              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
14495      Branch: perl
14496            ! README.os390
14497 ____________________________________________________________________________
14498 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
14499         Log: Update Changes.
14500      Branch: perl
14501            ! Changes patchlevel.h
14502 ____________________________________________________________________________
14503 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
14504         Log: Subject: [PATHC] sharedsv.[c|h]
14505              From: "Artur Bergman" <artur@contiller.se>
14506              Date: Mon, 13 Aug 2001 14:38:41 +0200
14507              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
14508              
14509              Subject: [PATCH] embed.pl
14510              From: Arthur Bergman <arthur@contiller.se>
14511              Date: Mon, 13 Aug 2001 14:38:14 +0200
14512              Message-ID: <B79D96D6.3088%arthur@contiller.se>
14513              
14514              Subject: [PATCH] sharedsv cleanups
14515              From: "Arthur Bergman" <arthur@contiller.se>
14516              Date: Mon, 13 Aug 2001 15:14:25 +0200
14517              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
14518              
14519              Plus few tweaks: _init needs to be Adp, the prototypes
14520              should not be revealed unless using ithreads, #endif FOO
14521              must be #endif /* FOO */, adding (parentheses) around
14522              do { } while doesn't work too well.
14523      Branch: perl
14524            + sharedsv.c sharedsv.h
14525            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
14526            ! perl.h perlapi.c pod/perlapi.pod proto.h
14527 ____________________________________________________________________________
14528 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
14529         Log: Subject: Re: END {} blocks run in perl_run
14530              From: Arthur Bergman <arthur@contiller.se>
14531              Date: Mon, 13 Aug 2001 11:11:30 +0200
14532              Message-ID: <B79D6661.3068%arthur@contiller.se>
14533      Branch: perl
14534            ! perl.c
14535 ____________________________________________________________________________
14536 [ 11657] By: nick                                  on 2001/08/13  09:03:02
14537         Log: Integrate mainline
14538      Branch: perlio
14539           +> (branch 326 files)
14540            - (delete 330 files)
14541           !> (integrate 85 files)
14542 ____________________________________________________________________________
14543 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
14544         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
14545              and the Perl will be built to do that by default (adding that
14546              will break scripts having non-UTF-8 binary data, such as Latin-1.)
14547      Branch: perl
14548            ! op.c toke.c utf8.h
14549 ____________________________________________________________________________
14550 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
14551         Log: Unnecessary downgrades.
14552      Branch: perl
14553            ! doop.c
14554 ____________________________________________________________________________
14555 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
14556         Log: Failure not true anymore (probably caused by my broken setup).
14557      Branch: perl
14558            ! t/op/pat.t
14559 ____________________________________________________________________________
14560 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
14561         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
14562              stopped working).
14563      Branch: perl
14564            ! op.h pp_ctl.c regcomp.c
14565 ____________________________________________________________________________
14566 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
14567         Log: There is no IN_UTF8.
14568      Branch: perl
14569            ! utf8.h
14570 ____________________________________________________________________________
14571 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
14572         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
14573      Branch: perl
14574            ! op.c op.h pp_ctl.c regcomp.c
14575 ____________________________________________________________________________
14576 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
14577         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
14578              and a test tweak.
14579      Branch: perl
14580            ! op.c t/pod/find.t
14581 ____________________________________________________________________________
14582 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
14583         Log: Todo updates and fixes.
14584      Branch: perl
14585            ! pod/perltodo.pod
14586 ____________________________________________________________________________
14587 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
14588         Log: Mark tests (and one module) having explicit Latin-1
14589              (and one file having explicit UTF-8) with an explicit
14590              'no utf8' (and one explicit 'use utf8').
14591              
14592              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
14593      Branch: perl
14594            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
14595            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
14596            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
14597 ____________________________________________________________________________
14598 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
14599         Log: Subject: SV: END {} blocks run in perl_run
14600              From: "Arthur Bergman" <arthur@contiller.se>
14601              Date: Sun, 12 Aug 2001 00:34:28 +0200 
14602              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
14603      Branch: perl
14604            ! miniperlmain.c perl.c
14605 ____________________________________________________________________________
14606 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
14607         Log: Typos in #11645.
14608      Branch: perl
14609            ! perl.h
14610 ____________________________________________________________________________
14611 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
14612         Log: On ithreads default to use_reentrant except on naturally
14613              threadsafe platforms.
14614      Branch: perl
14615            ! perl.h
14616 ____________________________________________________________________________
14617 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
14618         Log: (Hopefully) a fix for 20010723.004: make install needs
14619              write permission in build directory.  The problem was
14620              probably caused by overeager sprinkling of the lib/re.pm
14621              dependencies (which was done to guarantee lib/re.pm being
14622              uptodate for parallel makes: now solved by funneling that
14623              through an explicit recursive make in the preplibrary target).
14624      Branch: perl
14625            ! Makefile.SH
14626 ____________________________________________________________________________
14627 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
14628         Log: Dispell the "use utf8" superstition.
14629      Branch: perl
14630            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
14631            ! pod/perlunicode.pod
14632 ____________________________________________________________________________
14633 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
14634         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
14635              From: "Abigail" <abigail@foad.org> 
14636              Date: Sat, 11 Aug 2001 23:49:49 +0200
14637              Message-ID: <20010811214950.23255.qmail@foad.org>
14638      Branch: perl
14639            ! t/op/taint.t
14640 ____________________________________________________________________________
14641 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
14642         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
14643              From: Abhijit Menon-Sen <ams@wiw.org>
14644              Date: Sat, 11 Aug 2001 06:18:19 +0530
14645              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
14646      Branch: perl
14647            ! mg.c
14648 ____________________________________________________________________________
14649 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
14650         Log: Test for change #11639.
14651      Branch: perl
14652            ! t/op/tiehandle.t
14653 ____________________________________________________________________________
14654 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
14655         Log: Subject: Re: Can't localize *FH, then tie it
14656              From: Abhijit Menon-Sen <ams@wiw.org>
14657              Date: Sun, 12 Aug 2001 16:08:06 +0530
14658              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
14659      Branch: perl
14660            ! pp_hot.c pp_sys.c
14661 ____________________________________________________________________________
14662 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
14663         Log: Drop all the unnecessary "use utf8" clauses and some of
14664              the unnecessary "use bytes" ones.
14665              
14666              TODO: scour the documentation for unnecessary "use utf8"
14667              and prominently display it in perldelta when the time comes.
14668              ("use utf8" should be necessary ONLY if one wants the script
14669              to be in UTF-8.)  Also should be checked in some non-ASCII
14670              non-Latin-1 platform, like EBCDIC.
14671      Branch: perl
14672            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
14673            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
14674 ____________________________________________________________________________
14675 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
14676         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
14677              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
14678              in Unicode handling.
14679      Branch: perl
14680            + t/op/lc.t
14681            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
14682 ____________________________________________________________________________
14683 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
14684         Log: Thinko: we want the flags for native cc, not gcc.
14685      Branch: perl
14686            ! hints/dec_osf.sh
14687 ____________________________________________________________________________
14688 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
14689         Log: (retracted by 13077)
14690              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
14691              From: Robin Houston <robin@kitsite.com>
14692              Date: Fri, 10 Aug 2001 14:42:02 +0100
14693              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
14694      Branch: perl
14695            ! pp.c
14696 ____________________________________________________________________________
14697 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
14698         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
14699              From: Abhijit Menon-Sen <ams@wiw.org>
14700              Date: Sat, 11 Aug 2001 16:31:04 +0530
14701              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
14702      Branch: perl
14703            ! op.c
14704 ____________________________________________________________________________
14705 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
14706         Log: Get rid of indread, from Abhijit Menon-Sen.
14707      Branch: perl
14708            ! pp_sys.c
14709 ____________________________________________________________________________
14710 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
14711         Log: CRLFgngngn.
14712      Branch: perl
14713            ! win32/Makefile win32/makefile.mk
14714 ____________________________________________________________________________
14715 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
14716         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
14717      Branch: perl
14718            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
14719            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
14720            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
14721            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
14722            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
14723            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
14724            ! win32/Makefile win32/makefile.mk
14725 ____________________________________________________________________________
14726 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
14727         Log: Avoid #elif (less portable than #else #if).
14728      Branch: perl
14729            ! handy.h
14730 ____________________________________________________________________________
14731 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
14732         Log: Subject: patch for perlvar.pod
14733              From: mah@everybody.org (Mark A. Hershberger)
14734              Date: 08 Aug 2001 17:03:16 -0500
14735              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
14736      Branch: perl
14737            ! pod/perlvar.pod
14738 ____________________________________________________________________________
14739 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
14740         Log: cpp commands must start (the # must be) at the column #0.
14741      Branch: perl
14742            ! op.c
14743 ____________________________________________________________________________
14744 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
14745         Log: If using gcc -B/foo/bar makedepend would give
14746              unnecessary warnings about unused -B/foo/bar.
14747      Branch: perl
14748            ! makedepend.SH
14749 ____________________________________________________________________________
14750 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
14751         Log: Update Changes.
14752      Branch: perl
14753            ! Changes patchlevel.h
14754 ____________________________________________________________________________
14755 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
14756         Log: s/z/tz/
14757      Branch: perl
14758            ! pod/perlfaq2.pod
14759 ____________________________________________________________________________
14760 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
14761         Log: Article nit.
14762      Branch: perl
14763            ! pod/perlfaq2.pod
14764 ____________________________________________________________________________
14765 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
14766         Log: Rename lib/unicode files to lib/unicore to avoid
14767              conflicts between core lib/unicode and Unicode::
14768              files in case-ignoring filesystems.
14769      Branch: perl
14770            + (add 325 files)
14771            - (delete 324 files)
14772            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
14773 ____________________________________________________________________________
14774 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
14775         Log: Upgrade to Math::BigInt 1.41.
14776      Branch: perl
14777            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
14778 ____________________________________________________________________________
14779 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
14780         Log: Subject: [PATCH] remove PL_na from typemap
14781              From: James <james@rf.net>
14782              Date: Mon, 06 Aug 2001 20:23:15 -0700
14783              Message-ID: <3B6F5F23.A31A81B1@rf.net>
14784              
14785              (had to be manually applied)
14786      Branch: perl
14787            ! lib/ExtUtils/typemap
14788 ____________________________________________________________________________
14789 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
14790         Log: The metaconfig unit changes for #11618.
14791      Branch: metaconfig/U/perl
14792            + d_fpclassl.U i_fp.U
14793 ____________________________________________________________________________
14794 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
14795         Log: Forgot this from #11618.
14796              
14797              NOTE: wince/config_H.ce needs updating.
14798      Branch: perl
14799            ! wince/config.ce
14800 ____________________________________________________________________________
14801 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
14802         Log: Introduce more floating point classifying APIs;
14803              try to define (most importantly) Perl_is{inf,nan}(x).
14804              
14805              For this first cut, assume none such APIs exist in non-UNIXoid
14806              platforms-- this is of course too unkind: Win32 rumoredly has
14807              _fpclass() and _isnan(), and VMS/VOS very probably have some
14808              of the APIs available.     The only thing Perl uses at the moment
14809              is Perl_isnan() (has been in use for a while now).
14810              
14811              NOTE: the Win32 and NetWare config_h.?c need regenerating.
14812      Branch: perl
14813            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
14814            ! Porting/config_H config_h.SH configure.com epoc/config.sh
14815            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
14816            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14817            ! vos/config.ga.h win32/config.bc win32/config.gc
14818            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14819            ! win32/config_H.vc wince/config.ce wince/config.h
14820 ____________________________________________________________________________
14821 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
14822         Log: Integrate change #11519 from perlio:
14823              
14824              Avoid testing for (non-)existance of "encoding(xxxx)"
14825              layer is called "encoding" the (xxxx) is an argument.
14826      Branch: perl
14827           !> lib/open.pm
14828 ____________________________________________________________________________
14829 [ 11616] By: nick                                  on 2001/08/09  07:50:24
14830         Log: Integrate mainline
14831      Branch: perlio
14832           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
14833           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
14834           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
14835           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
14836            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
14837            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
14838           !> (integrate 79 files)
14839 ____________________________________________________________________________
14840 [ 11615] By: nick                                  on 2001/08/09  06:23:44
14841         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
14842              layer is called "encoding" the (xxxx) is an argument.
14843      Branch: perlio
14844            ! lib/open.pm
14845 ____________________________________________________________________________
14846 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
14847         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
14848              From: Paul Johnson <paul@pjcj.net>
14849              Date: Wed, 8 Aug 2001 23:54:17 +0200
14850              Message-ID: <20010808235417.O1006@pjcj.net>
14851      Branch: perl
14852            ! ext/B/B/Concise.pm
14853 ____________________________________________________________________________
14854 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
14855         Log: Make VMS use IEEE math by default; reorder Tru64 hints
14856              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
14857              exception semantics) is always set if using (the new) cc.
14858      Branch: perl
14859            ! configure.com hints/dec_osf.sh
14860 ____________________________________________________________________________
14861 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
14862         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
14863              From: Abhijit Menon-Sen <ams@wiw.org>
14864              Date: Tue, 7 Aug 2001 17:16:05 +0530
14865              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
14866      Branch: perl
14867            ! pp_sys.c
14868 ____________________________________________________________________________
14869 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
14870         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
14871              From: "Craig A. Berry" <craigberry@mac.com>
14872              Date: Tue, 07 Aug 2001 22:27:47 -0500
14873              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
14874      Branch: perl
14875            ! t/run/exit.t
14876 ____________________________________________________________________________
14877 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
14878         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
14879              From: "Craig A. Berry" <craigberry@mac.com>
14880              Date: Tue, 07 Aug 2001 20:01:53 -0500
14881              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
14882      Branch: perl
14883            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
14884 ____________________________________________________________________________
14885 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
14886         Log: Update the magazine information.
14887      Branch: perl
14888            ! pod/perlfaq2.pod
14889 ____________________________________________________________________________
14890 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
14891         Log: Ignore SIGFPE everywhere.
14892      Branch: perl
14893            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
14894 ____________________________________________________________________________
14895 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
14896         Log: With permission, change the licensing of the docs by
14897              TomC (and Gnat) to comply with the rest of Perl.
14898      Branch: perl
14899            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14900            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14901            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14902            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
14903            ! pod/perltootc.pod
14904 ____________________________________________________________________________
14905 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
14906         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
14907              From: Andy Dougherty <doughera@lafayette.edu>
14908              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
14909              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
14910      Branch: perl
14911            ! hints/openbsd.sh
14912 ____________________________________________________________________________
14913 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
14914         Log: Subject: [PATCH] Makefile.SH test_prep dependency
14915              From: Andy Dougherty <doughera@lafayette.edu>
14916              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
14917              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
14918      Branch: perl
14919            ! Makefile.SH
14920 ____________________________________________________________________________
14921 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
14922         Log: Don't autogenerate the headers et alia,
14923              make regen_headers explicitly.
14924      Branch: perl
14925            ! Makefile.SH
14926 ____________________________________________________________________________
14927 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
14928         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
14929              From: Gurusamy Sarathy <gsar@ActiveState.com> 
14930              Date: Tue, 07 Aug 2001 08:33:26 -0700
14931              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
14932              
14933              Unnecessary dependency.
14934      Branch: perl
14935            ! embed.pl
14936 ____________________________________________________________________________
14937 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
14938         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
14939              From: Abhijit Menon-Sen <ams@wiw.org>
14940              Date: Tue, 7 Aug 2001 09:10:54 +0530
14941              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
14942      Branch: perl
14943            ! pp_hot.c
14944 ____________________________________________________________________________
14945 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
14946         Log: Subject: [PATCH perl@11597] B && BEGIN handling
14947              From: "James A. Duncan" <jduncan@fotango.com>
14948              Date: Mon, 6 Aug 2001 17:29:11 +0100
14949              Message-ID: <20010806172911.A2071@fotango.com>
14950              
14951              (the intrpvar.h addition moved to the end for bincompat)
14952      Branch: perl
14953            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
14954 ____________________________________________________________________________
14955 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
14956         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
14957      Branch: perl
14958           !> README.win32
14959 ____________________________________________________________________________
14960 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
14961         Log: fix URLs for fcrypt.c
14962      Branch: maint-5.6/perl
14963            ! README.win32
14964 ____________________________________________________________________________
14965 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
14966         Log: Yet another way to say Infinity: HP-UX calls its "++".
14967      Branch: perl
14968            ! lib/Math/BigInt/t/bigintpm.t
14969 ____________________________________________________________________________
14970 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
14971         Log: Update Changes.
14972      Branch: perl
14973            ! Changes patchlevel.h
14974 ____________________________________________________________________________
14975 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
14976         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
14977      Branch: perl
14978            ! pod/perlfaq5.pod
14979 ____________________________________________________________________________
14980 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
14981         Log: The #11593 wasn't right.
14982      Branch: perl
14983            ! lib/Math/BigInt/t/bigintpm.t
14984 ____________________________________________________________________________
14985 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
14986         Log: Subject: [PATCH: perl@11564] introducing perlivp
14987              From: Prymmer/Kahn <pvhp@best.com>
14988              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
14989              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
14990              
14991              Subject: Re: [PATCH: perl@11564] introducing perlivp
14992              From: Prymmer/Kahn <pvhp@best.com>
14993              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
14994              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
14995      Branch: perl
14996            + utils/perlivp.PL
14997            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
14998            ! win32/Makefile win32/makefile.mk
14999 ____________________________________________________________________________
15000 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
15001         Log: libcs are confused what to call Infinity.
15002      Branch: perl
15003            ! lib/Math/BigInt/t/bigintpm.t
15004 ____________________________________________________________________________
15005 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
15006         Log: Avoid SIGFPE in Tru64.
15007      Branch: perl
15008            ! numeric.c
15009 ____________________________________________________________________________
15010 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
15011         Log: Upgrade to Math::BigInt 1.40.
15012              
15013              NOTE: this patch necessitates doing something about
15014              infinity handling since the new bigintpm.t tests use
15015              infinity, which causes SIGFPEs at least in Tru64.
15016      Branch: perl
15017            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15018            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
15019            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
15020            ! lib/Math/BigInt/t/mbimbf.t
15021 ____________________________________________________________________________
15022 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
15023         Log: remove hardcoded cmd shell in testsuite
15024      Branch: perl
15025            ! t/op/glob.t t/op/magic.t t/op/stat.t
15026 ____________________________________________________________________________
15027 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
15028         Log: 4-arg select() was busted on windows because change#8178 didn't
15029              make it into mainline
15030      Branch: perl
15031            ! perl.h win32/include/sys/socket.h
15032 ____________________________________________________________________________
15033 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
15034         Log: Rename the Getopt::Long tests to be as they are
15035              in the Getopt::Long official distribution.
15036      Branch: perl
15037            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
15038            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
15039            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
15040            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
15041            ! MANIFEST
15042 ____________________________________________________________________________
15043 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
15044         Log: Upgrade to Getopt::Long 2.26.
15045      Branch: perl
15046            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
15047            ! MANIFEST lib/Getopt/Long.pm
15048 ____________________________________________________________________________
15049 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
15050         Log: Retract #10874 (the hack should be unnecessary by now)
15051      Branch: perl
15052            ! lib/Test/Harness.pm
15053 ____________________________________________________________________________
15054 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
15055         Log: avoid temp file littering in tests
15056      Branch: perl
15057            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
15058 ____________________________________________________________________________
15059 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
15060         Log: Subject: warning in sv.c: double format, NV arg
15061              From: "Philip Newton" <Philip.Newton@gmx.net>
15062              Date: Sun, 5 Aug 2001 19:41:07 +0200
15063              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
15064      Branch: perl
15065            ! sv.c
15066 ____________________________________________________________________________
15067 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
15068         Log: fix POSIX.t#13 for windos
15069      Branch: perl
15070            ! ext/POSIX/POSIX.t
15071 ____________________________________________________________________________
15072 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
15073         Log: Add a test for PerlIO::Via.
15074      Branch: perl
15075            + ext/PerlIO/t/via.t
15076            ! MANIFEST ext/PerlIO/Via/Via.pm
15077 ____________________________________________________________________________
15078 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
15079         Log: flock() and link() are not available on Windows 9x
15080      Branch: perl
15081            ! win32/config_sh.PL
15082 ____________________________________________________________________________
15083 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
15084         Log: Some Tru64 C compilers have C++ components that confuse
15085              the ccversion parsing.
15086      Branch: perl
15087            ! hints/dec_osf.sh
15088 ____________________________________________________________________________
15089 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
15090         Log: (Reintroduce #11125)
15091              
15092              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
15093              From: Alan Burlison <Alan.Burlison@sun.com> 
15094              Date: Tue, 03 Jul 2001 15:20:13 +0100   
15095              Message-ID: <3B41D49D.A923D4F9@sun.com> 
15096      Branch: perl
15097            ! lib/ExtUtils/MM_Unix.pm
15098 ____________________________________________________________________________
15099 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
15100         Log: Little pointer juggling for HP-UX cc to avoid
15101              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
15102              followed by
15103              "error 1549: Modifiable lvalue required for assignment operator."
15104      Branch: perl
15105            ! hv.c
15106 ____________________________________________________________________________
15107 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
15108         Log: Continuation of #11575: SANY_SEEN completely deprecated,
15109              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
15110              plus a fix for the bug.
15111      Branch: perl
15112            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
15113 ____________________________________________________________________________
15114 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
15115         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
15116              From: Doug MacEachern <dougm@covalent.net>
15117              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
15118              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
15119      Branch: perl
15120            ! sv.c
15121 ____________________________________________________________________________
15122 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
15123         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
15124              the new CANY is the \C.  The problem reported and the
15125              test case supplied in
15126              
15127              Subject: UTF-8 bugs in string length & single line regex matches
15128              From: "Daniel P. Berrange" <dan@berrange.com>
15129              Date: Fri, 3 Aug 2001 11:39:33 +0100
15130              Message-ID: <20010803113932.A19318@berrange.com>
15131      Branch: perl
15132            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
15133            ! t/op/pat.t
15134 ____________________________________________________________________________
15135 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
15136         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
15137              From: Doug MacEachern <dougm@covalent.net>
15138              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
15139              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
15140      Branch: perl
15141            ! perl.c regexec.c
15142 ____________________________________________________________________________
15143 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
15144         Log: The #11572 didn't up the test count.
15145      Branch: perl
15146            ! t/op/length.t
15147 ____________________________________________________________________________
15148 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
15149         Log: Subject: UTF-8 bugs in string length & single line regex matches
15150              From: "Daniel P. Berrange" <dan@berrange.com>
15151              Date: Fri, 3 Aug 2001 11:39:33 +0100         
15152              Message-ID: <20010803113932.A19318@berrange.com>
15153              
15154              (the mg_length() fix)
15155      Branch: perl
15156            ! mg.c t/op/length.t
15157 ____________________________________________________________________________
15158 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
15159         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
15160              From: Abhijit Menon-Sen <ams@wiw.org>
15161              Date: Sat, 4 Aug 2001 16:56:35 +0530
15162              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
15163      Branch: perl
15164            ! hv.c
15165 ____________________________________________________________________________
15166 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
15167         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
15168              From: Abhijit Menon-Sen <ams@wiw.org>
15169              Date: Sat, 4 Aug 2001 16:16:03 +0530
15170              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
15171      Branch: perl
15172            ! hv.c
15173 ____________________________________________________________________________
15174 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
15175         Log: Subject: Re: [patch] refcount re ops
15176              From: Abhijit Menon-Sen <ams@wiw.org>
15177              Date: Sat, 4 Aug 2001 08:54:55 +0530
15178              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
15179      Branch: perl
15180            ! sv.c
15181 ____________________________________________________________________________
15182 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
15183         Log: Subject: [patch] refcount re ops
15184              From: Doug MacEachern <dougm@covalent.net>
15185              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
15186              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
15187      Branch: perl
15188            ! regcomp.c sv.c
15189 ____________________________________________________________________________
15190 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
15191         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
15192              From: Doug MacEachern <dougm@covalent.net>
15193              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
15194              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
15195      Branch: perl
15196            ! perl.c regexec.c
15197 ____________________________________________________________________________
15198 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
15199         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
15200              From: "Craig A. Berry" <craigberry@mac.com> 
15201              Date: Fri, 03 Aug 2001 16:16:16 -0500
15202              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
15203      Branch: perl
15204            ! t/op/misc.t
15205 ____________________________________________________________________________
15206 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
15207         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
15208              From: John Kristian <jmk2001@engineer.com>
15209              Date: Fri, 03 Aug 2001 00:59:08 -0700
15210              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
15211      Branch: perl
15212            ! win32/win32.c
15213 ____________________________________________________________________________
15214 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
15215         Log: Update Changes.
15216      Branch: perl
15217            ! Changes patchlevel.h
15218 ____________________________________________________________________________
15219 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
15220         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
15221              From: "Craig A. Berry" <craigberry@mac.com>
15222              Date: Thu, 02 Aug 2001 23:15:24 -0500
15223              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
15224      Branch: perl
15225            ! ext/B/Stash.t
15226 ____________________________________________________________________________
15227 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
15228         Log: Subject: [patch] plug PL_cshname leak
15229              From: Doug MacEachern <dougm@covalent.net>
15230              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
15231              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
15232      Branch: perl
15233            ! sv.c
15234 ____________________________________________________________________________
15235 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
15236         Log: Subject: [patch] plug PL_sh_path leak
15237              From: Doug MacEachern <dougm@covalent.net>
15238              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
15239              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
15240      Branch: perl
15241            ! sv.c
15242 ____________________________________________________________________________
15243 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
15244         Log: Subject: [patch] plug PL_regex_padav leaks
15245              From: Doug MacEachern <dougm@covalent.net>
15246              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
15247              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
15248      Branch: perl
15249            ! op.c op.h perl.c
15250 ____________________________________________________________________________
15251 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
15252         Log: Subject: [patch] plug PL_origargv leak
15253              From: Doug MacEachern <dougm@covalent.net>
15254              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
15255              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
15256      Branch: perl
15257            ! perl.c
15258 ____________________________________________________________________________
15259 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
15260         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
15261              From: Abhijit Menon-Sen <ams@wiw.org>
15262              Date: Fri, 3 Aug 2001 06:38:11 +0530
15263              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
15264      Branch: perl
15265            ! hv.c
15266 ____________________________________________________________________________
15267 [ 11557] By: nick                                  on 2001/08/03  08:17:38
15268         Log: Integrate mainline
15269      Branch: perlio
15270           +> (branch 47 files)
15271            - lib/Switch/test.pl
15272           !> (integrate 49 files)
15273 ____________________________________________________________________________
15274 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
15275         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
15276              From: "Craig A. Berry" <craigberry@mac.com>
15277              Date: Thu, 02 Aug 2001 12:56:19 -0500
15278              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
15279      Branch: perl
15280            ! ext/B/Showlex.t
15281 ____________________________________________________________________________
15282 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
15283         Log: Be more careful about non-existent files.
15284      Branch: perl
15285            ! lib/File/Copy.pm
15286 ____________________________________________________________________________
15287 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
15288         Log: Subject: [PATCH resend] deparse empty formats
15289              From: Robin Houston <robin@kitsite.com> 
15290              Date: Thu, 2 Aug 2001 14:32:36 +0100
15291              Message-ID: <20010802143236.A894@robin.kitsite.com>
15292      Branch: perl
15293            ! ext/B/B/Deparse.pm
15294 ____________________________________________________________________________
15295 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
15296         Log: Subject: [patch] ithreads + refto fix improvement
15297              From: Doug MacEachern <dougm@covalent.net>
15298              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
15299              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
15300      Branch: perl
15301            ! pp.c
15302 ____________________________________________________________________________
15303 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
15304         Log: Readability nit from Abhijit.
15305      Branch: perl
15306            ! op.c
15307 ____________________________________________________________________________
15308 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
15309         Log: setproctitle() API version nit from Anton Berezin.
15310      Branch: perl
15311            ! mg.c
15312 ____________________________________________________________________________
15313 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
15314         Log: Add PerlCE to the docs.
15315      Branch: perl
15316            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
15317            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15318 ____________________________________________________________________________
15319 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
15320         Log: Integrate the PerlCE (WinCE Perl) port;
15321              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
15322      Branch: perl
15323            + README.ce wince/FindExt.pm wince/Makefile.ce
15324            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
15325            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
15326            + wince/bin/search.pl wince/config.ce wince/config.h
15327            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
15328            + wince/dl_win32.xs wince/include/arpa/inet.h
15329            + wince/include/cectype.h wince/include/errno.h
15330            + wince/include/netdb.h wince/include/sys/socket.h
15331            + wince/include/sys/stat.h wince/include/sys/types.h
15332            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
15333            + wince/perl.rc wince/perldll.def wince/perllib.c
15334            + wince/perlmain.c wince/registry.bat wince/runperl.c
15335            + wince/splittree.pl wince/win32.h wince/win32iop.h
15336            + wince/win32thread.c wince/win32thread.h wince/wince.c
15337            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
15338            + wince/xdistclean.ksh wince/xmakediffs.ksh
15339            ! MANIFEST perl.c perl.h perlio.c
15340 ____________________________________________________________________________
15341 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
15342         Log: setproctitle() made simpler.  (This assumes the string is
15343              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
15344              should be used.  Note len, not len + 1.)  BSD-fu from Anton
15345              Berezin.
15346      Branch: perl
15347            ! mg.c
15348 ____________________________________________________________________________
15349 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
15350         Log: Subject: [PATCH] -Wall cleanup: op.c
15351              From: Richard Soderberg <rs@oregonnet.com>
15352              Date: Thu, 2 Aug 2001 00:17:09 -0700
15353              Message-Id: <200108020717.AAA26895@oregonnet.com>
15354              
15355              Subject: [PATCH] -Wall cleanup: sv.c
15356              From: Richard Soderberg <rs@oregonnet.com>
15357              Date: Thu, 2 Aug 2001 00:49:21 -0700
15358              Message-Id: <200108020749.AAA27492@oregonnet.com>
15359      Branch: perl
15360            ! op.c sv.c
15361 ____________________________________________________________________________
15362 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
15363         Log: Update Changes.
15364      Branch: perl
15365            ! Changes patchlevel.h
15366 ____________________________________________________________________________
15367 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
15368         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
15369              From: Doug MacEachern <dougm@covalent.net>
15370              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
15371              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
15372      Branch: perl
15373            ! op.c
15374 ____________________________________________________________________________
15375 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
15376         Log: The #11541 didn't work under threads.
15377      Branch: perl
15378            ! op.c
15379 ____________________________________________________________________________
15380 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
15381         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
15382              From: Hugo <hv@crypt.compulink.co.uk>
15383              Date: Fri, 22 Jun 2001 01:19:08 +0100 
15384              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
15385              
15386              (Skip tests if accept() failed)
15387      Branch: perl
15388            ! ext/IO/lib/IO/t/io_unix.t
15389 ____________________________________________________________________________
15390 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
15391         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
15392              From: "Stian Seeberg" <sseeberg@nimsoft.no>
15393              Date: Mon, 30 Jul 2001 12:28:07 +0200
15394              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
15395      Branch: perl
15396            ! perl.h
15397 ____________________________________________________________________________
15398 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
15399         Log: Subject: Pluggable optimizer
15400              From: Simon Cozens <simon@netthink.co.uk>
15401              Date: Wed, 1 Aug 2001 13:57:02 -0700
15402              Message-ID: <20010801135702.I10442@netthink.co.uk>
15403      Branch: perl
15404            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
15405 ____________________________________________________________________________
15406 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
15407         Log: Subject: [ID 20010801.039] perlre.pod message typo
15408              From: Autrijus Tang <autrijus@geb.elixus.org>
15409              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
15410              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
15411      Branch: perl
15412            ! pod/perlre.pod
15413 ____________________________________________________________________________
15414 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
15415         Log: Test for change #11536.
15416      Branch: perl
15417            ! t/op/tiehandle.t
15418 ____________________________________________________________________________
15419 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
15420         Log: More test fixups for #11537.
15421      Branch: perl
15422            ! t/lib/warnings/4lint t/lib/warnings/9enabled
15423 ____________________________________________________________________________
15424 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
15425         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
15426              From: Doug MacEachern <dougm@covalent.net>
15427              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
15428              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
15429      Branch: perl
15430            ! op.c t/TestInit.pm
15431 ____________________________________________________________________________
15432 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
15433         Log: Subject: [patch] ithreads + refto bug
15434              From: Doug MacEachern <dougm@covalent.net>
15435              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
15436              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
15437              
15438              (Test in change #11539)
15439      Branch: perl
15440            ! pp.c
15441 ____________________________________________________________________________
15442 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
15443         Log: Subject: [PATCH: perl@11523] fixups for t/harness
15444              From: Prymmer/Kahn <pvhp@best.com>
15445              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
15446              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
15447      Branch: perl
15448            ! t/harness
15449 ____________________________________________________________________________
15450 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
15451         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
15452              From: Prymmer/Kahn <pvhp@best.com>
15453              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
15454              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
15455      Branch: perl
15456            ! win32/Makefile win32/makefile.mk
15457 ____________________________________________________________________________
15458 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
15459         Log: Need to know the number of tests.
15460      Branch: perl
15461            ! t/run/exit.t
15462 ____________________________________________________________________________
15463 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
15464         Log: Subject: Re: new exit tests on VMS
15465              From: "Craig A. Berry" <craigberry@mac.com>
15466              Date: Tue, 31 Jul 2001 12:19:29 -0500
15467              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
15468      Branch: perl
15469            ! t/run/exit.t
15470 ____________________________________________________________________________
15471 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
15472         Log: Retract #11530 (the dTHX is needed under threads)
15473      Branch: perl
15474            ! perlio.c
15475 ____________________________________________________________________________
15476 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
15477         Log: (Retracted by #11531)
15478      Branch: perl
15479            ! perlio.c
15480 ____________________________________________________________________________
15481 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
15482         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
15483              From: Richard Soderberg <rs@crystalflame.net>
15484              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
15485              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
15486      Branch: perl
15487            ! unixish.h
15488 ____________________________________________________________________________
15489 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
15490         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
15491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15492              Date: Tue, 31 Jul 2001 05:39:09 -0400
15493              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
15494              
15495              (with a note about the case of UV being equal to long long)
15496      Branch: perl
15497            ! utils/h2xs.PL
15498 ____________________________________________________________________________
15499 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
15500         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
15501              From: "Craig A. Berry" <craigberry@mac.com>
15502              Date: Tue, 31 Jul 2001 14:57:43 -0500
15503              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
15504      Branch: perl
15505            ! t/io/fs.t
15506 ____________________________________________________________________________
15507 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
15508         Log: Fix for
15509              
15510              Subject: [ID 20010116.001] File::Copy truncates orig file 
15511              From: arbor@al37al08.telecel.pt
15512              Date: Tue, 16 Jan 2001 11:43:02 GMT
15513              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
15514              
15515              (copy($foo, $foo) would truncate $foo)
15516      Branch: perl
15517            ! lib/File/Copy.pm lib/File/Copy.t
15518 ____________________________________________________________________________
15519 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
15520         Log: Metaconfig unit change for #11524.
15521      Branch: metaconfig/U/perl
15522            ! Extras.U
15523 ____________________________________________________________________________
15524 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
15525         Log: Multiple modules didn't work; plus typo fixes.
15526      Branch: perl
15527            ! Configure
15528 ____________________________________________________________________________
15529 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
15530         Log: Update Changes.
15531      Branch: perl
15532            ! Changes patchlevel.h
15533 ____________________________________________________________________________
15534 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
15535         Log: Regen perlapi.
15536      Branch: perl
15537            ! pod/perlapi.pod
15538 ____________________________________________________________________________
15539 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
15540         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
15541              From: Dave Mitchell <davem@fdgroup.co.uk>
15542              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
15543              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
15544      Branch: perl
15545            ! sv.c
15546 ____________________________________________________________________________
15547 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
15548         Log: Regen toc.
15549      Branch: perl
15550            ! pod/perltoc.pod
15551 ____________________________________________________________________________
15552 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
15553         Log: Regen Porting stuff.
15554      Branch: perl
15555            ! Porting/Glossary Porting/config.sh Porting/config_H
15556 ____________________________________________________________________________
15557 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
15558         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
15559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15560              Date: Tue, 31 Jul 2001 05:34:38 -0400
15561              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
15562      Branch: perl
15563            ! utils/h2xs.PL
15564 ____________________________________________________________________________
15565 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
15566         Log: Metaconfig unit change for #11516. 
15567      Branch: metaconfig/U/perl
15568            ! gccvers.U
15569 ____________________________________________________________________________
15570 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
15571         Log: Add -Wall in cflags, not in Configure.
15572              (This way -Wall affects only the core and the core XS,
15573              not user modules' XS.  Concern from Paul Marquess,
15574              implementation idea from Andy Dougherty.)
15575      Branch: perl
15576            ! Configure cflags.SH
15577 ____________________________________________________________________________
15578 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
15579         Log: Metaconfig unit changes for #11514.
15580      Branch: metaconfig
15581            + U/modified/sysman.U
15582            ! U/installdirs/man1dir.U
15583 ____________________________________________________________________________
15584 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
15585         Log: Subject: Configure's detection of system manual
15586              From: Sean Dague <sean@dague.net> 
15587              Date: Sun, 13 May 2001 15:53:15 -0400
15588              Message-ID: <20010513155315.A15833@underhill.dague.net>
15589      Branch: perl
15590            ! Configure
15591 ____________________________________________________________________________
15592 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
15593         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
15594              From: Autrijus Tang <autrijus@autrijus.org> 
15595              Date: Thu, 21 Jun 2001 23:56:48 +0800
15596              Message-Id: <20010621235648.A57340@not.autrijus.org>
15597      Branch: perl
15598            ! pod/perlobj.pod
15599 ____________________________________________________________________________
15600 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
15601         Log: Subject: Typo in DB_File.pm
15602              From: "Philip Newton" <Philip.Newton@gmx.net>
15603              Date: Tue, 31 Jul 2001 06:19:35 +0200
15604              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
15605      Branch: perl
15606            ! ext/DB_File/DB_File.pm
15607 ____________________________________________________________________________
15608 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
15609         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
15610              From: "Stephen P. Potter" <spp@spotter.yi.org>
15611              Date: Wed, 30 May 2001 13:59:34 -0400
15612              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
15613      Branch: perl
15614            ! pod/perlre.pod
15615 ____________________________________________________________________________
15616 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
15617         Log: eval "format foo=" would loop indefinitely; reported in
15618              
15619              Subject: A load of old rubbish
15620              From: Mike Guy <mjtg@cam.ac.uk>
15621              Date: Mon, 14 May 2001 16:12:22 +0100
15622              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
15623              
15624              (The core dumps reported in there already fixed.)
15625      Branch: perl
15626            ! toke.c
15627 ____________________________________________________________________________
15628 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
15629         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
15630      Branch: perl
15631            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
15632            + lib/Switch/t/switch_case.t
15633            - lib/Switch/test.pl
15634            ! MANIFEST lib/Switch.pm
15635 ____________________________________________________________________________
15636 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
15637         Log: Subject: [PATCH @11505] DB_File-1.78
15638              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
15639              Date: Mon, 30 Jul 2001 22:54:37 +0100
15640              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
15641      Branch: perl
15642            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15643            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
15644 ____________________________________________________________________________
15645 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
15646         Log: Explain in more detail why -pipe and -fno-common are good.
15647      Branch: perl
15648            ! hints/darwin.sh
15649 ____________________________________________________________________________
15650 [ 11506] By: nick                                  on 2001/07/30  14:32:23
15651         Log: Integrate mainline
15652      Branch: perlio
15653           !> INSTALL Makefile.SH doio.c hints/darwin.sh
15654 ____________________________________________________________________________
15655 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
15656         Log: Perl hasn't been putting man pages into $prefix/lib for
15657              a long time now; pointed out by Andy Dougherty. 
15658      Branch: perl
15659            ! hints/darwin.sh
15660 ____________________________________________________________________________
15661 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
15662         Log: Document the extras Configure option.
15663      Branch: perl
15664            ! INSTALL
15665 ____________________________________________________________________________
15666 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
15667         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
15668              everywhere.
15669      Branch: perl
15670           !> doio.c
15671 ____________________________________________________________________________
15672 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
15673         Log: Doubly guard against invoking CPAN if no extras defined,
15674              pointed out by H. Merijn Brand.
15675      Branch: perl
15676            ! Makefile.SH
15677 ____________________________________________________________________________
15678 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
15679         Log: Fix O_RDONLY check to check for O_RDONLY.
15680      Branch: maint-5.6/macperl
15681            ! doio.c
15682 ____________________________________________________________________________
15683 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
15684         Log: Integrate miscellaneous changes from maint-5.6/perl.
15685      Branch: maint-5.6/macperl
15686           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
15687 ____________________________________________________________________________
15688 [ 11499] By: nick                                  on 2001/07/30  06:52:42
15689         Log: Integrate mainline
15690      Branch: perlio
15691           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
15692           +> win32/sync_ext.pl
15693            - win32/sncfnmcs.pl
15694           !> (integrate 71 files)
15695 ____________________________________________________________________________
15696 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
15697         Log: Update Changes.
15698      Branch: perl
15699            ! Changes patchlevel.h
15700 ____________________________________________________________________________
15701 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
15702         Log: Now Configure -Dextras=Foo::Bar and "make install" will
15703              fetch and install Foo::Bar.
15704      Branch: perl
15705            ! Makefile.SH
15706 ____________________________________________________________________________
15707 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
15708         Log: Metaconfig unit change for #11495.
15709      Branch: metaconfig/U/perl
15710            ! Extras.U
15711 ____________________________________________________________________________
15712 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
15713         Log: extras.make, extras.test, and extras.install make targets.
15714      Branch: perl
15715            ! Configure Makefile.SH
15716 ____________________________________________________________________________
15717 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
15718         Log: Metaconfig unit change for #11493.
15719      Branch: metaconfig/U/perl
15720            ! Extras.U
15721 ____________________________________________________________________________
15722 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
15723         Log: Better to have the list of extras in $extras than 'define'.
15724      Branch: perl
15725            ! Configure
15726 ____________________________________________________________________________
15727 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
15728         Log: The metaconfig unit change for #11490.
15729      Branch: metaconfig/U/perl
15730            + Extras.U
15731 ____________________________________________________________________________
15732 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
15733         Log: Missed from #11490 (the required dependency).
15734      Branch: perl
15735            ! Makefile.SH
15736 ____________________________________________________________________________
15737 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
15738         Log: Add the support of asking for extra modules or bundles of modules
15739              to be fetched from the CPAN and installed as a part of the Perl
15740              build process.  None of this installation is yet really done;
15741              only the list is asked, and saved away in extras.lst for
15742              the build and installation process to worry about later.
15743      Branch: perl
15744            ! Configure
15745 ____________________________________________________________________________
15746 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
15747         Log: Beginnings of better Inf and NaN support.
15748              At least toke.c and sv.c still need quite a bit of work.
15749      Branch: perl
15750            ! numeric.c perl.h
15751 ____________________________________________________________________________
15752 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
15753         Log: Top-level Makefile didn't honour OPTIMIZE.
15754      Branch: perl
15755            ! Makefile.SH
15756 ____________________________________________________________________________
15757 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
15758         Log: Update Changes.
15759      Branch: perl
15760            ! Changes patchlevel.h
15761 ____________________________________________________________________________
15762 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
15763         Log: Use Search::Dict 1.02 interface for charinfo().
15764      Branch: perl
15765            ! lib/UnicodeCD.pm
15766 ____________________________________________________________________________
15767 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
15768         Log: Now also allow transforming the read lines before comparing them.
15769              (This will help UnicodeCD.) 
15770      Branch: perl
15771            ! lib/Search/Dict.pm
15772 ____________________________________________________________________________
15773 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
15774         Log: Remove tiehandle code.
15775      Branch: perl
15776            ! lib/UnicodeCD.pm
15777 ____________________________________________________________________________
15778 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
15779         Log: Allow specifying a comparison function for Search::Dict::look().
15780      Branch: perl
15781            ! lib/Search/Dict.pm
15782 ____________________________________________________________________________
15783 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
15784         Log: Small UnicodeCD tweaks.
15785      Branch: perl
15786            ! lib/UnicodeCD.pm lib/UnicodeCD.t
15787 ____________________________________________________________________________
15788 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
15789         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
15790              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15791              Date: Tue, 24 Jul 2001 01:51:32 +0900
15792              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
15793      Branch: perl
15794            ! lib/UnicodeCD.pm lib/UnicodeCD.t
15795 ____________________________________________________________________________
15796 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
15797         Log: Subject: [PATCH] installperl
15798              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
15799              Date: Fri, 27 Jul 2001 19:05:04 -0700
15800              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
15801      Branch: perl
15802            ! installperl
15803 ____________________________________________________________________________
15804 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
15805         Log: Subject: [PATCH] Set proper compatibility versions in core
15806              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
15807              Date: Fri, 27 Jul 2001 20:01:49 -0700
15808              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
15809      Branch: perl
15810            ! Makefile.SH
15811 ____________________________________________________________________________
15812 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
15813         Log: Metaconfig unit change for #11477.
15814      Branch: metaconfig/U/perl
15815            ! dlsrc.U
15816 ____________________________________________________________________________
15817 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
15818         Log: Subject: [PATCH] Darwin: -fpic not so good
15819              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
15820              Date: Fri, 27 Jul 2001 18:57:38 -0700
15821              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
15822      Branch: perl
15823            ! Configure
15824 ____________________________________________________________________________
15825 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
15826         Log: Subject: [PATCH] Clean up Darwin hints
15827              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
15828              Date: Fri, 27 Jul 2001 19:13:15 -0700
15829              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
15830      Branch: perl
15831            ! hints/darwin.sh
15832 ____________________________________________________________________________
15833 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
15834         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
15835              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15836              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
15837              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
15838      Branch: perl
15839            ! pod/perlfunc.pod pp.c t/op/split.t
15840 ____________________________________________________________________________
15841 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
15842         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
15843              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15844              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
15845              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
15846      Branch: perl
15847            ! pod/perlvar.pod
15848 ____________________________________________________________________________
15849 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
15850         Log: Subject: [PATCH] fixes to constant.pm documentation
15851              From: Ilmari Karonen <iltzu@sci.fi>
15852              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
15853              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
15854      Branch: perl
15855            ! lib/constant.pm
15856 ____________________________________________________________________________
15857 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
15858         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
15859              From: "Philip Newton" <Philip.Newton@gmx.net>
15860              Date: Fri, 27 Jul 2001 07:51:10 +0200
15861              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
15862      Branch: perl
15863            ! pod/perlport.pod
15864 ____________________________________________________________________________
15865 [ 11471] By: nick                                  on 2001/07/26  06:23:32
15866         Log: Subject:  [PATCH] Doc fix for perlguts / threading
15867              From:  Arthur Bergman <arthur@contiller.se>
15868              Date:  Wed, 25 Jul 2001 11:28:23 +0200
15869              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
15870      Branch: perl
15871            ! pod/perlguts.pod
15872 ____________________________________________________________________________
15873 [ 11470] By: nick                                  on 2001/07/26  06:21:06
15874         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
15875              From:  Philip Newton <Philip.Newton@gmx.net>
15876              Date:  Wed, 25 Jul 2001 08:19:47 +0200
15877              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
15878      Branch: perl
15879            ! INSTALL
15880 ____________________________________________________________________________
15881 [ 11469] By: nick                                  on 2001/07/26  06:20:25
15882         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
15883              From:  Philip Newton <Philip.Newton@gmx.net>
15884              Date:  Wed, 25 Jul 2001 08:12:48 +0200
15885              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
15886      Branch: perl
15887            ! INSTALL
15888 ____________________________________________________________________________
15889 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
15890         Log: More +x.
15891      Branch: perl
15892            ! Porting/makerel
15893 ____________________________________________________________________________
15894 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
15895         Log: Update Changes.
15896      Branch: perl
15897            ! Changes patchlevel.h
15898 ____________________________________________________________________________
15899 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
15900         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
15901              From: "Philip Newton" <Philip.Newton@gmx.net>
15902              Date: Tue, 24 Jul 2001 06:45:55 +0200
15903              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
15904      Branch: perl
15905            ! os2/perlrexx.c
15906 ____________________________________________________________________________
15907 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
15908         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
15909              From: Peter Prymmer <pvhp@forte.com>
15910              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
15911              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
15912      Branch: perl
15913            ! pod/perlport.pod t/io/fs.t vms/test.com
15914 ____________________________________________________________________________
15915 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
15916         Log: Workaround on Cwd bootstrap problem.
15917      Branch: perl
15918            ! lib/ExtUtils/MakeMaker.pm
15919 ____________________________________________________________________________
15920 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
15921         Log: When in Rome, quote like the Romans do.
15922      Branch: perl
15923            ! cflags.SH
15924 ____________________________________________________________________________
15925 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
15926         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
15927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15928              Date: Mon, 23 Jul 2001 19:29:49 -0400
15929              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
15930      Branch: perl
15931            + os2/perlrexx.c
15932            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
15933            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
15934            ! t/op/write.t
15935 ____________________________________________________________________________
15936 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
15937         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
15938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15939              Date: Mon, 23 Jul 2001 18:43:42 -0400
15940              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
15941      Branch: perl
15942            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15943 ____________________________________________________________________________
15944 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
15945         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
15946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15947              Date: Mon, 23 Jul 2001 18:33:16 -0400
15948              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
15949      Branch: perl
15950            ! lib/ExtUtils/MakeMaker.pm
15951 ____________________________________________________________________________
15952 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
15953         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
15954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15955              Date: Mon, 23 Jul 2001 18:20:35 -0400
15956              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
15957      Branch: perl
15958            ! Makefile.SH cflags.SH
15959 ____________________________________________________________________________
15960 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
15961         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
15962              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
15963              Date: Mon, 23 Jul 2001 11:32:17 -0500
15964              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
15965      Branch: perl
15966            ! lib/ExtUtils/MakeMaker.pm
15967 ____________________________________________________________________________
15968 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
15969         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
15970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15971              Date: Mon, 23 Jul 2001 18:13:20 -0400
15972              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
15973      Branch: perl
15974            ! lib/perl5db.pl
15975 ____________________________________________________________________________
15976 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
15977         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
15978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15979              Date: Mon, 23 Jul 2001 18:07:40 -0400
15980              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
15981      Branch: perl
15982            ! op.c
15983 ____________________________________________________________________________
15984 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
15985         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
15986              From: "Craig A. Berry" <craigberry@mac.com>
15987              Date: Mon, 23 Jul 2001 15:35:06 -0500
15988              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
15989      Branch: perl
15990            ! util.c
15991 ____________________________________________________________________________
15992 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
15993         Log: Subject: [PATCH perlfaq9.pod typo]
15994              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
15995              Date: Mon, 23 Jul 2001 07:49:05 -0700
15996              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
15997      Branch: perl
15998            ! pod/perlfaq9.pod
15999 ____________________________________________________________________________
16000 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
16001         Log: Subject: win32\sncfnmcs.pl corrections
16002              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16003              Date: Mon, 23 Jul 2001 12:56:54 +0200
16004              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
16005              
16006              Rename the script a little bit more sensibly.
16007      Branch: perl
16008            + win32/sync_ext.pl
16009            - win32/sncfnmcs.pl
16010            ! MANIFEST README.win32
16011 ____________________________________________________________________________
16012 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
16013         Log: Test tweak.
16014      Branch: perl
16015            ! ext/B/Deparse.t
16016 ____________________________________________________________________________
16017 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
16018         Log: Metaconfig unit tweak for #11450.
16019      Branch: metaconfig/U/perl
16020            ! Mksymlinks.U
16021 ____________________________________________________________________________
16022 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
16023         Log: Too volatile failsafe check.
16024      Branch: perl
16025            ! Configure
16026 ____________________________________________________________________________
16027 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
16028         Log: Further doc tweaks.
16029      Branch: perl
16030            ! lib/UnicodeCD.pm
16031 ____________________________________________________________________________
16032 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
16033         Log: Doc tweaks.
16034      Branch: perl
16035            ! lib/UnicodeCD.pm
16036 ____________________________________________________________________________
16037 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
16038         Log: Doc tweakery from Abhijit.
16039      Branch: perl
16040            ! Porting/repository.pod
16041 ____________________________________________________________________________
16042 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
16043         Log: An accidental empty line.
16044      Branch: perl
16045            ! MANIFEST
16046 ____________________________________________________________________________
16047 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
16048         Log: Missing MANIFESTations.
16049      Branch: perl
16050            ! MANIFEST
16051 ____________________________________________________________________________
16052 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
16053         Log: Update Changes.
16054      Branch: perl
16055            ! Changes patchlevel.h
16056 ____________________________________________________________________________
16057 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
16058         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
16059              From: Mike Guy <mjtg@cam.ac.uk>
16060              Date: Fri, 20 Jul 2001 16:12:49 +0100
16061              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
16062      Branch: perl
16063            ! Porting/pumpkin.pod
16064 ____________________________________________________________________________
16065 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
16066         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
16067              From: Peter Prymmer <pvhp@forte.com>
16068              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
16069              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
16070      Branch: perl
16071            ! pod/perlhack.pod
16072 ____________________________________________________________________________
16073 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
16074         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
16075              From: Michael G Schwern <schwern@pobox.com>
16076              Date: Fri, 20 Jul 2001 20:22:35 -0400
16077              Message-ID: <20010720202235.O4498@blackrider>
16078      Branch: perl
16079            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
16080            ! lib/Test/t/todo.t
16081 ____________________________________________________________________________
16082 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
16083         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
16084              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16085              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
16086              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
16087      Branch: perl
16088            ! ext/POSIX/POSIX.pod
16089 ____________________________________________________________________________
16090 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
16091         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
16092              From: Mark-Jason Dominus <mjd@plover.com>
16093              Date: Fri, 20 Jul 2001 23:16:54 -0400
16094              Message-ID: <20010721031654.21877.qmail@plover.com>
16095      Branch: perl
16096            ! ext/POSIX/POSIX.pod
16097 ____________________________________________________________________________
16098 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
16099         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
16100              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16101              Date: Sun, 22 Jul 2001 14:56:09 +0200
16102              Message-ID: <20010722145609.A766@rafael>
16103      Branch: perl
16104            ! ext/B/O.pm
16105 ____________________________________________________________________________
16106 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
16107         Log: Subject: regexec.c #define cleanup
16108              From: Mark-Jason Dominus <mjd@plover.com>
16109              Date: Sat, 21 Jul 2001 18:33:25 -0400
16110              Message-ID: <20010721223325.3069.qmail@plover.com>
16111      Branch: perl
16112            ! regexec.c
16113 ____________________________________________________________________________
16114 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
16115         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
16116              From: Prymmer/Kahn <pvhp@best.com>
16117              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
16118              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
16119      Branch: perl
16120            ! t/io/fs.t
16121 ____________________________________________________________________________
16122 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
16123         Log: Typo in #11432.
16124      Branch: perl
16125            ! ext/POSIX/POSIX.t
16126 ____________________________________________________________________________
16127 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
16128         Log: Integrate (manually) change #11424 from macperl.
16129      Branch: perl
16130            ! ext/Filter/t/call.t
16131 ____________________________________________________________________________
16132 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
16133         Log: Integrate change #11408 from macperl.
16134      Branch: perl
16135           !> README.macos pod/perlport.pod
16136 ____________________________________________________________________________
16137 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
16138         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
16139      Branch: perl
16140           +> macos/MacPerlTests.cmd macos/xsubpp.patch
16141            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
16142            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
16143            ! ext/POSIX/POSIX.t
16144 ____________________________________________________________________________
16145 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
16146         Log: pod/*.t tests not picked up by t/TEST either
16147      Branch: maint-5.6/perl
16148            ! t/TEST
16149 ____________________________________________________________________________
16150 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
16151         Log: better tweak for change#11429 (windows has both / and \ separated
16152              paths in @INC at that point)
16153      Branch: maint-5.6/perl
16154            ! t/pod/testp2pt.pl
16155 ____________________________________________________________________________
16156 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
16157         Log: MacOS pod test tweak needs \Escape
16158      Branch: maint-5.6/perl
16159            ! t/pod/testp2pt.pl
16160 ____________________________________________________________________________
16161 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
16162         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
16163              resulting duplicate output, but t/harness isn't)
16164      Branch: maint-5.6/perl
16165            ! t/run/runenv.t
16166 ____________________________________________________________________________
16167 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
16168         Log: t/harness wasn't picking up all the tests
16169      Branch: maint-5.6/perl
16170            ! t/harness
16171 ____________________________________________________________________________
16172 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
16173         Log: update MANIFEST for new file
16174      Branch: maint-5.6/perl
16175            ! MANIFEST
16176 ____________________________________________________________________________
16177 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
16178         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
16179              the exception of the macperl/macos/... tree
16180      Branch: maint-5.6/perl
16181           +> t/lib/filefind-taint.t
16182           !> (integrate 72 files)
16183 ____________________________________________________________________________
16184 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
16185         Log: Fix test.
16186      Branch: maint-5.6/macperl
16187            ! macos/bundled_ext/Filter/t/call.t
16188 ____________________________________________________________________________
16189 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
16190         Log: Make perl fork()-safe (in a slightly limited way) even on
16191              platforms that don't have pthread_atfork() (extension of
16192              the fix in change#11151).
16193              
16194              Note that this will not help extensions that call fork()
16195              directly in C, or that link to libraries that call fork()
16196              directly.  Such cases must be fixed to either call
16197              PerlProc_fork(), or call atfork_lock() in parent before the
16198              calling the function that forks and call atfork_unlock()
16199              in both parent and child immediately after the fork().
16200              (There are no worries if C code calls exec() in the child
16201              immediately after a fork().  Only cases where the child
16202              calls perl's API functions (including New()) after the
16203              fork() are problematic.)
16204              
16205              This change also eliminates the use of vfork() from perl,
16206              since all such uses were violating the severe restrictions
16207              on modifying the state of the process between the vfork()
16208              and the exec().
16209              
16210              This is a modified version of patches suggested by Abhijit
16211              Menon-Sen and Richard Soderberg.
16212      Branch: perl
16213            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
16214            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
16215 ____________________________________________________________________________
16216 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
16217         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
16218              Switch, and Text::Balanced.
16219      Branch: maint-5.6/macperl
16220            + macos/bundled_ext/Filter/Util/Call/Call.pm
16221            + macos/bundled_ext/Filter/Util/Call/Call.xs
16222            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
16223            + macos/bundled_ext/Filter/t/MyFilter.pm
16224            + macos/bundled_ext/Filter/t/call.t
16225            + macos/bundled_ext/Filter/t/filter-util.pl
16226            + macos/bundled_lib/blib/lib/Class/ISA.pm
16227            + macos/bundled_lib/blib/lib/Digest.pm
16228            + macos/bundled_lib/blib/lib/Filter/Simple.pm
16229            + macos/bundled_lib/blib/lib/Switch.pm
16230            + macos/bundled_lib/blib/lib/Text/Balanced.pm
16231            + macos/bundled_lib/blib/lib/Text/Balanced.pod
16232            + macos/bundled_lib/t/Class/ISA/test.pl
16233            + macos/bundled_lib/t/Digest/Digest.t
16234            + macos/bundled_lib/t/Filter/Simple/test.pl
16235            + macos/bundled_lib/t/Switch/test.pl
16236            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
16237            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
16238            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
16239            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
16240            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
16241            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
16242            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
16243            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
16244 ____________________________________________________________________________
16245 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
16246         Log: Add Filter::Util::Call to config/make files; edit utils
16247              to recognize the module (it was descended too far down).
16248              Bump version to 5.6.1a4.
16249      Branch: maint-5.6/macperl
16250            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
16251            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
16252            ! macos/macperl/Makefile.mk macos/xsubpp.patch
16253 ____________________________________________________________________________
16254 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
16255         Log: Make DB_File the default for MLDBM on MacOS.
16256      Branch: maint-5.6/macperl
16257            ! macos/bundled_lib/blib/lib/MLDBM.pm
16258 ____________________________________________________________________________
16259 [ 11419] By: nick                                  on 2001/07/20  14:51:03
16260         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
16261              From:  Simon Cozens <simon@netthink.co.uk>
16262              Date:  Fri, 20 Jul 2001 11:42:35 -0400
16263              Message-Id:  <20010720114235.A5235@netthink.co.uk>
16264      Branch: perl
16265            ! lib/UnicodeCD.pm
16266 ____________________________________________________________________________
16267 [ 11418] By: nick                                  on 2001/07/20  14:48:12
16268         Log: Subject:  [PATCH regcomp.h] adds a comment
16269              From:  Abhijit Menon-Sen <ams@wiw.org>
16270              Date:  Fri, 20 Jul 2001 21:05:37 +0530
16271              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
16272      Branch: perl
16273            ! regcomp.h
16274 ____________________________________________________________________________
16275 [ 11417] By: nick                                  on 2001/07/20  14:16:38
16276         Log: Subject:  [PATCH 5.7.2] INSTALL updates
16277              From:  Andy Dougherty <doughera@lafayette.edu>
16278              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
16279              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
16280      Branch: perl
16281            ! INSTALL
16282 ____________________________________________________________________________
16283 [ 11416] By: nick                                  on 2001/07/20  06:44:44
16284         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
16285              From:  Russ Allbery <rra@stanford.edu>
16286              Date:  19 Jul 2001 15:52:37 -0700
16287              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
16288      Branch: perl
16289            ! lib/Pod/Man.pm
16290 ____________________________________________________________________________
16291 [ 11415] By: nick                                  on 2001/07/20  06:35:11
16292         Log: Subject:  [PATCH] defer op_seq allocation
16293              From:  Abhijit Menon-Sen <ams@wiw.org>
16294              Date:  Thu, 19 Jul 2001 22:12:24 +0530
16295              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
16296      Branch: perl
16297            ! op.c
16298 ____________________________________________________________________________
16299 [ 11414] By: nick                                  on 2001/07/20  06:23:36
16300         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
16301              From:  Abhijit Menon-Sen <ams@wiw.org>
16302              Date:  Fri, 20 Jul 2001 01:18:50 +0530
16303              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
16304              (Private e-mail)
16305      Branch: perl
16306            ! ext/Time/HiRes/HiRes.xs
16307 ____________________________________________________________________________
16308 [ 11413] By: nick                                  on 2001/07/20  06:18:53
16309         Log: Integrate mainline
16310      Branch: perlio
16311           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
16312            - t/base/commonsense.t
16313           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
16314           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
16315           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
16316           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
16317           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
16318           !> win32/win32.c
16319 ____________________________________________________________________________
16320 [ 11412] By: nick                                  on 2001/07/19  06:44:27
16321         Log: Integrate win32/perlhost.h from maintenance branch.
16322              (Rest of $ENV{PATH} / system() fix.)
16323      Branch: perl
16324           !> win32/perlhost.h
16325 ____________________________________________________________________________
16326 [ 11411] By: nick                                  on 2001/07/19  06:41:34
16327         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
16328              From:  Philip Newton <Philip.Newton@gmx.net>
16329              Date:  Wed, 18 Jul 2001 21:43:57 +0200
16330              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
16331      Branch: perl
16332            ! pod/perlhack.pod
16333 ____________________________________________________________________________
16334 [ 11410] By: nick                                  on 2001/07/19  06:39:35
16335         Log: Subject:  Security hole in taint checking in open()
16336              From:  deekoo@tentacle.net
16337              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
16338              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
16339      Branch: perl
16340            ! doio.c
16341 ____________________________________________________________________________
16342 [ 11409] By: nick                                  on 2001/07/19  06:28:08
16343         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
16344              From:  Abhijit Menon-Sen <ams@wiw.org>
16345              Date:  Thu, 19 Jul 2001 04:30:43 +0530
16346              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
16347      Branch: perl
16348            ! ext/Time/HiRes/HiRes.xs
16349 ____________________________________________________________________________
16350 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
16351         Log: Update docs with latest implementation information and new URLs.
16352      Branch: maint-5.6/macperl
16353            ! README.macos pod/perlport.pod
16354 ____________________________________________________________________________
16355 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
16356         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
16357              Fix BuildRules to accept optimization variables.
16358      Branch: maint-5.6/macperl
16359            + macos/bundled_ext/Digest/MD5/Makefile.mk
16360            ! macos/BuildRules.mk macos/Makefile.mk
16361            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
16362            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
16363 ____________________________________________________________________________
16364 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
16365         Log: Integrate changes 11399,11401
16366      Branch: maint-5.6/macperl
16367           !> win32/perlhost.h win32/win32.c
16368 ____________________________________________________________________________
16369 [ 11405] By: nick                                  on 2001/07/18  06:50:33
16370         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
16371              from perl5.6*
16372      Branch: perl
16373           !> win32/perlhost.h win32/win32.c
16374 ____________________________________________________________________________
16375 [ 11404] By: nick                                  on 2001/07/18  06:43:59
16376         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
16377              From:  hv@crypt0.demon.co.uk
16378              Date:  Wed, 18 Jul 2001 05:58:46 +0100
16379              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
16380      Branch: perl
16381            ! ext/POSIX/POSIX.t
16382 ____________________________________________________________________________
16383 [ 11403] By: nick                                  on 2001/07/18  06:38:57
16384         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
16385              From:  hv@crypt0.demon.co.uk
16386              Date:  Wed, 18 Jul 2001 05:21:54 +0100
16387              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
16388      Branch: perl
16389            ! numeric.c t/op/arith.t
16390 ____________________________________________________________________________
16391 [ 11402] By: nick                                  on 2001/07/18  06:19:17
16392         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
16393              From:  mjd@plover.com
16394              Date:  17 Jul 2001 17:59:20 -0000
16395              Message-Id:  <20010717175920.8177.qmail@plover.com>
16396      Branch: perl
16397            ! pod/perlre.pod
16398 ____________________________________________________________________________
16399 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
16400         Log: thinko in change#11400 (duh)
16401      Branch: maint-5.6/perl
16402            ! win32/perlhost.h
16403 ____________________________________________________________________________
16404 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
16405         Log: change#11399 revealed another unrelated bug; this is just a temporary
16406              bandaid
16407      Branch: maint-5.6/perl
16408            ! win32/perlhost.h
16409 ____________________________________________________________________________
16410 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
16411         Log: fix bugs in handling of the virtualized environment under windows;
16412              there were bugs in propagating any changes to %ENV down to the real
16413              environment when such changes happened in the toplevel process
16414              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
16415              problem identification, and for a part of the fix)
16416      Branch: maint-5.6/perl
16417            ! win32/perlhost.h win32/win32.c
16418 ____________________________________________________________________________
16419 [ 11398] By: nick                                  on 2001/07/17  08:26:35
16420         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
16421              From: Peter Prymmer <pvhp@forte.com>
16422              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
16423              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
16424              
16425              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
16426              should not depend on existance of Config.pm
16427      Branch: perl
16428           +> t/lib/commonsense.t
16429            - t/base/commonsense.t
16430            ! MANIFEST t/README
16431 ____________________________________________________________________________
16432 [ 11397] By: nick                                  on 2001/07/17  08:09:58
16433         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
16434              From:  Michael G Schwern <schwern@pobox.com>
16435              Date:  Mon, 16 Jul 2001 18:20:31 -0400
16436              Message-Id:  <20010716182031.A1128@blackrider>
16437      Branch: perl
16438            ! pod/perlhack.pod
16439 ____________________________________________________________________________
16440 [ 11396] By: nick                                  on 2001/07/17  08:04:11
16441         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
16442              From:  Gwyn Judd <b.judd@xtra.co.nz>
16443              Date:  Tue, 17 Jul 2001 20:55:58 +1200
16444              Message-Id:  <20010717205558.A3107@thislove>
16445      Branch: perl
16446            ! pod/perlfunc.pod
16447 ____________________________________________________________________________
16448 [ 11395] By: nick                                  on 2001/07/17  08:02:22
16449         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
16450              From:  Peter Prymmer <pvhp@forte.com>
16451              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
16452              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
16453      Branch: perl
16454            ! t/op/sprintf.t
16455 ____________________________________________________________________________
16456 [ 11394] By: nick                                  on 2001/07/17  07:57:06
16457         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
16458              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
16459              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
16460              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
16461      Branch: perl
16462            ! gv.c
16463 ____________________________________________________________________________
16464 [ 11392] By: nick                                  on 2001/07/17  07:50:12
16465         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
16466              From:  Coral <coral@moonlight.crystalflame.net>
16467              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
16468              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
16469      Branch: perl
16470            ! pp_sys.c thread.h
16471 ____________________________________________________________________________
16472 [ 11391] By: nick                                  on 2001/07/17  07:34:28
16473         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
16474              From:  Jonathan Stowe <gellyfish@gellyfish.com>
16475              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
16476              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
16477      Branch: perl
16478            ! utils/h2xs.PL
16479 ____________________________________________________________________________
16480 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
16481         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
16482              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
16483              and Mac::Apps::Launch, which don't work, and Time::HiRes and
16484              Time::Piece, which don't yet work.
16485      Branch: maint-5.6/macperl
16486            + (add 154 files)
16487 ____________________________________________________________________________
16488 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
16489         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
16490              Also add hack to get around missing setenv for PERL5DB.
16491      Branch: maint-5.6/macperl
16492            ! macos/macish.c macos/macish.h
16493 ____________________________________________________________________________
16494 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
16495         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
16496      Branch: maint-5.6/macperl
16497            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
16498            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
16499 ____________________________________________________________________________
16500 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
16501         Log: Fix up some configuration and make options, add extra
16502              extensions.
16503      Branch: maint-5.6/macperl
16504            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
16505            ! macos/macperl/Makefile.mk
16506 ____________________________________________________________________________
16507 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
16508         Log: From Change 11374 in maintperl.
16509      Branch: maint-5.6/macperl
16510           !> utils/h2ph.PL
16511 ____________________________________________________________________________
16512 [ 11385] By: nick                                  on 2001/07/16  14:12:58
16513         Log: Back out change to h2xs till it passes its test.
16514      Branch: perl
16515            ! utils/h2xs.PL
16516 ____________________________________________________________________________
16517 [ 11384] By: nick                                  on 2001/07/16  14:00:10
16518         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
16519              From:  Jonathan Stowe <gellyfish@gellyfish.com>
16520              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
16521              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
16522      Branch: perl
16523            ! utils/h2xs.PL
16524 ____________________________________________________________________________
16525 [ 11383] By: nick                                  on 2001/07/16  13:53:12
16526         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
16527              From:  Robin Houston <robin@kitsite.com>
16528              Date:  Sun, 15 Jul 2001 18:22:31 +0100
16529              Message-Id:  <20010715182230.A11174@robin>
16530      Branch: perl
16531            ! hints/darwin.sh
16532 ____________________________________________________________________________
16533 [ 11382] By: nick                                  on 2001/07/16  13:52:49
16534         Log: Subject:  [PATCH perl@11372] re_dup
16535              From:  Radu Greab <radu@netsoft.ro>
16536              Date:  Sun, 15 Jul 2001 04:50:06 +0300
16537              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
16538      Branch: perl
16539            ! sv.c
16540 ____________________________________________________________________________
16541 [ 11379] By: nick                                  on 2001/07/16  13:35:39
16542         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
16543              From:  Robin Houston <robin@kitsite.com>
16544              Date:  Sat, 14 Jul 2001 14:28:50 +0100
16545              Message-Id:  <20010714142850.A10205@robin>
16546      Branch: perl
16547            ! ext/B/B/Deparse.pm
16548 ____________________________________________________________________________
16549 [ 11378] By: nick                                  on 2001/07/16  13:30:36
16550         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
16551              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
16552              Date:  Sat, 14 Jul 2001 22:17:42 +0900
16553              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
16554      Branch: perl
16555            + ext/Encode/Encode/euc-jp-0212.enc
16556            ! ext/Encode/Encode/Tcl.pm
16557 ____________________________________________________________________________
16558 [ 11377] By: nick                                  on 2001/07/16  13:17:28
16559         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
16560              From:  Andy Dougherty <doughera@lafayette.edu>
16561              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
16562              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
16563      Branch: perl
16564            ! hints/darwin.sh hints/rhapsody.sh
16565 ____________________________________________________________________________
16566 [ 11376] By: nick                                  on 2001/07/16  09:05:00
16567         Log: Integrate mainline
16568      Branch: perlio
16569           +> ext/Encode/Encode/7bit-greek.enc
16570           +> ext/Encode/Encode/7bit-latin1.enc
16571           +> ext/Encode/Encode/cns11643-1.enc
16572           +> ext/Encode/Encode/cns11643-2.enc
16573           +> ext/Encode/Encode/iso2022-cn.enc
16574           +> ext/Encode/Encode/iso2022-jp1.enc
16575           +> ext/Encode/Encode/iso2022-jp2.enc
16576           !> Changes Configure MANIFEST Makefile.SH
16577           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
16578           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
16579           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
16580           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
16581           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
16582 ____________________________________________________________________________
16583 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
16584         Log: integrate change#11374 from maint-5.6
16585              
16586              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
16587      Branch: perl
16588           !> utils/h2ph.PL
16589 ____________________________________________________________________________
16590 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
16591         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
16592      Branch: maint-5.6/perl
16593            ! utils/h2ph.PL
16594 ____________________________________________________________________________
16595 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
16596         Log: Update Changes.
16597      Branch: perl
16598            ! Changes patchlevel.h
16599 ____________________________________________________________________________
16600 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
16601         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
16602              From: Jonathan Stowe <gellyfish@gellyfish.com>
16603              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
16604              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
16605      Branch: perl
16606            ! utils/h2xs.PL
16607 ____________________________________________________________________________
16608 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
16609         Log: Subject: patch to add DEL to [:cntrl:]
16610              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16611              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
16612              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
16613      Branch: perl
16614            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
16615 ____________________________________________________________________________
16616 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
16617         Log: Metaconfig unit change for #11369; plus a dependency nit.
16618      Branch: metaconfig
16619            ! U/compline/nblock_io.U
16620      Branch: metaconfig/U/perl
16621            ! Extensions.U
16622 ____________________________________________________________________________
16623 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
16624         Log: #include <stdlib.h> so that exit() is prototyped,
16625              noticed by Hugo.
16626      Branch: perl
16627            ! Configure
16628 ____________________________________________________________________________
16629 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
16630         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
16631              From: Peter Prymmer <pvhp@forte.com>
16632              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
16633              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
16634      Branch: perl
16635            ! t/op/sprintf.t
16636 ____________________________________________________________________________
16637 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
16638         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
16639              From: Peter Prymmer <pvhp@forte.com>
16640              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
16641              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
16642      Branch: perl
16643            ! ext/Encode/Encode/Tcl.t
16644 ____________________________________________________________________________
16645 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
16646         Log: Add information about gcc 3.0 basic block profiling.
16647      Branch: perl
16648            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
16649 ____________________________________________________________________________
16650 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
16651         Log: Subject: Error in lib/PerlIO/Via.pm ?
16652              From: Mark-Jason Dominus <mjd@plover.com>
16653              Date: Fri, 13 Jul 2001 15:55:41 -0400
16654              Message-ID: <20010713195541.26751.qmail@plover.com>
16655      Branch: perl
16656            ! ext/PerlIO/Via/Via.pm
16657 ____________________________________________________________________________
16658 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
16659         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
16660              section from the Compiler section.
16661      Branch: perl
16662            ! myconfig.SH
16663 ____________________________________________________________________________
16664 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
16665         Log: Handle glibc style of constant definitions using enum
16666              with intervening #defines; from Brendan O'Dea.
16667      Branch: perl
16668            ! utils/h2ph.PL
16669 ____________________________________________________________________________
16670 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
16671         Log: Add LC_MESSAGES to the locale_h export tag (it already is
16672              in the Makefile.PL and thusly eligible for an XS constant)
16673              (see also maintperl #10543)
16674      Branch: perl
16675            ! ext/POSIX/POSIX.pm
16676 ____________________________________________________________________________
16677 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
16678         Log: Subject: Re: [patch] re_dup
16679              From: Abhijit Menon-Sen <ams@wiw.org>
16680              Date: Fri, 13 Jul 2001 21:41:09 +0530
16681              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
16682      Branch: perl
16683            ! sv.c
16684 ____________________________________________________________________________
16685 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
16686         Log: Subject: [patch] re_dup
16687              From: Doug MacEachern <dougm@covalent.net>
16688              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
16689              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
16690      Branch: perl
16691            ! sv.c
16692 ____________________________________________________________________________
16693 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
16694         Log: Update Changes.
16695      Branch: perl
16696            ! Changes patchlevel.h
16697 ____________________________________________________________________________
16698 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
16699         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
16700              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
16701              Date: Sat, 14 Jul 2001 00:06:30 +0900
16702              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
16703      Branch: perl
16704            + ext/Encode/Encode/7bit-greek.enc
16705            + ext/Encode/Encode/7bit-latin1.enc
16706            + ext/Encode/Encode/cns11643-1.enc
16707            + ext/Encode/Encode/cns11643-2.enc
16708            + ext/Encode/Encode/iso2022-cn.enc
16709            + ext/Encode/Encode/iso2022-jp1.enc
16710            + ext/Encode/Encode/iso2022-jp2.enc
16711            ! MANIFEST ext/Encode/Encode/Tcl.pm
16712            ! ext/Encode/Encode/iso2022-kr.enc
16713 ____________________________________________________________________________
16714 [ 11357] By: nick                                  on 2001/07/13  14:24:06
16715         Log: Blind integrate mainline (as of 5.7.2?)
16716      Branch: perlio
16717           !> AUTHORS Changes Porting/config.sh Porting/config_H
16718           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
16719           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
16720           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16721           !> win32/makefile.mk
16722 ____________________________________________________________________________
16723 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
16724         Log: Snip away the devel patchlevel.
16725      Branch: perl
16726            ! patchlevel.h
16727 ____________________________________________________________________________
16728 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
16729         Log: Bump the version to 5.7.2.
16730      Branch: perl
16731            ! Porting/config.sh Porting/config_H patchlevel.h
16732            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
16733            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16734            ! win32/makefile.mk
16735 ____________________________________________________________________________
16736 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
16737         Log: Update Changes.
16738      Branch: perl
16739            ! Changes
16740 ____________________________________________________________________________
16741 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
16742         Log: Reword.
16743      Branch: perl
16744            ! AUTHORS
16745 ____________________________________________________________________________
16746 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
16747         Log: AUTHORS update.
16748      Branch: perl
16749            ! AUTHORS
16750 ____________________________________________________________________________
16751 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
16752         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
16753              unless ithreads.
16754      Branch: perl
16755            ! makedef.pl
16756 ____________________________________________________________________________
16757 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
16758         Log: Integrate perlio.
16759      Branch: perl
16760           !> win32/distclean.bat
16761 ____________________________________________________________________________
16762 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
16763         Log: Test the encoding transform only iff we have PerlIO,
16764              noticed by H. Merijn Brand.
16765      Branch: perl
16766            ! ext/PerlIO/t/encoding.t
16767 ____________________________________________________________________________
16768 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
16769         Log: README.netware tweaks from Ananth Kesari.
16770      Branch: perl
16771            ! README.netware
16772 ____________________________________________________________________________
16773 [ 11346] By: nick                                  on 2001/07/13  09:18:51
16774         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
16775              to avoid /unicode vs /Unicode issues.
16776      Branch: perlio
16777            ! win32/distclean.bat
16778 ____________________________________________________________________________
16779 [ 11345] By: nick                                  on 2001/07/13  06:24:18
16780         Log: Integrate mainline
16781      Branch: perlio
16782           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
16783            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
16784           !> (integrate 63 files)
16785 ____________________________________________________________________________
16786 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
16787         Log: Add d_bincompat5005 information to perl -V.
16788      Branch: perl
16789            ! myconfig.SH
16790 ____________________________________________________________________________
16791 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
16792         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
16793              From: Abhijit Menon-Sen <ams@wiw.org>
16794              Date: Fri, 13 Jul 2001 07:12:36 +0530
16795              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
16796      Branch: perl
16797            ! sv.c
16798 ____________________________________________________________________________
16799 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
16800         Log: Remove unicode::distinct, as per Inaba Hiroto.
16801      Branch: perl
16802            - lib/unicode/distinct.pm
16803            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
16804            ! t/lib/1_compile.t
16805 ____________________________________________________________________________
16806 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
16807         Log: Paging for Dr Octothorpe.
16808      Branch: perl
16809            ! pod/perlfaq4.pod
16810 ____________________________________________________________________________
16811 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
16812         Log: cut-n-paste error noticed by mjd.
16813      Branch: perl
16814            ! pod/perlfaq4.pod
16815 ____________________________________________________________________________
16816 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
16817         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
16818              From: Peter Prymmer <pvhp@forte.com>
16819              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
16820              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
16821      Branch: perl
16822            ! pod/perlfaq4.pod
16823 ____________________________________________________________________________
16824 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
16825         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
16826              From: Randall Gellens <randy@qualcomm.com>
16827              Date: Thu, 12 Jul 2001 16:56:23 -0700
16828              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
16829      Branch: perl
16830            ! Porting/repository.pod
16831 ____________________________________________________________________________
16832 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
16833         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
16834      Branch: perl
16835            ! thread.h
16836 ____________________________________________________________________________
16837 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
16838         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
16839              From: coral <coral@moonlight.crystalflame.net>
16840              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
16841              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
16842      Branch: perl
16843            ! thread.h
16844 ____________________________________________________________________________
16845 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
16846         Log: Metaconfig unit change for #11134.
16847      Branch: metaconfig
16848            + U/threads/d_pthread_atfork.U
16849 ____________________________________________________________________________
16850 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
16851         Log: Add HAS_PTHREAD_ATFORK.
16852      Branch: perl
16853            ! Configure NetWare/config.wc NetWare/config_H.wc
16854            ! Porting/Glossary Porting/config.sh Porting/config_H
16855            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
16856            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
16857            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16858            ! win32/config.gc win32/config.vc win32/config_H.bc
16859            ! win32/config_H.gc win32/config_H.vc
16860 ____________________________________________________________________________
16861 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
16862         Log: Subject: [PATCH] File::Copy fails on tied handles
16863              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
16864              Date: Thu, 12 Jul 2001 15:18:51 -0700
16865              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
16866      Branch: perl
16867            ! lib/File/Copy.pm
16868 ____________________________________________________________________________
16869 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
16870         Log: Subject: [PATCH] Langinfo.t
16871              From: Nicholas Clark <nick@ccl4.org>
16872              Date: Thu, 12 Jul 2001 23:55:38 +0100
16873              Message-ID: <20010712235538.M5827@plum.flirble.org>
16874      Branch: perl
16875            ! ext/I18N/Langinfo/Langinfo.t
16876 ____________________________________________________________________________
16877 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
16878         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
16879              From: Peter Prymmer <pvhp@forte.com>
16880              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
16881              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
16882      Branch: perl
16883            ! pod/perl572delta.pod
16884 ____________________________________________________________________________
16885 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
16886         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
16887              From: Abhijit Menon-Sen <ams@wiw.org>
16888              Date: Fri, 13 Jul 2001 05:21:16 +0530
16889              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
16890      Branch: perl
16891            ! sv.c
16892 ____________________________________________________________________________
16893 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
16894         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
16895              From: Abhijit Menon-Sen <ams@wiw.org>
16896              Date: Fri, 13 Jul 2001 03:04:25 +0530
16897              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
16898      Branch: perl
16899            ! av.c
16900 ____________________________________________________________________________
16901 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
16902         Log: s/^M$//g
16903      Branch: perl
16904            ! win32/Makefile win32/makefile.mk
16905 ____________________________________________________________________________
16906 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
16907         Log: Update Changes.
16908      Branch: perl
16909            ! Changes patchlevel.h
16910 ____________________________________________________________________________
16911 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
16912         Log: Typo spotted by Philip Newton.
16913      Branch: perl
16914            ! pod/perl572delta.pod
16915 ____________________________________________________________________________
16916 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
16917         Log: Subject: [PATCH] fixes perl_clone of perl_clone
16918              From: Artur Bergman <artur@contiller.se>
16919              Date: Thu, 12 Jul 2001 20:57:09 +0200
16920              Message-ID: <B773BFA4.236B%artur@contiller.se>
16921      Branch: perl
16922            ! sv.c
16923 ____________________________________________________________________________
16924 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
16925         Log: Add README.uts from Hal Morris.
16926      Branch: perl
16927            + README.uts
16928            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
16929            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
16930 ____________________________________________________________________________
16931 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
16932         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
16933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16934              Date: Thu, 12 Jul 2001 20:32:37 +0200
16935              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
16936      Branch: perl
16937            ! hints/aix.sh
16938 ____________________________________________________________________________
16939 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
16940         Log: Subject: Patch: document reg_data.what member
16941              From: Mark-Jason Dominus <mjd@plover.com>
16942              Message-ID: <20010712182532.14821.qmail@plover.com>
16943              Date: Thu, 12 Jul 2001 14:25:32 -0400
16944      Branch: perl
16945            ! regcomp.c regcomp.h
16946 ____________________________________________________________________________
16947 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
16948         Log: Subject: [PATCH] Perl_re_dup()
16949              From: Abhijit Menon-Sen <ams@wiw.org>
16950              Date: Thu, 12 Jul 2001 23:54:32 +0530
16951              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
16952      Branch: perl
16953            ! embed.h embed.pl perlapi.c proto.h sv.c
16954 ____________________________________________________________________________
16955 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
16956         Log: Regen Configure, modlib, toc.
16957      Branch: perl
16958            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16959            ! pod/perlmodlib.pod pod/perltoc.pod
16960 ____________________________________________________________________________
16961 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
16962         Log: The problem seems to be in PerlIO::Layer::->find() not
16963              accepting the ":encoding(blurflur)" arguments.
16964      Branch: perl
16965            ! lib/PerlIO.pm lib/open.pm
16966 ____________________________________________________________________________
16967 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
16968         Log: AIX doc update.
16969      Branch: perl
16970            ! README.aix pod/perl572delta.pod
16971 ____________________________________________________________________________
16972 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
16973         Log: Subject: AIX README update
16974              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16975              Date: Thu, 12 Jul 2001 19:28:30 +0200
16976              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
16977      Branch: perl
16978            ! README.aix
16979 ____________________________________________________________________________
16980 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
16981         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
16982              From: Norton Allen <allen@huarp.harvard.edu>
16983              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
16984              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
16985      Branch: perl
16986            ! ext/IO/lib/IO/t/io_unix.t
16987 ____________________________________________________________________________
16988 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
16989         Log: Subject: [PATCH README.qnx hints/qnx.sh]
16990              From: Norton Allen <allen@huarp.harvard.edu>
16991              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
16992              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
16993      Branch: perl
16994            ! README.qnx hints/qnx.sh
16995 ____________________________________________________________________________
16996 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
16997         Log: Subject: [patch] faster PM_GETRE
16998              From: Doug MacEachern <dougm@covalent.net>
16999              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
17000              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
17001      Branch: perl
17002            ! op.h
17003 ____________________________________________________________________________
17004 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
17005         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
17006              From: Doug MacEachern <dougm@covalent.net>
17007              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
17008              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
17009      Branch: perl
17010            ! op.c
17011 ____________________________________________________________________________
17012 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
17013         Log: Tell where the nice Estonian database is.
17014      Branch: perl
17015            ! lib/open.pm
17016 ____________________________________________________________________________
17017 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
17018         Log: Retract #11309 since #11310 is a better fix.
17019      Branch: perl
17020            ! t/lib/1_compile.t
17021 ____________________________________________________________________________
17022 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
17023         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
17024              change#11300 needs to return the status of failed win32_spawnvp())
17025              
17026              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
17027              splitting correctly; remove unused variables; 'require' at run time
17028              rather than 'use' at compile time for I18N::Langinfo, since it
17029              isn't everyware
17030      Branch: perl
17031            ! lib/open.pm win32/win32.c
17032 ____________________________________________________________________________
17033 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
17034         Log: Temporary workaround.
17035      Branch: perl
17036            ! t/lib/1_compile.t
17037 ____________________________________________________________________________
17038 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
17039         Log: UCD typo in #11306 and add also more known-to-be-tested
17040              modules to the skip list.
17041      Branch: perl
17042            ! t/lib/1_compile.t
17043 ____________________________________________________________________________
17044 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
17045         Log: Rename Unicode::UCD to UnicodeCD to avoid
17046              messups with case-insensitive filesystems.
17047      Branch: perl
17048            + lib/UnicodeCD.pm lib/UnicodeCD.t
17049            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
17050            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
17051 ____________________________________________________________________________
17052 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
17053         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
17054              From: daniel@biz.bitpusher.com
17055              Date: Wed, 11 Jul 2001 23:25:47 -0700
17056              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
17057      Branch: perl
17058            ! lib/Tie/Array.pm t/op/splice.t
17059 ____________________________________________________________________________
17060 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
17061         Log: Subject: [PATCH] More accurate line numbers in messages
17062              From: Paul Johnson <paul@pjcj.net>
17063              Date: Thu, 12 Jul 2001 04:14:11 +0200
17064              Message-ID: <20010712041411.A3467@pjcj.net>
17065              
17066              (With prototyping and multiplicity tweaks.)
17067      Branch: perl
17068            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
17069 ____________________________________________________________________________
17070 [ 11304] By: nick                                  on 2001/07/12  12:53:40
17071         Log: Integrate mainline
17072      Branch: perlio
17073           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
17074           !> regexec.c thread.h
17075 ____________________________________________________________________________
17076 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
17077         Log: Cut-and-pasto in #11298.
17078      Branch: perl
17079            ! ext/ByteLoader/bytecode.h
17080 ____________________________________________________________________________
17081 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
17082         Log: Update the AIX known problems section.
17083      Branch: perl
17084            ! pod/perl572delta.pod
17085 ____________________________________________________________________________
17086 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
17087         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
17088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17089              Date: Thu, 12 Jul 2001 12:16:16 +0200
17090              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
17091      Branch: perl
17092            ! hints/aix.sh
17093 ____________________________________________________________________________
17094 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
17095         Log: Integrate perlio.
17096      Branch: perl
17097           !> makedef.pl win32/win32.c
17098 ____________________________________________________________________________
17099 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
17100         Log: Subject: [PATCH] fix for PMOP threadness failures
17101              From: Artur Bergman <artur@contiller.se>
17102              Date: Thu, 12 Jul 2001 09:48:06 +0200
17103              Message-ID: <B77322D6.22DD%artur@contiller.se>
17104      Branch: perl
17105            ! regexec.c
17106 ____________________________________________________________________________
17107 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
17108         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
17109              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17110              Date: Thu, 12 Jul 2001 09:09:48 +0200
17111              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
17112              
17113              More parentheses to keep bcc happy.
17114      Branch: perl
17115            ! ext/ByteLoader/bytecode.h
17116 ____________________________________________________________________________
17117 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
17118         Log: Subject: Re: [patch] pthread_atfork bandaid
17119              From: Doug MacEachern <dougm@covalent.net>
17120              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
17121              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
17122      Branch: perl
17123            ! thread.h
17124 ____________________________________________________________________________
17125 [ 11296] By: nick                                  on 2001/07/12  11:55:48
17126         Log: Exclude reentrant_buffer from .def file
17127      Branch: perlio
17128            ! makedef.pl
17129 ____________________________________________________________________________
17130 [ 11295] By: nick                                  on 2001/07/12  11:11:44
17131         Log: Honour void-ness of my_exit()
17132      Branch: perlio
17133            ! win32/win32.c
17134 ____________________________________________________________________________
17135 [ 11294] By: nick                                  on 2001/07/12  07:51:04
17136         Log: Integrate mainline
17137      Branch: perlio
17138           +> uts/sprintf_wrap.c
17139           !> (integrate 35 files)
17140 ____________________________________________________________________________
17141 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
17142         Log: Retract #11289.
17143      Branch: perl
17144            ! embed.h embed.pl perl.c proto.h thread.h
17145 ____________________________________________________________________________
17146 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
17147         Log: Now the :locale pseudolayer *almost* works...
17148      Branch: perl
17149            ! lib/open.pm
17150 ____________________________________________________________________________
17151 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
17152         Log: Locale encoding tweaks.
17153      Branch: perl
17154            ! lib/open.pm
17155 ____________________________________________________________________________
17156 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
17157         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
17158              From: Mark-Jason Dominus <mjd@plover.com>
17159              Date: Thu, 12 Jul 2001 00:59:31 -0400
17160              Message-ID: <20010712045931.8543.qmail@plover.com>
17161              
17162              Remove the chmod/umask leading zero warning.
17163      Branch: perl
17164            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
17165            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
17166 ____________________________________________________________________________
17167 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
17168         Log: (Retracted by #11289.)
17169      Branch: perl
17170            ! embed.h embed.pl perl.c proto.h thread.h
17171 ____________________________________________________________________________
17172 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
17173         Log: Needed by #11283.
17174      Branch: perl
17175            ! intrpvar.h
17176 ____________________________________________________________________________
17177 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
17178         Log: Metaconfig unit change for #11286.
17179      Branch: metaconfig/U/perl
17180            ! patchlevel.U
17181 ____________________________________________________________________________
17182 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
17183         Log: Subject: Re: [PATCH Configure] perl -V broken
17184              From: Andy Dougherty <doughera@lafayette.edu>
17185              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
17186              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
17187      Branch: perl
17188            ! Configure myconfig.SH
17189 ____________________________________________________________________________
17190 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
17191         Log: Retract #11166 (and #11237).
17192      Branch: perl
17193            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
17194            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
17195            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
17196 ____________________________________________________________________________
17197 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
17198         Log: UTS tweaks for Hal Morris.
17199      Branch: perl
17200            + uts/sprintf_wrap.c
17201            ! MANIFEST hints/uts.sh perl.h
17202 ____________________________________________________________________________
17203 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
17204         Log: Subject: [PATCH] Use reentrant API glibc
17205              From: Artur Bergman <artur@contiller.se>
17206              Date: Thu, 12 Jul 2001 00:58:21 +0200
17207              Message-ID: <B772A6AD.2288%artur@contiller.se>
17208      Branch: perl
17209            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
17210            ! sv.c
17211 ____________________________________________________________________________
17212 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
17213         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
17214              From: barries <barries@slaysys.com>
17215              Date: Wed, 11 Jul 2001 15:11:46 -0400
17216              Message-ID: <20010711151146.G24560@jester.slaysys.com>
17217      Branch: perl
17218            ! pp_sys.c t/lib/warnings/doio win32/win32.c
17219 ____________________________________________________________________________
17220 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
17221         Log: Subject: [patch] pthread_atfork bandaid
17222              From: Doug MacEachern <dougm@covalent.net>
17223              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
17224              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
17225      Branch: perl
17226            ! miniperlmain.c perl.c
17227 ____________________________________________________________________________
17228 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
17229         Log: Subject: [patch] perl_clone leaks
17230              From: Doug MacEachern <dougm@covalent.net>
17231              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
17232              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
17233      Branch: perl
17234            ! sv.c
17235 ____________________________________________________________________________
17236 [ 11279] By: nick                                  on 2001/07/11  15:49:38
17237         Log: Integrate mainline
17238      Branch: perlio
17239           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
17240           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
17241           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
17242           +> lib/Term/ANSIColor/README
17243           !> (integrate 54 files)
17244 ____________________________________________________________________________
17245 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
17246         Log: Update Changes.
17247      Branch: perl
17248            ! Changes patchlevel.h
17249 ____________________________________________________________________________
17250 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
17251         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
17252              From: Peter Prymmer <pvhp@forte.com>
17253              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
17254              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
17255              
17256              Backport of embed.pl to 5.003.
17257      Branch: perl
17258            ! embed.pl
17259 ____________________________________________________________________________
17260 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
17261         Log: Subject: Re: POSIX test #14 on UTS 
17262              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17263              Date: Wed, 11 Jul 2001 03:02:14 +0100
17264              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
17265      Branch: perl
17266            ! ext/POSIX/POSIX.t
17267 ____________________________________________________________________________
17268 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
17269         Log: Make the I32 an IV to preserve structure alignment and size.
17270      Branch: perl
17271            ! op.h
17272 ____________________________________________________________________________
17273 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
17274         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
17275              From: "Artur Bergman" <artur@contiller.se>
17276              Date: Wed, 11 Jul 2001 14:23:37 +0200
17277              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
17278              
17279              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
17280      Branch: perl
17281            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
17282            ! pod/perlapi.pod sv.c
17283 ____________________________________________________________________________
17284 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
17285         Log: Tweak until Pod::Parser gets updated.
17286      Branch: perl
17287            ! t/pod/special_seqs.xr
17288 ____________________________________________________________________________
17289 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
17290         Log: File::Spec usage tweak.
17291      Branch: perl
17292            ! lib/ExtUtils.t
17293 ____________________________________________________________________________
17294 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
17295         Log: Integrate #11263 from macperl; macos and macosx updates.
17296      Branch: perl
17297           !> pod/perlport.pod
17298 ____________________________________________________________________________
17299 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
17300         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
17301              From: Peter Prymmer <pvhp@forte.com>
17302              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
17303              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
17304      Branch: perl
17305            + ext/Time/HiRes/hints/dynixptx.pl
17306            ! MANIFEST hints/dynixptx.sh
17307 ____________________________________________________________________________
17308 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
17309         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
17310              From: Nicholas Clark <nick@ccl4.org>
17311              Date: Tue, 10 Jul 2001 23:17:43 +0100
17312              Message-ID: <20010710231742.B59620@plum.flirble.org>
17313      Branch: perl
17314            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
17315 ____________________________________________________________________________
17316 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
17317         Log: Subject: [DOC PATCH] Pluggable runops
17318              From: Paul Johnson <paul@pjcj.net>
17319              Date: Tue, 10 Jul 2001 21:53:28 +0200
17320              Message-ID: <20010710215328.B26577@pjcj.net>
17321      Branch: perl
17322            ! pod/perlguts.pod
17323 ____________________________________________________________________________
17324 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
17325         Log: Subject: [PATCH] Authors
17326              From: Artur Bergman <artur@contiller.se>
17327              Date: Tue, 10 Jul 2001 20:39:12 +0200
17328              Message-ID: <B771186F.21CD%artur@contiller.se>
17329      Branch: perl
17330            ! AUTHORS
17331 ____________________________________________________________________________
17332 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
17333         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
17334              From: Doug MacEachern <dougm@covalent.net>
17335              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
17336              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
17337      Branch: perl
17338            ! pp_ctl.c
17339 ____________________________________________________________________________
17340 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
17341         Log: Subject: doc patch; times() in scalar context
17342              From: mjd@plover.com
17343              Date: 10 Jul 2001 18:01:17 -0000
17344              Message-ID: <20010710180117.12477.qmail@plover.com>
17345      Branch: perl
17346            ! pod/perlfunc.pod
17347 ____________________________________________________________________________
17348 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
17349         Log: Subject: [PATCH] Small fix to pp_gmtime
17350              From: Artur Bergman <artur@contiller.se>
17351              Date: Tue, 10 Jul 2001 19:54:52 +0200
17352              Message-ID: <B7710E0B.21C5%artur@contiller.se>
17353      Branch: perl
17354            ! pp_sys.c
17355 ____________________________________________________________________________
17356 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
17357         Log: Integrate changes from mainline perl, add notes about
17358              Mac OS X and Mac OS.
17359      Branch: maint-5.6/macperl
17360            ! pod/perlport.pod
17361 ____________________________________________________________________________
17362 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
17363         Log: A proof of the dangers of package; ?
17364      Branch: perl
17365            ! t/lib/warnings/op
17366 ____________________________________________________________________________
17367 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
17368         Log: Regen toc and modlib.
17369      Branch: perl
17370            ! pod/perlmodlib.pod pod/perltoc.pod
17371 ____________________________________________________________________________
17372 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
17373         Log: Add compexcl(), casefold(), and casespec() interfaces;
17374              and make all interfaces to return hash references instead
17375              of hashes. 
17376      Branch: perl
17377            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17378 ____________________________________________________________________________
17379 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
17380         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
17381              From: "Philip Newton" <Philip.Newton@gmx.net>
17382              Date: Tue, 10 Jul 2001 09:55:59 +0200
17383              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
17384              
17385              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
17386              From: "Philip Newton" <Philip.Newton@gmx.net>
17387              Date: Tue, 10 Jul 2001 09:56:37 +0200
17388              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
17389      Branch: perl
17390            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17391            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
17392 ____________________________________________________________________________
17393 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
17394         Log: Subject: [patch] undef &xsub for 1,2
17395              From: Doug MacEachern <dougm@covalent.net>
17396              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
17397              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
17398              
17399              (This version of the patch with a comment from Gisle.)
17400      Branch: perl
17401            ! op.c
17402 ____________________________________________________________________________
17403 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
17404         Log: Mention package; deprecation and the Win32 problems.
17405      Branch: perl
17406            ! pod/perl572delta.pod
17407 ____________________________________________________________________________
17408 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
17409         Log: Subject: [PATCH] deprecate package with no arguments
17410              From: Robin Houston <robin@kitsite.com>
17411              Date: Tue, 10 Jul 2001 13:33:40 +0100
17412              Message-ID: <20010710133340.A13452@robin.kitsite.com>
17413      Branch: perl
17414            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
17415 ____________________________________________________________________________
17416 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
17417         Log: Upgrade to podlators 1.10.
17418      Branch: perl
17419            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
17420            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
17421            ! pod/pod2man.PL pod/pod2text.PL
17422 ____________________________________________________________________________
17423 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
17424         Log: Upgrade to Term::ANSIColor 1.04.
17425      Branch: perl
17426            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
17427            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
17428 ____________________________________________________________________________
17429 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
17430         Log: Integrate perlio (the right fix for the ":layer(args)")
17431      Branch: perl
17432           !> perlio.c
17433 ____________________________________________________________________________
17434 [ 11252] By: nick                                  on 2001/07/10  06:58:14
17435         Log: Fix open(...,"...:layer(xxx)",...)
17436              - use memEQ not strEQ as there is '(' not '\0'
17437      Branch: perlio
17438            ! perlio.c
17439 ____________________________________________________________________________
17440 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
17441         Log: Telling the number of tests helps.
17442      Branch: perl
17443            ! ext/PerlIO/t/encoding.t
17444 ____________________________________________________________________________
17445 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
17446         Log: Require I18N::Langinfo, not use.
17447      Branch: perl
17448            ! lib/open.pm
17449 ____________________________________________________________________________
17450 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
17451         Log: Add a test for for PerlIO ":encoding(...)" layer.
17452      Branch: perl
17453            + ext/PerlIO/t/encoding.t
17454            ! MANIFEST ext/Encode/Encode.pm
17455 ____________________________________________________________________________
17456 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
17457         Log: PerlIO ":encoding(foobar)" temporary fix.
17458              Not really correct, I think, since the change means
17459              that prefixes match.
17460      Branch: perl
17461            ! perlio.c
17462 ____________________________________________________________________________
17463 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
17464         Log: Update to Math::BigInt 1.36.  The biggest news is
17465              the separation of the backend; now the pure Perl
17466              implementation is in Math::BigInt::Calc, but one
17467              can plugin, say, Math::BigInt::BitVect, and get
17468              considerable speedup.
17469      Branch: perl
17470            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
17471            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17472            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
17473            ! lib/Math/BigInt/t/mbimbf.t
17474 ____________________________________________________________________________
17475 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
17476         Log: Subject: Re: compatibility question
17477              From: Peter Prymmer <pvhp@forte.com>
17478              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
17479              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
17480      Branch: perl
17481            ! lib/ExtUtils/MM_VMS.pm
17482 ____________________________________________________________________________
17483 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
17484         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
17485              From: Norton Allen <allen@huarp.harvard.edu>
17486              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
17487              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
17488      Branch: perl
17489            ! ext/File/Glob/t/basic.t
17490 ____________________________________________________________________________
17491 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
17492         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
17493              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17494              Date: Tue, 10 Jul 2001 00:29:55 +0900
17495              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
17496      Branch: perl
17497            + ext/Encode/Encode/HZ.enc
17498            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
17499            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
17500            ! ext/Encode/Encode/iso2022-jp.enc
17501            ! ext/Encode/Encode/iso2022-kr.enc
17502 ____________________________________________________________________________
17503 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
17504         Log: Add in all them there macos/ files.
17505      Branch: maint-5.6/macperl
17506            + (add 577 files)
17507 ____________________________________________________________________________
17508 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
17509         Log: Add the new modules to the list of having those own tests.
17510      Branch: perl
17511            ! t/lib/1_compile.t
17512 ____________________________________________________________________________
17513 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
17514         Log: Add INOUT to control both ways at the same time.
17515      Branch: perl
17516            ! lib/open.pm
17517 ____________________________________________________________________________
17518 [ 11240] By: nick                                  on 2001/07/09  16:33:50
17519         Log: Integrate mainline
17520      Branch: perlio
17521           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
17522           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
17523           !> (integrate 41 files)
17524 ____________________________________________________________________________
17525 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
17526         Log: More encoding mapping magic.
17527      Branch: perl
17528            ! lib/open.pm
17529 ____________________________________________________________________________
17530 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
17531         Log: Update Changes.
17532      Branch: perl
17533            ! Changes patchlevel.h
17534 ____________________________________________________________________________
17535 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
17536         Log: (Retracted by #11285).
17537              
17538              Subject: [PATCH] OPpCONST_OCTAL fixes
17539              From: Abhijit Menon-Sen <ams@wiw.org>
17540              Date: Mon, 9 Jul 2001 07:38:45 +0530
17541              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
17542      Branch: perl
17543            ! op.c
17544 ____________________________________________________________________________
17545 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
17546         Log: Add a pseudolayer ":locale" to the open pragma which
17547              will get the encoding from the locale.  Yet undocumented
17548              because I can't get the PerlIO :encoding(foobar) to work.
17549      Branch: perl
17550            ! ext/Encode/Encode.pm lib/open.pm
17551 ____________________________________________________________________________
17552 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
17553         Log: Add more encoding mappings.
17554      Branch: perl
17555            ! ext/Encode/Encode.pm
17556 ____________________________________________________________________________
17557 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
17558         Log: Document that using :encoding layer requires using Encode.
17559      Branch: perl
17560            ! ext/Encode/Encode.pm lib/PerlIO.pm
17561 ____________________________________________________________________________
17562 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
17563         Log: Netware tweak from Ananth Kesari.
17564      Branch: perl
17565            ! NetWare/netware.h
17566 ____________________________________________________________________________
17567 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
17568         Log: t/harness doesn't know about run/*.t
17569      Branch: perl
17570            ! t/harness
17571 ____________________________________________________________________________
17572 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
17573         Log: run/exit.t busted on windows
17574      Branch: perl
17575            ! t/run/exit.t
17576 ____________________________________________________________________________
17577 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
17578         Log: fix a couple of UCD.t tests that fail due to bad case
17579      Branch: perl
17580            ! lib/Unicode/UCD.t
17581 ____________________________________________________________________________
17582 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
17583         Log: test skip logic was broken
17584      Branch: perl
17585            ! ext/I18N/Langinfo/Langinfo.t
17586 ____________________________________________________________________________
17587 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
17588         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
17589              failure of ExtUtils.t#27 when built in debug mode)
17590      Branch: perl
17591            ! lib/ExtUtils/MM_Win32.pm
17592 ____________________________________________________________________________
17593 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
17594         Log: I18N::Langinfo is not available on windows
17595      Branch: perl
17596            ! win32/FindExt.pm
17597 ____________________________________________________________________________
17598 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
17599         Log: save a dTHX
17600      Branch: perl
17601            ! ext/POSIX/POSIX.xs
17602 ____________________________________________________________________________
17603 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
17604         Log: Update Changes.
17605      Branch: perl
17606            ! Changes patchlevel.h
17607 ____________________________________________________________________________
17608 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
17609         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
17610              as pointed out by Sarathy.
17611      Branch: perl
17612            ! ext/I18N/Langinfo/Langinfo.xs
17613 ____________________________________________________________________________
17614 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
17615         Log: Retract #11212.
17616      Branch: perl
17617            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
17618 ____________________________________________________________________________
17619 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
17620         Log: Bump up the VERSION of Cwd.xs.
17621      Branch: perl
17622            ! ext/Cwd/Makefile.PL
17623 ____________________________________________________________________________
17624 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
17625         Log: Retract #11220, the problem wasn't the missing leading zero.
17626              Here's the problem:
17627              $ ./perl -we 'chmod(oct("755"), ".")'
17628              Non-octal literal mode (493) specified at -e line 1.
17629              (Did you mean 0493 instead?)
17630      Branch: perl
17631            ! lib/ExtUtils/MM_Unix.pm
17632 ____________________________________________________________________________
17633 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
17634         Log: (Retracted by #11221)
17635              Change the PERM_RW and PERM_RWX to 0644 and 0755
17636              (add the leading zero).
17637      Branch: perl
17638            ! lib/ExtUtils/MM_Unix.pm
17639 ____________________________________________________________________________
17640 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
17641         Log: Integrate changes #11193, 11205, 11209 from macperl.
17642              
17643              Fix up AutoLoader to fudge for Mac paths in import().
17644              
17645              Allow symbols in try_symbol() to begin with "_".
17646              
17647              Small portability fix for Mac OS.
17648      Branch: perl
17649           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
17650 ____________________________________________________________________________
17651 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
17652         Log: Metaconfig unit change for #11217.
17653      Branch: metaconfig/U/perl
17654            ! Extensions.U
17655 ____________________________________________________________________________
17656 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
17657         Log: Detypo, problem noticed by Gerrit P. Haase.
17658      Branch: perl
17659            ! Configure config_h.SH
17660 ____________________________________________________________________________
17661 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
17662         Log: Cwd cleanups.
17663      Branch: perl
17664            ! ext/Cwd/Cwd.xs
17665 ____________________________________________________________________________
17666 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
17667         Log: Slight tweaks on #11213.
17668      Branch: perl
17669            ! toke.c
17670 ____________________________________________________________________________
17671 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
17672         Log: A missing dTHX noticed by Gerrit P. Haase.
17673      Branch: perl
17674            ! ext/POSIX/POSIX.xs
17675 ____________________________________________________________________________
17676 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
17677         Log: Subject: [PATCH toke.c] Simplify yytoke()
17678              From: Simon Cozens <simon@netthink.co.uk>
17679              Date: Sun, 8 Jul 2001 13:24:34 +0100
17680              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
17681              
17682              Split out pending_ident().
17683      Branch: perl
17684            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
17685 ____________________________________________________________________________
17686 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
17687         Log: (Retracted by #11223.)
17688              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
17689              Date: Wed, 05 Nov 1997 17:22:34 -0600
17690              From: Graham Barr <gbarr@ti.com>
17691              Message-Id: <3460FFBA.6DA51F46@ti.com>
17692      Branch: perl
17693            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
17694 ____________________________________________________________________________
17695 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
17696         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
17697      Branch: perl
17698            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
17699            ! pod/perllocale.pod
17700 ____________________________________________________________________________
17701 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
17702         Log: Really do the test under the C locale.
17703      Branch: perl
17704            ! ext/I18N/Langinfo/Langinfo.t
17705 ____________________________________________________________________________
17706 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
17707         Log: Small portability fix for Mac OS.
17708      Branch: maint-5.6/macperl
17709            ! lib/Cwd.pm
17710 ____________________________________________________________________________
17711 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
17712         Log: Metaconfig unit change for #11207.
17713      Branch: metaconfig/U/perl
17714            ! Extensions.U
17715 ____________________________________________________________________________
17716 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
17717         Log: Add I18N::Langinfo, which is basically a wrapper around
17718              nl_langinfo(), which is an additional way to query locale
17719              specific information.
17720      Branch: perl
17721            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
17722            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
17723            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
17724 ____________________________________________________________________________
17725 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
17726         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
17727              used in File::Find tests; replace with if.t.
17728      Branch: maint-5.6/macperl
17729            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
17730            ! t/pragma/warn/op
17731 ____________________________________________________________________________
17732 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
17733         Log: Allow symbols in try_symbol() to begin with "_".
17734      Branch: maint-5.6/macperl
17735            ! makedef.pl
17736 ____________________________________________________________________________
17737 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
17738         Log: Sync up the File::Find changes from the rewrite by
17739              Thomas Wegner, et al.
17740      Branch: maint-5.6/macperl
17741            + t/lib/filefind-taint.t
17742            ! lib/File/Find.pm t/lib/filefind.t
17743 ____________________________________________________________________________
17744 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
17745         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
17746              From: Thomas Wegner <wegner_thomas@yahoo.com>
17747              Date: Thu, 5 Jul 2001 20:31:25 +0200
17748              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
17749      Branch: maint-5.6/macperl
17750            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
17751 ____________________________________________________________________________
17752 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
17753         Log: Some more test portability fixes.
17754      Branch: maint-5.6/macperl
17755            ! t/lib/filecopy.t t/pragma/warn/pp_sys
17756 ____________________________________________________________________________
17757 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
17758         Log: The #11200 removed wrong (non-existent) target.  Duh.
17759      Branch: perl
17760            ! Makefile.SH
17761 ____________________________________________________________________________
17762 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
17763         Log: Zap the lib/re.pm before creating it.
17764      Branch: perl
17765            ! Makefile.SH
17766 ____________________________________________________________________________
17767 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
17768         Log: Another test.  Please ignore.
17769      Branch: maint-5.6/macperl
17770            ! README.macos
17771 ____________________________________________________________________________
17772 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
17773         Log: Portability fixes for a lot of tests, especially IO-related
17774              tests, and warnings, and the harness script.
17775      Branch: maint-5.6/macperl
17776            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
17777            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
17778            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
17779            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
17780            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
17781            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
17782            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
17783            ! t/pragma/warnings.t
17784 ____________________________________________________________________________
17785 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
17786         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
17787              From: Nicholas Clark <nick@ccl4.org>
17788              Date: Sat, 7 Jul 2001 21:00:17 +0100
17789              Message-ID: <20010707210017.H59620@plum.flirble.org>
17790      Branch: perl
17791            ! lib/h2xs.t
17792 ____________________________________________________________________________
17793 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
17794         Log: The UNICOS/mk SysV IPC problem has been fixed.
17795      Branch: perl
17796            ! pod/perl572delta.pod
17797 ____________________________________________________________________________
17798 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
17799         Log: Slight update tweaks on perlunicode.pod.
17800      Branch: perl
17801            ! pod/perlunicode.pod
17802 ____________________________________________________________________________
17803 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
17804         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
17805              From: Mark-Jason Dominus <mjd@plover.com>
17806              Date: Sat, 07 Jul 2001 13:04:04 -0400
17807              Message-ID: <20010707170404.32694.qmail@plover.com>
17808      Branch: perl
17809            ! ext/DB_File/DB_File.pm
17810 ____________________________________________________________________________
17811 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
17812         Log: Fix up AutoLoader to fudge for Mac paths in import().
17813      Branch: maint-5.6/macperl
17814            ! lib/AutoLoader.pm
17815 ____________________________________________________________________________
17816 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
17817         Log: Try to force the lib/re.pm to be there before entering
17818              the extensions builds, should help for parallel makes.
17819      Branch: perl
17820            ! Makefile.SH
17821 ____________________________________________________________________________
17822 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
17823         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
17824              From: Norton Allen <allen@huarp.harvard.edu>
17825              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
17826              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
17827      Branch: perl
17828            ! ext/POSIX/POSIX.xs
17829 ____________________________________________________________________________
17830 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
17831         Log: Subject: [PATCH] Re: op/arith.t
17832              From: Nicholas Clark <nick@ccl4.org>
17833              Date: Sat, 7 Jul 2001 13:04:54 +0100
17834              Message-ID: <20010707130454.D59620@plum.flirble.org>
17835      Branch: perl
17836            ! numeric.c toke.c
17837 ____________________________________________________________________________
17838 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
17839         Log: Subject: [PATCH] h2xs
17840              From: Nicholas Clark <nick@ccl4.org>
17841              Date: Fri, 6 Jul 2001 23:25:14 +0100
17842              Message-ID: <20010706232514.X59620@plum.flirble.org>
17843      Branch: perl
17844            ! utils/h2xs.PL
17845 ____________________________________________________________________________
17846 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
17847         Log: Subject: Re: bleedperl perl_alloc..free leakage
17848              From: Radu Greab <radu@netsoft.ro>
17849              Date: Fri, 6 Jul 2001 19:48:54 +0300
17850              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
17851              
17852              Leak-be-gone.
17853      Branch: perl
17854            ! op.c
17855 ____________________________________________________________________________
17856 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
17857         Log: Test again.  Please ignore.
17858      Branch: maint-5.6/macperl
17859            ! README.macos
17860 ____________________________________________________________________________
17861 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
17862         Log: Test.  Please ignore.
17863      Branch: maint-5.6/macperl
17864            ! README.macos
17865 ____________________________________________________________________________
17866 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
17867         Log: Include changes already sent in separately as patches,
17868              before branch was created.
17869      Branch: maint-5.6/macperl
17870            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
17871            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
17872            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
17873            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
17874            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
17875            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
17876            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
17877            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
17878            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
17879            ! t/pragma/strict.t
17880 ____________________________________________________________________________
17881 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
17882         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
17883              From: Norton Allen <allen@huarp.harvard.edu>
17884              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
17885              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
17886      Branch: perl
17887            ! utf8.h
17888 ____________________________________________________________________________
17889 [ 11183] By: nick                                  on 2001/07/06  16:27:40
17890         Log: Integrate mainline
17891      Branch: perlio
17892           +> (branch 42 files)
17893            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
17894            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
17895            - win32/bin/mdelete.bat
17896           !> (integrate 215 files)
17897 ____________________________________________________________________________
17898 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
17899         Log: The #11166 needed also these updated.
17900      Branch: perl
17901            ! lib/warnings.pm warnings.h
17902 ____________________________________________________________________________
17903 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
17904         Log: Update Changes.
17905      Branch: perl
17906            ! Changes patchlevel.h
17907 ____________________________________________________________________________
17908 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
17909         Log: Regen toc.
17910      Branch: perl
17911            ! pod/perltoc.pod
17912 ____________________________________________________________________________
17913 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
17914         Log: Nit from Abhijit.
17915      Branch: perl
17916            ! lib/CPAN.pm
17917 ____________________________________________________________________________
17918 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
17919         Log: Retract #11172.
17920      Branch: perl
17921            ! t/op/method.t
17922 ____________________________________________________________________________
17923 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
17924         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
17925              From: Norton Allen <allen@huarp.harvard.edu>
17926              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
17927              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
17928      Branch: perl
17929            ! lib/Cwd.pm
17930 ____________________________________________________________________________
17931 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
17932         Log: (Accidentally empty check-in.)
17933      Branch: perl
17934            ! utf8.h
17935 ____________________________________________________________________________
17936 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
17937         Log: Retract #11165 since Sarathy pointed out it'll not
17938              work properly under threads, the problem should be
17939              solved using "the savestack, either via SSNEW() or
17940              using a newSVpv()+SAVEFREESV() combo."
17941      Branch: perl
17942            ! ext/POSIX/POSIX.xs
17943 ____________________________________________________________________________
17944 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
17945         Log: Retract #11125 since NI-S pointed out it'll not work in
17946              cases where the extension has their own handcrafted INC
17947              et alia.
17948      Branch: perl
17949            ! lib/ExtUtils/MM_Unix.pm
17950 ____________________________________________________________________________
17951 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
17952         Log: Subject: RE: [PATCH] -I and MakeMaker again
17953              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17954              Date: Fri, 6 Jul 2001 09:18:29 +0200
17955              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
17956      Branch: perl
17957            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
17958            ! lib/ExtUtils/MM_Win32.pm
17959 ____________________________________________________________________________
17960 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
17961         Log: (Retracted by #11178)
17962              Subject: [PATCH t/op/method.t] SUPER:: strangeness
17963              From: Piers Cawley <pdcawley@iterative-software.com>
17964              Date: 06 Jul 2001 10:49:01 +0100
17965              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
17966      Branch: perl
17967            ! t/op/method.t
17968 ____________________________________________________________________________
17969 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
17970         Log: VOS README update from Paul Green.
17971      Branch: perl
17972            ! README.vos
17973 ____________________________________________________________________________
17974 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
17975         Log: Subject: [PATCH README.qnx hints/qnx.sh]
17976              From: Norton Allen <allen@huarp.harvard.edu>
17977              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
17978              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
17979      Branch: perl
17980            ! README.qnx hints/qnx.sh
17981 ____________________________________________________________________________
17982 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
17983         Log: Subject: [PATCH] Doc patch for Tie::Hash
17984              From: Artur Bergman <artur@contiller.se>
17985              Date: Thu, 05 Jul 2001 22:51:18 +0200
17986              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
17987      Branch: perl
17988            ! lib/Tie/Hash.pm
17989 ____________________________________________________________________________
17990 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
17991         Log: Subject: [PATCH] perlfaq4.pod
17992              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
17993              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
17994              Date: Thu, 5 Jul 2001 18:44:10 +0100 
17995      Branch: perl
17996            ! pod/perlfaq4.pod
17997 ____________________________________________________________________________
17998 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
17999         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
18000              From: Robin Houston <robin@kitsite.com>
18001              Date: Thu, 5 Jul 2001 18:33:21 +0100
18002              Message-ID: <20010705183321.A27345@robin.kitsite.com>
18003      Branch: perl
18004            ! ext/B/B/Deparse.pm
18005 ____________________________________________________________________________
18006 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
18007         Log: (Retracted by #11285.)
18008              
18009              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
18010              From: Abhijit Menon-Sen <ams@wiw.org>
18011              Date: Fri, 6 Jul 2001 01:26:32 +0530
18012              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
18013      Branch: perl
18014            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
18015            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
18016            ! warnings.pl
18017 ____________________________________________________________________________
18018 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
18019         Log: (Retracted by #11175)
18020              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
18021              From: Norton Allen <allen@huarp.harvard.edu>
18022              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
18023              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
18024      Branch: perl
18025            ! ext/POSIX/POSIX.xs
18026 ____________________________________________________________________________
18027 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
18028         Log: Unterminated C< (noticed by Richard Hatch), and few other
18029              small Unicode doc tweaks.
18030      Branch: perl
18031            ! pod/perlretut.pod
18032 ____________________________________________________________________________
18033 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
18034         Log: More flexible argument understanding; add charblocks() and
18035              charscripts(); make charblock() and charscript() two-way;
18036              add charinrange(); separate the $Unicode::UCD::VERSION and
18037              the version of the Unicode by adding UnicodeVersion().
18038      Branch: perl
18039            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18040 ____________________________________________________________________________
18041 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
18042         Log: Update Unicode::UCD on \p{In...}.
18043      Branch: perl
18044            ! lib/Unicode/UCD.pm
18045 ____________________________________________________________________________
18046 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
18047         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
18048              From: Norton Allen <allen@huarp.harvard.edu>
18049              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
18050              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
18051      Branch: perl
18052            ! lib/ExtUtils/MM_Unix.pm
18053 ____________________________________________________________________________
18054 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
18055         Log: POSIX-BC tweaks from Thomas Dorner.
18056      Branch: perl
18057            ! hints/posix-bc.sh perlio.h
18058 ____________________________________________________________________________
18059 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
18060         Log: Module updates for the delta.
18061      Branch: perl
18062            ! pod/perl572delta.pod
18063 ____________________________________________________________________________
18064 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
18065         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
18066              From: Norton Allen <allen@huarp.harvard.edu>
18067              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
18068              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
18069      Branch: perl
18070            ! ext/IO/lib/IO/t/io_sock.t
18071 ____________________________________________________________________________
18072 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
18073         Log: Subject: [PATCH perldiag.pod] Quick fixes
18074              From: Simon Cozens <simon@netthink.co.uk>
18075              Date: Wed, 4 Jul 2001 20:22:12 +0100
18076              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
18077      Branch: perl
18078            ! pod/perldiag.pod
18079 ____________________________________________________________________________
18080 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
18081         Log: (retracted by #13533)
18082              
18083              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
18084              From: Radu Greab <radu@netsoft.ro>
18085              Date: Wed, 4 Jul 2001 22:13:31 +0300
18086              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
18087      Branch: perl
18088            ! op.c sv.c t/op/pos.t
18089 ____________________________________________________________________________
18090 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
18091         Log: Subject: [PATCH] -I and MakeMaker again
18092              From: Michael G Schwern <schwern@pobox.com>
18093              Date: Wed, 4 Jul 2001 15:03:07 -0400
18094              Message-ID: <20010704150307.I20340@blackrider>
18095              
18096              (and retract #11145)
18097      Branch: perl
18098            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
18099            ! lib/ExtUtils/MakeMaker.pm
18100 ____________________________________________________________________________
18101 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
18102         Log: Subject: Re: PERFORCE change 11142 for review
18103              From: "Philip Newton" <Philip.Newton@gmx.net>
18104              Date: Wed, 4 Jul 2001 20:46:26 +0200
18105              Message-Id: <200107041841.VAA25380@taas.iki.fi>
18106      Branch: perl
18107            ! lib/ExtUtils/MakeMaker.pm
18108 ____________________________________________________________________________
18109 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
18110         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
18111              From: Jonathan Stowe <gellyfish@gellyfish.com>
18112              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
18113              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
18114      Branch: perl
18115            ! utils/pl2pm.PL
18116 ____________________________________________________________________________
18117 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
18118         Log: fix the binary compatibility issue when building with/without
18119              usemymalloc by exporting Perl_malloc() et al as simple wrappers
18120              around the system functions (this allows most extensions built
18121              using one mode to coexist with perls built in the other mode)
18122              
18123              XXX the Perl_mfree() wrapper might need to do return(free()) on
18124              platforms where Free_t isn't "void"
18125      Branch: perl
18126            ! embed.h embed.pl makedef.pl proto.h util.c
18127 ____________________________________________________________________________
18128 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
18129         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
18130              since it doesn't ensure threads other than the one calling fork()
18131              aren't holding any locks; the fix is to use pthread_atfork() to
18132              hold global locks
18133              
18134              building perl with -Dusemymalloc exacerbates the problem since
18135              Perl_malloc() holds a mutex, and perl's exec() calls New()
18136              
18137              XXX the code in win32thread.h may be needed on platforms that have
18138              no pthread_atfork()
18139      Branch: perl
18140            ! perl.c thread.h win32/win32thread.h
18141 ____________________________________________________________________________
18142 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
18143         Log: Integrate #11009 from maintperl.
18144      Branch: maint-5.6/macperl
18145           !> lib/ExtUtils/Manifest.pm
18146 ____________________________________________________________________________
18147 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
18148         Log: Flexing my Perforce muscles.
18149      Branch: maint-5.6/macperl
18150            ! README.macos
18151 ____________________________________________________________________________
18152 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
18153         Log: Update Changes.
18154      Branch: perl
18155            ! Changes patchlevel.h
18156 ____________________________________________________________________________
18157 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
18158         Log: Metaconfig unit change for #11146.
18159      Branch: metaconfig/U/perl
18160            ! d_fcntl_can_lock.U
18161 ____________________________________________________________________________
18162 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
18163         Log: Somehow the #ifdefs of the added code (in #11093) made
18164              HP-UX to fail the fcntl locking test, without the ifdefs
18165              the test seems to be working again.  Reason unknown:
18166              HP-UX cc doesn't complain either way.
18167      Branch: perl
18168            ! Configure
18169 ____________________________________________________________________________
18170 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
18171         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
18172      Branch: perl
18173            ! lib/ExtUtils/MM_Unix.pm
18174 ____________________________________________________________________________
18175 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
18176         Log: gcc -Wall nit.
18177      Branch: perl
18178            ! pp_hot.c
18179 ____________________________________________________________________________
18180 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
18181         Log: When removing tests updating the test count is a good idea, too.
18182      Branch: perl
18183            ! lib/Net/t/require.t
18184 ____________________________________________________________________________
18185 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
18186         Log: Document #11134 and add the new symbols to the list of
18187              of MakeMaker known ones.
18188      Branch: perl
18189            ! lib/ExtUtils/MakeMaker.pm
18190 ____________________________________________________________________________
18191 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
18192         Log: Microperl update.
18193      Branch: perl
18194            ! uconfig.h
18195 ____________________________________________________________________________
18196 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
18197         Log: Update the libnet tests as per #11138.
18198      Branch: perl
18199            - lib/Net/t/ph.t
18200            ! MANIFEST lib/Net/t/require.t
18201 ____________________________________________________________________________
18202 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
18203         Log: Regen toc and modlib.
18204      Branch: perl
18205            ! pod/perlmodlib.pod pod/perltoc.pod
18206 ____________________________________________________________________________
18207 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
18208         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
18209              Graham's request.
18210      Branch: perl
18211            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
18212            ! MANIFEST
18213 ____________________________________________________________________________
18214 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
18215         Log: Add the OS/390 harness results to the delta.
18216      Branch: perl
18217            ! pod/perl572delta.pod
18218 ____________________________________________________________________________
18219 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
18220         Log: Avoid the two study tests in OS/390 until the bug has been solved.
18221      Branch: perl
18222            ! t/op/study.t
18223 ____________________________________________________________________________
18224 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
18225         Log: DOS/DJGPP tweaks from Laszlo Molnar.
18226      Branch: perl
18227            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
18228 ____________________________________________________________________________
18229 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
18230         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
18231              From: Michael G Schwern <schwern@pobox.com>
18232              Date: Wed, 4 Jul 2001 00:01:16 -0400
18233              Message-ID: <20010704000116.C591@blackrider>
18234      Branch: perl
18235            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
18236 ____________________________________________________________________________
18237 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
18238         Log: The #11132 missed singleton characters (not part
18239              of a unilo..unihi range) in Unicode scripts.
18240      Branch: perl
18241            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
18242            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
18243            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
18244            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
18245            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
18246            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
18247            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
18248            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
18249            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
18250            ! lib/unicode/mktables.PL t/op/pat.t
18251 ____________________________________________________________________________
18252 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
18253         Log: Support preferentially the Unicode 'scripts' definition
18254              in the \p{In...} notation since according to Unicode the
18255              scripts concept is more natural for matching than using
18256              the somewhat artificial block names.  The block names are
18257              still available, though, and if there's a name conflict,
18258              the scripts one wins and the blocks one has to do with
18259              'Block' appended to its name.  For more information see
18260              
18261              http://www.unicode.org/unicode/reports/tr24/
18262      Branch: perl
18263            + lib/unicode/In/100.pl lib/unicode/In/101.pl
18264            + lib/unicode/In/102.pl lib/unicode/In/103.pl
18265            + lib/unicode/In/104.pl lib/unicode/In/105.pl
18266            + lib/unicode/In/106.pl lib/unicode/In/107.pl
18267            + lib/unicode/In/108.pl lib/unicode/In/109.pl
18268            + lib/unicode/In/110.pl lib/unicode/In/111.pl
18269            + lib/unicode/In/112.pl lib/unicode/In/113.pl
18270            + lib/unicode/In/114.pl lib/unicode/In/115.pl
18271            + lib/unicode/In/116.pl lib/unicode/In/117.pl
18272            + lib/unicode/In/118.pl lib/unicode/In/119.pl
18273            + lib/unicode/In/120.pl lib/unicode/In/121.pl
18274            + lib/unicode/In/122.pl lib/unicode/In/123.pl
18275            + lib/unicode/In/124.pl lib/unicode/In/125.pl
18276            + lib/unicode/In/126.pl lib/unicode/In/127.pl
18277            + lib/unicode/In/128.pl lib/unicode/In/129.pl
18278            + lib/unicode/In/130.pl lib/unicode/In/131.pl
18279            + lib/unicode/In/132.pl lib/unicode/In/133.pl
18280            + lib/unicode/In/134.pl lib/unicode/In/135.pl
18281            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
18282            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
18283            ! (edit 106 files)
18284 ____________________________________________________________________________
18285 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
18286         Log: Better document the difference between a block and a script.
18287      Branch: perl
18288            ! lib/Unicode/UCD.pm
18289 ____________________________________________________________________________
18290 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
18291         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
18292              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18293              Date: Tue, 3 Jul 2001 15:04:23 -0500
18294              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
18295      Branch: perl
18296            ! lib/CPAN.pm
18297 ____________________________________________________________________________
18298 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
18299         Log: Add tests for charscript().
18300      Branch: perl
18301            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18302 ____________________________________________________________________________
18303 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
18304         Log: Add charscript() to get the UTR#24 script names of characters.
18305      Branch: perl
18306            ! lib/Unicode/UCD.pm
18307 ____________________________________________________________________________
18308 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
18309         Log: Todo updates.
18310      Branch: perl
18311            ! pod/perltodo.pod
18312 ____________________________________________________________________________
18313 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
18314         Log: Unicode::UCD updates.
18315      Branch: perl
18316            ! lib/Unicode/UCD.pm
18317 ____________________________________________________________________________
18318 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
18319         Log: (Retracted by #11174)
18320              Subject: MakeMaker should pass through DEFINE and INC to subdirs
18321              From: Alan Burlison <Alan.Burlison@sun.com>
18322              Date: Tue, 03 Jul 2001 15:20:13 +0100
18323              Message-ID: <3B41D49D.A923D4F9@sun.com>
18324      Branch: perl
18325            ! lib/ExtUtils/MM_Unix.pm
18326 ____________________________________________________________________________
18327 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
18328         Log: Subject: Patch needed for UTS
18329              From: hom00@utsglobal.com (Hal Morris)
18330              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
18331              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
18332              
18333              Replace #11113 with a better version.
18334      Branch: perl
18335            ! perl.h
18336 ____________________________________________________________________________
18337 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
18338         Log: Subject: Re: POINTERRIGOR
18339              From: Andy Dougherty <doughera@lafayette.edu>
18340              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
18341              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
18342      Branch: perl
18343            ! util.c
18344 ____________________________________________________________________________
18345 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
18346         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
18347              From: "Philip Newton" <pnewton@gmx.de>
18348              Date: Tue, 3 Jul 2001 17:03:34 +0200
18349              Message-ID: <3B41FAE6.29564.660E117@localhost>
18350      Branch: perl
18351            ! pp_hot.c
18352 ____________________________________________________________________________
18353 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
18354         Log: Typos.
18355      Branch: perl
18356            ! INSTALL
18357 ____________________________________________________________________________
18358 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
18359         Log: Subject: [PATCH 5.6.1] debugger fixes
18360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18361              Date: Tue, 3 Jul 2001 03:38:18 -0400
18362              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
18363              
18364              The $^S is working again.
18365      Branch: perl
18366            ! lib/perl5db.pl
18367 ____________________________________________________________________________
18368 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
18369         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
18370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18371              Date: Tue, 3 Jul 2001 03:34:06 -0400
18372              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
18373      Branch: perl
18374            ! os2/OS2/Process/Process.pm
18375 ____________________________________________________________________________
18376 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
18377         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
18378              From: "Philip Newton" <Philip.Newton@gmx.net>
18379              Date: Tue, 3 Jul 2001 09:11:27 +0200
18380              Message-Id: <200107030706.KAA04596@taas.iki.fi>
18381      Branch: perl
18382            ! lib/FindBin.pm
18383 ____________________________________________________________________________
18384 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
18385         Log: Delta delta.
18386      Branch: perl
18387            ! pod/perl572delta.pod
18388 ____________________________________________________________________________
18389 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
18390         Log: Metaconfig unit change for 11115.
18391      Branch: metaconfig
18392            ! U/modified/libc.U
18393 ____________________________________________________________________________
18394 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
18395         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
18396              (from Richard Hatch) (this was the cause of pipes() and
18397              times() myeteriously not being found)
18398      Branch: perl
18399            ! Configure
18400 ____________________________________________________________________________
18401 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
18402         Log: Retract #10142, the real culprit found by Richard Hatch,
18403              coming soon to Configure near you.
18404      Branch: perl
18405            ! hints/aix.sh
18406 ____________________________________________________________________________
18407 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
18408         Log: (Replaced by #11124) UTS workaround from Hal Morris.
18409      Branch: perl
18410            ! perl.h
18411 ____________________________________________________________________________
18412 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
18413         Log: Subject: [PATCH] grok not grocking correctly
18414              From: Nicholas Clark <nick@ccl4.org>
18415              Date: Tue, 3 Jul 2001 00:19:08 +0100
18416              Message-ID: <20010703001908.H59620@plum.flirble.org>
18417      Branch: perl
18418            ! numeric.c
18419 ____________________________________________________________________________
18420 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
18421         Log: Subject: [PATCH Deparse.t] test just-posted patches
18422              From: Robin Houston <robin@kitsite.com>
18423              Date: Mon, 2 Jul 2001 23:46:15 +0100
18424              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
18425      Branch: perl
18426            ! ext/B/Deparse.t
18427 ____________________________________________________________________________
18428 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
18429         Log: Subject: [PATCH toke.c] autosplit into @F
18430              From: Robin Houston <robin@kitsite.com>
18431              Date: Mon, 2 Jul 2001 23:18:20 +0100
18432              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
18433      Branch: perl
18434            ! perl.c toke.c
18435 ____________________________________________________________________________
18436 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
18437         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
18438              From: Robin Houston <robin@kitsite.com>
18439              Date: Mon, 2 Jul 2001 23:00:48 +0100
18440              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
18441      Branch: perl
18442            ! ext/B/B/Deparse.pm
18443 ____________________________________________________________________________
18444 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
18445         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
18446              From: "Philip Newton" <Philip.Newton@gmx.net>
18447              Date: Mon, 2 Jul 2001 22:06:22 +0200
18448              (no Message-Id)
18449      Branch: perl
18450            ! ext/NDBM_File/hints/linux.pl
18451 ____________________________________________________________________________
18452 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
18453         Log: Subject: Re: Fixed pack problem - sort of
18454              From: Nicholas Clark <nick@ccl4.org>
18455              Date: Mon, 2 Jul 2001 20:59:20 +0100
18456              Message-ID: <20010702205919.F59620@plum.flirble.org>
18457      Branch: perl
18458            ! pp_pack.c t/op/pack.t
18459 ____________________________________________________________________________
18460 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
18461         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
18462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18463              Date: Mon, 2 Jul 2001 15:45:41 -0400
18464              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
18465      Branch: perl
18466            ! os2/os2.c
18467 ____________________________________________________________________________
18468 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
18469         Log: (Mistaken retraction)
18470      Branch: perl
18471            ! utils/pl2pm.PL
18472 ____________________________________________________________________________
18473 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
18474         Log: Detypo in #11103.
18475      Branch: perl
18476            ! utils/pl2pm.PL
18477 ____________________________________________________________________________
18478 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
18479         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
18480              From: Jonathan Stowe <gellyfish@gellyfish.com>
18481              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
18482              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
18483      Branch: perl
18484            ! utils/pl2pm.PL
18485 ____________________________________________________________________________
18486 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
18487         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
18488              From: "Craig A. Berry" <craigberry@mac.com>
18489              Date: Mon, 02 Jul 2001 14:11:23 -0500
18490              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
18491      Branch: perl
18492            ! lib/Unicode/UCD.pm
18493 ____________________________________________________________________________
18494 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
18495         Log: Subject: [PATCH] Re: op/numconvert.t failures
18496              From: Nicholas Clark <nick@ccl4.org>
18497              Date: Mon, 2 Jul 2001 20:10:48 +0100
18498              Message-ID: <20010702201048.E59620@plum.flirble.org>
18499      Branch: perl
18500            ! t/op/numconvert.t
18501 ____________________________________________________________________________
18502 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
18503         Log: Update Changes.
18504      Branch: perl
18505            ! Changes patchlevel.h
18506 ____________________________________________________________________________
18507 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
18508         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
18509              The real fix must be more involved.  The line of code all the leaky
18510              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
18511              line of Perl_newPMOP().
18512      Branch: perl
18513            ! op.h
18514 ____________________________________________________________________________
18515 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
18516         Log: Based on
18517              
18518              Subject: Re: sizeof(struct sembuf)
18519              From: Nicholas Clark <nick@ccl4.org>
18520              Date: Sun, 1 Jul 2001 22:26:48 +0100
18521              Message-ID: <20010701222648.W59620@plum.flirble.org>
18522              
18523              but do semop() always the slow way.
18524      Branch: perl
18525            ! doio.c
18526 ____________________________________________________________________________
18527 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
18528         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
18529              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18530              Date: Tue, 03 Jul 2001 00:56:30 +0900
18531              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
18532      Branch: perl
18533            ! ext/Encode/Encode/Tcl.t
18534 ____________________________________________________________________________
18535 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
18536         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
18537              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18538              Date: Tue, 03 Jul 2001 00:55:46 +0900
18539              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
18540      Branch: perl
18541            ! ext/Encode/Encode/Tcl.pm
18542 ____________________________________________________________________________
18543 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
18544         Log: Regen api and toc.
18545      Branch: perl
18546            ! pod/perlapi.pod pod/perltoc.pod
18547 ____________________________________________________________________________
18548 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
18549         Log: Metaconfig unit change for #11093.
18550      Branch: metaconfig/U/perl
18551            ! d_fcntl_can_lock.U
18552 ____________________________________________________________________________
18553 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
18554         Log: The fcntl locking test may hang if NFS locking messed up;
18555              break out with alarm(10).
18556      Branch: perl
18557            ! Configure
18558 ____________________________________________________________________________
18559 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
18560         Log: Move the mdelete.bat from win32/bin to win32.
18561      Branch: perl
18562            ! MANIFEST
18563 ____________________________________________________________________________
18564 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
18565         Log: Typo in #11083.
18566      Branch: perl
18567            ! ext/Time/Piece/Piece.t
18568 ____________________________________________________________________________
18569 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
18570         Log: Netware tweaks from Guruprasad.
18571      Branch: perl
18572            - NetWare/perlsdio.h
18573            ! MANIFEST NetWare/Makefile NetWare/interface.c
18574            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
18575            ! perlsdio.h
18576 ____________________________________________________________________________
18577 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
18578         Log: Subject: Re: [PATH] shared -> unique;
18579              From: Abhijit Menon-Sen <ams@wiw.org>
18580              Date: Wed, 27 Jun 2001 03:51:27 +0530
18581              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
18582      Branch: perl
18583            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
18584 ____________________________________________________________________________
18585 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
18586         Log: Subject: Re: AIX / gcc-3.0
18587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18588              Date: Mon, 02 Jul 2001 15:20:21 +0200
18589              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
18590      Branch: perl
18591            ! hints/aix.sh
18592 ____________________________________________________________________________
18593 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
18594         Log: Subject: Re: Bug report: split splits on wrong pattern
18595              From: Abhijit Menon-Sen <ams@wiw.org>
18596              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
18597              Date: Mon, 2 Jul 2001 16:31:33 +0530
18598      Branch: perl
18599            ! pp_ctl.c
18600 ____________________________________________________________________________
18601 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
18602         Log: Subject: [PATCH 5.6.1] test harness
18603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18604              Date: Mon, 2 Jul 2001 06:29:21 -0400
18605              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
18606      Branch: perl
18607            ! lib/Test/Harness.pm
18608 ____________________________________________________________________________
18609 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
18610         Log: Subject: [PATCH 5.6.1] debugger goof
18611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18612              Date: Mon, 2 Jul 2001 06:27:22 -0400
18613              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
18614      Branch: perl
18615            ! lib/perl5db.pl
18616 ____________________________________________________________________________
18617 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
18618         Log: Subject: [PATCH 5.6.1] OS/2 cwd
18619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18620              Date: Mon, 2 Jul 2001 06:21:17 -0400
18621              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
18622      Branch: perl
18623            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
18624 ____________________________________________________________________________
18625 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
18626         Log: Make #11082 more OS/2-specific.
18627      Branch: perl
18628            ! ext/Time/Piece/Piece.t
18629 ____________________________________________________________________________
18630 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
18631         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
18632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18633              Date: Mon, 2 Jul 2001 06:06:34 -0400
18634              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
18635      Branch: perl
18636            ! ext/Time/Piece/Piece.t
18637 ____________________________________________________________________________
18638 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
18639         Log: Subject: [PATCH B::Deparse] version number & changes
18640              From: Robin Houston <robin@kitsite.com>  
18641              Date: Sun, 1 Jul 2001 17:17:29 +0100
18642              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
18643      Branch: perl
18644            ! ext/B/B/Deparse.pm
18645 ____________________________________________________________________________
18646 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
18647         Log: Subject: a small fix.
18648              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
18649              Date: Mon, 2 Jul 2001 12:17:53 +0200
18650              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
18651      Branch: perl
18652            ! ext/Thread/Thread.xs
18653 ____________________________________________________________________________
18654 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
18655         Log: Subject: RE: perl@10907
18656              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
18657              Date: Mon, 2 Jul 2001 12:06:16 +0200
18658              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
18659              
18660              Borland C vs PerlIO.
18661      Branch: perl
18662            ! win32/config.bc win32/config_H.bc
18663 ____________________________________________________________________________
18664 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
18665         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
18666              From: "H.M. Brand" <merijn@l1.procura.nl>
18667              Date: Mon, 02 Jul 2001 11:18:57 +0200
18668              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
18669      Branch: perl
18670            ! t/op/write.t
18671 ____________________________________________________________________________
18672 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
18673         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
18674              From: Michael G Schwern <schwern@pobox.com>
18675              Date: Mon, 2 Jul 2001 00:26:24 -0400
18676              Message-ID: <20010702002624.A18302@blackrider>
18677      Branch: perl
18678            - ext/util/mkbootstrap
18679 ____________________________________________________________________________
18680 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
18681         Log: Subject: [PATCH op.h] v minor comment tweak
18682              From: Robin Houston <robin@puffinry.freeserve.co.uk>
18683              Date: Mon, 2 Jul 2001 00:42:01 +0100
18684              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
18685      Branch: perl
18686            ! op.h
18687 ____________________________________________________________________________
18688 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
18689         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
18690      Branch: perl
18691            ! pod/perlfunc.pod
18692 ____________________________________________________________________________
18693 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
18694         Log: Subject: Re: sizeof(struct sembuf)
18695              From: Nicholas Clark <nick@ccl4.org>
18696              Date: Sun, 1 Jul 2001 19:23:16 +0100
18697              Message-ID: <20010701192316.V59620@plum.flirble.org>
18698              
18699              s/signaling/signalling/
18700      Branch: perl
18701            ! pod/perlfunc.pod
18702 ____________________________________________________________________________
18703 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
18704         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
18705              From: "Philip Newton" <Philip.Newton@gmx.net>
18706              Date: Sun, 1 Jul 2001 09:37:56 +0200
18707              Message-Id: <200107010733.KAA03920@taas.iki.fi>
18708      Branch: perl
18709            ! pod/perlvar.pod
18710 ____________________________________________________________________________
18711 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
18712         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
18713              From: "Philip Newton" <Philip.Newton@gmx.net>
18714              Date: Sun, 1 Jul 2001 09:37:56 +0200
18715              Message-Id: <200107010733.KAA03925@taas.iki.fi>
18716      Branch: perl
18717            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
18718 ____________________________________________________________________________
18719 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
18720         Log: Metaconfig unit change for #11070.
18721      Branch: metaconfig
18722            ! U/compline/randfunc.U
18723 ____________________________________________________________________________
18724 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
18725         Log: Subject: [PATCH perlsnap] its --> it's --> its
18726              From: "Philip Newton" <Philip.Newton@gmx.net>
18727              Date: Sun, 1 Jul 2001 09:37:56 +0200
18728              Message-Id: <200107010733.KAA03914@taas.iki.fi>
18729      Branch: perl
18730            ! Porting/config_H
18731 ____________________________________________________________________________
18732 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
18733         Log: Sync with Sarathy; integrate with perlio.
18734      Branch: perl
18735           !> gv.c
18736 ____________________________________________________________________________
18737 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
18738         Log: regenerate win32/config_H.?c files
18739      Branch: perl
18740            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18741 ____________________________________________________________________________
18742 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
18743         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
18744              naming discipline
18745              
18746              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
18747              because of this)
18748              
18749              fix a warning about "fd" being used without being set in Cwd.xs
18750      Branch: perl
18751            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
18752            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
18753            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
18754            ! win32/config.vc
18755 ____________________________________________________________________________
18756 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
18757         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
18758              within macro arguments") and warnings ("unary minus applied to
18759              unsigned type", among others)
18760      Branch: perl
18761            ! gv.c hv.c op.c pp.c sv.c toke.c
18762 ____________________________________________________________________________
18763 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
18764         Log: win32 fixes: more spurious CRs
18765      Branch: perl
18766            ! win32/mdelete.bat
18767 ____________________________________________________________________________
18768 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
18769         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
18770              from win32/bin (or it gets deleted by distclean); don't delete
18771              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
18772              NT (should be made Win9x specific, and added to makefile.mk)
18773      Branch: perl
18774           +> win32/mdelete.bat
18775            - win32/bin/mdelete.bat
18776            ! win32/Makefile win32/makefile.mk
18777 ____________________________________________________________________________
18778 [ 11063] By: nick                                  on 2001/07/01  18:54:09
18779         Log: Quick for for #ifdef mess
18780      Branch: perlio
18781            ! gv.c
18782 ____________________________________________________________________________
18783 [ 11062] By: nick                                  on 2001/07/01  18:47:42
18784         Log: Raw integrate - does not build #if mess in gv.c
18785      Branch: perlio
18786           !> (integrate 29 files)
18787 ____________________________________________________________________________
18788 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
18789         Log: Make 'compile' target a little less broken.
18790              Still very broken, though: -Wall warnings from
18791              the generated code, boot_Foo prototypes missing,
18792              can't autoload Fcntl::SEEK_CUR et alia, ...
18793      Branch: perl
18794            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
18795            ! utils/perlcc.PL x2p/Makefile.SH
18796 ____________________________________________________________________________
18797 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
18798         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
18799      Branch: perl
18800            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18801            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
18802 ____________________________________________________________________________
18803 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
18804         Log: Update Changes.
18805      Branch: perl
18806            ! Changes patchlevel.h
18807 ____________________________________________________________________________
18808 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
18809         Log: Still one typo, regen toc.
18810      Branch: perl
18811            ! lib/Unicode/UCD.pm pod/perltoc.pod
18812 ____________________________________________________________________________
18813 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
18814         Log: Detypos and regen toc.
18815      Branch: perl
18816            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
18817 ____________________________________________________________________________
18818 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
18819         Log: VERSION tweak.
18820      Branch: perl
18821            ! ext/List/Util/lib/List/Util.pm
18822 ____________________________________________________________________________
18823 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
18824         Log: Attempt at plugging the leak under ithreads detected by Doug.
18825      Branch: perl
18826            ! op.h
18827 ____________________________________________________________________________
18828 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
18829         Log: gcc -Wall lint after #11051.
18830      Branch: perl
18831            ! pp_sys.c
18832 ____________________________________________________________________________
18833 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
18834         Log: Integrate perlio.
18835      Branch: perl
18836           !> lib/File/Find/taint.t
18837 ____________________________________________________________________________
18838 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
18839         Log: Don't use the v-strings for module VERSIONs.
18840      Branch: perl
18841            ! lib/Unicode/UCD.pm
18842 ____________________________________________________________________________
18843 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
18844         Log: Code cleanup based on turning off the -woffs in IRIX.
18845              Not all of the gripes cleaned up (hairy code in hv.c and
18846              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
18847              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
18848              to the IRIX hints)
18849      Branch: perl
18850            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
18851            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
18852            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
18853            ! regcomp.c sv.c
18854 ____________________________________________________________________________
18855 [ 11050] By: nick                                  on 2001/06/30  20:46:46
18856         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
18857      Branch: perlio
18858            ! lib/File/Find/taint.t
18859 ____________________________________________________________________________
18860 [ 11049] By: nick                                  on 2001/06/30  18:13:33
18861         Log: Integrate mainline
18862      Branch: perlio
18863           +> NetWare/nwstdio.h NetWare/perlsdio.h
18864           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
18865           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
18866           +> lib/Unicode/UCD.t t/run/exit.t
18867           !> (integrate 60 files)
18868 ____________________________________________________________________________
18869 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
18870         Log: Delta delta.
18871      Branch: perl
18872            ! pod/perl572delta.pod
18873 ____________________________________________________________________________
18874 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
18875         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
18876              by CPAN.pm, use rather _00.
18877      Branch: perl
18878            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
18879            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
18880            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
18881            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
18882            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
18883            ! lib/ExtUtils/Embed.pm lib/Test.pm
18884 ____________________________________________________________________________
18885 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
18886         Log: Add a simple Unicode character database interface, Unicode::UCD.
18887      Branch: perl
18888            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
18889            ! MANIFEST
18890 ____________________________________________________________________________
18891 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
18892         Log: Subject: [PATCH] op/numconver.t
18893              From: Nicholas Clark <nick@ccl4.org>
18894              Date: Sat, 30 Jun 2001 15:40:10 +0100
18895              Message-ID: <20010630154010.I59620@plum.flirble.org>
18896      Branch: perl
18897            ! t/op/numconvert.t
18898 ____________________________________________________________________________
18899 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
18900         Log: The $^N is now taken (by #11038).
18901      Branch: perl
18902            ! t/base/lex.t
18903 ____________________________________________________________________________
18904 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
18905         Log: The #11040 had slipped to a wrong function...
18906      Branch: perl
18907            ! sv.c
18908 ____________________________________________________________________________
18909 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
18910         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
18911              the Configure library symbol probe mysteriously finds all
18912              symbols but those of pipe() and times().
18913      Branch: perl
18914            ! hints/aix.sh
18915 ____________________________________________________________________________
18916 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
18917         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
18918              From: Nicholas Clark <nick@ccl4.org>
18919              Date: Fri, 29 Jun 2001 23:49:07 +0100
18920              Message-ID: <20010629234907.D59620@plum.flirble.org>
18921      Branch: perl
18922            ! lib/ExtUtils.t
18923 ____________________________________________________________________________
18924 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
18925         Log: Subject: [PATCH] weakref fix 2, not yet there
18926              From: Artur Bergman <artur@contiller.se>
18927              Date: Sat, 30 Jun 2001 01:18:16 +0200
18928              Message-ID: <B762D957.1CC9%artur@contiller.se>
18929      Branch: perl
18930            ! sv.c
18931 ____________________________________________________________________________
18932 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
18933         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
18934              From: Michael G Schwern <schwern@pobox.com>
18935              Date: Fri, 29 Jun 2001 19:39:11 -0400
18936              Message-ID: <20010629193910.D25304@blackrider>
18937      Branch: perl
18938            + t/run/exit.t
18939            ! MANIFEST
18940 ____________________________________________________________________________
18941 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
18942         Log: Add support for $^N, the most-recently closed group.
18943      Branch: perl
18944            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
18945            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
18946            ! thrdvar.h
18947 ____________________________________________________________________________
18948 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
18949         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
18950              From: lvirden@cas.org
18951              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
18952              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
18953              
18954              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
18955              From: lvirden@cas.org
18956              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
18957              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
18958      Branch: perl
18959            ! README.solaris
18960 ____________________________________________________________________________
18961 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
18962         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
18963              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18964              Date: Sat, 30 Jun 2001 07:33:37 +0900
18965              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
18966              
18967              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
18968              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18969              Date: Sat, 30 Jun 2001 21:38:14 +0900
18970              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
18971      Branch: perl
18972            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
18973            + ext/Encode/Encode/7bit-kr.enc
18974            ! MANIFEST ext/Encode/Encode/Tcl.pm
18975 ____________________________________________________________________________
18976 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
18977         Log: NetWare tweaks from Guruprasad.
18978      Branch: perl
18979            + NetWare/nwstdio.h NetWare/perlsdio.h
18980            ! MANIFEST NetWare/Makefile NetWare/config.wc
18981            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
18982            ! NetWare/t/Readme.txt
18983 ____________________________________________________________________________
18984 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
18985         Log: More module $VERSION bump-ups.
18986      Branch: perl
18987            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
18988            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
18989            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
18990 ____________________________________________________________________________
18991 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
18992         Log: Doc update due to #11032.
18993      Branch: perl
18994            ! pod/perl572delta.pod
18995 ____________________________________________________________________________
18996 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
18997         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
18998              From: Peter Prymmer <pvhp@forte.com>
18999              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
19000              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
19001      Branch: perl
19002            ! ext/Time/HiRes/HiRes.xs
19003 ____________________________________________________________________________
19004 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
19005         Log: -lpthreads missing in AIX.
19006      Branch: perl
19007            ! hints/aix.sh
19008 ____________________________________________________________________________
19009 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
19010         Log: Subject: [PATCH] CLONE && weakrefs
19011              From: Artur Bergman <artur@contiller.se>
19012              Date: Fri, 29 Jun 2001 17:02:00 +0200
19013              Message-ID: <B7626508.1CA0%artur@contiller.se>
19014      Branch: perl
19015            ! sv.c
19016 ____________________________________________________________________________
19017 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
19018         Log: Subject: Re: Bug report: split splits on wrong pattern
19019              From: Radu Greab <radu@netsoft.ro>
19020              Date: Wed, 27 Jun 2001 21:50:52 +0300
19021              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
19022      Branch: perl
19023            ! pp_ctl.c t/op/split.t
19024 ____________________________________________________________________________
19025 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
19026         Log: Metaconfig unit change for #11027.
19027      Branch: metaconfig/U/perl
19028            ! d_modfl.U
19029 ____________________________________________________________________________
19030 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
19031         Log: I thought this Configure glitch for AIX was just recently fixed?
19032      Branch: perl
19033            ! Configure
19034 ____________________________________________________________________________
19035 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
19036         Log: Update Changes.
19037      Branch: perl
19038            ! Changes patchlevel.h
19039 ____________________________________________________________________________
19040 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
19041         Log: Subject: Re: perl@10967, File::Find, and Cwd
19042              From: Mike Guy <mjtg@cam.ac.uk>
19043              Date: Fri, 29 Jun 2001 14:56:49 +0100
19044              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
19045      Branch: perl
19046            ! lib/File/Find/taint.t
19047 ____________________________________________________________________________
19048 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
19049         Log: Update the sv_pvprintify() spec.
19050      Branch: perl
19051            ! pod/perltodo.pod
19052 ____________________________________________________________________________
19053 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
19054         Log: Known test failures update.
19055      Branch: perl
19056            ! pod/perl572delta.pod
19057 ____________________________________________________________________________
19058 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
19059         Log: Based on
19060              
19061              Subject: [PATCH @11016] More );) fixes
19062              From: Richard Soderberg <rs@crystalflame.net>
19063              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
19064              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
19065      Branch: perl
19066            ! ext/Thread/Thread.xs ext/Thread/typemap
19067 ____________________________________________________________________________
19068 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
19069         Log: Subject: [PATCH @11016] Fixes compile errors in four files
19070              From: Richard Soderberg <rs@crystalflame.net>
19071              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
19072              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
19073      Branch: perl
19074            ! mg.c pp.c pp_hot.c util.c
19075 ____________________________________________________________________________
19076 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
19077         Log: AIX hints tweaking continues, from Merijn Brand.
19078      Branch: perl
19079            ! hints/aix.sh
19080 ____________________________________________________________________________
19081 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
19082         Log: HP-UX needs gccversion sooner, from Merijn Brand.
19083      Branch: perl
19084            ! hints/hpux.sh
19085 ____________________________________________________________________________
19086 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
19087         Log: Subject: [PATCH 5.6.1] OS/2 docs
19088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19089              Date: Fri, 29 Jun 2001 02:34:12 -0400
19090              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
19091      Branch: perl
19092            ! README.os2 os2/Changes
19093 ____________________________________________________________________________
19094 [ 11017] By: nick                                  on 2001/06/29  10:20:30
19095         Log: Integrate mainline
19096      Branch: perlio
19097           +> (branch 37 files)
19098            - ext/ODBM_File/sdbm.t
19099           !> (integrate 211 files)
19100 ____________________________________________________________________________
19101 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
19102         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
19103              the modules found using a script written by Larry Schatzer Jr.
19104      Branch: perl
19105            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
19106            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
19107            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
19108            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
19109            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
19110            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
19111            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
19112            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
19113            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
19114            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
19115            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
19116            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
19117            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
19118            ! lib/constant.pm lib/fields.pm lib/strict.pm
19119 ____________________________________________________________________________
19120 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
19121         Log: The latest JPL from the anoncvs.
19122      Branch: perl
19123            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19124 ____________________________________________________________________________
19125 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
19126         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
19127      Branch: perl
19128            ! t/op/pat.t
19129 ____________________________________________________________________________
19130 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
19131         Log: Worrying about insecure directories now is a bit too late.
19132      Branch: perl
19133            ! lib/File/Find/taint.t
19134 ____________________________________________________________________________
19135 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
19136         Log: Cannot DIE() in a void function,
19137              from Richard Hatch <rhatch@austin.ibm.com>.
19138      Branch: perl
19139            ! ext/IPC/SysV/SysV.xs
19140 ____________________________________________________________________________
19141 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
19142         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
19143              From: Peter Prymmer <pvhp@forte.com>
19144              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
19145              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
19146              
19147              (unfinished: time/hires tests 3, 5, 14 failing, but better
19148              than wholesale failure)
19149      Branch: perl
19150            ! ext/Time/HiRes/HiRes.xs
19151 ____________________________________________________________________________
19152 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
19153         Log: Subject: [PATCH 5.6.1] OS/2 improvements
19154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19155              Date: Thu, 28 Jun 2001 16:03:14 -0400
19156              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
19157      Branch: perl
19158            + os2/os2_base.t
19159            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
19160            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
19161            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
19162            ! os2/os2ish.h
19163 ____________________________________________________________________________
19164 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
19165         Log: Subject: Incrementing Extutils::Manifest's $VERSION
19166              From: Michael G Schwern <schwern@pobox.com>
19167              Date: Thu, 28 Jun 2001 13:13:49 -0400
19168              Message-ID: <20010628131349.A14738@blackrider>
19169      Branch: maint-5.6/perl
19170            ! lib/ExtUtils/Manifest.pm
19171 ____________________________________________________________________________
19172 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
19173         Log: AIX tweak from Merijn Brand.
19174      Branch: perl
19175            ! hints/aix.sh
19176 ____________________________________________________________________________
19177 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
19178         Log: Create the macperl branch.
19179      Branch: maint-5.6/macperl
19180           +> (branch 1728 files)
19181 ____________________________________________________________________________
19182 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
19183         Log: Update Changes.
19184      Branch: perl
19185            ! Changes patchlevel.h
19186 ____________________________________________________________________________
19187 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
19188         Log: More Perforce lore.
19189      Branch: perl
19190            ! Porting/repository.pod
19191 ____________________________________________________________________________
19192 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
19193         Log: Metaconfig unit changes for #11003.
19194      Branch: metaconfig/U/perl
19195            + d_nl_langinfo.U i_langinfo.U
19196 ____________________________________________________________________________
19197 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
19198         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
19199              Expected not to exist in non-UNIX excepting in VMS, where
19200              according to a quick web survey they just might.
19201      Branch: perl
19202            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
19203            ! Porting/config_H config_h.SH configure.com epoc/config.sh
19204            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
19205            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19206            ! win32/config.bc win32/config.gc win32/config.vc
19207 ____________________________________________________________________________
19208 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
19209         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
19210              in AIX is one is doing a 64-bit build.
19211      Branch: perl
19212            ! hints/aix.sh
19213 ____________________________________________________________________________
19214 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
19215         Log: Metaconfig unit changes for #11000.
19216      Branch: metaconfig/U/perl
19217            ! use64bits.U uselfs.U
19218 ____________________________________________________________________________
19219 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
19220         Log: Move use64bitint and use64bitall before uselargefiles.
19221      Branch: perl
19222            ! Configure
19223 ____________________________________________________________________________
19224 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
19225         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
19226              From: Robert Spier <rspier@pobox.com>
19227              Message-ID: <15162.41164.618712.841415@rls.cx>
19228              Date: Wed, 27 Jun 2001 23:13:16 -0400
19229      Branch: perl
19230            ! doio.c
19231 ____________________________________________________________________________
19232 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
19233         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
19234              From: Peter Prymmer <pvhp@forte.com>
19235              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
19236              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
19237      Branch: perl
19238            ! numeric.c
19239 ____________________________________________________________________________
19240 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
19241         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
19242              From: Peter Prymmer <pvhp@forte.com>
19243              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
19244              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
19245      Branch: perl
19246            ! configure.com ext/Digest/MD5/Makefile.PL
19247 ____________________________________________________________________________
19248 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
19249         Log: Update Changes.
19250      Branch: perl
19251            ! Changes patchlevel.h
19252 ____________________________________________________________________________
19253 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
19254         Log: Tiny EPOC updates.
19255      Branch: perl
19256            ! epoc/config.sh
19257 ____________________________________________________________________________
19258 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
19259         Log: The Test::More and Test::Simple tests required help
19260              thanks to our schizophrenic test scheme.
19261      Branch: perl
19262            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
19263            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
19264            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
19265            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
19266            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
19267 ____________________________________________________________________________
19268 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
19269         Log: Upgrade to Test::Simple 0.09.
19270      Branch: perl
19271            + lib/Test/Simple/Changes
19272            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
19273            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
19274            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
19275            ! lib/Test/Simple/t/plan_is_noplan.t
19276 ____________________________________________________________________________
19277 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
19278         Log: Upgrade to Test::More 0.07.
19279      Branch: perl
19280            + lib/Test/More/Changes
19281            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
19282            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
19283            ! lib/Test/More/t/skipall.t
19284 ____________________________________________________________________________
19285 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
19286         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
19287              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19288              Date: Wed, 27 Jun 2001 18:40:04 +0200
19289              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
19290      Branch: perl
19291            ! hints/hpux.sh
19292 ____________________________________________________________________________
19293 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
19294         Log: Subject: [PATCH README.qnx hints/qnx.sh]
19295              From: Norton Allen <allen@huarp.harvard.edu>
19296              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
19297              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
19298      Branch: perl
19299            ! README.qnx hints/qnx.sh
19300 ____________________________________________________________________________
19301 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
19302         Log: Subject: [PATCH] two little documentation nits
19303              From: Abhijit Menon-Sen <ams@wiw.org>
19304              Date: Wed, 27 Jun 2001 20:07:50 +0530
19305              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
19306      Branch: perl
19307            ! sv.c sv.h
19308 ____________________________________________________________________________
19309 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
19310         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
19311              From: Norton Allen <allen@huarp.harvard.edu>
19312              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
19313              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
19314      Branch: perl
19315            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
19316 ____________________________________________________________________________
19317 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
19318         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
19319              From: Michael G Schwern <schwern@pobox.com>
19320              Date: Wed, 27 Jun 2001 02:34:58 -0400
19321              Message-ID: <20010627023458.K23874@blackrider>
19322      Branch: perl
19323            ! vms/test.com
19324 ____________________________________________________________________________
19325 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
19326         Log: Add perl_clone_host() for Netware.
19327      Branch: perl
19328            ! NetWare/nw5.c
19329 ____________________________________________________________________________
19330 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
19331         Log: GCC 3.0 hints for HP-UX.
19332      Branch: perl
19333            ! hints/hpux.sh
19334 ____________________________________________________________________________
19335 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
19336         Log: In some Linux distributions the libndbm is broken
19337              (no null key support), therefore link with libgdbm
19338              (if available), since it has a working ndbm emulation,
19339              from Jonathan Stowe.
19340      Branch: perl
19341            + ext/NDBM_File/hints/linux.pl
19342            ! MANIFEST
19343 ____________________________________________________________________________
19344 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
19345         Log: Subject: [PATCH perl@10930] find.t hack for VMS
19346              From: "Craig A. Berry" <craigberry@mac.com>
19347              Date: Tue, 26 Jun 2001 23:40:25 -0500
19348              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
19349      Branch: perl
19350            ! lib/File/Find/find.t
19351 ____________________________________________________________________________
19352 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
19353         Log: AUTHORS updates.
19354      Branch: perl
19355            ! AUTHORS
19356 ____________________________________________________________________________
19357 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
19358         Log: Metaconfig unit change like #10980.
19359      Branch: metaconfig
19360            ! U/compline/d_stdstdio.U
19361 ____________________________________________________________________________
19362 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
19363         Log: "lose the it's", from Abhijit Menon-Sen.
19364              ("It's" not searched, pods not searched.)
19365      Branch: perl
19366            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
19367            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
19368            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
19369            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
19370            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19371            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
19372 ____________________________________________________________________________
19373 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
19374         Log: "lose the looses", from Abhijit Menon-Sen.
19375      Branch: perl
19376            ! ext/B/B/Assembler.pm gv.c
19377 ____________________________________________________________________________
19378 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
19379         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
19380      Branch: perl
19381            ! hints/os390.sh
19382 ____________________________________________________________________________
19383 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
19384         Log: DEC C 5.3 on the VAX simply doesn't seem to like
19385              compiling the MD5 extension, disable it there for now,
19386              from Peter Prymmer.
19387      Branch: perl
19388            ! configure.com
19389 ____________________________________________________________________________
19390 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
19391         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
19392              From: Jonathan Stowe <gellyfish@gellyfish.com>
19393              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
19394              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
19395      Branch: perl
19396            ! pod/perlfaq3.pod
19397 ____________________________________________________________________________
19398 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
19399         Log: Subject: [PATCH 5.6.1] perlxs misprints
19400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19401              Date: Tue, 26 Jun 2001 17:20:00 -0400
19402              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
19403      Branch: perl
19404            ! pod/perlxs.pod
19405 ____________________________________________________________________________
19406 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
19407         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
19408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19409              Date: Tue, 26 Jun 2001 17:27:07 -0400
19410              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
19411      Branch: perl
19412            ! lib/ExtUtils/MM_Unix.pm
19413 ____________________________________________________________________________
19414 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
19415         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
19416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19417              Date: Tue, 26 Jun 2001 17:23:24 -0400
19418              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
19419      Branch: perl
19420            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
19421 ____________________________________________________________________________
19422 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
19423         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
19424              by Olaf Flebbe.
19425      Branch: perl
19426            ! perl.h
19427 ____________________________________________________________________________
19428 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
19429         Log: Detypo.
19430      Branch: perl
19431            ! lib/Memoize/t/tie_sdbm.t
19432 ____________________________________________________________________________
19433 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
19434         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
19435      Branch: perl
19436            ! win32/perllib.c
19437 ____________________________________________________________________________
19438 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
19439         Log: Subject: [patch] perl_clone+CvFILE
19440              From: Doug MacEachern <dougm@covalent.net>
19441              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
19442              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
19443      Branch: perl
19444            ! sv.c
19445 ____________________________________________________________________________
19446 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
19447         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
19448              From: Mark-Jason Dominus <mjd@plover.com>
19449              Date: Tue, 26 Jun 2001 12:33:01 -0400
19450              Message-ID: <20010626163301.31298.qmail@plover.com>
19451      Branch: perl
19452            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
19453 ____________________________________________________________________________
19454 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
19455         Log: Update Changes.
19456      Branch: perl
19457            ! Changes patchlevel.h
19458 ____________________________________________________________________________
19459 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
19460         Log: Also catfile() needs now to explicitly exported.
19461      Branch: perl
19462            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
19463 ____________________________________________________________________________
19464 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
19465         Log: Regen toc.
19466      Branch: perl
19467            ! pod/perltoc.pod
19468 ____________________________________________________________________________
19469 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
19470         Log: Nonexistent pod command.
19471      Branch: perl
19472            ! pod/perl572delta.pod
19473 ____________________________________________________________________________
19474 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
19475         Log: Be more portable in the quest for tmpdir.
19476      Branch: perl
19477            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
19478 ____________________________________________________________________________
19479 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
19480         Log: Be more portable in finding out the home directory,
19481              and use File::Spec to do the concat.
19482              (Come to think of it, couldn't File::Spec provide
19483              for a ->homedir method?)
19484      Branch: perl
19485            ! lib/Net/Config.pm
19486 ____________________________________________________________________________
19487 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
19488         Log: Doc patch for #10959.
19489      Branch: perl
19490            ! pod/perlfunc.pod
19491 ____________________________________________________________________________
19492 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
19493         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
19494              From: "Philip Newton" <pnewton@gmx.de>
19495              Date: Tue, 26 Jun 2001 16:26:47 +0200
19496              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
19497      Branch: perl
19498            ! pod/perldata.pod
19499 ____________________________________________________________________________
19500 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
19501         Log: Subject: [PATH] shared -> unique;
19502              From: "Artur Bergman" <artur@contiller.se>
19503              Date: Tue, 26 Jun 2001 16:18:40 +0200
19504              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
19505              
19506              Because "shared" isn't: it's read-only.
19507      Branch: perl
19508            ! toke.c xsutils.c
19509 ____________________________________________________________________________
19510 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
19511         Log: Escape multiline croak messages.
19512      Branch: perl
19513            ! t/op/ver.t
19514 ____________________________________________________________________________
19515 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
19516         Log: No more pragma/*.t for minitest.
19517      Branch: perl
19518            ! Makefile.SH
19519 ____________________________________________________________________________
19520 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
19521         Log: AUTHORS updates.
19522      Branch: perl
19523            ! AUTHORS
19524 ____________________________________________________________________________
19525 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
19526         Log: delta updates.
19527      Branch: perl
19528            ! pod/perl572delta.pod
19529 ____________________________________________________________________________
19530 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
19531         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
19532              From: Artur Bergman <artur@contiller.se> 
19533              Date: Tue, 26 Jun 2001 15:32:53 +0200
19534              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
19535      Branch: perl
19536            ! makedef.pl sv.c sv.h win32/perllib.c
19537 ____________________________________________________________________________
19538 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
19539         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
19540              From: Jonathan Stowe <gellyfish@gellyfish.com>
19541              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
19542              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
19543              
19544              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
19545      Branch: perl
19546            + ext/Time/HiRes/hints/sco.pl
19547            ! MANIFEST
19548 ____________________________________________________________________________
19549 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
19550         Log: Subject: [PATCH 5.6.1] static build
19551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19552              Date: Tue, 26 Jun 2001 04:22:25 -0400
19553              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
19554      Branch: perl
19555            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
19556            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
19557 ____________________________________________________________________________
19558 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
19559         Log: DJGPP patches from Laszlo Molnar.
19560      Branch: perl
19561            ! djgpp/djgpp.c perl.c util.c
19562 ____________________________________________________________________________
19563 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
19564         Log: Netware patches from Ananth Kesari.
19565      Branch: perl
19566            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
19567            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
19568            ! NetWare/nwtinfo.h
19569 ____________________________________________________________________________
19570 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
19571         Log: Detypo.
19572      Branch: perl
19573            ! ext/Errno/Errno_pm.PL
19574 ____________________________________________________________________________
19575 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
19576         Log: There seems to be two ways of spelling the $^O in *STEP.
19577      Branch: perl
19578            ! ext/Errno/Errno_pm.PL
19579 ____________________________________________________________________________
19580 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
19581         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
19582              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
19583      Branch: perl
19584            ! ext/Errno/Errno_pm.PL
19585 ____________________________________________________________________________
19586 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
19587         Log: Known bugs update.
19588      Branch: perl
19589            ! pod/perl572delta.pod
19590 ____________________________________________________________________________
19591 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
19592         Log: The default installation of Cygwin has 500 as root's uid.
19593      Branch: perl
19594            ! lib/User/pwent.t
19595 ____________________________________________________________________________
19596 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
19597         Log: Be even more relaxed (re-allow having only one entry).
19598      Branch: perl
19599            ! t/op/grent.t t/op/pwent.t
19600 ____________________________________________________________________________
19601 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
19602         Log: Test failure updates.
19603      Branch: perl
19604            ! pod/perl572delta.pod
19605 ____________________________________________________________________________
19606 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
19607         Log: MPE/iX test tweaks from Mark Bixby.
19608      Branch: perl
19609            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
19610            ! t/io/fs.t t/op/stat.t
19611 ____________________________________________________________________________
19612 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
19613         Log: Microperl findings.
19614      Branch: perl
19615            ! perl.h pp_sys.c
19616 ____________________________________________________________________________
19617 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
19618         Log: Touch uconfig.h.
19619      Branch: perl
19620            ! uconfig.h
19621 ____________________________________________________________________________
19622 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
19623         Log: Subject: [PATCH] Proposed fix for Pod::Man
19624              From: Rob Napier <rnapier@employees.org>
19625              Date: Mon, 25 Jun 2001 15:49:24 -0400
19626              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
19627              
19628              Cater for Solaris nroff brokenness (shortchanges daisywheel
19629              printers, but hey, we also no more support PDPs.)
19630      Branch: perl
19631            ! lib/Pod/Man.pm
19632 ____________________________________________________________________________
19633 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
19634         Log: Typo in #10937.
19635      Branch: perl
19636            ! ext/POSIX/sigaction.t
19637 ____________________________________________________________________________
19638 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
19639         Log: SIGCONT not trappable in VMS.
19640      Branch: perl
19641            ! ext/POSIX/sigaction.t
19642 ____________________________________________________________________________
19643 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
19644         Log: Subject: [DRAFT] Encode-Tcl.t
19645              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19646              Date: Tue, 26 Jun 2001 03:38:08 +0900
19647              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
19648      Branch: perl
19649            + ext/Encode/Encode/Tcl.t
19650            ! MANIFEST ext/Encode/Encode/Tcl.pm
19651 ____________________________________________________________________________
19652 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
19653         Log: Because of #10932 retract also the perlfunc hunk of #10910.
19654      Branch: perl
19655            ! pod/perlfunc.pod
19656 ____________________________________________________________________________
19657 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
19658         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
19659              by Ilya Zakharevich in
19660              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
19661      Branch: perl
19662            ! XSUB.h
19663 ____________________________________________________________________________
19664 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
19665         Log: Typo in #10889.
19666      Branch: perl
19667            ! hints/uts.sh
19668 ____________________________________________________________________________
19669 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
19670         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
19671              From: Abhijit Menon-Sen <ams@wiw.org>
19672              Date: Mon, 25 Jun 2001 23:45:45 +0530
19673              Message-ID: <20010625234545.A5022@lustre.linux.in>
19674      Branch: perl
19675            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
19676 ____________________________________________________________________________
19677 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
19678         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
19679              From: Michael G Schwern <schwern@pobox.com>
19680              Date: Mon, 25 Jun 2001 14:35:51 -0400
19681              Message-ID: <20010625143551.H13819@blackrider>
19682      Branch: perl
19683            ! lib/Test.pm
19684 ____________________________________________________________________________
19685 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
19686         Log: Update Changes.
19687      Branch: perl
19688            ! Changes patchlevel.h
19689 ____________________________________________________________________________
19690 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
19691         Log: Regen toc and modlib.
19692      Branch: perl
19693            ! pod/perlmodlib.pod pod/perltoc.pod
19694 ____________________________________________________________________________
19695 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
19696         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
19697              for the benefit of C++ compilers, as suggested by Guruprasad.
19698      Branch: perl
19699            ! embed.pl proto.h
19700 ____________________________________________________________________________
19701 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
19702         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
19703              From: Jonathan Stowe <gellyfish@gellyfish.com>
19704              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
19705              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
19706      Branch: perl
19707            ! pod/perlfaq5.pod
19708 ____________________________________________________________________________
19709 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
19710         Log: Missed from #10925.
19711      Branch: perl
19712            ! gv.c
19713 ____________________________________________________________________________
19714 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
19715         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
19716              From: Robin Houston <robin@kitsite.com>
19717              Date: Sat, 19 May 2001 16:19:34 +0100
19718              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
19719      Branch: perl
19720            ! cv.h gv.h op.c
19721 ____________________________________________________________________________
19722 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
19723         Log: Netware README tweak.
19724      Branch: perl
19725            ! README.netware
19726 ____________________________________________________________________________
19727 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
19728         Log: Subject: [PATCH] Re: overload.t fails
19729              From: Abhijit Menon-Sen <ams@wiw.org>
19730              Date: Mon, 25 Jun 2001 14:52:20 +0530
19731              Message-ID: <20010625145220.A24114@lustre.linux.in>
19732      Branch: perl
19733            ! lib/overload.t
19734 ____________________________________________________________________________
19735 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
19736         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
19737              From: Mike Guy <mjtg@cam.ac.uk>
19738              Date: Mon, 25 Jun 2001 11:43:23 +0100
19739              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
19740      Branch: perl
19741            ! lib/Carp.pm
19742 ____________________________________________________________________________
19743 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
19744         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
19745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19746              Date: Sun, 24 Jun 2001 05:17:05 -0400
19747              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
19748      Branch: perl
19749            ! os2/os2ish.h
19750 ____________________________________________________________________________
19751 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
19752         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
19753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19754              Date: Mon, 25 Jun 2001 05:52:27 -0400
19755              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
19756      Branch: perl
19757            ! hints/os2.sh
19758 ____________________________________________________________________________
19759 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
19760         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
19761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19762              Date: Mon, 25 Jun 2001 05:23:35 -0400
19763              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
19764      Branch: perl
19765            ! os2/os2.c
19766 ____________________________________________________________________________
19767 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
19768         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
19769              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19770              Date: Mon, 25 Jun 2001 05:04:32 -0400
19771              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
19772      Branch: perl
19773            ! os2/OS2/REXX/DLL/DLL.pm
19774 ____________________________________________________________________________
19775 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
19776         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
19777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19778              Date: Mon, 25 Jun 2001 05:02:36 -0400
19779              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
19780      Branch: perl
19781            ! mg.c os2/dl_os2.c os2/os2.c
19782 ____________________________________________________________________________
19783 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
19784         Log: Subject: Re: [PATCH 5.6.1] misprints
19785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19786              Date: Mon, 25 Jun 2001 04:50:50 -0400
19787              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
19788      Branch: perl
19789            ! os2/os2.c pp_sys.c
19790 ____________________________________________________________________________
19791 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
19792         Log: Add Test::More and Test::Simple to the delta.
19793      Branch: perl
19794            ! pod/perl572delta.pod
19795 ____________________________________________________________________________
19796 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
19797         Log: Add Test::More, from Michael G Schwern.
19798      Branch: perl
19799            + lib/Test/More.pm lib/Test/More/t/More.t
19800            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
19801            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
19802            + t/lib/Test/More/Catch.pm
19803            ! MANIFEST
19804 ____________________________________________________________________________
19805 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
19806         Log: Add Test::Simple from Michael G Schwern.
19807      Branch: perl
19808            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
19809            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
19810            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
19811            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
19812            + t/lib/Test/Simple/Catch.pm
19813            + t/lib/Test/Simple/sample_tests/death.plx
19814            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
19815            + t/lib/Test/Simple/sample_tests/extras.plx
19816            + t/lib/Test/Simple/sample_tests/five_fail.plx
19817            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
19818            + t/lib/Test/Simple/sample_tests/one_fail.plx
19819            + t/lib/Test/Simple/sample_tests/require.plx
19820            + t/lib/Test/Simple/sample_tests/success.plx
19821            + t/lib/Test/Simple/sample_tests/too_few.plx
19822            + t/lib/Test/Simple/sample_tests/two_fail.plx
19823            ! MANIFEST
19824 ____________________________________________________________________________
19825 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
19826         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
19827              From: "Craig A. Berry" <craigberry@mac.com>
19828              Date: Sun, 24 Jun 2001 23:41:36 -0500
19829              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
19830      Branch: perl
19831            ! pp_sys.c
19832 ____________________________________________________________________________
19833 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
19834         Log: Upgrade to Attribute::Handlers 0.70.
19835      Branch: perl
19836            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
19837            ! MANIFEST lib/Attribute/Handlers.pm
19838 ____________________________________________________________________________
19839 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
19840         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
19841              From: Abhijit Menon-Sen <ams@wiw.org>
19842              Date: Sat, 23 Jun 2001 05:17:44 +0530
19843              Message-ID: <20010623051744.A18583@lustre.linux.in>
19844              
19845              (Can't think of a good place to put tests.)
19846      Branch: perl
19847            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
19848 ____________________________________________________________________________
19849 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
19850         Log: Subject: [PATCH] t/op/pat.t typo fix
19851              From: Richard Soderberg <rs@crystalflame.net>
19852              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
19853              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
19854      Branch: perl
19855            ! t/op/pat.t
19856 ____________________________________________________________________________
19857 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
19858         Log: Move the pack warnings to their own file, as pointed
19859              out by Spider.
19860      Branch: perl
19861            + t/lib/warnings/pp_pack
19862            ! MANIFEST t/lib/warnings/pp
19863 ____________________________________________________________________________
19864 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
19865         Log: Update Changes.
19866      Branch: perl
19867            ! Changes patchlevel.h
19868 ____________________________________________________________________________
19869 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
19870         Log: Partially fix a problem noticed by IRIX compiler:
19871              the initialization of parse_start was bypassed by
19872              several gotos.  Now initialized to zero, which may
19873              not be the best choice.
19874      Branch: perl
19875            ! regcomp.c
19876 ____________________________________________________________________________
19877 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
19878         Log: Relax the group and password tests back to moaning only
19879              if no matches at all are found.  (Even with a small sample
19880              I could find many sites where there are, umm, anomalies in
19881              the said databases.)       
19882      Branch: perl
19883            ! t/op/grent.t t/op/pwent.t
19884 ____________________________________________________________________________
19885 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
19886         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
19887      Branch: perl
19888            ! pp_ctl.c
19889 ____________________________________________________________________________
19890 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
19891         Log: De-cut-and-pasto in #10902.
19892      Branch: perl
19893            ! pp_ctl.c
19894 ____________________________________________________________________________
19895 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
19896         Log: The #10771 didn't take?
19897      Branch: perl
19898            ! pp_ctl.c
19899 ____________________________________________________________________________
19900 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
19901         Log: Undo the filetests part of #10900, under multiplicity
19902              weird errors take place.
19903      Branch: perl
19904            ! pp_sys.c
19905 ____________________________________________________________________________
19906 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
19907         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
19908      Branch: perl
19909            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
19910 ____________________________________________________________________________
19911 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
19912         Log: (Replaced by #10922)
19913              
19914              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
19915              From: Tony Bowden <tony@kasei.com>
19916              Date: Sun, 24 Jun 2001 17:32:40 +0100
19917              Message-ID: <20010624173240.A16293@blackstar.co.uk>
19918              
19919              Document (well, mention) shortmess() and longmess()
19920              to rob people of their fun of reinventing the weel.
19921      Branch: perl
19922            ! lib/Carp.pm
19923 ____________________________________________________________________________
19924 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
19925         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
19926              From: Brian Jepson <bjepson@oreilly.com>
19927              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
19928              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
19929      Branch: perl
19930            ! pp_sys.c
19931 ____________________________________________________________________________
19932 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
19933         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
19934              From: Robin Barker <rmb1@cise.npl.co.uk> 
19935              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
19936              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
19937      Branch: perl
19938            ! lib/CPAN.pm
19939 ____________________________________________________________________________
19940 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
19941         Log: Memoize patch from mjd.
19942      Branch: perl
19943            ! lib/Memoize/t/tie_storable.t
19944 ____________________________________________________________________________
19945 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
19946         Log: Spec the sv_pvprintify() a bit more.
19947      Branch: perl
19948            ! pod/perltodo.pod
19949 ____________________________________________________________________________
19950 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
19951         Log: Upgrade to Memoize 0.65.
19952      Branch: perl
19953            + lib/Memoize/t/array_confusion.t
19954            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
19955            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
19956            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
19957            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
19958            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
19959            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
19960            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
19961            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
19962            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
19963            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
19964            ! lib/Memoize/t/tie_storable.t
19965 ____________________________________________________________________________
19966 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
19967         Log: Metaconfig unit change for #10892.
19968      Branch: metaconfig
19969            ! U/modified/Options.U
19970 ____________________________________________________________________________
19971 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
19972         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
19973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19974              Date: Sun, 24 Jun 2001 05:24:40 -0400
19975              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
19976      Branch: perl
19977            ! Configure hints/os2.sh
19978 ____________________________________________________________________________
19979 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
19980         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
19981              From: Mike Guy <mjtg@cam.ac.uk>
19982              Date: Sun, 24 Jun 2001 15:28:39 +0100
19983              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
19984              
19985              Fix an ancient (5.002) bug.
19986      Branch: perl
19987            ! lib/Carp/Heavy.pm
19988 ____________________________________________________________________________
19989 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
19990         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
19991              variables.
19992      Branch: perl
19993            ! pp_sys.c
19994 ____________________________________________________________________________
19995 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
19996         Log: Make UTS as per #10888.
19997      Branch: perl
19998            ! hints/uts.sh
19999 ____________________________________________________________________________
20000 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
20001         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
20002      Branch: perl
20003            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
20004            ! mpeix/mpeixish.h perl.h unixish.h
20005 ____________________________________________________________________________
20006 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
20007         Log: AUTHORS update.
20008      Branch: perl
20009            ! AUTHORS
20010 ____________________________________________________________________________
20011 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
20012         Log: Subject: Encode::Tcl for multibyte doesnot work
20013              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20014              Date: Sun, 24 Jun 2001 22:48:21 +0900
20015              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
20016      Branch: perl
20017            ! ext/Encode/Encode/Tcl.pm
20018 ____________________________________________________________________________
20019 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
20020         Log: Subject: [PATCH] Remove tautology in error messages
20021              From: Mike Guy <mjtg@cam.ac.uk>
20022              Date: Sun, 24 Jun 2001 13:31:00 +0100
20023              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
20024      Branch: perl
20025            ! pp_sys.c
20026 ____________________________________________________________________________
20027 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
20028         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
20029      Branch: perl
20030            ! hints/darwin.sh
20031 ____________________________________________________________________________
20032 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
20033         Log: Subject: Re: [PATCH 5.6.1] test suite
20034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20035              Date: Sun, 24 Jun 2001 05:47:05 -0400
20036              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
20037              
20038              Test suite fixes.
20039      Branch: perl
20040            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
20041 ____________________________________________________________________________
20042 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
20043         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
20044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20045              Date: Sun, 24 Jun 2001 05:37:19 -0400
20046              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
20047      Branch: perl
20048            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
20049 ____________________________________________________________________________
20050 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
20051         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
20052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20053              Date: Sun, 24 Jun 2001 05:34:50 -0400
20054              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
20055              
20056              Pacify compiler warnings.
20057      Branch: perl
20058            ! pp_sys.c
20059 ____________________________________________________________________________
20060 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
20061         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
20062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20063              Date: Sun, 24 Jun 2001 05:21:18 -0400
20064              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
20065              
20066              Enable compression of executables during link time.
20067      Branch: perl
20068            ! hints/os2.sh
20069 ____________________________________________________________________________
20070 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
20071         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
20072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20073              Date: Sun, 24 Jun 2001 05:15:11 -0400
20074              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
20075              
20076              Add ordinals to the export list for Perl DLL.
20077              (Breaks intra-version DLL compatibility.)
20078      Branch: perl
20079            ! makedef.pl
20080 ____________________________________________________________________________
20081 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
20082         Log: Allow (displaying and) re-editing the Subject in perlbug.
20083              Also abstract the Subject quality control into a function.
20084      Branch: perl
20085            ! utils/perlbug.PL
20086 ____________________________________________________________________________
20087 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
20088         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
20089      Branch: perl
20090            ! utils/perlbug.PL
20091 ____________________________________________________________________________
20092 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
20093         Log: Regen toc and modlib.
20094      Branch: perl
20095            ! pod/perlmodlib.pod pod/perltoc.pod
20096 ____________________________________________________________________________
20097 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
20098         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
20099              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
20100              attribute semantics as much as possible, or 'ntsec' which uses
20101              native NTFS semantics.)  (See also #10877.)
20102      Branch: perl
20103            ! perl.c
20104 ____________________________________________________________________________
20105 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
20106         Log: (Retracted by #11586)
20107              
20108              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
20109      Branch: perl
20110            ! lib/Test/Harness.pm
20111 ____________________________________________________________________________
20112 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
20113         Log: Just zap the -uPerlio.
20114      Branch: perl
20115            ! ext/B/Stash.t
20116 ____________________________________________________________________________
20117 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
20118         Log: Do not test PerlIO if PerlIO not used.
20119      Branch: perl
20120            ! ext/PerlIO/PerlIO.t
20121 ____________________________________________________________________________
20122 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
20123         Log: Regen perlapi.
20124      Branch: perl
20125            ! pod/perlapi.pod
20126 ____________________________________________________________________________
20127 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
20128         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
20129              From: Nicholas Clark <nick@ccl4.org>
20130              Date: Sat, 23 Jun 2001 22:55:47 +0100
20131              Message-ID: <20010623225547.Z98663@plum.flirble.org>
20132      Branch: perl
20133            ! numeric.c
20134 ____________________________________________________________________________
20135 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
20136         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
20137              From: Prymmer/Kahn <pvhp@best.com>
20138              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
20139              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
20140      Branch: perl
20141            ! lib/h2xs.t
20142 ____________________________________________________________________________
20143 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
20144         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
20145              cygwin does not taint cwd, just like win32.
20146      Branch: perl
20147            ! lib/File/Find/taint.t t/op/taint.t
20148 ____________________________________________________________________________
20149 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
20150         Log: Retract #10865, the patch should be unnecessary.
20151              (But seemingly helpful in Cygwin?  Strange.)
20152      Branch: perl
20153            ! lib/Memoize/t/tie_ndbm.t
20154 ____________________________________________________________________________
20155 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
20156         Log: Misplaced test file; plus Cygwin filesystem semantics.
20157      Branch: perl
20158            + ext/SDBM_File/sdbm.t
20159            - ext/ODBM_File/sdbm.t
20160            ! MANIFEST
20161 ____________________________________________________________________________
20162 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
20163         Log: (Retracted by #10867.)
20164      Branch: perl
20165            ! lib/Memoize/t/tie_ndbm.t
20166 ____________________________________________________________________________
20167 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
20168         Log: Metaconfig unit change for #10863.
20169      Branch: metaconfig/U/perl
20170            ! Extensions.U
20171 ____________________________________________________________________________
20172 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
20173         Log: In Cygwin do not build NDBM_File and ODBM_File unless
20174              -lndbm and -ldbm are available.
20175      Branch: perl
20176            ! Configure config_h.SH
20177 ____________________________________________________________________________
20178 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
20179         Log: More Cygwin filesystem semantics.
20180      Branch: perl
20181            ! t/io/fs.t t/op/stat.t
20182 ____________________________________________________________________________
20183 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
20184         Log: More DOSish permission semantics for Cygwin.
20185      Branch: perl
20186            ! lib/AnyDBM_File.t
20187 ____________________________________________________________________________
20188 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
20189         Log: Cygwin too has different permission semantics.
20190      Branch: perl
20191            ! ext/GDBM_File/gdbm.t
20192 ____________________________________________________________________________
20193 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
20194         Log: The group (and assumedly passwd) databases can have
20195              only one entry (this is the case in cygwin).
20196      Branch: perl
20197            ! t/op/grent.t t/op/pwent.t
20198 ____________________________________________________________________________
20199 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
20200         Log: Also in Cygwin use Socket to figure out domainname
20201              (if any) (avoids trying to call external 'domainname',
20202              which doesn't at the moment exist in Cygwin)
20203      Branch: perl
20204            ! lib/Net/Domain.pm
20205 ____________________________________________________________________________
20206 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
20207         Log: Remove also the lib$Foo.def, not just $Foo.def.
20208      Branch: perl
20209            ! lib/ExtUtils/MM_Unix.pm
20210 ____________________________________________________________________________
20211 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
20212         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
20213      Branch: perl
20214            ! unixish.h
20215 ____________________________________________________________________________
20216 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
20217         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
20218              to match the whole isprint(), only the space character.
20219      Branch: perl
20220            ! handy.h pod/perlre.pod t/op/pat.t
20221 ____________________________________________________________________________
20222 [ 10854] By: nick                                  on 2001/06/23  08:09:33
20223         Log: Integrate mainline
20224      Branch: perlio
20225           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
20226           !> lib/ExtUtils.t lib/File/Find/taint.t
20227           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
20228           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
20229           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
20230 ____________________________________________________________________________
20231 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
20232         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
20233              with its floats    in os390 and s390 (UTS).
20234      Branch: perl
20235            ! lib/Math/BigInt/t/bigintpm.t
20236 ____________________________________________________________________________
20237 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
20238         Log: Add also UTS (s390) to the non-IEEE float platforms.
20239      Branch: perl
20240            ! t/op/sprintf.t
20241 ____________________________________________________________________________
20242 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
20243         Log: Subject: RFC: what are applicable standards for exponent sizes?
20244              From: Peter Prymmer <pvhp@forte.com>
20245              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
20246              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
20247      Branch: perl
20248            ! t/op/sprintf.t
20249 ____________________________________________________________________________
20250 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
20251         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
20252              From: Peter Prymmer <pvhp@forte.com>
20253              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
20254              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
20255      Branch: perl
20256            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
20257 ____________________________________________________________________________
20258 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
20259         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
20260              From: Peter Prymmer <pvhp@forte.com>
20261              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
20262              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
20263      Branch: perl
20264            ! lib/ExtUtils.t
20265 ____________________________________________________________________________
20266 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
20267         Log: Retract #10845.
20268      Branch: perl
20269            ! lib/File/Find/taint.t
20270 ____________________________________________________________________________
20271 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
20272         Log: Yet another error message.
20273      Branch: perl
20274            ! t/op/mkdir.t
20275 ____________________________________________________________________________
20276 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
20277         Log: The croak message for nonexistent socket functions may vary.
20278      Branch: perl
20279            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
20280 ____________________________________________________________________________
20281 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
20282         Log: (Retracted by #10848.)
20283      Branch: perl
20284            ! lib/File/Find/taint.t
20285 ____________________________________________________________________________
20286 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
20287         Log: Integrate perlio.
20288      Branch: perl
20289           !> lib/File/Find/taint.t t/op/write.t
20290 ____________________________________________________________________________
20291 [ 10843] By: nick                                  on 2001/06/22  21:24:51
20292         Log: Back out debug in taint.t
20293      Branch: perlio
20294            ! lib/File/Find/taint.t
20295 ____________________________________________________________________________
20296 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
20297         Log: setitimer() does not exist in Unicos, despite of what
20298              Configure thinks, from Mark P. Lutz.
20299      Branch: perl
20300            ! hints/unicos.sh
20301 ____________________________________________________________________________
20302 [ 10841] By: nick                                  on 2001/06/22  21:19:36
20303         Log: Skip cwd test on Win32 ???
20304      Branch: perlio
20305            ! lib/File/Find/taint.t
20306 ____________________________________________________________________________
20307 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
20308         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
20309              and Tru64 gcc -Wall happy.
20310      Branch: perl
20311            ! mg.c
20312 ____________________________________________________________________________
20313 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
20314         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
20315      Branch: perl
20316            ! ext/IPC/SysV/Semaphore.pm
20317 ____________________________________________________________________________
20318 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
20319         Log: Metaconfig unit change for #10837.
20320      Branch: metaconfig/U/perl
20321            ! Cross.U
20322 ____________________________________________________________________________
20323 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
20324         Log: Cleanup of the cross-compilation unit.
20325      Branch: perl
20326            ! Configure
20327 ____________________________________________________________________________
20328 [ 10836] By: nick                                  on 2001/06/22  20:45:12
20329         Log: Skip |- based op/write.t on Win32 as well as VMS
20330      Branch: perlio
20331            ! t/op/write.t
20332 ____________________________________________________________________________
20333 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
20334         Log: Integrate perlio.
20335      Branch: perl
20336           !> util.c
20337 ____________________________________________________________________________
20338 [ 10834] By: nick                                  on 2001/06/22  20:41:54
20339         Log: Integrate mainline
20340      Branch: perlio
20341           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20342           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
20343           !> vos/config.ga.h
20344 ____________________________________________________________________________
20345 [ 10833] By: nick                                  on 2001/06/22  20:22:58
20346         Log: Patcho fix.
20347      Branch: perlio
20348            ! util.c
20349 ____________________________________________________________________________
20350 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
20351         Log: Metaconfig unit changes for #10831.
20352      Branch: metaconfig
20353            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
20354 ____________________________________________________________________________
20355 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
20356         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
20357              From: Andy Dougherty <doughera@lafayette.edu>
20358              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
20359              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
20360      Branch: perl
20361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20362            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
20363 ____________________________________________________________________________
20364 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
20365         Log: MPE/iX prototype nits from Mark Bixby.
20366      Branch: perl
20367            ! pp_sys.c
20368 ____________________________________________________________________________
20369 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
20370         Log: Detypo.
20371      Branch: perl
20372            ! util.c
20373 ____________________________________________________________________________
20374 [ 10828] By: nick                                  on 2001/06/22  15:33:37
20375         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
20376      Branch: perlio
20377           +> lib/h2xs.t
20378           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
20379           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
20380           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
20381           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
20382           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
20383           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
20384           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
20385           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
20386           !> vms/vmsish.h
20387 ____________________________________________________________________________
20388 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
20389         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
20390              Date: Fri, 22 Jun 2001 10:08:35 -0500
20391              From: "Craig A. Berry" <craigberry@mac.com>
20392              Message-Id: <a05101001b75908704194@[192.168.56.145]>
20393      Branch: perl
20394            ! vms/vms.c vms/vmsish.h
20395 ____________________________________________________________________________
20396 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
20397         Log: NetWare scripts tweak from Ananth Kesari.
20398      Branch: perl
20399            ! NetWare/t/NWScripts.pl
20400 ____________________________________________________________________________
20401 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
20402         Log: Update Changes.
20403      Branch: perl
20404            ! Changes patchlevel.h
20405 ____________________________________________________________________________
20406 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
20407         Log: Add .i and .s targets.
20408      Branch: perl
20409            ! Makefile.SH
20410 ____________________________________________________________________________
20411 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
20412         Log: Upgrade to Locale::Maketext 1.03.
20413      Branch: perl
20414            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
20415            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
20416 ____________________________________________________________________________
20417 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
20418         Log: Upgrade to I18N::LangTags 0.26.
20419      Branch: perl
20420            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20421            ! lib/I18N/LangTags/test.pl
20422 ____________________________________________________________________________
20423 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
20424         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
20425              Philip Newton.
20426      Branch: perl
20427            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
20428            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20429 ____________________________________________________________________________
20430 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
20431         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
20432              From: Prymmer/Kahn <pvhp@best.com>
20433              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
20434              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
20435      Branch: perl
20436            + lib/h2xs.t
20437            ! MANIFEST utils/h2xs.PL
20438 ____________________________________________________________________________
20439 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
20440         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
20441              From: Prymmer/Kahn <pvhp@best.com>
20442              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
20443              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
20444      Branch: perl
20445            ! lib/ExtUtils.t
20446 ____________________________________________________________________________
20447 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
20448         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
20449              From: Prymmer/Kahn <pvhp@best.com>
20450              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
20451              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
20452      Branch: perl
20453            ! t/pod/plainer.t
20454 ____________________________________________________________________________
20455 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
20456         Log: AUTHORS update.
20457      Branch: perl
20458            ! AUTHORS
20459 ____________________________________________________________________________
20460 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
20461         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
20462              From: "Craig A. Berry" <craigberry@mac.com>
20463              Date: Thu, 21 Jun 2001 18:20:38 -0500
20464              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
20465      Branch: perl
20466            ! ext/POSIX/POSIX.xs
20467 ____________________________________________________________________________
20468 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
20469         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
20470              From: "Craig A. Berry" <craigberry@mac.com>
20471              Date: Thu, 21 Jun 2001 09:58:52 -0500
20472              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
20473      Branch: perl
20474            ! ext/B/Deparse.t t/op/write.t
20475 ____________________________________________________________________________
20476 [ 10814] By: nick                                  on 2001/06/22  08:13:09
20477         Log: Integrate mainline.
20478      Branch: perlio
20479           !> (integrate 46 files)
20480 ____________________________________________________________________________
20481 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
20482         Log: Change the prefixes only if $prefix is unset,
20483              as originally patched by Marcel Grunauer.
20484      Branch: perl
20485            ! hints/darwin.sh hints/rhapsody.sh
20486 ____________________________________________________________________________
20487 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
20488         Log: Subject: Re: Patch for hints/darwin.sh
20489              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
20490              Date: Thu, 21 Jun 2001 11:23:46 -0700
20491              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
20492      Branch: perl
20493            ! hints/darwin.sh hints/rhapsody.sh
20494 ____________________________________________________________________________
20495 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
20496         Log: Add .PHONY targets for non-file targets,
20497              from Wilfredo Sánchez.  Should help saying
20498              "make install" on case-insensitive filesystems.
20499      Branch: perl
20500            ! Makefile.SH
20501 ____________________________________________________________________________
20502 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
20503         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
20504              From: Doug MacEachern <dougm@covalent.net>
20505              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
20506              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
20507              
20508              plus reword the getcwd() comment, plus use getcwd() buffer
20509              size minus one.
20510      Branch: perl
20511            ! util.c
20512 ____________________________________________________________________________
20513 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
20514         Log: More gprofing from Doug MacEachern.
20515      Branch: perl
20516            ! Makefile.SH
20517 ____________________________________________________________________________
20518 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
20519         Log: Metaconfig unit change for #10807.
20520      Branch: metaconfig/U/perl
20521            ! d_sfio.U
20522 ____________________________________________________________________________
20523 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
20524         Log: Tell that you are removing the unneeded -lsfio.
20525      Branch: perl
20526            ! Configure
20527 ____________________________________________________________________________
20528 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
20529         Log: More MPE/iX tweaks from Mark Bixby.
20530      Branch: perl
20531            ! perl.c t/op/magic.t
20532 ____________________________________________________________________________
20533 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
20534         Log: The fchdir() proto is supposed to live in <unistd.h>.
20535      Branch: perl
20536            ! ext/Cwd/Cwd.xs
20537 ____________________________________________________________________________
20538 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
20539         Log: This town is too small for the Cwd extension and me,
20540              it would seem...
20541      Branch: perl
20542            ! ext/Cwd/Cwd.xs
20543 ____________________________________________________________________________
20544 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
20545         Log: Metaconfig unit change for #10802.
20546      Branch: metaconfig/U/perl
20547            ! d_modfl.U
20548 ____________________________________________________________________________
20549 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
20550         Log: More d'ohs.
20551      Branch: perl
20552            ! Configure
20553 ____________________________________________________________________________
20554 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
20555         Log: Off-by-one.  I'm so classic.
20556      Branch: perl
20557            ! util.c
20558 ____________________________________________________________________________
20559 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
20560         Log: Update Changes.
20561      Branch: perl
20562            ! Changes patchlevel.h
20563 ____________________________________________________________________________
20564 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
20565         Log: Subject: Documentation patch for Net::FTP
20566              From: Marcel Grunauer <marcel@codewerk.com>
20567              Date: Wed, 20 Jun 2001 23:03:26 +0200
20568              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
20569      Branch: perl
20570            ! lib/Net/FTP.pm
20571 ____________________________________________________________________________
20572 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
20573         Log: Retract the #10417 mg.c and embed.pl parts because of
20574              strange SEGVs in 64bit x86 FreeBSD observed by
20575              Nicholas Clark.
20576      Branch: perl
20577            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
20578 ____________________________________________________________________________
20579 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
20580         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
20581      Branch: perl
20582            ! Configure NetWare/config.wc NetWare/config_H.wc
20583            ! Porting/Glossary Porting/config.sh Porting/config_H
20584            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
20585            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20586            ! vos/config.ga.h win32/config.bc win32/config.gc
20587            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20588            ! win32/config_H.vc
20589 ____________________________________________________________________________
20590 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
20591         Log: Cwd tweak from Doug MacEachern.
20592      Branch: perl
20593            ! ext/Cwd/Cwd.xs
20594 ____________________________________________________________________________
20595 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
20596         Log: Protect the fchdir() and lstat() with ifdefs.
20597              fchdir() needs a Configure probe.
20598      Branch: perl
20599            ! ext/Cwd/Cwd.xs
20600 ____________________________________________________________________________
20601 [ 10794] By: nick                                  on 2001/06/21  17:11:35
20602         Log: Integrate mainline
20603      Branch: perlio
20604           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
20605           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
20606           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
20607           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
20608           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
20609           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
20610           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
20611           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
20612            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
20613            - lib/File/Glob/case.t lib/File/Glob/global.t
20614            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
20615            - lib/File/Temp/posix.t lib/File/Temp/security.t
20616            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
20617            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
20618            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
20619            - lib/Text/Wrap/wrap.t
20620           !> (integrate 41 files)
20621 ____________________________________________________________________________
20622 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
20623         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
20624              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
20625              Date: Thu, 21 Jun 2001 13:04:54 -0500
20626              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
20627      Branch: perl
20628            ! ext/Cwd/Cwd.xs
20629 ____________________________________________________________________________
20630 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
20631         Log: Subject: [PATCH pod] overlong =item
20632              From: Robin Barker <rmb1@cise.npl.co.uk>
20633              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
20634              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
20635      Branch: perl
20636            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
20637            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20638 ____________________________________________________________________________
20639 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
20640         Log: Subject: [PATCH perlio.c] format 
20641              From: Robin Barker <rmb1@cise.npl.co.uk>
20642              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
20643              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
20644      Branch: perl
20645            ! perlio.c
20646 ____________________________________________________________________________
20647 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
20648         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
20649              From: Radu Greab <radu@netsoft.ro>
20650              Date: Thu, 21 Jun 2001 19:06:02 +0300
20651              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
20652      Branch: perl
20653            ! pod/perlapi.pod sv.c
20654 ____________________________________________________________________________
20655 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
20656         Log: The metaconfig unit changes for #10788.
20657      Branch: metaconfig/U/perl
20658            ! Cross.U fflushall.U
20659 ____________________________________________________________________________
20660 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
20661         Log: Cross-configuration changes: make $from to rm the files
20662              before copying them over (this means that he rm can be
20663              removed from the fflushall test), create $targetmkdir      
20664              (not documented in install since it is supposed to internal
20665              use only), make $run to copy over the executable only if
20666              a stamp file .xok doesn't already exist (to avoid unnecessary
20667              copying of the executable)
20668      Branch: perl
20669            ! Configure Makefile.SH
20670 ____________________________________________________________________________
20671 [ 10787] By: nick                                  on 2001/06/21  14:16:18
20672         Log: Integrate mainline
20673      Branch: perlio
20674           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
20675           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
20676           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
20677            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
20678           !> (integrate 34 files)
20679 ____________________________________________________________________________
20680 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
20681         Log: Re-add the files as text.
20682      Branch: perl
20683            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
20684 ____________________________________________________________________________
20685 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
20686         Log: Delete the binary files.
20687      Branch: perl
20688            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
20689 ____________________________________________________________________________
20690 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
20691         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
20692              From: Andy Dougherty <doughera@lafayette.edu>
20693              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
20694              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
20695      Branch: perl
20696            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
20697            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
20698            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
20699            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
20700 ____________________________________________________________________________
20701 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
20702         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
20703              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
20704              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
20705              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
20706              
20707              Setting umask to something friendlier.
20708      Branch: perl
20709            ! installman installperl
20710 ____________________________________________________________________________
20711 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
20712         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
20713              Resort MANIFEST with sort -f, looks much better.
20714      Branch: perl
20715            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
20716            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
20717            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
20718            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
20719            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
20720            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
20721            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
20722            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
20723            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
20724            - lib/File/Glob/case.t lib/File/Glob/global.t
20725            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
20726            - lib/File/Temp/posix.t lib/File/Temp/security.t
20727            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
20728            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
20729            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
20730            - lib/Text/Wrap/wrap.t
20731            ! MANIFEST
20732 ____________________________________________________________________________
20733 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
20734         Log: Upgrade to I18N::LangTags 0.25.
20735      Branch: perl
20736            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20737            ! lib/I18N/LangTags/List.pm
20738 ____________________________________________________________________________
20739 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
20740         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
20741              From: Richard Soderberg <rs@crystalflame.net>
20742              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
20743              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
20744      Branch: perl
20745            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
20746            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
20747 ____________________________________________________________________________
20748 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
20749         Log: Test obsoleted by change #10777.
20750      Branch: perl
20751            ! t/op/sub_lval.t
20752 ____________________________________________________________________________
20753 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
20754         Log: Case of confused test numbering.
20755      Branch: perl
20756            ! t/op/pat.t
20757 ____________________________________________________________________________
20758 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
20759         Log: Subject: Re: Opinion on undef lvalue
20760              From: Abhijit Menon-Sen <ams@wiw.org>
20761              Date: Sun, 17 Jun 2001 13:04:46 +0530
20762              Message-ID: <20010617130446.B27925@lustre.linux.in>
20763              
20764              Allow lvalue subs to return undef in array context.
20765      Branch: perl
20766            ! pp_hot.c
20767 ____________________________________________________________________________
20768 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
20769         Log: Just a guess that using the same hack for cygwin as
20770              for win32 might help.
20771      Branch: perl
20772            ! lib/File/Find/find.t
20773 ____________________________________________________________________________
20774 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
20775         Log: NetWare tweaks from Guruprasad.
20776      Branch: perl
20777            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
20778            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
20779            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
20780            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
20781 ____________________________________________________________________________
20782 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
20783         Log: Subject: Re: perl@10722: Bogus warnings on REs 
20784              From: Hugo <hv@crypt.compulink.co.uk>
20785              Date: Thu, 21 Jun 2001 09:51:17 +0100
20786              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
20787              
20788              Unroll to avoid a UTS compiler bug.
20789      Branch: perl
20790            ! regcomp.c
20791 ____________________________________________________________________________
20792 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
20793         Log: Subject: Re: [PATCH] Make /o work under i?threads
20794              From: Artur Bergman <artur@contiller.se>
20795              Date: Thu, 21 Jun 2001 14:38:03 +0200
20796              Message-ID: <B757B74A.184D%artur@contiller.se>
20797      Branch: perl
20798            ! t/op/pat.t
20799 ____________________________________________________________________________
20800 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
20801         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
20802              From: Artur Bergman <artur@contiller.se> 
20803              Date: Thu, 21 Jun 2001 14:27:33 +0200
20804              Message-ID: <B757B4D4.1849%artur@contiller.se>
20805              
20806              Plus extra parentheses.
20807      Branch: perl
20808            ! op.h
20809 ____________________________________________________________________________
20810 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
20811         Log: Subject: [PATCH] Make /o work under i?threads
20812              From: Richard Soderberg <rs@crystalflame.net>
20813              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
20814              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
20815      Branch: perl
20816            ! pp_ctl.c
20817 ____________________________________________________________________________
20818 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
20819         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
20820              From: Artur Bergman <artur@contiller.se>
20821              Date: Thu, 21 Jun 2001 14:04:54 +0200
20822              Message-ID: <B757AF86.1842%artur@contiller.se>
20823      Branch: perl
20824            ! op.h
20825 ____________________________________________________________________________
20826 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
20827         Log: Subject: Re: perl@10765: sv.c not OK on win32
20828              From: Artur Bergman <artur@contiller.se>
20829              Date: Thu, 21 Jun 2001 10:31:06 +0200
20830              Message-ID: <B7577D69.182C%artur@contiller.se>
20831      Branch: perl
20832            ! sv.c
20833 ____________________________________________________________________________
20834 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
20835         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
20836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20837              Date: Thu, 21 Jun 2001 06:23:56 -0400
20838              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
20839              
20840              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
20841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20842              Date: Thu, 21 Jun 2001 06:32:21 -0400
20843              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
20844      Branch: perl
20845            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
20846 ____________________________________________________________________________
20847 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
20848         Log: Subject: [PATCH] make syslog test more verbose
20849              From: Robert Spier <rspier@pobox.com>
20850              Date: Thu, 21 Jun 2001 00:54:32 -0400
20851              Message-ID: <15153.32264.295807.333073@rls.cx>
20852      Branch: perl
20853            ! ext/Sys/Syslog/syslog.t
20854 ____________________________________________________________________________
20855 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
20856         Log: Subject: op/study.t refinements
20857              From: Hugo <hv@crypt.compulink.co.uk>
20858              Date: Thu, 21 Jun 2001 00:29:07 +0100
20859              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
20860      Branch: perl
20861            ! t/op/study.t
20862 ____________________________________________________________________________
20863 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
20864         Log: Update Changes.
20865      Branch: perl
20866            ! Changes patchlevel.h
20867 ____________________________________________________________________________
20868 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
20869         Log: Subject: Re: [PATCH] djgpp updates
20870              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
20871              Date: Wed, 20 Jun 2001 10:05:15 +0200
20872              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
20873      Branch: perl
20874            ! djgpp/config.over
20875 ____________________________________________________________________________
20876 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
20877         Log: Fix for ID 20010619.002 "When building hash, hash keys that
20878              are function calls are not being called", from Abhijit.
20879      Branch: perl
20880            ! t/base/lex.t toke.c
20881 ____________________________________________________________________________
20882 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
20883         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
20884      Branch: perl
20885            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
20886            + lib/Locale/Maketext/test.pl
20887            - lib/Locale/Maketext.t
20888            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
20889            ! lib/Locale/Maketext/TPJ13.pod
20890 ____________________________________________________________________________
20891 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
20892         Log: Metaconfig unit change for #10760.
20893      Branch: metaconfig
20894            ! U/modified/Cppsym.U
20895 ____________________________________________________________________________
20896 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
20897         Log: Do not remove the ccsym* Cppsym* files since
20898              they are useful for metaconfig units coming after us.
20899              (This is the Configure nit mentioned in #10752.)
20900      Branch: perl
20901            ! Configure
20902 ____________________________________________________________________________
20903 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
20904         Log: Update to I18N::LangTags 0.24, from Sean Burke.
20905      Branch: perl
20906            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
20907            + lib/I18N/LangTags/README
20908            - lib/I18N/LangTags/List.pod
20909            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
20910 ____________________________________________________________________________
20911 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
20912         Log: Regen headers.
20913      Branch: perl
20914            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
20915            ! pod/perlapi.pod proto.h
20916 ____________________________________________________________________________
20917 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
20918         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
20919              From: Artur Bergman <artur@contiller.se>
20920              Date: Wed, 20 Jun 2001 11:31:32 +0200
20921              Message-ID: <B7563A14.17D8%artur@contiller.se>
20922      Branch: perl
20923            ! embed.pl hv.c intrpvar.h sv.c sv.h
20924 ____________________________________________________________________________
20925 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
20926         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
20927              From: Tim Sweetman <tim@aldigital.co.uk> 
20928              Date: Wed, 13 Jun 2001 14:25:17 +0100 
20929              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
20930      Branch: perl
20931            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
20932 ____________________________________________________________________________
20933 [ 10755] By: nick                                  on 2001/06/20  16:12:37
20934         Log: Integrate mainline
20935      Branch: perlio
20936           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
20937           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
20938           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
20939           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
20940           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
20941           !> t/op/study.t util.c
20942 ____________________________________________________________________________
20943 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
20944         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
20945              but not Makefile)
20946      Branch: maint-5.6/perl
20947            ! win32/Makefile
20948 ____________________________________________________________________________
20949 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
20950         Log: Security tweak on readlink().
20951      Branch: perl
20952            ! pp_sys.c
20953 ____________________________________________________________________________
20954 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
20955         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
20956      Branch: perl
20957            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
20958            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
20959            ! mpeix/relink t/op/pwent.t
20960 ____________________________________________________________________________
20961 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
20962         Log: Reinstate #10725 (with probe for alarm()).
20963      Branch: perl
20964            ! t/op/study.t
20965 ____________________________________________________________________________
20966 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
20967         Log: Replace our implementation of realpath() with OpenBSD's
20968              (src/lib/libc/stdlib/realpath.c 1.4).
20969      Branch: perl
20970            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
20971            ! pod/perldiag.pod proto.h util.c
20972 ____________________________________________________________________________
20973 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
20974         Log: Integrate perlio.
20975      Branch: perl
20976           !> perlio.c
20977 ____________________________________________________________________________
20978 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
20979         Log: No point in going into memory-saving contortions
20980              with getcwd() since there's a danger of buffer overflow.
20981              Also make the POSIX extension to use sv_getcwd().
20982              Finally, a missed proto.h fragment.
20983      Branch: perl
20984            ! ext/POSIX/POSIX.xs proto.h util.c
20985 ____________________________________________________________________________
20986 [ 10747] By: nick                                  on 2001/06/20  12:38:26
20987         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
20988      Branch: perlio
20989            ! perlio.c
20990 ____________________________________________________________________________
20991 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
20992         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
20993              From: Graham Barr <gbarr@pobox.com>
20994              Date: Wed, 20 Jun 2001 11:05:49 +0100
20995              Message-ID: <20010620110549.I19188@pobox.com>
20996              
20997              reported in        
20998              
20999              Subject: Bug in IO::Socket::INET module (repeat)
21000              From: "Harmon S. Nine" <hnine@netarx.com>
21001              Date: Tue, 19 Jun 2001 09:41:35 -0400
21002              Message-ID: <3B2F568F.8080605@netarx.com>
21003              
21004              The bug was that the IO::Socket::INET constructor
21005              did not allow a 'LocalPort' of 0.
21006      Branch: perl
21007            ! ext/IO/lib/IO/Socket/INET.pm
21008 ____________________________________________________________________________
21009 [ 10745] By: nick                                  on 2001/06/20  08:56:39
21010         Log: Integrate mainline.
21011      Branch: perlio
21012           !> (integrate 37 files)
21013 ____________________________________________________________________________
21014 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
21015         Log: After some reading I don't think we can blindly
21016              use systems' realpath().  Too many security problems,
21017              too many buggy implementations.
21018              
21019              TODO: the realpath() emulation code in util.c doesn't
21020              seem fully operational?  (readlink(), for example?)
21021      Branch: perl
21022            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
21023            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
21024            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
21025            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
21026            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
21027            ! win32/config_H.gc win32/config_H.vc
21028 ____________________________________________________________________________
21029 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
21030         Log: Metaconfig unit change for #10738.
21031      Branch: metaconfig
21032            ! U/compline/d_gconvert.U
21033 ____________________________________________________________________________
21034 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
21035         Log: Integrate change #10739 from maintperl:
21036              
21037              C<eval "/x$\r\n/x"> fails to compile correctly 
21038      Branch: perl
21039           !> t/op/pat.t toke.c
21040 ____________________________________________________________________________
21041 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
21042         Log: Retract #10725 (Hugo asked NOT to apply the patch)
21043      Branch: perl
21044            ! t/op/study.t
21045 ____________________________________________________________________________
21046 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
21047         Log: The test.third results were funnily named because of the
21048              new test scheme.
21049      Branch: perl
21050            ! t/TEST
21051 ____________________________________________________________________________
21052 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
21053         Log: C<eval "/x$\r\n/x"> fails to compile correctly
21054      Branch: maint-5.6/perl
21055            ! t/op/pat.t toke.c
21056 ____________________________________________________________________________
21057 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
21058         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
21059              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21060              Date: Tue, 19 Jun 2001 19:15:40 -0400
21061              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
21062              
21063              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
21064              because "1e+129" being expected but "1.e+129" being returned.
21065              The culprit (at least in Tru64) is the use of gcvt().
21066      Branch: perl
21067            ! Configure
21068 ____________________________________________________________________________
21069 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
21070         Log: Subject: [PATCH perl@10722] test hunting on VMS
21071              From: "Craig A. Berry" <craigberry@mac.com>
21072              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
21073              Date: Tue, 19 Jun 2001 18:59:01 -0500
21074      Branch: perl
21075            ! vms/test.com
21076 ____________________________________________________________________________
21077 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
21078         Log: Subject: [PATCH] s/typos//
21079              From: Abhijit Menon-Sen <ams@wiw.org>
21080              Date: Wed, 20 Jun 2001 02:15:02 +0530
21081              Message-ID: <20010620021502.A14541@lustre.linux.in>
21082              
21083              Without the op.h s/bearword/bareword/ hunk, see
21084              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
21085      Branch: perl
21086            ! util.c
21087 ____________________________________________________________________________
21088 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
21089         Log: Metaconfig unit change for #10732 and #10733.
21090      Branch: metaconfig/U/perl
21091            ! fflushall.U
21092 ____________________________________________________________________________
21093 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
21094         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
21095              From: "Craig A. Berry" <craigberry@mac.com>
21096              Date: Tue, 19 Jun 2001 17:19:48 -0500
21097              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
21098      Branch: perl
21099            ! configure.com vms/descrip_mms.template
21100 ____________________________________________________________________________
21101 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
21102         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
21103              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21104              Date: Tue, 19 Jun 2001 16:48:07 -0400
21105              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
21106              
21107              Further fixes to fflush(NULL) detection.
21108      Branch: perl
21109            ! Configure
21110 ____________________________________________________________________________
21111 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
21112         Log: AIX test -s hangs with non-existent files?
21113              (A genuine logic bug in Configure, but AIX also broken?)
21114      Branch: perl
21115            ! Configure
21116 ____________________________________________________________________________
21117 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
21118         Log: AUTHORS updates.
21119      Branch: perl
21120            ! AUTHORS
21121 ____________________________________________________________________________
21122 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
21123         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
21124              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21125              Date: Tue, 19 Jun 2001 15:33:25 -0400
21126              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
21127      Branch: perl
21128            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
21129            ! t/lib/warnings/pp
21130 ____________________________________________________________________________
21131 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
21132         Log: Integrate perlio.
21133      Branch: perl
21134           !> lib/File/Find/find.t win32/distclean.bat
21135 ____________________________________________________________________________
21136 [ 10728] By: nick                                  on 2001/06/19  18:24:53
21137         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
21138      Branch: perlio
21139            ! lib/File/Find/find.t win32/distclean.bat
21140 ____________________________________________________________________________
21141 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
21142         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
21143              also add information how to find out whether one has PerlIO.
21144      Branch: perl
21145            ! pod/perlfunc.pod
21146 ____________________________________________________________________________
21147 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
21148         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
21149              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21150              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
21151              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
21152      Branch: perl
21153            ! pod/perlfunc.pod
21154 ____________________________________________________________________________
21155 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
21156         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
21157              From: Hugo <hv@crypt.compulink.co.uk>
21158              Date: Tue, 19 Jun 2001 12:37:30 +0100
21159              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
21160      Branch: perl
21161            ! t/op/study.t
21162 ____________________________________________________________________________
21163 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
21164         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
21165              From: Hugo <hv@crypt.compulink.co.uk>
21166              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
21167              Date: Tue, 19 Jun 2001 13:15:17 +0100
21168      Branch: perl
21169            ! util.c
21170 ____________________________________________________________________________
21171 [ 10723] By: nick                                  on 2001/06/19  14:46:15
21172         Log: Integrate mainline
21173      Branch: perlio
21174           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
21175           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
21176           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
21177           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
21178           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
21179           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
21180            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
21181            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
21182            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
21183            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
21184            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
21185            - ext/Thread/unsync4.t
21186           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
21187           !> djgpp/config.over djgpp/fixpmain
21188           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
21189           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
21190           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
21191 ____________________________________________________________________________
21192 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
21193         Log: Update Changes.
21194      Branch: perl
21195            ! Changes patchlevel.h
21196 ____________________________________________________________________________
21197 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
21198         Log: The existence shall be MANIFESted.
21199      Branch: perl
21200            ! MANIFEST
21201 ____________________________________________________________________________
21202 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
21203         Log: The old libnet.cfg is first searched from the current directory,
21204              only then from the module path.
21205      Branch: perl
21206            ! utils/libnetcfg.PL
21207 ____________________________________________________________________________
21208 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
21209         Log: NetWare tweaks from Guruprasad.
21210      Branch: perl
21211            ! NetWare/Makefile NetWare/config.wc
21212 ____________________________________________________________________________
21213 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
21214         Log: Subject: [PATCH] djgpp updates
21215              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
21216              Date: Tue, 19 Jun 2001 10:59:06 +0200
21217              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
21218      Branch: perl
21219            ! djgpp/config.over djgpp/fixpmain
21220 ____________________________________________________________________________
21221 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
21222         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
21223              From: Prymmer/Kahn <pvhp@best.com>
21224              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
21225              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
21226      Branch: perl
21227            ! win32/Makefile
21228 ____________________________________________________________________________
21229 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
21230         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
21231              to happen right after the inclusion of <inttypes.h>,
21232              from Edward Moy.
21233      Branch: perl
21234            ! handy.h perl.h
21235 ____________________________________________________________________________
21236 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
21237         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
21238              From: Doug MacEachern <dougm@covalent.net>
21239              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
21240              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
21241      Branch: perl
21242            ! ext/DynaLoader/DynaLoader_pm.PL
21243 ____________________________________________________________________________
21244 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
21245         Log: Revert #10656 for perfomance reasons but leave in the
21246              use of Hv*() macros -- in comments, so that grepping the
21247              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
21248              suggested by Sarathy, also by Abhijit.)
21249      Branch: perl
21250            ! hv.c
21251 ____________________________________________________________________________
21252 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
21253         Log: Subject: [patch] .s MakeMaker suffix
21254              From: Doug MacEachern <dougm@covalent.net>
21255              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
21256              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
21257      Branch: perl
21258            ! lib/ExtUtils/MM_Unix.pm
21259 ____________________________________________________________________________
21260 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
21261         Log: One test lost in the big shuffle restored.
21262      Branch: perl
21263            + ext/IPC/SysV/ipcsysv.t
21264            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
21265 ____________________________________________________________________________
21266 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
21267         Log: Rename the old non-standard threads tests so that
21268              they won't be invoked.
21269      Branch: perl
21270            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
21271            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
21272            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
21273            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
21274            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
21275            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
21276            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
21277            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
21278            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
21279            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
21280            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
21281            - ext/Thread/unsync4.t
21282            ! MANIFEST
21283 ____________________________________________________________________________
21284 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
21285         Log: Integrate perlio.
21286      Branch: perl
21287           !> win32/config_sh.PL
21288 ____________________________________________________________________________
21289 [ 10709] By: nick                                  on 2001/06/19  08:18:18
21290         Log: Integrate mainline
21291      Branch: perlio
21292           +> (branch 40 files)
21293            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
21294            - lib/strict/subs lib/strict/vars lib/warnings/1global
21295            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
21296            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
21297            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
21298            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
21299            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
21300            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
21301            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
21302            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
21303            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
21304            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
21305            - lib/warnings/utf8 lib/warnings/util
21306           !> (integrate 57 files)
21307 ____________________________________________________________________________
21308 [ 10708] By: nick                                  on 2001/06/19  07:57:10
21309         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
21310      Branch: perlio
21311            ! win32/config_sh.PL
21312 ____________________________________________________________________________
21313 [ 10707] By: nick                                  on 2001/06/19  07:05:07
21314         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
21315      Branch: perl
21316            ! perly.c perly.y perly_c.diff vms/perly_c.vms
21317 ____________________________________________________________________________
21318 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
21319         Log: More perl572delta tweaks.
21320      Branch: perl
21321            ! pod/perl572delta.pod
21322 ____________________________________________________________________________
21323 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
21324         Log: Update perl572delta.
21325      Branch: perl
21326            ! pod/perl572delta.pod
21327 ____________________________________________________________________________
21328 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
21329         Log: VOS updates from Paul Green.
21330      Branch: perl
21331            ! vos/Changes vos/build.cm vos/perl.bind
21332 ____________________________________________________________________________
21333 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
21334         Log: Update the vos/config.*.* files.
21335      Branch: perl
21336            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21337            ! vos/config.ga.h
21338 ____________________________________________________________________________
21339 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
21340         Log: Add a makefile for more painless adding of symbols to the
21341              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
21342              takes care of the adding)
21343      Branch: perl
21344            + vos/Makefile
21345 ____________________________________________________________________________
21346 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
21347         Log: Make libnetcfg by default display the libnet configuration,
21348              -c to change, add -i for old config, document all options,
21349              regen toc.
21350      Branch: perl
21351            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
21352 ____________________________________________________________________________
21353 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
21354         Log: gcc -Wall sweep.
21355      Branch: perl
21356            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
21357 ____________________________________________________________________________
21358 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
21359         Log: So there.
21360      Branch: perl
21361            ! universal.c
21362 ____________________________________________________________________________
21363 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
21364         Log: Document the need for sv_printify().
21365              
21366              Document that 'use utf8' has been considered.
21367              
21368              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
21369      Branch: perl
21370            ! pod/perltodo.pod universal.c
21371 ____________________________________________________________________________
21372 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
21373         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
21374              From: Nicholas Clark <nick@ccl4.org>
21375              Date: Mon, 18 Jun 2001 23:29:23 +0100
21376              Message-ID: <20010618232923.I98663@plum.flirble.org>
21377      Branch: perl
21378            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
21379            ! ext/Sys/Syslog/Makefile.PL
21380 ____________________________________________________________________________
21381 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
21382         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
21383              From: Scott.L.Miller@Compaq.com
21384              Date: Mon, 18 Jun 2001 10:12:27 -0500
21385              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
21386      Branch: perl
21387            ! lib/perl5db.pl pod/perldebug.pod
21388 ____________________________________________________________________________
21389 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
21390         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
21391              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
21392              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
21393              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
21394      Branch: perl
21395            ! lib/Carp/Heavy.pm
21396 ____________________________________________________________________________
21397 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
21398         Log: Subject: [PATCH] Documentation changes for CLONE
21399              From: Artur Bergman <artur@contiller.se>
21400              Date: Mon, 18 Jun 2001 22:06:37 +0200
21401              Message-ID: <B7542BEC.1719%artur@contiller.se>
21402      Branch: perl
21403            ! pod/perlmod.pod pod/perlsub.pod
21404 ____________________________________________________________________________
21405 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
21406         Log: Subject: Re: configure.com
21407              From: "Craig A. Berry" <craigberry@mac.com>
21408              Date: Mon, 18 Jun 2001 16:04:38 -0500
21409              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
21410      Branch: perl
21411            ! configure.com
21412 ____________________________________________________________________________
21413 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
21414         Log: Subject: PL_nullstash + perl_clone()
21415              From: Doug MacEachern <dougm@covalent.net>
21416              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
21417              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
21418      Branch: perl
21419            ! sv.c
21420 ____________________________________________________________________________
21421 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
21422         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
21423              From: davem@fdgroup.co.uk
21424              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
21425              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
21426      Branch: perl
21427            ! embed.pl pod/perlapi.pod
21428 ____________________________________________________________________________
21429 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
21430         Log: More cross-compilation defaults gleaned from -Dcc
21431              if it is CPU-OS-gcc.
21432      Branch: metaconfig
21433            ! U/modified/libc.U
21434      Branch: metaconfig/U/perl
21435            ! Cross.U
21436      Branch: perl
21437            ! Configure INSTALL
21438 ____________________________________________________________________________
21439 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
21440         Log: Update Changes.
21441      Branch: perl
21442            ! Changes patchlevel.h
21443 ____________________________________________________________________________
21444 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
21445         Log: Subject: [PATCH 5.7.1] sv.c documentation
21446              From: davem@fdgroup.co.uk
21447              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
21448              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
21449      Branch: perl
21450            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
21451            ! sv.c sv.h
21452 ____________________________________________________________________________
21453 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
21454         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
21455              From: "Jon Gunnip" <jongunnip@hotmail.com>
21456              Date: Sun, 17 Jun 2001 18:24:29 -0400
21457              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
21458      Branch: perl
21459            ! pod/perlvar.pod
21460 ____________________________________________________________________________
21461 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
21462         Log: Move the locale/strict/warnings helper files back
21463              under the t/lib; this way the amount of non-installabled
21464              stuff under lib/ stays smaller.
21465      Branch: perl
21466            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
21467            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
21468            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
21469            + t/lib/warnings/5nolint t/lib/warnings/6default
21470            + t/lib/warnings/7fatal t/lib/warnings/8signal
21471            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
21472            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
21473            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
21474            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
21475            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
21476            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
21477            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
21478            + t/lib/warnings/taint t/lib/warnings/toke
21479            + t/lib/warnings/universal t/lib/warnings/utf8
21480            + t/lib/warnings/util
21481            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
21482            - lib/strict/subs lib/strict/vars lib/warnings/1global
21483            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
21484            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
21485            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
21486            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
21487            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
21488            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
21489            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
21490            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
21491            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
21492            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
21493            - lib/warnings/utf8 lib/warnings/util
21494            ! MANIFEST installperl lib/locale.t lib/strict.t
21495 ____________________________________________________________________________
21496 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
21497         Log: Split off the pack/unpack code, from Nicholas Clark.
21498      Branch: perl
21499            + pp_pack.c
21500            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
21501            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
21502            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
21503 ____________________________________________________________________________
21504 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
21505         Log: Guard the SysV IPC tests against being invoked in
21506              SysV-IPC-less places.
21507      Branch: perl
21508            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
21509 ____________________________________________________________________________
21510 [ 10683] By: nick                                  on 2001/06/18  12:24:42
21511         Log: Integrate mainline (new test scheme now ok on Linux).
21512      Branch: perlio
21513           +> lib/warnings.t
21514           !> dump.c sv.c
21515 ____________________________________________________________________________
21516 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
21517         Log: Add the locale.c and numeric.c to the microperl sources.
21518      Branch: perl
21519            ! Makefile.micro win32/Makefile
21520 ____________________________________________________________________________
21521 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
21522         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
21523              From: Abhijit Menon-Sen <ams@wiw.org>
21524              Date: Mon, 18 Jun 2001 14:23:44 +0530
21525              Message-ID: <20010618142344.A13136@lustre.linux.in>
21526      Branch: perl
21527            ! dump.c
21528 ____________________________________________________________________________
21529 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
21530         Log: Subject: Re: [PATCH] more anonymous stash cleanups
21531              From: Abhijit Menon-Sen <ams@wiw.org>
21532              Date: Mon, 18 Jun 2001 15:50:32 +0530
21533              Message-ID: <20010618155032.A13223@lustre.linux.in>
21534              
21535              Plus the comment left in as suggested by NI-S.
21536      Branch: perl
21537            ! sv.c
21538 ____________________________________________________________________________
21539 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
21540         Log: One missed file.
21541      Branch: perl
21542            + lib/warnings.t
21543 ____________________________________________________________________________
21544 [ 10678] By: nick                                  on 2001/06/18  08:05:29
21545         Log: Integrate mainline (part2 - the deletes)
21546      Branch: perlio
21547            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
21548            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
21549            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
21550            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
21551            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
21552            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
21553            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
21554            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
21555            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
21556            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
21557            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
21558 ____________________________________________________________________________
21559 [ 10677] By: nick                                  on 2001/06/18  08:04:44
21560         Log: Integrate mainline (part1)
21561      Branch: perlio
21562           +> (branch 376 files)
21563            - (delete 219 files)
21564           !> (integrate 151 files)
21565 ____________________________________________________________________________
21566 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
21567         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
21568              No doubt I made some mistakes like missed some files or
21569              misnamed some files.  The naming rules were more or less:
21570              (1) if the module is from CPAN, follows its ways, be it
21571              t/*.t or test.pl.
21572              (2) otherwise if there are multiple tests for a module
21573              put them in a t/
21574              (3) otherwise if there's only one test put it in Module.t
21575              (4) helper files go to module/ (locale, strict, warnings)
21576              (5) use longer filenames now that we can (but e.g. the
21577              compat-0.6.t and the Text::Balanced test files still
21578              were renamed to be more civil against the 8.3 people)
21579              installperl was updated appropriately not to install the
21580              *.t files or the help files from under lib.
21581              
21582              TODO: some helper files still remain under t/ that could
21583              follow their 'masters'.  UPDATE: On second thoughts, why
21584              should they.  They can continue to live under t/lib, and
21585              in fact the locale/strict/warnings helpers that were moved
21586              could be moved back.  This way the amount of non-installable
21587              stuff under lib/ stays smaller.
21588      Branch: perl
21589            + (add 253 files)
21590            - (delete 254 files)
21591            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
21592 ____________________________________________________________________________
21593 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
21594         Log: The warning no more comes from util.c, it comes from numeric.c.
21595      Branch: perl
21596            ! README.tru64
21597 ____________________________________________________________________________
21598 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
21599         Log: Subject: Re: anyone good at casting spells?
21600              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21601              Date: Sun, 17 Jun 2001 21:21:04 -0400
21602              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
21603      Branch: perl
21604            ! ext/POSIX/POSIX.xs hv.h
21605 ____________________________________________________________________________
21606 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
21607         Log: Protect the (original) thread tests against testing if no 5.005
21608              threads have been configured.
21609      Branch: perl
21610            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
21611            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
21612            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
21613            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
21614            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
21615            ! ext/Thread/unsync4.t
21616 ____________________________________________________________________________
21617 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
21618         Log: Try the new test scanning scheme on Text::Abbrev.
21619      Branch: perl
21620            + lib/Text/Abbrev.t
21621            - lib/Text/Abbrev/t/abbrev.t
21622            ! MANIFEST
21623 ____________________________________________________________________________
21624 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
21625         Log: Change the scan policy of the *.t and test.pl files,
21626              now the *.t do not need to live in a t/ directory.
21627      Branch: perl
21628            ! t/TEST t/harness
21629 ____________________________________________________________________________
21630 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
21631         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
21632              From: Ilmari Karonen <iltzu@sci.fi>
21633              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
21634              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
21635      Branch: perl
21636            ! pod/perlfaq7.pod
21637 ____________________________________________________________________________
21638 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
21639         Log: Quench the warnings from Tru64; the HP-UX is still
21640              broken because it really, REALLY, doesn't like the
21641              HvARRAY() being lvalue:
21642              
21643              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
21644              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
21645      Branch: perl
21646            ! hv.c
21647 ____________________________________________________________________________
21648 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
21649         Log: Integrate change #10667 from maintperl:
21650              
21651              change#10449 broke the special-case that makes lexicals inside the
21652              eval"" within DB::DB() visible
21653      Branch: perl
21654           !> op.c
21655 ____________________________________________________________________________
21656 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
21657         Log: change#10449 broke the special-case that makes lexicals inside the
21658              eval"" within DB::DB() visible
21659      Branch: maint-5.6/perl
21660            ! op.c
21661 ____________________________________________________________________________
21662 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
21663         Log: Still spurious output; indent the code a bit.
21664              
21665              TODO1: separate the utility functions like MkDir
21666              into a helper script?
21667              
21668              TODO2: I see a lot of repetition in the filepath()
21669              and dirpath() calls.
21670      Branch: perl
21671            ! t/lib/filefind.t t/lib/findtaint.t
21672 ____________________________________________________________________________
21673 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
21674         Log: Regen modlib, toc.
21675      Branch: perl
21676            ! pod/perlmodlib.pod pod/perltoc.pod
21677 ____________________________________________________________________________
21678 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
21679         Log: Add libnetcfg to perlutil.
21680      Branch: perl
21681            ! pod/perlutil.pod
21682 ____________________________________________________________________________
21683 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
21684         Log: Initial integration of libnet-1.0703.
21685              The Configure script renamed as libnetcfg, will be
21686              installed along other utilities.
21687      Branch: perl
21688            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
21689            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
21690            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
21691            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
21692            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
21693            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
21694            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
21695            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
21696            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
21697            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
21698            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
21699            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
21700            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
21701            + utils/libnetcfg.PL
21702            ! MANIFEST utils.lst utils/Makefile
21703 ____________________________________________________________________________
21704 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
21705         Log: Less potentially test-harness-confusing output.
21706      Branch: perl
21707            ! lib/Memoize/t/expire_module_t.t
21708 ____________________________________________________________________________
21709 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
21710         Log: The final print annoys make test.
21711      Branch: perl
21712            ! t/lib/filefind.t t/lib/findtaint.t
21713 ____________________________________________________________________________
21714 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
21715         Log: Add an option for handling dangling symbolic links.
21716      Branch: perl
21717            ! lib/File/Find.pm t/lib/filefind.t
21718 ____________________________________________________________________________
21719 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
21720         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
21721              From: Thomas Wegner <wegner_thomas@yahoo.com>
21722              Date: Sun, 17 Jun 2001 14:43:11 +0200
21723              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
21724      Branch: perl
21725            + t/lib/findtaint.t
21726            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
21727 ____________________________________________________________________________
21728 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
21729         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
21730              From: Jonathan Stowe <gellyfish@gellyfish.com>
21731              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
21732              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
21733      Branch: perl
21734            ! lib/ExtUtils/MM_Unix.pm
21735 ____________________________________________________________________________
21736 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
21737         Log: Subject: [PATCH] more anonymous stash cleanups
21738              From: Abhijit Menon-Sen <ams@wiw.org>
21739              Date: Sun, 17 Jun 2001 11:44:06 +0530
21740              Message-ID: <20010617114406.A25203@lustre.linux.in>
21741      Branch: perl
21742            ! op.c
21743 ____________________________________________________________________________
21744 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
21745         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
21746              From: Abhijit Menon-Sen <ams@wiw.org>
21747              Date: Sun, 17 Jun 2001 08:02:59 +0530
21748              Message-ID: <20010617080259.A28776@lustre.linux.in>
21749              
21750              Subject: [PATCH #2/7] xhv_eiter
21751              From: Abhijit Menon-Sen <ams@wiw.org>
21752              Date: Sun, 17 Jun 2001 08:13:18 +0530
21753              Message-ID: <20010617081318.B28776@lustre.linux.in>
21754              
21755              Subject: [PATCH #3/7] xhv_fill
21756              From: Abhijit Menon-Sen <ams@wiw.org>
21757              Date: Sun, 17 Jun 2001 08:25:16 +0530
21758              Message-ID: <20010617082516.C28776@lustre.linux.in>
21759              
21760              Subject: [PATCH #4/7] xhv_keys
21761              From: Abhijit Menon-Sen <ams@wiw.org>
21762              Date: Sun, 17 Jun 2001 08:36:17 +0530
21763              Message-ID: <20010617083617.D28776@lustre.linux.in>
21764              
21765              Subject: [PATCH #5/7] xhv_max
21766              From: Abhijit Menon-Sen <ams@wiw.org>
21767              Date: Sun, 17 Jun 2001 08:39:48 +0530
21768              Message-ID: <20010617083948.E28776@lustre.linux.in>
21769              
21770              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
21771              From: Abhijit Menon-Sen <ams@wiw.org>
21772              Date: Sun, 17 Jun 2001 08:51:11 +0530
21773              Message-ID: <20010617085111.F28776@lustre.linux.in>
21774      Branch: perl
21775            ! hv.c
21776 ____________________________________________________________________________
21777 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
21778         Log: Update Changes.
21779      Branch: perl
21780            ! Changes patchlevel.h
21781 ____________________________________________________________________________
21782 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
21783         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
21784              From: Abhijit Menon-Sen <ams@wiw.org>
21785              Date: Sat, 16 Jun 2001 07:41:19 +0530
21786              Message-ID: <20010616074119.A24720@lustre.linux.in>
21787      Branch: perl
21788            ! hv.c perl.c vms/vmsish.h win32/win32.h
21789 ____________________________________________________________________________
21790 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
21791         Log: Document tests failing when threaded, since we now have more.
21792      Branch: perl
21793            ! pod/perl572delta.pod
21794 ____________________________________________________________________________
21795 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
21796         Log: -Wall cleanup.
21797      Branch: perl
21798            ! ext/Thread/Thread.xs
21799 ____________________________________________________________________________
21800 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
21801         Log: pthread_attr_setstacksize() isn't absolutely necessary
21802              to call, only iff THREAD_CREATE_NEEDS_STACK.
21803      Branch: perl
21804            ! ext/Thread/Thread.xs
21805 ____________________________________________________________________________
21806 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
21807         Log: -Wall strays.
21808      Branch: perl
21809            ! perl.c util.c
21810 ____________________________________________________________________________
21811 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
21812         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
21813              (and INT64_MIN) brokenness.
21814      Branch: perl
21815            ! hints/darwin.sh perl.h
21816 ____________________________________________________________________________
21817 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
21818         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
21819              From: Nicholas Clark <nick@ccl4.org>
21820              Date: Sun, 17 Jun 2001 00:16:05 +0100
21821              Message-ID: <20010617001605.V98663@plum.flirble.org>
21822      Branch: perl
21823            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
21824            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
21825            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21826 ____________________________________________________________________________
21827 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
21828         Log: Add perlnetware to docs; regen toc; supply skeleton
21829              docs for some Memoize submodules.
21830      Branch: perl
21831            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
21832            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
21833            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
21834            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
21835            ! win32/Makefile win32/makefile.mk
21836 ____________________________________________________________________________
21837 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
21838         Log: pod cleanup.
21839      Branch: perl
21840            ! README.netware
21841 ____________________________________________________________________________
21842 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
21843         Log: Integrate Memoize 0.64.  Few tweaks were required in
21844              the test scripts.  Note that the speed and expire*
21845              tests take several dozen seconds to run.
21846      Branch: perl
21847            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
21848            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
21849            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
21850            + lib/Memoize/README lib/Memoize/SDBM_File.pm
21851            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
21852            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
21853            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
21854            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
21855            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
21856            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
21857            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
21858            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
21859            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
21860            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
21861            ! MANIFEST t/lib/1_compile.t
21862 ____________________________________________________________________________
21863 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
21864         Log: Document the cross-compilation options.
21865      Branch: perl
21866            ! Cross/README INSTALL
21867 ____________________________________________________________________________
21868 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
21869         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
21870      Branch: perl
21871            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
21872            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
21873            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
21874            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
21875            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
21876            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
21877            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
21878            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
21879            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
21880            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
21881            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
21882            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
21883            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
21884            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
21885            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
21886            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
21887            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
21888            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
21889            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
21890            + lib/ExtUtils/MM_NW5.pm
21891            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
21892            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
21893            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21894            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
21895            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
21896            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
21897            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
21898            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
21899            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
21900            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
21901            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
21902            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
21903            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
21904            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
21905            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
21906            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
21907            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
21908            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
21909            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
21910            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
21911            ! util.h x2p/a2py.c
21912 ____________________________________________________________________________
21913 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
21914         Log: Resort MANIFEST.
21915      Branch: perl
21916            ! MANIFEST
21917 ____________________________________________________________________________
21918 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
21919         Log: Integrate perlio.
21920      Branch: perl
21921           +> win32/win32io.c
21922           !> MANIFEST perlio.c perliol.h win32/makefile.mk
21923 ____________________________________________________________________________
21924 [ 10640] By: nick                                  on 2001/06/16  18:38:31
21925         Log: Disable :win32 layer as default till I get it working
21926      Branch: perlio
21927            ! MANIFEST perlio.c
21928 ____________________________________________________________________________
21929 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
21930         Log: Try the new scheme by moving the Text::Abbrev test
21931              to a new place under lib.
21932      Branch: perl
21933            + lib/Text/Abbrev/t/abbrev.t
21934            - t/lib/abbrev.t
21935            ! MANIFEST
21936 ____________________________________________________________________________
21937 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
21938         Log: Make the code even more dynamical so that testname
21939              suffix length can change.
21940      Branch: perl
21941            ! lib/Test/Harness.pm t/TEST
21942 ____________________________________________________________________________
21943 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
21944         Log: Allow for deeper t/ and also a single test.pl.
21945      Branch: perl
21946            ! t/TEST t/harness
21947 ____________________________________________________________________________
21948 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
21949         Log: #define fix from Nicholas Clark.
21950      Branch: perl
21951            ! ext/POSIX/POSIX.xs
21952 ____________________________________________________________________________
21953 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
21954         Log: Initialization is nice.
21955      Branch: perl
21956            ! lib/Test/Harness.pm
21957 ____________________________________________________________________________
21958 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
21959         Log: Make t/TEST and t/harness to test also the t/ tests
21960              under the main lib/ and ext/ directories.  Fix Test::Harness
21961              to dynamically change the width of its "foo/bar....ok" output.
21962      Branch: perl
21963            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
21964 ____________________________________________________________________________
21965 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
21966         Log: Subject: [PATCH] Re: perl@10611 
21967              From: Nicholas Clark <nick@ccl4.org>
21968              Date: Sat, 16 Jun 2001 16:52:47 +0100
21969              Message-ID: <20010616165247.O98663@plum.flirble.org>
21970              
21971              The .xs parts, too.
21972      Branch: perl
21973            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
21974            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
21975 ____________________________________________________________________________
21976 [ 10632] By: nick                                  on 2001/06/16  16:44:35
21977         Log: Work-in-progress win32 layer semi-functional, checking 
21978              for UNIX breakage.
21979      Branch: perlio
21980            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
21981 ____________________________________________________________________________
21982 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
21983         Log: Subject: [PATCH] Re: perl@10611 
21984              From: Nicholas Clark <nick@ccl4.org>
21985              Date: Sat, 16 Jun 2001 16:52:47 +0100
21986              Message-ID: <20010616165247.O98663@plum.flirble.org>
21987      Branch: perl
21988            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
21989            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
21990            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
21991            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
21992            ! lib/ExtUtils/Constant.pm
21993 ____________________________________________________________________________
21994 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
21995         Log: Metaconfig unit change for #10629.
21996      Branch: metaconfig
21997            ! U/modified/Finish.U
21998 ____________________________________________________________________________
21999 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
22000         Log: The extraction changed directories.
22001      Branch: perl
22002            ! Configure
22003 ____________________________________________________________________________
22004 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
22005         Log: Math::BigInt 1.35 from Tels.
22006      Branch: perl
22007            + t/lib/mbimbf.t
22008            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
22009            ! t/lib/bigfltpm.t t/lib/bigintpm.t
22010 ____________________________________________________________________________
22011 [ 10627] By: nick                                  on 2001/06/16  14:54:52
22012         Log: Work in progress UNIX-side edit of win32 PerLIO layer
22013      Branch: perlio
22014            + win32/win32io.c
22015            ! perlio.c win32/makefile.mk
22016 ____________________________________________________________________________
22017 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
22018         Log: Subject: [PATCH 5.6.1] os2/diff-configure
22019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22020              Date: Fri, 15 Jun 2001 01:19:36 -0400
22021              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
22022              
22023              Empty all of it because I think #10624 made even the
22024              last patch hunk unnecessary.
22025      Branch: perl
22026            ! os2/diff.configure
22027 ____________________________________________________________________________
22028 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
22029         Log: Metaconfig unit change for 10624.
22030      Branch: metaconfig
22031            ! U/modified/libc.U
22032      Branch: perl
22033            ! config_h.SH
22034 ____________________________________________________________________________
22035 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
22036         Log: Move the initialization of libnames to the beginning so
22037              that can one 'seed' it (as OS/2 does.)
22038      Branch: perl
22039            ! Configure
22040 ____________________________________________________________________________
22041 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
22042         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
22043              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22044              Date: Fri, 15 Jun 2001 19:10:57 -0400
22045              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
22046      Branch: perl
22047            ! os2/OS2/REXX/DLL/DLL.pm
22048 ____________________________________________________________________________
22049 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
22050         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
22051              From: "Craig A. Berry" <craigberry@mac.com>
22052              Date: Fri, 15 Jun 2001 17:00:03 -0500
22053              Message-Id: <a05101007b750342599be@[172.16.52.1]>
22054      Branch: perl
22055            ! vms/descrip_mms.template
22056 ____________________________________________________________________________
22057 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
22058         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
22059              From: "Craig A. Berry" <craigberry@mac.com>
22060              Date: Fri, 15 Jun 2001 18:39:42 -0500
22061              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
22062      Branch: perl
22063            ! lib/File/Spec/VMS.pm t/lib/extutils.t
22064 ____________________________________________________________________________
22065 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
22066         Log: Integrate perlio.
22067      Branch: perl
22068           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
22069           !> t/io/utf8.t t/lib/io_scalar.t
22070 ____________________________________________________________________________
22071 [ 10619] By: nick                                  on 2001/06/15  21:05:19
22072         Log: Generated files
22073      Branch: perlio
22074            ! embed.h proto.h
22075 ____________________________________________________________________________
22076 [ 10618] By: nick                                  on 2001/06/15  20:27:42
22077         Log: Fix open.pm to work via XS-implemented method calls rather
22078              than *open::layers variables which caused all the HV/AV hassle.
22079      Branch: perlio
22080            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
22081            ! t/lib/io_scalar.t
22082 ____________________________________________________________________________
22083 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
22084         Log: Integrate perlio.
22085      Branch: perl
22086           !> lib/ExtUtils/Constant.pm
22087 ____________________________________________________________________________
22088 [ 10616] By: nick                                  on 2001/06/15  18:46:47
22089         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
22090      Branch: perlio
22091            ! lib/ExtUtils/Constant.pm
22092 ____________________________________________________________________________
22093 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
22094         Log: Integrate perlio.
22095      Branch: perl
22096           !> ext/Socket/Socket.xs
22097 ____________________________________________________________________________
22098 [ 10614] By: nick                                  on 2001/06/15  18:33:37
22099         Log: MULTIPLICITY fix for Socket.xs
22100      Branch: perlio
22101            ! ext/Socket/Socket.xs
22102 ____________________________________________________________________________
22103 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
22104         Log: Subject: Re: perl@10611
22105              From: Doug MacEachern <dougm@covalent.net>
22106              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
22107              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
22108      Branch: perl
22109            ! ext/Socket/Socket.xs
22110 ____________________________________________________________________________
22111 [ 10612] By: nick                                  on 2001/06/15  16:14:38
22112         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
22113      Branch: perlio
22114           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
22115           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
22116           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
22117           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
22118           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
22119           !> utils/h2ph.PL
22120 ____________________________________________________________________________
22121 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
22122         Log: Update Changes.
22123      Branch: perl
22124            ! Changes patchlevel.h
22125 ____________________________________________________________________________
22126 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
22127         Log: Upping the test count.
22128      Branch: perl
22129            ! t/lib/filefind.t
22130 ____________________________________________________________________________
22131 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
22132         Log: Integrate perlio.
22133      Branch: perl
22134           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22135 ____________________________________________________________________________
22136 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
22137         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
22138              From: andreas.koenig@anima.de (Andreas J. Koenig)
22139              Date: 15 Jun 2001 13:30:39 +0200
22140              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
22141              
22142              Record the grim history.
22143      Branch: perl
22144            ! lib/File/Find.pm
22145 ____________________________________________________________________________
22146 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
22147         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
22148              From: Brian McCauley <nobull@mail.com>
22149              Date: 15 Jun 2001 07:51:26 +0100
22150              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
22151      Branch: perl
22152            ! lib/File/Find.pm t/lib/filefind.t
22153 ____________________________________________________________________________
22154 [ 10606] By: nick                                  on 2001/06/15  14:00:08
22155         Log: regen_config_h for Win32.
22156      Branch: perlio
22157            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22158 ____________________________________________________________________________
22159 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
22160         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
22161              From: Peter Prymmer <pvhp@forte.com>
22162              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
22163              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
22164      Branch: perl
22165            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
22166 ____________________________________________________________________________
22167 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
22168         Log: Some filesystems require writability for rename/unlink.
22169      Branch: perl
22170            ! opcode.pl
22171 ____________________________________________________________________________
22172 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
22173         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
22174              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
22175              Date: Fri, 15 Jun 2001 12:08:53 +0200
22176              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
22177      Branch: perl
22178            ! perlio.c
22179 ____________________________________________________________________________
22180 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
22181         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
22182              From: Mike Guy <mjtg@cam.ac.uk>
22183              Date: Fri, 15 Jun 2001 14:11:49 +0100
22184              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
22185      Branch: perl
22186            ! opcode.pl
22187 ____________________________________________________________________________
22188 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
22189         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
22190              From: Nicholas Clark <nick@ccl4.org>
22191              Date: Thu, 14 Jun 2001 23:52:56 +0100
22192              Message-ID: <20010614235256.G98663@plum.flirble.org>
22193      Branch: perl
22194            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
22195            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22196 ____________________________________________________________________________
22197 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
22198         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
22199              From: Russ Allbery <rra@stanford.edu>
22200              Date: 14 Jun 2001 13:24:43 -0700
22201              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
22202      Branch: perl
22203            ! ext/GDBM_File/GDBM_File.pm
22204 ____________________________________________________________________________
22205 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
22206         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
22207              From: Nicholas Clark <nick@ccl4.org>
22208              Date: Thu, 14 Jun 2001 20:37:47 +0100
22209              Message-ID: <20010614203747.F98663@plum.flirble.org>
22210      Branch: perl
22211            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
22212            ! t/lib/gdbm.t
22213 ____________________________________________________________________________
22214 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
22215         Log: Integrate perlio.
22216      Branch: perl
22217           !> makedef.pl sv.c
22218 ____________________________________________________________________________
22219 [ 10597] By: nick                                  on 2001/06/15  11:08:13
22220         Log: Check that HVs with HvNAME() != NULL are really stashes before
22221              treating them as such. Also be more defensive on the GvCV.
22222              Win32 fork and dprof now working again. 
22223      Branch: perlio
22224            ! sv.c
22225 ____________________________________________________________________________
22226 [ 10596] By: nick                                  on 2001/06/15  10:11:20
22227         Log: Integrate mainline.
22228      Branch: perlio
22229           +> Cross/README
22230           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
22231           !> Porting/config_H config_h.SH configure.com epoc/config.sh
22232           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
22233           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22234           !> vos/config.ga.h win32/config.bc win32/config.gc
22235           !> win32/config.vc win32/config_H.bc win32/config_H.gc
22236           !> win32/config_H.vc
22237 ____________________________________________________________________________
22238 [ 10595] By: nick                                  on 2001/06/15  09:37:17
22239         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
22240              - Win32 (VC++) now builds but fails:
22241              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
22242              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
22243              write.t    - open(...,"|-") not implemented on Win32 
22244      Branch: perlio
22245            ! makedef.pl
22246 ____________________________________________________________________________
22247 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
22248         Log: Integrate perlio.
22249      Branch: perl
22250           !> perlio.c win32/makefile.mk
22251 ____________________________________________________________________________
22252 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
22253         Log: Metaconfig unit changes for #10592.
22254      Branch: metaconfig
22255            + U/modified/i_varhdr.U U/modified/startsh.U
22256            - U/a_dvisory/crosscompile.U U/target/Target.U
22257            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
22258            ! U/compline/bitpbyte.U U/compline/byteorder.U
22259            ! U/compline/ccflags.U U/compline/charsize.U
22260            ! U/compline/d_casti32.U U/compline/d_castneg.U
22261            ! U/compline/d_closedir.U U/compline/d_fd_set.U
22262            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
22263            ! U/compline/d_keepsig.U U/compline/d_open3.U
22264            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
22265            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
22266            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
22267            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
22268            ! U/compline/doublesize.U U/compline/floatsize.U
22269            ! U/compline/nblock_io.U U/compline/orderlib.U
22270            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
22271            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
22272            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
22273            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
22274            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
22275            ! U/modified/spitshell.U U/threads/archname.U
22276            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
22277            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
22278            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
22279            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
22280            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
22281      Branch: metaconfig/U/perl
22282            + Cross.U
22283            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
22284            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
22285            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
22286            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
22287            ! stdio_streams.U uselfs.U
22288 ____________________________________________________________________________
22289 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
22290         Log: The first steps towards cross-compilation.
22291              
22292              Abstract execution of compiled test executables with $run,
22293              and abstract transfer of files with $to and $from.
22294              
22295              Under cross-compilation the $run, $to, and $from will point
22296              to appropriate wrapper scripts, by default ssh and scp,
22297              but also rsh, rcp, and cp are supported.  If not
22298              cross-compiling, they will be set to '', ':', and ':',
22299              respectively.
22300              
22301              With these patches I was able to get Configure for
22302              iPAQ ARM Linux on an Intel Linux about 95% right
22303              (only a few tests failed to execute or they produced
22304              incorrect results), and I was able to compile
22305              a functional miniperl.
22306              
22307              The symbol crosscompile renamed to be usecrosscompile,
22308              the corresponding C symbol from CROSSCOMPILE to
22309              USE_CROSS_COMPILE.
22310      Branch: perl
22311            ! Configure Cross/README Makefile.SH Porting/Glossary
22312            ! Porting/config.sh Porting/config_H config_h.SH configure.com
22313            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
22314            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22315            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22316            ! win32/config.gc win32/config.vc win32/config_H.bc
22317            ! win32/config_H.gc win32/config_H.vc
22318 ____________________________________________________________________________
22319 [ 10591] By: nick                                  on 2001/06/14  20:00:12
22320         Log: Steps along the road toward Win32 building again.
22321      Branch: perlio
22322            ! perlio.c win32/makefile.mk
22323 ____________________________________________________________________________
22324 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
22325         Log: Integrate perlio.
22326      Branch: perl
22327           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22328 ____________________________________________________________________________
22329 [ 10589] By: nick                                  on 2001/06/14  13:54:07
22330         Log: Routine regen_config_h for Win32
22331      Branch: perlio
22332            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22333 ____________________________________________________________________________
22334 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
22335         Log: Integrate perlio.
22336      Branch: perl
22337           +> perlyline.pl
22338           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
22339 ____________________________________________________________________________
22340 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
22341         Log: A placeholder.
22342      Branch: perl
22343            + Cross/README
22344 ____________________________________________________________________________
22345 [ 10586] By: nick                                  on 2001/06/14  08:25:07
22346         Log: Add new step to run_byacc which:
22347              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
22348              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
22349      Branch: perlio
22350            + perlyline.pl
22351            ! MANIFEST Makefile.SH perly.c
22352 ____________________________________________________________________________
22353 [ 10585] By: nick                                  on 2001/06/14  08:22:29
22354         Log: Integrate mainline
22355      Branch: perlio
22356           +> locale.c numeric.c
22357           !> Changes cygwin/Makefile.SHs embed.h embed.pl
22358           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
22359           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
22360           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
22361           !> x2p/Makefile.SH
22362 ____________________________________________________________________________
22363 [ 10584] By: nick                                  on 2001/06/14  08:05:53
22364         Log: Hack to remove insecure directories from PATH so test will run.
22365      Branch: perlio
22366            ! t/lib/filefind.t
22367 ____________________________________________________________________________
22368 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
22369         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
22370      Branch: perl
22371            - t/lib/mbimbf.t
22372            ! MANIFEST
22373 ____________________________________________________________________________
22374 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
22375         Log: Detypo.
22376      Branch: perl
22377            ! x2p/Makefile.SH
22378 ____________________________________________________________________________
22379 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
22380         Log: de-$CONFIG continues.
22381      Branch: perl
22382            ! cygwin/Makefile.SHs x2p/Makefile.SH
22383 ____________________________________________________________________________
22384 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
22385         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
22386              From: Nicholas Clark <nick@ccl4.org>
22387              Date: Wed, 13 Jun 2001 21:20:13 +0100
22388              Message-ID: <20010613212013.D98663@plum.flirble.org>
22389      Branch: perl
22390            ! opcode.pl
22391 ____________________________________________________________________________
22392 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
22393         Log: Subject: splitting util.c
22394              From: Hugo <hv@crypt.compulink.co.uk>
22395              Date: Thu, 14 Jun 2001 00:41:08 +0100
22396              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
22397      Branch: perl
22398            + locale.c numeric.c
22399            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
22400            ! pod/perlapi.pod proto.h util.c
22401 ____________________________________________________________________________
22402 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
22403         Log: Upgrade to Math::BigInt 1.34 from Tels.
22404      Branch: perl
22405            + t/lib/mbimbf.t
22406            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
22407            ! t/lib/bigfltpm.t t/lib/bigintpm.t
22408 ____________________________________________________________________________
22409 [ 10577] By: nick                                  on 2001/06/13  19:02:48
22410         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
22411      Branch: perlio
22412           !> (integrate 125 files)
22413 ____________________________________________________________________________
22414 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
22415         Log: Update Changes.
22416      Branch: perl
22417            ! Changes patchlevel.h
22418 ____________________________________________________________________________
22419 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
22420         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
22421              From: "Craig A. Berry" <craigberry@mac.com>
22422              Date: Wed, 13 Jun 2001 13:24:28 -0500
22423              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
22424      Branch: perl
22425            ! ext/re/Makefile.PL
22426 ____________________________________________________________________________
22427 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
22428         Log: Mc.u.c. for #10573.
22429      Branch: metaconfig
22430            ! U/threads/usethreads.U
22431 ____________________________________________________________________________
22432 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
22433         Log: It would be also be good if I could type.
22434      Branch: perl
22435            ! Configure
22436 ____________________________________________________________________________
22437 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
22438         Log: Metaconfig unit change for #10571.
22439      Branch: metaconfig
22440            ! U/threads/usethreads.U
22441 ____________________________________________________________________________
22442 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
22443         Log: A non-empty default is a good thing.
22444      Branch: perl
22445            ! Configure
22446 ____________________________________________________________________________
22447 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
22448         Log: Metaconfig unit change for #10569.
22449      Branch: metaconfig
22450            ! U/threads/usethreads.U
22451 ____________________________________________________________________________
22452 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
22453         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
22454              extremely experimental, not even prompted for.
22455      Branch: perl
22456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22457            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
22458            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
22459            ! win32/config.bc win32/config.gc win32/config.vc
22460 ____________________________________________________________________________
22461 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
22462         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
22463      Branch: perl
22464            ! pod/perlfaq6.pod
22465 ____________________________________________________________________________
22466 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
22467         Log: Integrate perlio; conflicts, accept Nick's versions.
22468      Branch: perl
22469           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
22470           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
22471 ____________________________________________________________________________
22472 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
22473         Log: Subject: Re: ext/ + -Wall
22474              From: Doug MacEachern <dougm@covalent.net>
22475              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
22476              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
22477      Branch: perl
22478            ! XSUB.h lib/ExtUtils/xsubpp perl.h
22479 ____________________________________________________________________________
22480 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
22481         Log: Similar logic as DB_File.xs, using the modern macros and
22482              defines them to older ones for older Perls where PERL_VERSION
22483              is not defined, from Doug MacEachern.
22484      Branch: perl
22485            ! ext/Storable/Storable.xs
22486 ____________________________________________________________________________
22487 [ 10564] By: nick                                  on 2001/06/13  15:22:01
22488         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
22489              and using that instead (name lookups are sequential search for now).
22490      Branch: perlio
22491            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
22492            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
22493 ____________________________________________________________________________
22494 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
22495         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
22496              From: "Richard Soderberg" <rs@crystalflame.net>
22497              Date: Sat, 26 May 2001 06:44:20 -0700
22498              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
22499      Branch: perl
22500            ! sv.c t/op/glob.t
22501 ____________________________________________________________________________
22502 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
22503         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
22504              From: "Craig A. Berry" <craigberry@mac.com>
22505              Date: Tue, 12 Jun 2001 23:55:26 -0500
22506              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
22507      Branch: perl
22508            ! ext/re/Makefile.PL ext/re/re.xs
22509 ____________________________________________________________________________
22510 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
22511         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
22512              suggested by NI-S.
22513      Branch: perl
22514            ! XSUB.h malloc.c perl.h
22515 ____________________________________________________________________________
22516 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
22517         Log: Regen toc.
22518      Branch: perl
22519            ! pod/perltoc.pod
22520 ____________________________________________________________________________
22521 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
22522         Log: Subject: [patch] perl.gprof control
22523              From: Doug MacEachern <dougm@covalent.net>
22524              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
22525              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
22526      Branch: perl
22527            ! miniperlmain.c perl.h
22528 ____________________________________________________________________________
22529 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
22530         Log: Subject: Re: ext/ + -Wall
22531              From: Doug MacEachern <dougm@covalent.net>
22532              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
22533              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
22534              
22535              Document ax and break up dXSARGS.
22536      Branch: perl
22537            ! XSUB.h pod/perlapi.pod
22538 ____________________________________________________________________________
22539 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
22540         Log: More AIX tweakage from Merijn.
22541      Branch: perl
22542            ! hints/aix.sh
22543 ____________________________________________________________________________
22544 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
22545         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
22546              From: "Craig A. Berry" <craigberry@mac.com>
22547              Date: Tue, 12 Jun 2001 22:57:45 -0500
22548              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
22549      Branch: perl
22550            ! vms/descrip_mms.template
22551 ____________________________________________________________________________
22552 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
22553         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
22554              From: "Craig A. Berry" <craigberry@mac.com>
22555              Date: Tue, 12 Jun 2001 22:21:39 -0500
22556              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
22557      Branch: perl
22558            ! configure.com util.c
22559 ____________________________________________________________________________
22560 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
22561         Log: New AIX dynaloading code from Jens-Uwe Mager.
22562              Does break binary compatibility.
22563      Branch: perl
22564            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
22565 ____________________________________________________________________________
22566 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
22567         Log: VMS DEC C compiler found nits by Peter Prymmer.
22568      Branch: perl
22569            ! util.c
22570 ____________________________________________________________________________
22571 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
22572         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
22573              From: Peter Prymmer <pvhp@forte.com>
22574              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
22575              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
22576      Branch: perl
22577            ! t/lib/filecomp.t
22578 ____________________________________________________________________________
22579 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
22580         Log: I wonder how many $CONFIGs still lurk in the shadows.
22581      Branch: perl
22582            ! pod/Makefile.SH x2p/cflags.SH
22583 ____________________________________________________________________________
22584 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
22585         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
22586      Branch: perl
22587            ! pod/checkpods.PL
22588 ____________________________________________________________________________
22589 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
22590         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
22591      Branch: perl
22592            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
22593 ____________________________________________________________________________
22594 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
22595         Log: Subject: [patch] rid local_patches warnings
22596              From: Doug MacEachern <dougm@covalent.net>
22597              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
22598              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
22599      Branch: perl
22600            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
22601 ____________________________________________________________________________
22602 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
22603         Log: Subject: Re: ext/ + -Wall
22604              From: Doug MacEachern <dougm@covalent.net>
22605              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
22606              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
22607      Branch: perl
22608            ! ext/attrs/attrs.xs
22609 ____________________________________________________________________________
22610 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
22611         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
22612              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22613              Date: Tue, 12 Jun 2001 14:36:20 -0400
22614              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
22615      Branch: perl
22616            ! pod/perlretut.pod
22617 ____________________________________________________________________________
22618 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
22619         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
22620              From: Mike Guy <mjtg@cam.ac.uk>
22621              Date: Tue, 12 Jun 2001 19:10:31 +0100
22622              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
22623              
22624              Subject: Re: [ID 20010612.001] out of memory during regex compilation
22625              From: Mike Guy <mjtg@cam.ac.uk>
22626              Date: Tue, 12 Jun 2001 19:21:01 +0100
22627              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
22628      Branch: perl
22629            ! pod/perlop.pod
22630 ____________________________________________________________________________
22631 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
22632         Log: AIX tweaks from Merijn H. Brand.
22633      Branch: perl
22634            ! hints/aix.sh
22635 ____________________________________________________________________________
22636 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
22637         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
22638              From: "Brendan O'Dea" <bod@compusol.com.au>
22639              Date: Wed, 13 Jun 2001 05:16:47 +1000
22640              Message-ID: <20010613051647.A8945@compusol.com.au>
22641      Branch: maint-5.6/perl
22642            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22643 ____________________________________________________________________________
22644 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
22645         Log: Subject: Small bcopy cleanup
22646              From: Andy Dougherty <doughera@lafayette.edu>
22647              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
22648              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
22649      Branch: perl
22650            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
22651 ____________________________________________________________________________
22652 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
22653         Log: Subject: [PATCH] Re: ext/ + -Wall
22654              From: Nicholas Clark <nick@ccl4.org>
22655              Date: Wed, 13 Jun 2001 00:04:30 +0100
22656              Message-ID: <20010613000430.M5901@plum.flirble.org>
22657      Branch: perl
22658            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22659 ____________________________________________________________________________
22660 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
22661         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
22662              From: Nicholas Clark <nick@ccl4.org>
22663              Date: Tue, 12 Jun 2001 23:53:07 +0100
22664              Message-ID: <20010612235307.L5901@plum.flirble.org>
22665      Branch: perl
22666            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22667 ____________________________________________________________________________
22668 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
22669         Log: MPE/iX tweaks from Mark Bixby.
22670      Branch: perl
22671            ! hints/mpeix.sh mpeix/mpeixish.h util.c
22672 ____________________________________________________________________________
22673 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
22674         Log: Update Changes.
22675      Branch: perl
22676            ! Changes patchlevel.h
22677 ____________________________________________________________________________
22678 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
22679         Log: One less -Wall whine (found under DEBUGGING).
22680      Branch: perl
22681            ! x2p/Makefile.SH x2p/a2p.c
22682 ____________________________________________________________________________
22683 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
22684         Log: s/case-independent/case-insensitive/g
22685      Branch: perl
22686            ! pod/perldebug.pod
22687 ____________________________________________________________________________
22688 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
22689         Log: As suggested in    
22690              
22691              Subject: Re: ext/ + -Wall
22692              From: Gurusamy Sarathy <gsar@ActiveState.com>
22693              Date: Mon, 11 Jun 2001 23:34:31 -0700
22694              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
22695      Branch: perl
22696            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
22697            ! perl.h
22698 ____________________________________________________________________________
22699 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
22700         Log: Subject: ext/ + -Wall
22701              From: Doug MacEachern <dougm@covalent.net>
22702              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
22703              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
22704      Branch: perl
22705            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
22706            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
22707            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
22708            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
22709            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
22710            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
22711            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
22712            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
22713            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
22714            ! lib/ExtUtils/xsubpp
22715 ____________________________________________________________________________
22716 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
22717         Log: Subject: [PATCH] anonymous stashes
22718              From: Abhijit Menon-Sen <ams@wiw.org>
22719              Date: Tue, 12 Jun 2001 12:47:04 +0530
22720              Message-ID: <20010612124704.A29029@lustre.linux.in>
22721      Branch: perl
22722            ! dump.c gv.c sv.c xsutils.c
22723 ____________________________________________________________________________
22724 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
22725         Log: One more test for $^S.
22726      Branch: perl
22727            ! t/op/magic.t
22728 ____________________________________________________________________________
22729 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
22730         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
22731              From: Abhijit Menon-Sen <ams@wiw.org>
22732              Date: Tue, 12 Jun 2001 17:35:55 +0530
22733              Message-ID: <20010612173555.A32426@lustre.linux.in>
22734      Branch: perl
22735            ! mg.c t/op/magic.t
22736 ____________________________________________________________________________
22737 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
22738         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
22739              From: Mike Guy <mjtg@cam.ac.uk>
22740              Date: Tue, 12 Jun 2001 13:14:15 +0100
22741              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
22742      Branch: perl
22743            ! pod/perlop.pod
22744 ____________________________________________________________________________
22745 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
22746         Log: AUTHORS updates.
22747      Branch: perl
22748            ! AUTHORS
22749 ____________________________________________________________________________
22750 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
22751         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
22752              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
22753              Content-Transfer-Encoding: 7bit
22754              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
22755      Branch: perl
22756            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
22757 ____________________________________________________________________________
22758 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
22759         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
22760              From: "Philip Newton" <Philip.Newton@gmx.net>
22761              Date: Mon, 11 Jun 2001 07:08:03 +0200
22762              Message-Id: <200106120802.LAA08992@taas.iki.fi>
22763      Branch: perl
22764            ! t/base/term.t
22765 ____________________________________________________________________________
22766 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
22767         Log: Cleanup the a2p.c for -Wall.
22768      Branch: perl
22769            ! x2p/Makefile.SH x2p/a2p.c
22770 ____________________________________________________________________________
22771 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
22772         Log: File::Find update for MacOS from Chris Nandor.
22773      Branch: perl
22774            ! lib/File/Find.pm t/lib/filefind.t
22775 ____________________________________________________________________________
22776 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
22777         Log: gcc -Wall nits picked out by a non-UNIX system
22778              (courtesy of Mark Bixby)
22779      Branch: perl
22780            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
22781            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
22782            ! pp_sys.c util.c
22783 ____________________________________________________________________________
22784 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
22785         Log: Metaconfig unit change for #10522.  (The d_modfl changes
22786              placate metalint.)
22787      Branch: metaconfig/U/perl
22788            ! d_modfl.U d_u32align.U
22789 ____________________________________________________________________________
22790 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
22791         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
22792              be "./try 2>&1 >/dev/null".
22793      Branch: perl
22794            ! Configure
22795 ____________________________________________________________________________
22796 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
22797         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
22798              From: "Craig A. Berry" <craigberry@mac.com>
22799              Date: Mon, 11 Jun 2001 14:00:32 -0500
22800              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
22801      Branch: perl
22802            ! configure.com
22803 ____________________________________________________________________________
22804 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
22805         Log: Move the full \p\P lists to perlunicode.
22806      Branch: perl
22807            ! pod/perlretut.pod pod/perlunicode.pod
22808 ____________________________________________________________________________
22809 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
22810         Log: VOS build tweak for 5.6.1 from Paul Green.
22811      Branch: maint-5.6/perl
22812            ! vos/build.cm
22813 ____________________________________________________________________________
22814 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
22815         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
22816              From: "Craig A. Berry" <craigberry@mac.com>
22817              Date: Fri, 8 Jun 2001 18:08:18 -0500
22818              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
22819      Branch: perl
22820            ! vms/vms.c
22821 ____________________________________________________________________________
22822 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
22823         Log: Update Changes.
22824      Branch: perl
22825            ! Changes patchlevel.h
22826 ____________________________________________________________________________
22827 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
22828         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
22829      Branch: perl
22830            ! vos/config.alpha.h vos/config.ga.h
22831 ____________________________________________________________________________
22832 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
22833         Log: VOS updates from Paul Green for @10476.
22834      Branch: perl
22835            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
22836            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22837            ! vos/config.ga.h vos/configure_perl.cm
22838 ____________________________________________________________________________
22839 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
22840         Log: Subject: [PATCH] Not many people know this ...
22841              From: Mike Guy <mjtg@cam.ac.uk>
22842              Date: Mon, 11 Jun 2001 14:55:15 +0100
22843              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
22844      Branch: perl
22845            ! pod/perldebug.pod
22846 ____________________________________________________________________________
22847 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
22848         Log: Add final commas to lists as suggested by Philip Newton.
22849      Branch: perl
22850            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22851 ____________________________________________________________________________
22852 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
22853         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
22854              Date: Sun, 10 Jun 2001 23:35:38 -0400
22855              From: Chris Nandor <pudge@pobox.com>
22856              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
22857      Branch: perl
22858            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
22859            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
22860            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
22861            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
22862            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
22863            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
22864            ! t/op/write.t t/pragma/strict.t
22865 ____________________________________________________________________________
22866 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
22867         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
22868              From: Chris Nandor <pudge@pobox.com>
22869              Date: Mon, 11 Jun 2001 08:24:28 -0400
22870              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
22871      Branch: perl
22872            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
22873            ! t/lib/io_dir.t
22874 ____________________________________________________________________________
22875 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
22876         Log: One more run_byacc (a hand-tweaked version had slipped in).
22877      Branch: perl
22878            ! perly.c vms/perly_c.vms
22879 ____________________________________________________________________________
22880 [ 10509] By: nick                                  on 2001/06/11  07:49:15
22881         Log: Integrate mainline
22882      Branch: perlio
22883           !> Makefile.SH embed.h embed.pl global.sym
22884           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
22885           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
22886           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
22887           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
22888 ____________________________________________________________________________
22889 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
22890         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
22891              From: Mike Guy <mjtg@cam.ac.uk>
22892              Reply-To: mjtg@cam.ac.uk
22893              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
22894      Branch: perl
22895            ! lib/ExtUtils/Manifest.pm
22896 ____________________________________________________________________________
22897 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
22898         Log: Subject: [PATCH] ExtUtils::Constant
22899              From: Nicholas Clark <nick@ccl4.org>
22900              Date: Sun, 10 Jun 2001 23:25:41 +0100
22901              Message-ID: <20010610232540.C76396@plum.flirble.org>
22902      Branch: perl
22903            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22904 ____________________________________________________________________________
22905 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
22906         Log: Integrate perlio.
22907      Branch: perl
22908           !> iperlsys.h
22909 ____________________________________________________________________________
22910 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
22911         Log: Move the grok_number and its lieutenant grok_numeric_radix
22912              from sv.c statics to util.c and public.
22913      Branch: perl
22914            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
22915            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
22916 ____________________________________________________________________________
22917 [ 10504] By: nick                                  on 2001/06/10  17:47:06
22918         Log: Fix (valid) -Wall warnings in perlio.c
22919      Branch: perlio
22920            ! iperlsys.h
22921 ____________________________________________________________________________
22922 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
22923         Log: Update perly_c.diff, update perly.fixer to edit away
22924              some of the -Wall noise.
22925      Branch: perl
22926            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
22927 ____________________________________________________________________________
22928 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
22929         Log: Check the version of byacc.
22930      Branch: perl
22931            ! Makefile.SH
22932 ____________________________________________________________________________
22933 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
22934         Log: Subject: [PATCH] perly.y overhaul
22935              From: Simon Cozens <simon@netthink.co.uk>
22936              Date: Sun, 10 Jun 2001 16:56:54 +0100
22937              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
22938              
22939              Plus make run_byacc.
22940      Branch: perl
22941            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
22942 ____________________________________________________________________________
22943 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
22944         Log: Integrate perlio.
22945      Branch: perl
22946           !> perlio.c perlsfio.h
22947 ____________________________________________________________________________
22948 [ 10499] By: nick                                  on 2001/06/10  15:01:08
22949         Log: Integrate mainline
22950      Branch: perlio
22951           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
22952           !> t/pragma/locale.t util.c
22953 ____________________________________________________________________________
22954 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
22955         Log: Put some meat on the perl572delta bones.  The list of
22956              selected bug fixes needs more work, as does still the
22957              whole document.
22958      Branch: perl
22959            ! pod/perl572delta.pod
22960 ____________________________________________________________________________
22961 [ 10497] By: nick                                  on 2001/06/10  12:27:51
22962         Log: Paper over a crack or two with USE_SFIO
22963      Branch: perlio
22964            ! perlio.c perlsfio.h
22965 ____________________________________________________________________________
22966 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
22967         Log: Update Changes.
22968      Branch: perl
22969            ! Changes patchlevel.h
22970 ____________________________________________________________________________
22971 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
22972         Log: Subject: Re: pragma/locale.t #107
22973              From: Hugo <hv@crypt.compulink.co.uk>
22974              Date: Sun, 10 Jun 2001 11:23:30 +0100
22975              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
22976              
22977              Encapsulate the scan of the decimal radix separator.
22978      Branch: perl
22979            ! embed.h embed.pl proto.h sv.c
22980 ____________________________________________________________________________
22981 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
22982         Log: Try to grok numbers both with the locale specific separator
22983              and with the usual "." (if different from the lss); add a test
22984              to locale.t to do also a little bit of math in addition to just
22985              equalness testing; remove extraneous logic as suggested in
22986              
22987              Subject: Re: pragma/locale.t #107
22988              From: Nicholas Clark <nick@ccl4.org>
22989              Date: Sat, 9 Jun 2001 22:37:36 +0100
22990              Message-ID: <20010609223735.Y76396@plum.flirble.org>
22991      Branch: perl
22992            ! sv.c t/pragma/locale.t
22993 ____________________________________________________________________________
22994 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
22995         Log: Metaconfig unit change for #10492.
22996      Branch: metaconfig/U/perl
22997            ! Extensions.U
22998 ____________________________________________________________________________
22999 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
23000         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
23001              From: Artur Bergman <artur@contiller.se> 
23002              Date: Sat, 09 Jun 2001 21:03:51 +0200
23003              Message-ID: <B7483FB6.1398%artur@contiller.se>
23004      Branch: perl
23005            ! Configure
23006 ____________________________________________________________________________
23007 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
23008         Log: Integrate perlio.
23009      Branch: perl
23010           !> perlsfio.h
23011 ____________________________________________________________________________
23012 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
23013         Log: Do locale specific separator if only in locale.
23014      Branch: perl
23015            ! util.c
23016 ____________________________________________________________________________
23017 [ 10489] By: nick                                  on 2001/06/09  19:13:25
23018         Log: Make XS/Typemap compile (but fail) with sfio
23019      Branch: perlio
23020            ! perlsfio.h
23021 ____________________________________________________________________________
23022 [ 10488] By: nick                                  on 2001/06/09  19:12:51
23023         Log: Re-integrate mainline
23024      Branch: perlio
23025           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
23026           !> proto.h sv.c util.c
23027 ____________________________________________________________________________
23028 [ 10487] By: nick                                  on 2001/06/09  16:26:29
23029         Log: Integrate mainline
23030      Branch: perlio
23031           !> (integrate 31 files)
23032 ____________________________________________________________________________
23033 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
23034         Log: Subject: [PATCH] New attempt to clone callack
23035              From: Artur Bergman <artur@contiller.se> 
23036              Date: Thu, 07 Jun 2001 11:52:16 +0200
23037              Message-ID: <B7451B6F.12B7%artur@contiller.se>
23038      Branch: perl
23039            ! embedvar.h intrpvar.h perlapi.h sv.c
23040 ____________________________________________________________________________
23041 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
23042         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
23043      Branch: perl
23044            ! embed.h embed.pl perl.h proto.h sv.c util.c
23045 ____________________________________________________________________________
23046 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
23047         Log: Subject: Re: pragma/locale.t #107
23048              From: Nicholas Clark <nick@ccl4.org>
23049              Date: Sat, 9 Jun 2001 16:26:10 +0100
23050              Message-ID: <20010609162609.V76396@plum.flirble.org>
23051              
23052              A missing NVification.
23053      Branch: perl
23054            ! sv.c
23055 ____________________________________________________________________________
23056 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
23057         Log: Redo the #10482, there already was a test script for formats.
23058      Branch: perl
23059            - t/io/format.t
23060            ! MANIFEST t/op/write.t
23061 ____________________________________________________________________________
23062 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
23063         Log: Twisted format testing, from Merijn.
23064      Branch: perl
23065            + t/io/format.t
23066            ! MANIFEST
23067 ____________________________________________________________________________
23068 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
23069         Log: More \p{In...} testing, combined with \N{...}.
23070      Branch: perl
23071            ! lib/utf8_heavy.pl t/op/pat.t
23072 ____________________________________________________________________________
23073 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
23074         Log: Metaconfig changes for #10479.
23075      Branch: metaconfig
23076            ! U/Glossary.patch
23077      Branch: metaconfig/U/perl
23078            ! d_modfl.U
23079 ____________________________________________________________________________
23080 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
23081         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
23082      Branch: perl
23083            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23084            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
23085            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
23086            ! win32/config.bc win32/config.gc win32/config.vc
23087 ____________________________________________________________________________
23088 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
23089         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
23090              From: "Craig A. Berry" <craigberry@mac.com>
23091              Date: Thu, 7 Jun 2001 14:27:20 -0500
23092              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
23093      Branch: perl
23094            ! vms/perlvms.pod
23095 ____________________________________________________________________________
23096 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
23097         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
23098              From: Gisle Aas <gisle@ActiveState.com>
23099              Date: 07 Jun 2001 17:04:29 -0700
23100              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
23101      Branch: perl
23102            ! ext/re/re.xs
23103 ____________________________________________________________________________
23104 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
23105         Log: Update Changes.
23106      Branch: perl
23107            ! Changes patchlevel.h
23108 ____________________________________________________________________________
23109 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
23110         Log: Regen Glossary et alia.
23111      Branch: perl
23112            ! Porting/Glossary Porting/config.sh Porting/config_H
23113 ____________________________________________________________________________
23114 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
23115         Log: Metaconfig unit changes for #10473.
23116      Branch: metaconfig/U/perl
23117            ! d_modfl.U
23118 ____________________________________________________________________________
23119 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
23120         Log: Harumph, also AIX will spill its guts (i.e. dump core)
23121              if an executable contains modfl() but it hasn't been
23122              compiled right (in the case of AIX, with cc -qlongdouble).
23123      Branch: perl
23124            ! Configure
23125 ____________________________________________________________________________
23126 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
23127         Log: integrate change#10471 from mainline
23128              
23129              in change#10451, check that CvOUTSIDE is a CV before looking in
23130              (it can apparently be SVt_NULL during global destruction)
23131      Branch: maint-5.6/perl
23132           !> op.c
23133 ____________________________________________________________________________
23134 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
23135         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
23136              (it can apparently be SVt_NULL during global destruction)
23137      Branch: perl
23138            ! op.c
23139 ____________________________________________________________________________
23140 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
23141         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
23142              From: Robin Barker <rmb1@cise.npl.co.uk>
23143              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
23144              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
23145      Branch: perl
23146            ! lib/diagnostics.pm pod/perldiag.pod
23147 ____________________________________________________________________________
23148 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
23149         Log: Subject: [PATCH perl@10439] long =item
23150              From: Robin Barker <rmb1@cise.npl.co.uk>
23151              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
23152              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
23153      Branch: perl
23154            ! README.amiga lib/Attribute/Handlers.pm
23155            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23156 ____________________________________________________________________________
23157 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
23158         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
23159              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
23160              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
23161              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
23162      Branch: perl
23163            ! pod/perlguts.pod
23164 ____________________________________________________________________________
23165 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
23166         Log: Integrate perlio.
23167      Branch: perl
23168           !> sv.c
23169 ____________________________________________________________________________
23170 [ 10466] By: nick                                  on 2001/06/07  10:25:40
23171         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
23172              whitespace tweaks.
23173              Still coredumps in pragma/overload.t - what a nice hard fail that is...
23174      Branch: perlio
23175            ! sv.c
23176 ____________________________________________________________________________
23177 [ 10465] By: nick                                  on 2001/06/07  08:41:58
23178         Log: Raw integrate of mainline for S_grok_number debug
23179              (sv.c has MULTIPLICITY issues as well as whatever else ...)
23180      Branch: perlio
23181            - plan9/perlplan9.doc plan9/perlplan9.pod
23182           !> (integrate 46 files)
23183 ____________________________________________________________________________
23184 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
23185         Log: The proper prototyping for #10463.
23186      Branch: perl
23187            ! embed.h embed.pl proto.h sv.c
23188 ____________________________________________________________________________
23189 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
23190         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
23191              From: Nicholas Clark <nick@ccl4.org>
23192              Date: Thu, 7 Jun 2001 00:29:59 +0100
23193              Message-ID: <20010607002959.Z76396@plum.flirble.org>
23194      Branch: perl
23195            ! sv.c
23196 ____________________________________________________________________________
23197 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
23198         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
23199              From: "Craig A. Berry" <craigberry@mac.com>
23200              Date: Wed, 06 Jun 2001 17:54:30 -0500
23201              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
23202      Branch: perl
23203            ! vms/perlvms.pod
23204 ____________________________________________________________________________
23205 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
23206         Log: Podify the remaining README.platform files;
23207              merge README.plan9 and plan9/perlplan9.pod;
23208              delete plan9/perlplan9.* (the perlplan.doc needs to
23209              be regenerated in Plan 9); make the =head1 and =head2
23210              in the README.platform to be a little more verbose
23211              (skipped README.os2 not to anger Ilya) so that they
23212              look better in the toc; regen toc.
23213      Branch: perl
23214            - plan9/perlplan9.doc plan9/perlplan9.pod
23215            ! MANIFEST README.aix README.amiga README.apollo README.beos
23216            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
23217            ! README.hpux README.hurd README.machten README.macos
23218            ! README.micro README.mint README.mpeix README.os390
23219            ! README.plan9 README.qnx README.solaris README.threads
23220            ! README.tru64 README.vmesa README.vms README.vos README.win32
23221            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23222            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23223 ____________________________________________________________________________
23224 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
23225         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
23226              From: Mike Guy <mjtg@cam.ac.uk>
23227              Reply-To: mjtg@cam.ac.uk
23228              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
23229      Branch: perl
23230            ! pod/perlguts.pod
23231 ____________________________________________________________________________
23232 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
23233         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
23234              From: Mike Guy <mjtg@cam.ac.uk>
23235              Reply-To: mjtg@cam.ac.uk
23236              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
23237      Branch: perl
23238            ! pod/perlsec.pod
23239 ____________________________________________________________________________
23240 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
23241         Log: Disable long doubles from pre-5.0 Tru64s.
23242      Branch: perl
23243            ! README.tru64 hints/dec_osf.sh
23244 ____________________________________________________________________________
23245 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
23246         Log: The #10455 exposed that modfl() is fundamentally busted
23247              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
23248              testing it.
23249      Branch: perl
23250            ! hints/dec_osf.sh
23251 ____________________________________________________________________________
23252 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
23253         Log: Metaconfig unit change for #10455.
23254      Branch: metaconfig/U/perl
23255            ! d_modfl.U
23256 ____________________________________________________________________________
23257 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
23258         Log: Configure check for geborken modfl(), inspired by
23259              
23260              Subject: Re: [20010118.017] op/int.t failure 
23261              From: Hugo <hv@crypt.compulink.co.uk>
23262              Date: Tue, 05 Jun 2001 13:43:27 +0100
23263              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
23264      Branch: perl
23265            ! Configure
23266 ____________________________________________________________________________
23267 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
23268         Log: Integrate changes #10450 and #10451 from maintperl:
23269              
23270              optimize change#10448 slightly (don't repeat search in eval""s lexical
23271              scope, since that has already been searched)
23272              
23273              change#9108 needs subtler treatment for case of closures created
23274              within eval""
23275      Branch: perl
23276           !> op.c t/op/misc.t
23277 ____________________________________________________________________________
23278 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
23279         Log: MakeMaker magic to compile (when no dynamic loading)
23280              List/Util.xsc as (ListUtil.c and) ListUtil.o since
23281              POSIX-BC (BS2000) linker has an evil limitation of
23282              being unable to include in the same executable several
23283              object files with the same name - case-insensitively -
23284              because otherwise we conflict with util.c.
23285              Strictly speaking currently required only in POSIX-BC
23286              but probably will do no harm elsewhere where static
23287              linking is required.
23288      Branch: perl
23289            ! ext/List/Util/Makefile.PL
23290 ____________________________________________________________________________
23291 [ 10452] By: nick                                  on 2001/06/06  08:59:51
23292         Log: Integrate mainline.
23293      Branch: perlio
23294           +> lib/Attribute/Handlers/demo/Demo.pm
23295           +> lib/Attribute/Handlers/demo/Descriptions.pm
23296           +> lib/Attribute/Handlers/demo/MyClass.pm
23297           +> lib/Attribute/Handlers/demo/demo.pl
23298           +> lib/Attribute/Handlers/demo/demo2.pl
23299           +> lib/Attribute/Handlers/demo/demo3.pl
23300           +> lib/Attribute/Handlers/demo/demo4.pl
23301           +> lib/Attribute/Handlers/demo/demo_call.pl
23302           +> lib/Attribute/Handlers/demo/demo_chain.pl
23303           +> lib/Attribute/Handlers/demo/demo_cycle.pl
23304           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
23305           +> lib/Attribute/Handlers/demo/demo_phases.pl
23306           +> lib/Attribute/Handlers/demo/demo_range.pl
23307           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
23308           +> uts/strtol_wrap.c
23309           !> (integrate 91 files)
23310 ____________________________________________________________________________
23311 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
23312         Log: change#9108 needs subtler treatment for case of closures created
23313              within eval""
23314      Branch: maint-5.6/perl
23315            ! op.c t/op/misc.t
23316 ____________________________________________________________________________
23317 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
23318         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
23319              scope, since that has already been searched)
23320      Branch: maint-5.6/perl
23321            ! op.c
23322 ____________________________________________________________________________
23323 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
23324         Log: Integrate change #10448 from maintperl; lexicals
23325              outside an eval"" weren't resolved correctly inside a subroutine
23326              definition inside the eval"" if they were not already referenced
23327              in the toplevel of the eval""-ed code
23328      Branch: perl
23329           !> cop.h op.c pp_ctl.c t/op/misc.t
23330 ____________________________________________________________________________
23331 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
23332         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
23333              outside an eval"" weren't resolved correctly inside a subroutine
23334              definition inside the eval"" if they were not already referenced
23335              in the toplevel of the eval""-ed code
23336      Branch: maint-5.6/perl
23337            ! cop.h op.c pp_ctl.c t/op/misc.t
23338 ____________________________________________________________________________
23339 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
23340         Log: Subject: [PATCH] perl570delta.pod
23341              From: Peter Scott <Peter@PSDT.com> 
23342              Date: Tue, 05 Jun 2001 18:51:02 -0700
23343              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
23344      Branch: perl
23345            ! pod/perl570delta.pod
23346 ____________________________________________________________________________
23347 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
23348         Log: The fudge factor is no more needed.  I hope.
23349      Branch: perl
23350            ! t/lib/posix.t
23351 ____________________________________________________________________________
23352 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
23353         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
23354              From: Hugo <hv@crypt.compulink.co.uk>
23355              Date: Tue, 05 Jun 2001 12:58:19 +0100
23356              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
23357      Branch: perl
23358            ! util.c
23359 ____________________________________________________________________________
23360 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
23361         Log: Make up prototypes only for those who have the functions
23362              but not the prototypes.
23363      Branch: perl
23364            ! perl.h
23365 ____________________________________________________________________________
23366 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
23367         Log: Subject: Re: Not OK: perl@10439 on win32 
23368              From: Prymmer/Kahn <pvhp@best.com> 
23369              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
23370              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
23371      Branch: perl
23372            ! perl.h util.c
23373 ____________________________________________________________________________
23374 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
23375         Log: The metaconfig units changes for #10441.
23376      Branch: metaconfig
23377            ! U/modified/Extract.U U/modified/Extractall.U
23378            ! U/modified/Finish.U
23379 ____________________________________________________________________________
23380 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
23381         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
23382      Branch: perl
23383            ! Configure
23384 ____________________________________________________________________________
23385 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
23386         Log: Unnecessary fuzziness undone, noted by Mike Guy.
23387      Branch: perl
23388            ! t/op/tr.t
23389 ____________________________________________________________________________
23390 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
23391         Log: Update Changes.
23392      Branch: perl
23393            ! Changes patchlevel.h
23394 ____________________________________________________________________________
23395 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
23396         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
23397              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
23398              leakage patch.
23399      Branch: perl
23400            ! t/op/misc.t
23401 ____________________________________________________________________________
23402 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
23403         Log: Test case for #10433/#10424.
23404      Branch: perl
23405            ! t/op/misc.t
23406 ____________________________________________________________________________
23407 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
23408         Log: Subject: One fix for strtoul not setting errno
23409              From: hom00@utsglobal.com (Hal Morris)
23410              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
23411              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
23412      Branch: perl
23413            + uts/strtol_wrap.c
23414            ! MANIFEST hints/uts.sh
23415 ____________________________________________________________________________
23416 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
23417         Log: Metaconfig units changes for #10434.
23418      Branch: metaconfig
23419            ! U/modified/Cppsym.U
23420      Branch: metaconfig/U/perl
23421            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
23422            + d_syscallproto.U d_usleepproto.U
23423            ! longdblfio.U quadfio.U
23424 ____________________________________________________________________________
23425 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
23426         Log: Configure tweaks; add prototype probes, make the cpp symbols
23427              probe to cast, not whine; test for %Ld and %Lf before %lld and
23428              %llf because the L is the ANSI way.
23429      Branch: perl
23430            ! Configure config_h.SH configure.com epoc/config.sh
23431            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
23432            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
23433            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
23434 ____________________________________________________________________________
23435 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
23436         Log: Sigh.  This is what #10424 was supposed to check in.
23437      Branch: perl
23438            ! op.c sv.c sv.h
23439 ____________________________________________________________________________
23440 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
23441         Log: More verbose failure.
23442      Branch: perl
23443            ! t/op/ver.t
23444 ____________________________________________________________________________
23445 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
23446         Log: The .pm changes to go with #10428.
23447      Branch: perl
23448            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
23449            ! ext/Sys/Syslog/Syslog.pm
23450 ____________________________________________________________________________
23451 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
23452         Log: On second thoughts show to utf8 skippage message only
23453              on failures, it's too confusing otherwise,
23454      Branch: perl
23455            ! t/pragma/locale.t
23456 ____________________________________________________________________________
23457 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
23458         Log: Do not import anything from Encode.
23459      Branch: perl
23460            ! ext/MIME/Base64/QuotedPrint.pm
23461 ____________________________________________________________________________
23462 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
23463         Log: The #10402 didn't take.  Weird.
23464      Branch: perl
23465            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
23466            ! ext/Sys/Syslog/Syslog.xs
23467 ____________________________________________________________________________
23468 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
23469         Log: Eradicate traces of 'asciirange' re subpragma.
23470      Branch: perl
23471            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
23472            ! pod/perldiag.pod
23473 ____________________________________________________________________________
23474 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
23475         Log: use is a compile-time thing.
23476      Branch: perl
23477            ! ext/MIME/Base64/QuotedPrint.pm
23478 ____________________________________________________________________________
23479 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
23480         Log: Subject: [PATCH perl@10419] -Wall casting patch
23481              From: Robin Barker <rmb1@cise.npl.co.uk>
23482              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
23483              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
23484      Branch: perl
23485            ! ext/Devel/DProf/DProf.xs mg.c
23486 ____________________________________________________________________________
23487 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
23488         Log: Subject: [PATCH #2] introducing SVpad_TYPED
23489              From: Abhijit Menon-Sen <ams@wiw.org>
23490              Date: Mon, 4 Jun 2001 12:26:02 +0530
23491              Message-ID: <20010604122602.A5775@lustre.linux.in>
23492      Branch: perl
23493            ! op.c sv.c sv.h
23494 ____________________________________________________________________________
23495 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
23496         Log: testsuite for change#10192 (from Gisle Aas)
23497      Branch: perl
23498            + t/op/override.t
23499            ! MANIFEST
23500 ____________________________________________________________________________
23501 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
23502         Log: integrate changes#10414-10416 from mainline
23503              
23504              Potential buffer overrun if the radix separator is more than
23505              one byte.  Also, under locales, prefer the locale-specific
23506              separator over the old boring ".".
23507              
23508              "10.", that is, decimal numbers can have no decimal part at all.
23509              
23510              The non-locale places need love, too.
23511      Branch: maint-5.6/perl
23512           !> perl.h sv.c
23513 ____________________________________________________________________________
23514 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
23515         Log: Missed from #10420.
23516      Branch: perl
23517            ! epoc/config.sh
23518 ____________________________________________________________________________
23519 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
23520         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
23521              often this prototype goes with HAS_SETRESUID_PROTO.
23522      Branch: perl
23523            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23524            ! config_h.SH configure.com perl.h uconfig.h
23525 ____________________________________________________________________________
23526 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
23527         Log: Update Changes.
23528      Branch: perl
23529            ! Changes patchlevel.h
23530 ____________________________________________________________________________
23531 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
23532         Log: -Wall "subscript has type `char'" cleanup.
23533      Branch: perl
23534            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
23535 ____________________________________________________________________________
23536 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
23537         Log: Various "cast to pointer from integer of different size"
23538              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
23539              wide but I32 (int) only 32 bits wide).
23540              
23541              WARNING: the classnum and tagnum changes in Storable.xs
23542              may not be wise, they may be breaking binary compatibility
23543              (in 64-bit platforms), asked Raphael Manfredi about the changes.
23544      Branch: perl
23545            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
23546            ! mg.c proto.h
23547 ____________________________________________________________________________
23548 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
23549         Log: The non-locale places need love, too.
23550      Branch: perl
23551            ! perl.h
23552 ____________________________________________________________________________
23553 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
23554         Log: "10.", that is, decimal numbers can have no decimal part at all.
23555      Branch: perl
23556            ! perl.h
23557 ____________________________________________________________________________
23558 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
23559         Log: Potential buffer overrun if the radix separator is more than
23560              one byte.  Also, under locales, prefer the locale-specific
23561              separator over the old boring ".".
23562      Branch: perl
23563            ! perl.h sv.c
23564 ____________________________________________________________________________
23565 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
23566         Log: Integrate change #10412 from maintperl; locale is now
23567              per-cop, not per-op; plus retweak the locale.t to always
23568              list the skipped utf8 locales.
23569      Branch: perl
23570            ! t/pragma/locale.t
23571           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
23572           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
23573 ____________________________________________________________________________
23574 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
23575         Log: rationalize locale handling to fix the bugs uncovered by change#10394
23576              
23577              the major issue was that the runtime was looking at PL_hints rather
23578              than op_private to notice whether locale was enabled
23579              
23580              the secondary issue was that many locale-sensitive numeric ops didn't
23581              have HINT_LOCALE propagated into their op_private
23582              
23583              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
23584              instead of per-op, just like HINT_BYTE and the hints for lexical
23585              warnings (this makes the hint available to every op via PL_curcop)
23586              
23587              pragma/locale.t may need to be reworked with these fixes in mind
23588              (it currently passes its tests)
23589      Branch: maint-5.6/perl
23590            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
23591            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
23592 ____________________________________________________________________________
23593 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
23594         Log: More verbose debugging.
23595      Branch: perl
23596            ! t/pragma/locale.t
23597 ____________________________________________________________________________
23598 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
23599         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
23600              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
23601              Date: Sat, 2 Jun 2001 22:53:33 +0100
23602              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
23603      Branch: perl
23604            ! regcomp.c t/pragma/warn/regcomp
23605 ____________________________________________________________________________
23606 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
23607         Log: Mention that lexicalizing $a or $b is a bad idea if one
23608              wants to use sort().
23609      Branch: perl
23610            ! pod/perlvar.pod
23611 ____________________________________________________________________________
23612 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
23613         Log: Tweak the test to be happy if the accuracy is 'good enough'.
23614      Branch: perl
23615            ! t/lib/posix.t
23616 ____________________________________________________________________________
23617 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
23618         Log: Upgrade to Attribute::Handlers 0.70.
23619              
23620              NOTE: this unearthed the "too late for CHECK block" bug,
23621              that's why the 1_compile.t change.
23622      Branch: perl
23623            + lib/Attribute/Handlers/demo/Demo.pm
23624            + lib/Attribute/Handlers/demo/Descriptions.pm
23625            + lib/Attribute/Handlers/demo/MyClass.pm
23626            + lib/Attribute/Handlers/demo/demo.pl
23627            + lib/Attribute/Handlers/demo/demo2.pl
23628            + lib/Attribute/Handlers/demo/demo3.pl
23629            + lib/Attribute/Handlers/demo/demo4.pl
23630            + lib/Attribute/Handlers/demo/demo_call.pl
23631            + lib/Attribute/Handlers/demo/demo_chain.pl
23632            + lib/Attribute/Handlers/demo/demo_cycle.pl
23633            + lib/Attribute/Handlers/demo/demo_hashdir.pl
23634            + lib/Attribute/Handlers/demo/demo_phases.pl
23635            + lib/Attribute/Handlers/demo/demo_range.pl
23636            + lib/Attribute/Handlers/demo/demo_rawdata.pl
23637            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
23638            ! t/lib/attrhand.t
23639 ____________________________________________________________________________
23640 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
23641         Log: One less -Wall whine.
23642      Branch: perl
23643            ! regcomp.c
23644 ____________________________________________________________________________
23645 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
23646         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
23647      Branch: perl
23648           !> t/op/eval.t
23649 ____________________________________________________________________________
23650 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
23651         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
23652              aren't "normally" visible inside eval""s contained in subs unless
23653              a cloned reference to them already exists)
23654              
23655              strangely enough, t/harness didn't show this up as a failure
23656              (harness needs fixing?)
23657      Branch: maint-5.6/perl
23658            ! t/op/eval.t
23659 ____________________________________________________________________________
23660 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
23661         Log: Update to Text::Balanced 1.85.
23662      Branch: perl
23663            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
23664 ____________________________________________________________________________
23665 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
23666         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
23667              From: Nicholas Clark <nick@ccl4.org>
23668              Date: Sun, 3 Jun 2001 17:54:36 +0100
23669              Message-ID: <20010603175436.E76396@plum.flirble.org> 
23670      Branch: perl
23671            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
23672            ! ext/Sys/Syslog/Syslog.xs
23673 ____________________________________________________________________________
23674 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
23675         Log: Unused variables.
23676      Branch: perl
23677            ! util.c
23678 ____________________________________________________________________________
23679 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
23680         Log: Subject: [PATCH] APIfy op_clear 
23681              From: Simon Cozens <simon@netthink.co.uk>
23682              Date: Sun, 3 Jun 2001 13:51:46 +0100
23683              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
23684              
23685              (despite the subject line, op_null is APIfied by the patch)
23686      Branch: perl
23687            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23688 ____________________________________________________________________________
23689 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
23690         Log: Subject: [PATCH] t/lib/extutils.t
23691              From: Nicholas Clark <nick@ccl4.org>
23692              Date: Sat, 2 Jun 2001 23:57:05 +0100
23693              Message-ID: <20010602235705.Q12698@plum.flirble.org>
23694      Branch: perl
23695            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23696 ____________________________________________________________________________
23697 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
23698         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
23699              From: Prymmer/Kahn <pvhp@best.com>
23700              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
23701              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
23702      Branch: perl
23703            ! win32/Makefile win32/makefile.mk
23704 ____________________________________________________________________________
23705 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
23706         Log: Subject: Re: 'decimal digits' macro? 
23707              From: Hugo <hv@crypt.compulink.co.uk>
23708              Date: Sun, 03 Jun 2001 04:26:36 +0100
23709              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
23710      Branch: perl
23711            ! handy.h t/lib/posix.t t/op/tr.t
23712 ____________________________________________________________________________
23713 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
23714         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
23715              From: Hugo <hv@crypt.compulink.co.uk>
23716              Date: Sun, 03 Jun 2001 14:56:30 +0100
23717              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
23718      Branch: perl
23719            ! util.c
23720 ____________________________________________________________________________
23721 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
23722         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
23723      Branch: perl
23724           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
23725           !> vms/perly_c.vms
23726 ____________________________________________________________________________
23727 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
23728         Log: fix leakage of lexicals at file scope into subroutines that were
23729              declared before them; this appears to be a longstanding bug that
23730              meant that lexicals at file scope were never "deintroduced", meaning
23731              their scope range was never properly closed, and their visibility
23732              extended to all subsequent eval""s or requires
23733              
23734              added a test case
23735              
23736              seems to also fix a case of bogus duplicate warnings
23737      Branch: maint-5.6/perl
23738            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
23739            ! vms/perly_c.vms
23740 ____________________________________________________________________________
23741 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
23742         Log: More VMS tweaks from Craig A. Berry.
23743      Branch: perl
23744            ! configure.com t/lib/extutils.t
23745 ____________________________________________________________________________
23746 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
23747         Log: -Wall cleanup continues.
23748      Branch: perl
23749            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
23750            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
23751            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
23752            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
23753            ! run.c toke.c util.c
23754 ____________________________________________________________________________
23755 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
23756         Log: The metaconfig unit change for #10390.
23757      Branch: metaconfig/U/perl
23758            ! gccvers.U
23759 ____________________________________________________________________________
23760 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
23761         Log: Drop the -ansi from the default gcc flags.
23762              
23763              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
23764              that struct cannot be compared with a flat integer, such as STRLEN.
23765              The -ansi will also cause a lot of noise in Solaris because of:
23766              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
23767      Branch: perl
23768            ! Configure
23769 ____________________________________________________________________________
23770 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
23771         Log: Integrate perlio.
23772      Branch: perl
23773           !> pod/perlapi.pod util.c
23774 ____________________________________________________________________________
23775 [ 10388] By: nick                                  on 2001/06/02  08:01:12
23776         Log: Integrate mainline
23777      Branch: perlio
23778           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
23779           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
23780           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
23781           !> t/lib/1_compile.t t/lib/mimeqp.t
23782 ____________________________________________________________________________
23783 [ 10387] By: nick                                  on 2001/06/02  07:39:17
23784         Log: Tweak util.c's atof2 for MULTIPLICITY
23785      Branch: perlio
23786            ! util.c
23787 ____________________________________________________________________________
23788 [ 10386] By: nick                                  on 2001/06/02  07:38:33
23789         Log: Integrate mainline
23790      Branch: perlio
23791           !> (integrate 41 files)
23792 ____________________________________________________________________________
23793 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
23794         Log: Add Attribute::Handlers 0.61 from Damian Conway.
23795      Branch: perl
23796            + lib/Attribute/Handlers.pm t/lib/attrhand.t
23797            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
23798 ____________________________________________________________________________
23799 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
23800         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
23801              From: Peter Prymmer <pvhp@forte.com>
23802              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
23803              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
23804      Branch: perl
23805            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
23806 ____________________________________________________________________________
23807 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
23808         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
23809              From: Jeff Pinyan <jeffp@crusoe.net>
23810              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
23811              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
23812      Branch: perl
23813            ! lib/File/Find.pm
23814 ____________________________________________________________________________
23815 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
23816         Log: Subject: [PATCH perl@10381] configure.com tweaks
23817              From: "Craig A. Berry" <craigberry@mac.com>
23818              Date: Fri, 1 Jun 2001 13:55:43 -0500
23819              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
23820      Branch: perl
23821            ! configure.com
23822 ____________________________________________________________________________
23823 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
23824         Log: Update Changes.
23825      Branch: perl
23826            ! Changes patchlevel.h
23827 ____________________________________________________________________________
23828 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
23829         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
23830              From: Mike Guy <mjtg@cam.ac.uk>
23831              Date: Fri, 01 Jun 2001 18:17:02 +0100
23832              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
23833      Branch: perl
23834            ! lib/perl5db.pl
23835 ____________________________________________________________________________
23836 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
23837         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
23838              From: Hugo <hv@crypt.compulink.co.uk>
23839              Date: Thu, 31 May 2001 20:49:48 +0100
23840              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
23841      Branch: perl
23842            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
23843            ! util.c
23844 ____________________________________________________________________________
23845 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
23846         Log: Zero() is not available in x2p (or, rather, some of its
23847              implementations like memzero() might not be available.)
23848      Branch: perl
23849            ! x2p/hash.c
23850 ____________________________________________________________________________
23851 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
23852         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
23853              From: Michael G Schwern <schwern@pobox.com>
23854              Date: Fri, 1 Jun 2001 12:00:29 +0100
23855              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
23856              
23857              (But use Zero() instead of memset.)
23858      Branch: perl
23859            ! x2p/hash.c
23860 ____________________________________________________________________________
23861 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
23862         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
23863              From: Jeff Pinyan <jeffp@crusoe.net>
23864              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
23865              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
23866      Branch: perl
23867            ! pod/perldiag.pod regcomp.c t/op/pat.t
23868 ____________________________________________________________________________
23869 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
23870         Log: Retract #10324 and #10333; not needed.
23871      Branch: perl
23872            ! hints/irix_6.sh hints/linux.sh
23873 ____________________________________________________________________________
23874 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
23875         Log: The #10370 wasn't quite right.
23876      Branch: perl
23877            ! ext/XS/Typemap/Typemap.xs
23878 ____________________________________________________________________________
23879 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
23880         Log: The metaconfig units changes for #10372.
23881      Branch: metaconfig/U/perl
23882            + d_realpath.U d_sresgproto.U d_sresuproto.U
23883            ! gccvers.U i_db.U
23884 ____________________________________________________________________________
23885 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
23886         Log: Configure tweaks; record the Berkeley DB version,
23887              probe for realpath(), for setresuid() and setresgid()
23888              prototypes; use realpath() (try to be paranoid enough),
23889              use the setres[ug]id prototypes because glibc has the functions
23890              but not their prototypes; add -Wall -ansi to gcc ccflags;
23891              regen toc.
23892      Branch: perl
23893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23894            ! config_h.SH configure.com epoc/config.sh
23895            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
23896            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
23897            ! vos/config.ga.def win32/config.bc win32/config.gc
23898            ! win32/config.vc
23899 ____________________________________________________________________________
23900 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
23901         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
23902              From: Michael G Schwern <schwern@pobox.com>
23903              Date: Fri, 1 Jun 2001 11:28:14 +0100
23904              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
23905      Branch: perl
23906            ! lib/attributes.pm xsutils.c
23907 ____________________________________________________________________________
23908 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
23909         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
23910              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23911              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
23912              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
23913      Branch: perl
23914            ! ext/XS/Typemap/Typemap.xs
23915 ____________________________________________________________________________
23916 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
23917         Log: Subject: [patch] Cwd.xs optimizations/abstraction
23918              From: Doug MacEachern <dougm@covalent.net>
23919              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
23920              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
23921      Branch: perl
23922            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
23923            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
23924 ____________________________________________________________________________
23925 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
23926         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!])
23927              From: Nicholas Clark <nick@ccl4.org>
23928              Date: Thu, 31 May 2001 23:56:40 +0100
23929              Message-ID: <20010531235640.F12698@plum.flirble.org>
23930              
23931              Make the test work also under only static extensions
23932              (sh Configure -Uusedl fakes this nicely)
23933      Branch: perl
23934            ! t/lib/extutils.t
23935 ____________________________________________________________________________
23936 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
23937         Log: Subject: [PATCH hv.c] Eliminating trigraph
23938              From: Michael G Schwern <schwern@pobox.com>
23939              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
23940              Date: Fri, 1 Jun 2001 11:49:56 +0100
23941      Branch: perl
23942            ! hv.c
23943 ____________________________________________________________________________
23944 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
23945         Log: Subject: Re: [PATCH] Tests for File::Compare 
23946              From: "Philip Newton" <Philip.Newton@gmx.net>
23947              Date: Thu, 31 May 2001 19:44:05 +0200
23948              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
23949              
23950              Unnecessary "quotation marks".
23951      Branch: perl
23952            ! t/lib/filecomp.t
23953 ____________________________________________________________________________
23954 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
23955         Log: Integrate perlio.
23956      Branch: perl
23957           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
23958 ____________________________________________________________________________
23959 [ 10364] By: nick                                  on 2001/06/01  10:13:31
23960         Log: Cleanup dll.base and dll.exp created by GCC builds.
23961      Branch: perlio
23962            ! lib/ExtUtils/MM_Win32.pm
23963 ____________________________________________________________________________
23964 [ 10363] By: nick                                  on 2001/06/01  10:02:17
23965         Log: Make filecomp test work on CRLF platforms by adding binmode.
23966      Branch: perlio
23967            ! t/lib/filecomp.t
23968 ____________________________________________________________________________
23969 [ 10362] By: nick                                  on 2001/06/01  08:37:17
23970         Log: Integrate mainline
23971      Branch: perlio
23972           !> Changes Configure patchlevel.h perlio.c
23973 ____________________________________________________________________________
23974 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
23975         Log: panic:claustrophobia.
23976      Branch: perl
23977            ! perlio.c
23978 ____________________________________________________________________________
23979 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
23980         Log: Update Changes.
23981      Branch: perl
23982            ! Changes patchlevel.h
23983 ____________________________________________________________________________
23984 [ 10359] By: nick                                  on 2001/05/31  12:35:50
23985         Log: Integrate mainline.
23986      Branch: perlio
23987           +> t/lib/filecomp.t
23988           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
23989           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
23990 ____________________________________________________________________________
23991 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
23992         Log: Integrate perlio.
23993      Branch: perl
23994           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
23995           !> win32/config_H.vc
23996 ____________________________________________________________________________
23997 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
23998         Log: Metaconfig unit change for #10356.
23999      Branch: metaconfig
24000            ! U/installdirs/inc_version_list.U
24001 ____________________________________________________________________________
24002 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
24003         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
24004              (idea from Sarathy; implementation from Andy)
24005      Branch: perl
24006            ! Configure
24007 ____________________________________________________________________________
24008 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
24009         Log: More AUTHORS.
24010      Branch: perl
24011            ! AUTHORS
24012 ____________________________________________________________________________
24013 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
24014         Log: Subject: Re: [PATCH] Tests for File::Compare
24015              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
24016              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
24017              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
24018      Branch: perl
24019            + t/lib/filecomp.t
24020            ! MANIFEST t/lib/1_compile.t
24021 ____________________________________________________________________________
24022 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
24023         Log: Subject: [PATCH] DEBUG_* macro cleanups
24024              From: Abhijit Menon-Sen <ams@wiw.org>
24025              Date: Thu, 31 May 2001 12:16:22 +0530
24026              Message-ID: <20010531121622.B4829@lustre.linux.in>
24027              
24028              Subject: Re: [PATCH] DEBUG_* macro cleanups
24029              From: Abhijit Menon-Sen <ams@wiw.org>
24030              Date: Thu, 31 May 2001 13:57:01 +0530
24031              Message-ID: <20010531135701.A21775@lustre.linux.in>
24032              
24033              (The DEBUG_ definitions in perl.h changed to use the
24034              STMT_START and STMT_END.)
24035      Branch: perl
24036            ! perl.h pp_ctl.c sv.c toke.c
24037 ____________________________________________________________________________
24038 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
24039         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
24040              From: Abhijit Menon-Sen <ams@wiw.org>
24041              Date: Thu, 31 May 2001 08:27:55 +0530
24042              Message-ID: <20010531082755.A10018@lustre.linux.in>
24043      Branch: perl
24044            ! ext/Storable/Storable.xs gv.c perl.c
24045 ____________________________________________________________________________
24046 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
24047         Log: Subject: [PATCH] AUTHORS
24048              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24049              Date: Thu, 31 May 2001 01:27:59 -0500
24050              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
24051              
24052              Subject: Re: [PATCH] AUTHORS
24053              From: "Philip Newton" <Philip.Newton@gmx.net>
24054              Date: Thu, 31 May 2001 10:08:06 +0200
24055              (Message-Id missing?)
24056      Branch: perl
24057            ! AUTHORS
24058 ____________________________________________________________________________
24059 [ 10350] By: nick                                  on 2001/05/31  11:40:43
24060         Log: win32 - dmake regen_config_h
24061      Branch: perlio
24062            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24063 ____________________________________________________________________________
24064 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
24065         Log: Subject: Re: [PATCH util.c] More warning cleanups.
24066              From: "Philip Newton" <Philip.Newton@gmx.net>
24067              Date: Thu, 31 May 2001 07:41:36 +0200
24068              Message-Id: <200105310538.IAA25458@taku.hut.fi>
24069              
24070              Undo C++-ism that snekt in.
24071      Branch: perl
24072            ! util.c
24073 ____________________________________________________________________________
24074 [ 10348] By: nick                                  on 2001/05/31  11:36:46
24075         Log: Tolerate Win32 numerics
24076      Branch: perlio
24077            ! t/pragma/warn/toke
24078 ____________________________________________________________________________
24079 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
24080         Log: Integrate perlio.
24081      Branch: perl
24082           !> perlio.c win32/win32.h
24083 ____________________________________________________________________________
24084 [ 10346] By: nick                                  on 2001/05/31  10:54:55
24085         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
24086              perlio.c change 10255.
24087      Branch: perlio
24088            ! perlio.c
24089 ____________________________________________________________________________
24090 [ 10345] By: nick                                  on 2001/05/31  10:01:57
24091         Log: Conditionaly put back some "unused" dTHX which are used
24092              with PERL_IMPLICIT_SYS
24093      Branch: perlio
24094            ! perlio.c
24095 ____________________________________________________________________________
24096 [ 10344] By: nick                                  on 2001/05/31  10:00:59
24097         Log: Fix Win32 for new spelling IN_BYTES 
24098      Branch: perlio
24099            ! win32/win32.h
24100 ____________________________________________________________________________
24101 [ 10343] By: nick                                  on 2001/05/31  08:01:32
24102         Log: perlio.c -Wall cleaner under MULTIPLICITY
24103              - still minor noise with linux stdio
24104      Branch: perlio
24105            ! perlio.c
24106 ____________________________________________________________________________
24107 [ 10342] By: nick                                  on 2001/05/31  07:52:23
24108         Log: Integrate mainline.
24109      Branch: perlio
24110           !> (integrate 42 files)
24111 ____________________________________________________________________________
24112 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
24113         Log: AUTHORS updates.
24114      Branch: perl
24115            ! AUTHORS
24116 ____________________________________________________________________________
24117 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
24118         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
24119              From: Peter Prymmer <pvhp@forte.com>
24120              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
24121              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
24122      Branch: perl
24123            ! t/lib/md5-file.t
24124 ____________________________________________________________________________
24125 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
24126         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
24127              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
24128              to match the pragma name; various robustness cleanups.
24129      Branch: perl
24130            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
24131            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
24132 ____________________________________________________________________________
24133 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
24134         Log: More -Wall sweeping.
24135      Branch: perl
24136            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
24137            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
24138            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
24139            ! regcomp.c sv.c toke.c utf8.c
24140 ____________________________________________________________________________
24141 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
24142         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
24143              From: Nicholas Clark <nick@ccl4.org>
24144              Date: Wed, 30 May 2001 22:34:41 +0100
24145              Message-ID: <20010530223441.Y86445@plum.flirble.org>
24146      Branch: perl
24147            ! t/op/cmp.t
24148 ____________________________________________________________________________
24149 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
24150         Log: It's is not, it isn't ain't, and it's it's, not its,
24151              if you mean it is. If you don't, it's its. Then too,
24152              it's hers. It isn't her's. It isn't our's either.
24153              It's ours, and likewise yours and theirs.
24154              -- Oxford University Press, Edpress News
24155      Branch: perl
24156            ! lib/autouse.pm
24157 ____________________________________________________________________________
24158 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
24159         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
24160      Branch: perl
24161            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
24162            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
24163            ! x2p/str.c x2p/walk.c xsutils.c
24164 ____________________________________________________________________________
24165 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
24166         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
24167              From: Michael G Schwern <schwern@pobox.com>
24168              Date: Wed, 30 May 2001 17:10:38 +0100
24169              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
24170              
24171              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
24172              From: Abhijit Menon-Sen <ams@wiw.org>
24173              Date: Wed, 30 May 2001 23:16:13 +0530
24174              Message-ID: <20010530231613.A31933@lustre.linux.in>
24175      Branch: perl
24176            ! perl.c t/run/runenv.t
24177 ____________________________________________________________________________
24178 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
24179         Log: (Retracted by #10375.)
24180              
24181              IRIX hints patch from Merijn Broeren.
24182              
24183              TODO: (this and the earlier Linux hints patch) should be solved
24184              at Configure level.  Merijn: -ldb should not be used on any platform
24185              for perl, just when linking DBFile itself. Trying to be helpful here
24186              is counterproductive.
24187      Branch: perl
24188            ! hints/irix_6.sh
24189 ____________________________________________________________________________
24190 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
24191         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
24192              From: Nicholas Clark <nick@ccl4.org>
24193              Date: Wed, 30 May 2001 23:20:58 +0100
24194              Message-ID: <20010530232058.B86445@plum.flirble.org>
24195      Branch: perl
24196            ! doop.c
24197 ____________________________________________________________________________
24198 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
24199         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
24200              From: Michael G Schwern <schwern@pobox.com> 
24201              Date: Wed, 30 May 2001 15:24:20 +0100
24202              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
24203      Branch: perl
24204            ! t/pragma/autouse.t
24205 ____________________________________________________________________________
24206 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
24207         Log: The regex trick wasn't a good idea.
24208      Branch: perl
24209            ! pod/perlfaq4.pod
24210 ____________________________________________________________________________
24211 [ 10329] By: nick                                  on 2001/05/30  18:34:35
24212         Log: Integrate mainline
24213      Branch: perlio
24214           !> (integrate 40 files)
24215 ____________________________________________________________________________
24216 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
24217         Log: Update Changes.
24218      Branch: perl
24219            ! Changes patchlevel.h
24220 ____________________________________________________________________________
24221 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
24222         Log: The metaconfig unit change for #10325.
24223      Branch: metaconfig
24224            + U/modified/afs.U
24225 ____________________________________________________________________________
24226 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
24227         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
24228              is now wrong.
24229      Branch: perl
24230            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
24231 ____________________________________________________________________________
24232 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
24233         Log: Introduce $Config{afsroot}.
24234      Branch: perl
24235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24236            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
24237            ! win32/config.gc win32/config.vc
24238 ____________________________________________________________________________
24239 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
24240         Log: (Retracted by #10375.)
24241              
24242              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
24243      Branch: perl
24244            ! hints/linux.sh
24245 ____________________________________________________________________________
24246 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
24247         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
24248              (Also Configure tweaks needed; coming up soon.)
24249      Branch: perl
24250            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
24251 ____________________________________________________________________________
24252 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
24253         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
24254              From: Michael G Schwern <schwern@pobox.com>
24255              Date: Sun, 27 May 2001 10:29:43 +0100
24256              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
24257      Branch: perl
24258            ! lib/perl5db.pl
24259 ____________________________________________________________________________
24260 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
24261         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
24262              and Abhijit Menon-Sen.
24263      Branch: perl
24264            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
24265            ! perl.c pp_sys.c regcomp.c
24266 ____________________________________________________________________________
24267 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
24268         Log: Fix the BOOT section to call myU2time properly.
24269      Branch: perl
24270            ! ext/Time/HiRes/HiRes.xs
24271 ____________________________________________________________________________
24272 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
24273         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
24274              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
24275              Date: Wed, 30 May 2001 09:44:29 -0400
24276              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
24277              
24278              Detypo; plus add one more trick.
24279      Branch: perl
24280            ! pod/perlfaq4.pod
24281 ____________________________________________________________________________
24282 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
24283         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)
24284              From: Michael G Schwern <schwern@pobox.com>
24285              Date: Wed, 30 May 2001 14:39:06 +0100
24286              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
24287      Branch: perl
24288            ! lib/autouse.pm t/pragma/autouse.t
24289 ____________________________________________________________________________
24290 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
24291         Log: Subject: Re: AIX and gcc (moving targets)
24292              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24293              Date: Wed, 30 May 2001 15:25:08 +0200
24294              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
24295      Branch: perl
24296            ! ext/Time/HiRes/HiRes.xs
24297 ____________________________________________________________________________
24298 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
24299         Log: Subject: [PATCH t/TEST] sorting tests
24300              From: Michael G Schwern <schwern@pobox.com>
24301              Date: Wed, 30 May 2001 10:24:02 +0100
24302              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
24303      Branch: perl
24304            ! t/TEST
24305 ____________________________________________________________________________
24306 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
24307         Log: Subject: [ID 20010529.002] typos in man page perlre
24308              From: bart@cg681574-a.adubn1.nj.home.com 
24309              Date: Tue, 29 May 2001 13:58:59 -0500
24310              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
24311      Branch: perl
24312            ! pod/perlre.pod
24313 ____________________________________________________________________________
24314 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
24315         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
24316              From: "Craig A. Berry" <craigberry@mac.com>
24317              Date: Tue, 29 May 2001 23:23:45 -0500
24318              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
24319      Branch: perl
24320            ! t/lib/extutils.t t/pragma/autouse.t
24321 ____________________________________________________________________________
24322 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
24323         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)
24324              From: David Dyck <dcd@tc.fluke.com>
24325              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
24326              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
24327      Branch: perl
24328            ! t/lib/filefind.t
24329 ____________________________________________________________________________
24330 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
24331         Log: AIX hints update for gcc from Merijn H. Brand.
24332      Branch: perl
24333            ! hints/aix.sh
24334 ____________________________________________________________________________
24335 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
24336         Log: Retract #10295 and #10296: a more generic solution
24337              is needed (there's something funny with gcc on AIX).
24338      Branch: perl
24339            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
24340 ____________________________________________________________________________
24341 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
24342         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
24343              From: Hugo <hv@crypt.compulink.co.uk>
24344              Date: Wed, 30 May 2001 11:59:19 +0100
24345              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
24346              
24347              localizing $@ has unfortunate semantics - if you die past
24348              a local $@, the die message is lost.
24349      Branch: perl
24350            ! lib/utf8_heavy.pl
24351 ____________________________________________________________________________
24352 [ 10309] By: nick                                  on 2001/05/30  08:23:02
24353         Log: Integrate mainline (autouse works again.)
24354      Branch: perlio
24355           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
24356           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
24357           !> pod/perlvar.pod t/op/cmp.t
24358 ____________________________________________________________________________
24359 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
24360         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
24361              From: David Dyck <dcd@tc.fluke.com>
24362              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
24363              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
24364      Branch: perl
24365            ! lib/File/Find.pm
24366 ____________________________________________________________________________
24367 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
24368         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
24369              From: Nicholas Clark <nick@ccl4.org>
24370              Date: Tue, 29 May 2001 23:16:09 +0100
24371              Message-ID: <20010529231609.U86445@plum.flirble.org>
24372              
24373              Make the test output slightly clearer by distinguishing
24374              between '' and undef.
24375      Branch: perl
24376            ! t/op/cmp.t
24377 ____________________________________________________________________________
24378 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
24379         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
24380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24381              Date: Tue, 29 May 2001 19:15:19 -0400
24382              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
24383      Branch: perl
24384            ! hints/os2.sh
24385 ____________________________________________________________________________
24386 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
24387         Log: Subject: perlvar.pod addition
24388              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
24389              Date: Fri, 25 May 2001 20:23:12 +0200
24390              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
24391              
24392              Subject: Re: perlvar.pod addition
24393              From: "Abigail" <abigail@foad.org> 
24394              Date: Fri, 25 May 2001 22:00:39 +0200
24395              Message-ID: <20010525200039.28029.qmail@foad.org>
24396              
24397              Mention $a and $b in perlvar.
24398      Branch: perl
24399            ! pod/perlvar.pod
24400 ____________________________________________________________________________
24401 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
24402         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
24403              From: Jeff Pinyan <jeffp@crusoe.net>
24404              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
24405              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
24406      Branch: perl
24407            ! pod/perlvar.pod
24408 ____________________________________________________________________________
24409 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
24410         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
24411              From: Jeff Pinyan <jeffp@crusoe.net>
24412              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
24413              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
24414      Branch: perl
24415            ! pod/perlfaq6.pod
24416 ____________________________________________________________________________
24417 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
24418         Log: Mention Time::localtime and Time::gmtime.
24419      Branch: perl
24420            ! ext/Time/Piece/Piece.pm
24421 ____________________________________________________________________________
24422 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
24423         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
24424              From: Michael G Schwern <schwern@pobox.com>
24425              Date: Tue, 29 May 2001 18:51:32 +0100
24426              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
24427      Branch: perl
24428            ! pod/perlfaq4.pod
24429 ____________________________________________________________________________
24430 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
24431         Log: Retract #10243.
24432      Branch: perl
24433            ! lib/autouse.pm
24434 ____________________________________________________________________________
24435 [ 10299] By: nick                                  on 2001/05/29  18:41:19
24436         Log: Post weekend integrate mainline (fails one test pragma/autouse).
24437      Branch: perlio
24438           +> (branch 29 files)
24439           !> (integrate 91 files)
24440 ____________________________________________________________________________
24441 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
24442         Log: Update Changes.
24443      Branch: perl
24444            ! Changes patchlevel.h
24445 ____________________________________________________________________________
24446 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
24447         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
24448              before Perl_load_module/Perl_call_method and restore the value
24449              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
24450      Branch: perl
24451            ! utf8.c
24452 ____________________________________________________________________________
24453 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
24454         Log: Subject: Re: AIX and gcc (moving targets)
24455              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24456              Date: Tue, 29 May 2001 17:59:40 +0200
24457              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
24458      Branch: perl
24459            ! ext/Storable/Makefile.PL
24460 ____________________________________________________________________________
24461 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
24462         Log: Subject: Re: AIX and gcc (moving targets)
24463              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24464              Date: Tue, 29 May 2001 12:32:57 +0200
24465              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
24466      Branch: perl
24467            ! ext/POSIX/Makefile.PL
24468 ____________________________________________________________________________
24469 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
24470         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
24471              From: Michael G Schwern <schwern@pobox.com>
24472              Date: Tue, 29 May 2001 09:53:29 +0100
24473              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
24474              
24475              (#10280 retracted)
24476      Branch: perl
24477            ! lib/Test/Harness.pm t/lib/test-harness.t
24478 ____________________________________________________________________________
24479 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
24480         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
24481              From: Michael G Schwern <schwern@pobox.com>
24482              Date: Tue, 29 May 2001 09:19:52 +0100
24483              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
24484      Branch: perl
24485            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
24486            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
24487            + t/lib/Test/todo.t
24488            ! MANIFEST lib/Test.pm t/TEST
24489 ____________________________________________________________________________
24490 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
24491         Log: From: Michael G Schwern <schwern@pobox.com>
24492              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
24493              Date: Tue, 29 May 2001 08:26:09 +0100
24494              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
24495      Branch: perl
24496            ! t/TEST
24497 ____________________________________________________________________________
24498 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
24499         Log: Add tests for Time::gmtime and Time::localtime.
24500      Branch: perl
24501            + t/lib/time-gmtime.t t/lib/time-localtime.t
24502            ! MANIFEST t/lib/1_compile.t
24503 ____________________________________________________________________________
24504 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
24505         Log: Add test for File::stat.
24506      Branch: perl
24507            + t/lib/filestat.t
24508            ! MANIFEST t/lib/1_compile.t
24509 ____________________________________________________________________________
24510 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
24511         Log: Add test for Net::servent.
24512      Branch: perl
24513            + t/lib/net-sent.t
24514            ! MANIFEST t/lib/1_compile.t
24515 ____________________________________________________________________________
24516 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
24517         Log: Add test for Net::protoent.
24518      Branch: perl
24519            + t/lib/net-pent.t
24520            ! MANIFEST t/lib/1_compile.t
24521 ____________________________________________________________________________
24522 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
24523         Log: Add test for Net::netent.
24524      Branch: perl
24525            + t/lib/net-nent.t
24526            ! MANIFEST t/lib/1_compile.t
24527 ____________________________________________________________________________
24528 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
24529         Log: Add test for User::grent.  Portability doubtful.
24530      Branch: perl
24531            + t/lib/user-grent.t
24532            ! MANIFEST t/lib/1_compile.t
24533 ____________________________________________________________________________
24534 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
24535         Log: Add test for User::pwent.
24536              Probably will fall down somewhere for portability reasons.
24537      Branch: perl
24538            + t/lib/user-pwent.t
24539            ! MANIFEST t/lib/1_compile.t
24540 ____________________________________________________________________________
24541 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
24542         Log: Metaconfig units changes for #10283.
24543      Branch: metaconfig
24544            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
24545            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
24546            ! U/installdirs/sitescript.U U/modified/Signal.U
24547 ____________________________________________________________________________
24548 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
24549         Log: Subject: [PATCH 5.6.1] signal names in Configure
24550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24551              Date: Tue, 29 May 2001 03:52:25 -0400
24552              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
24553              
24554              Subject: [PATCH 5.6.1] older perl in Configure
24555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24556              Date: Tue, 29 May 2001 03:55:40 -0400
24557              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
24558              
24559              Subject: [PATCH 5.6.1] goofs in Configure
24560              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24561              Date: Tue, 29 May 2001 04:13:07 -0400
24562              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
24563              
24564              Configure portability tweaks.
24565      Branch: perl
24566            ! Configure
24567 ____________________________________________________________________________
24568 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
24569         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
24570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24571              Date: Tue, 29 May 2001 04:07:06 -0400
24572              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
24573      Branch: perl
24574            ! os2/os2.c
24575 ____________________________________________________________________________
24576 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
24577         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
24578              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24579              Date: Tue, 29 May 2001 04:01:38 -0400
24580              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
24581      Branch: perl
24582            ! hints/os2.sh os2/Makefile.SHs
24583 ____________________________________________________________________________
24584 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
24585         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
24586              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24587              Date: Tue, 29 May 2001 03:50:18 -0400
24588              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
24589      Branch: perl
24590            ! lib/Test/Harness.pm
24591 ____________________________________________________________________________
24592 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
24593         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
24594      Branch: perl
24595            ! lib/utf8_heavy.pl
24596 ____________________________________________________________________________
24597 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
24598         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
24599              From: Hugo <hv@crypt.compulink.co.uk>
24600              Date: Tue, 29 May 2001 03:03:45 +0100
24601              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
24602              
24603              Explanation why the $@ always gets the UTF8 flag when under use utf8--
24604              because we told it to have the flag when under use utf8.
24605      Branch: perl
24606            ! pp_ctl.c
24607 ____________________________________________________________________________
24608 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
24609         Log: At least a partial fix for 20010528.004.
24610      Branch: perl
24611            ! lib/utf8_heavy.pl
24612 ____________________________________________________________________________
24613 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
24614         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
24615              From: Nicholas Clark <nick@ccl4.org> 
24616              Date: Mon, 28 May 2001 23:39:38 +0100
24617              Message-ID: <20010528233938.M86445@plum.flirble.org>
24618              
24619              More portable non-zero UV.
24620      Branch: perl
24621            ! t/lib/extutils.t
24622 ____________________________________________________________________________
24623 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
24624         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
24625              From: Nicholas Clark <nick@ccl4.org>
24626              Date: Mon, 28 May 2001 22:46:09 +0100
24627              Message-ID: <20010528224608.L86445@plum.flirble.org>
24628              
24629              Test also "make clean".
24630      Branch: perl
24631            ! t/lib/extutils.t
24632 ____________________________________________________________________________
24633 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
24634         Log: Subject: Re: Would -Wno-unused -Wall be better?
24635              From: Michael G Schwern <schwern@pobox.com>
24636              Date: Tue, 29 May 2001 00:55:54 +0100
24637              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
24638      Branch: perl
24639            ! pp.h
24640 ____________________________________________________________________________
24641 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
24642         Log: Add a test for 20010528.007, fixed in #10272.
24643      Branch: perl
24644            ! t/op/misc.t toke.c
24645 ____________________________________________________________________________
24646 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
24647         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
24648              From: Hugo <hv@crypt.compulink.co.uk>
24649              Date: Tue, 29 May 2001 00:23:23 +0100
24650              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
24651      Branch: perl
24652            ! toke.c
24653 ____________________________________________________________________________
24654 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
24655         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
24656              From: Michael G Schwern <schwern@pobox.com>
24657              Date: Tue, 29 May 2001 00:42:59 +0100
24658              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
24659      Branch: perl
24660            ! t/pragma/autouse.t
24661 ____________________________________________________________________________
24662 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
24663         Log: Some shells seemingly arrange the signal handlers differently
24664              (bug id 20010521.004).
24665      Branch: perl
24666            ! t/lib/sigaction.t
24667 ____________________________________________________________________________
24668 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
24669         Log: Regen perlmodlib.
24670      Branch: perl
24671            ! pod/perlmodlib.pod
24672 ____________________________________________________________________________
24673 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
24674         Log: Update Changes.
24675      Branch: perl
24676            ! Changes patchlevel.h
24677 ____________________________________________________________________________
24678 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
24679         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
24680              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24681              Date: Mon, 28 May 2001 14:56:35 -0500
24682              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
24683      Branch: perl
24684            ! pod/perlnewmod.pod
24685 ____________________________________________________________________________
24686 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
24687         Log: Regen toc.
24688      Branch: perl
24689            ! pod/perltoc.pod
24690 ____________________________________________________________________________
24691 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
24692         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
24693              From: "Richard Soderberg" <rs@crystalflame.net>
24694              Date: Mon, 28 May 2001 12:31:23 -0700
24695              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
24696      Branch: perl
24697            ! t/op/splice.t
24698 ____________________________________________________________________________
24699 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
24700         Log: The #10260 was too bold: locales and utf8 still do not mix.
24701      Branch: perl
24702            ! t/pragma/locale.t
24703 ____________________________________________________________________________
24704 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
24705         Log: Subject: [PATCH] Pod nitpicks
24706              From: "Richard Soderberg" <rs@crystalflame.net>
24707              Date: Mon, 28 May 2001 10:08:58 -0700
24708              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
24709      Branch: perl
24710            ! pod/perl571delta.pod pod/perlapi.pod sv.h
24711 ____________________________________________________________________________
24712 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
24713         Log: Upgrade to I18N::LangTags 0.22.
24714      Branch: perl
24715            + lib/I18N/LangTags/List.pod
24716            ! MANIFEST lib/I18N/LangTags.pm
24717 ____________________________________________________________________________
24718 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
24719         Log: A slightly more serious bug found by -Mutf8; op/misc and
24720              lib/complex dumped core.
24721      Branch: perl
24722            ! regexec.c
24723 ____________________________________________________________________________
24724 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
24725         Log: Various buglets shaken out by -Mutf8.
24726      Branch: perl
24727            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
24728            ! t/pragma/locale.t
24729 ____________________________________________________________________________
24730 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
24731         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
24732      Branch: perl
24733            ! t/lib/carp.t
24734 ____________________________________________________________________________
24735 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
24736         Log: Subject: [PATCH] todo patch
24737              From: Artur Bergman <artur@contiller.se> 
24738              Date: Mon, 28 May 2001 17:03:51 +0200
24739              Message-ID: <B7383577.F34%artur@contiller.se>
24740      Branch: perl
24741            ! pod/perltodo.pod
24742 ____________________________________________________________________________
24743 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
24744         Log: Subject: typo in perlguts.pod
24745              From: "John P. Linderman" <jpl@research.att.com>
24746              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
24747              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
24748      Branch: perl
24749            ! pod/perlguts.pod
24750 ____________________________________________________________________________
24751 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
24752         Log: Subject: AIX and gcc (moving targets)
24753              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24754              Date: Mon, 28 May 2001 12:54:04 +0200
24755              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
24756      Branch: perl
24757            ! hints/aix.sh
24758 ____________________________________________________________________________
24759 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
24760         Log: Subject: Re: perlio + multiple perl_alloc..destruct
24761              From: Doug MacEachern <dougm@covalent.net>
24762              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
24763              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
24764      Branch: perl
24765            ! perlio.c
24766 ____________________________________________________________________________
24767 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
24768         Log: The #10251 wasn't quite up-to-the-code.
24769      Branch: perl
24770            ! t/op/misc.t
24771 ____________________________________________________________________________
24772 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
24773         Log: Test case for bug 20010526.004, fixed in #10252.
24774      Branch: perl
24775            ! t/op/taint.t
24776 ____________________________________________________________________________
24777 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
24778         Log: Subject: Re: [ID 20010526.004] Taint looses value
24779              From: Hugo <hv@crypt.compulink.co.uk>
24780              Date: Sun, 27 May 2001 20:39:32 +0100
24781              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
24782      Branch: perl
24783            ! sv.c
24784 ____________________________________________________________________________
24785 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
24786         Log: Test case for 20010422.005, fixed by #10250.
24787      Branch: perl
24788            ! t/op/misc.t
24789 ____________________________________________________________________________
24790 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
24791         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
24792              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24793              Date: Mon, 28 May 2001 06:39:12 -0400
24794              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
24795      Branch: perl
24796            ! toke.c
24797 ____________________________________________________________________________
24798 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
24799         Log: Linerewrapping.
24800      Branch: perl
24801            ! lib/open.pm
24802 ____________________________________________________________________________
24803 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
24804         Log: Updates on the modules list.
24805      Branch: perl
24806            ! t/lib/1_compile.t
24807 ____________________________________________________________________________
24808 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
24809         Log: Add a test for PerlIO.
24810              
24811              (I probably got the crlf/raw thing wrong for clrfy platforms...)
24812      Branch: perl
24813            + t/lib/perlio.t
24814            ! MANIFEST lib/PerlIO.pm
24815 ____________________________________________________________________________
24816 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
24817         Log: Add a test for carp et alia.
24818      Branch: perl
24819            + t/lib/carp.t
24820            ! MANIFEST
24821 ____________________________________________________________________________
24822 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
24823         Log: Adding the new test would be swell.
24824      Branch: perl
24825            + t/pragma/autouse.t
24826 ____________________________________________________________________________
24827 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
24828         Log: Add a test for the autouse pragma.
24829      Branch: perl
24830            ! MANIFEST
24831 ____________________________________________________________________________
24832 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
24833         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
24834              From: dLux <dlux@spam.sch.bme.hu>
24835              Date: Sun, 27 May 2001 16:14:26 +0200
24836              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
24837      Branch: perl
24838            ! lib/autouse.pm
24839 ____________________________________________________________________________
24840 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
24841         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
24842              From: "Richard Soderberg" <rs@crystalflame.net>
24843              Date: Mon, 28 May 2001 03:56:36 -0700
24844              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
24845      Branch: perl
24846            ! utils/dprofpp.PL
24847 ____________________________________________________________________________
24848 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
24849         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
24850              From: "Stephen P. Potter" <spp@spotter.yi.org>
24851              Date: Tue, 22 May 2001 11:40:25 -0400
24852              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
24853              
24854              Subject: Re: [ID 20010522.003] Time::Local module bug
24855              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
24856              Date: Tue, 22 May 2001 11:50:19 -0400
24857              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
24858      Branch: perl
24859            ! lib/Time/Local.pm
24860 ____________________________________________________________________________
24861 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
24862         Log: The PERL_DL_NONLAZY can have whitespace in front.
24863      Branch: perl
24864            ! t/lib/extutils.t
24865 ____________________________________________________________________________
24866 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
24867         Log: Document strftime() and strptime().
24868      Branch: perl
24869            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
24870 ____________________________________________________________________________
24871 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
24872         Log: Make Time::Piece::strptime() to be a function, not a method.
24873      Branch: perl
24874            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
24875 ____________________________________________________________________________
24876 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
24877         Log: Tweak the test to be more portable.
24878      Branch: perl
24879            ! t/lib/extutils.t
24880 ____________________________________________________________________________
24881 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
24882         Log: Subject: PATCH: Re: Re: Attributes that tie
24883              From: Leon Brocard <acme@astray.com>
24884              Date: Sun, 27 May 2001 12:37:29 +0100
24885              Message-ID: <20010527123729.A22663@ns0.astray.com>
24886              
24887              Document that variable attributes are not currently usable
24888              for tieing.  (An ugly limitation that should be fixed.)
24889      Branch: perl
24890            ! lib/attributes.pm
24891 ____________________________________________________________________________
24892 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
24893         Log: Microperl tweaks.
24894      Branch: perl
24895            ! Makefile.micro uconfig.h uconfig.sh
24896 ____________________________________________________________________________
24897 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
24898         Log: Add make target for microperl (kind of silly, but convenient).
24899      Branch: perl
24900            ! Makefile.SH
24901 ____________________________________________________________________________
24902 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
24903         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
24904              for microperl.)
24905      Branch: perl
24906            ! doio.c
24907 ____________________________________________________________________________
24908 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
24909         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
24910              From: rspier@pobox.com (Robert Spier)
24911              Date: Sat, 26 May 2001 20:05:23 -0400
24912              Message-ID: <15120.17603.148648.12430@rls.cx>
24913              
24914              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
24915              From: rspier@pobox.com (Robert Spier)
24916              Date: Sun, 27 May 2001 00:23:12 -0400
24917              Message-ID: <15120.33072.511966.767230@rls.cx>
24918      Branch: perl
24919            ! doio.c pod/perlfunc.pod
24920 ____________________________________________________________________________
24921 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
24922         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
24923      Branch: perl
24924            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24925 ____________________________________________________________________________
24926 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
24927         Log: Add README.tru64.
24928      Branch: perl
24929            + README.tru64
24930 ____________________________________________________________________________
24931 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
24932         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
24933      Branch: perl
24934            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24935            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
24936            ! MANIFEST
24937 ____________________________________________________________________________
24938 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
24939         Log: Integrate I18N::LangTags from Sean Burke.
24940              
24941              TODO: the language list from RFC 3066 needs to be integrated
24942              and made available somehow.  The list is included in the
24943              I18N-LangTags 0.21 distribution, but it is undocumented
24944              and unconnected to the module.
24945      Branch: perl
24946            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
24947            ! MANIFEST
24948 ____________________________________________________________________________
24949 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
24950         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
24951              envisioned by Sarathy.
24952      Branch: perl
24953            ! t/op/ver.t toke.c
24954 ____________________________________________________________________________
24955 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
24956         Log: Subject: [ID 20010525.001] Pod typo nits fixed
24957              From: lvirden@cas.org
24958              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
24959              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
24960              
24961              minus the perlsolaris decimation plus the
24962              
24963              Subject: Re: [ID 20010525.001] Pod typo nits fixed
24964              From: "Philip Newton" <Philip.Newton@gmx.net>
24965              Date: Fri, 25 May 2001 18:05:55 +0200
24966              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
24967      Branch: perl
24968            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
24969            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
24970            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
24971            ! pod/perlutil.pod pod/perlxstut.pod
24972 ____________________________________________________________________________
24973 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
24974         Log: return clauses are nice.
24975      Branch: perl
24976            ! sv.c
24977 ____________________________________________________________________________
24978 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
24979         Log: Subject: change 10199 backwards?
24980              From: Doug MacEachern <dougm@covalent.net>
24981              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
24982              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
24983      Branch: perl
24984            ! sv.c
24985 ____________________________________________________________________________
24986 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
24987         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
24988              From: Hugo <hv@crypt.compulink.co.uk>
24989              Date: Sat, 26 May 2001 17:05:12 +0100
24990              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
24991      Branch: perl
24992            + t/op/gmagic.t
24993            ! MANIFEST doop.c embed.h embed.pl global.sym
24994            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
24995            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
24996 ____________________________________________________________________________
24997 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
24998         Log: Regen headers for #10221.
24999      Branch: perl
25000            ! global.sym objXSUB.h perlapi.c
25001 ____________________________________________________________________________
25002 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
25003         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
25004              From: Juha Laiho <juha.laiho@Elma.Net>
25005              Date: Thu, 3 May 2001 09:51:30 +0300
25006              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
25007      Branch: perl
25008            ! embed.pl
25009 ____________________________________________________________________________
25010 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
25011         Log: Subject: Re: [PATCH] Re: stability of sort()?
25012              From: "John P. Linderman" <jpl@research.att.com>
25013              Date: Sat, 26 May 2001 13:27:19 -0400
25014              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
25015      Branch: perl
25016            ! pod/perlfunc.pod
25017 ____________________________________________________________________________
25018 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
25019         Log: Integrate perlio.
25020      Branch: perl
25021           !> pod/perlguts.pod
25022 ____________________________________________________________________________
25023 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
25024         Log: Subject: [PATCH perl@10210] PerlIO for VMS
25025              From: "Craig A. Berry" <craigberry@mac.com>
25026              Date: Sat, 26 May 2001 09:34:11 -0500
25027              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
25028      Branch: perl
25029            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
25030            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
25031            ! vms/vmsish.h
25032 ____________________________________________________________________________
25033 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
25034         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
25035              From: David Dyck <dcd@tc.fluke.com>
25036              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
25037              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
25038      Branch: perl
25039            ! lib/perl5db.pl
25040 ____________________________________________________________________________
25041 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
25042         Log: Subject: utf8 regexp tests
25043              From: Hugo <hv@crypt.compulink.co.uk>
25044              Date: Fri, 25 May 2001 22:35:01 +0100
25045              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
25046      Branch: perl
25047            ! t/op/regexp.t
25048 ____________________________________________________________________________
25049 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
25050         Log: Subject: [PATCH] Re: stability of sort()?
25051              From: Nicholas Clark <nick@ccl4.org>
25052              Date: Fri, 25 May 2001 22:40:19 +0100
25053              Message-ID: <20010525224019.B86445@plum.flirble.org>
25054      Branch: perl
25055            ! pod/perlfunc.pod
25056 ____________________________________________________________________________
25057 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
25058         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
25059              From: John Peacock <jpeacock@rowman.com>
25060              Date: Thu, 24 May 2001 22:14:01 -0400
25061              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
25062      Branch: perl
25063            ! mg.c scope.c sv.c
25064 ____________________________________________________________________________
25065 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
25066         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
25067              From: Nicholas Clark <nick@ccl4.org>
25068              Date: Sun, 20 May 2001 19:24:13 +0100
25069              Message-ID: <20010520192413.G83222@plum.flirble.org>
25070      Branch: perl
25071            + lib/ExtUtils/Constant.pm t/lib/extutils.t
25072            ! MANIFEST utils/h2xs.PL
25073 ____________________________________________________________________________
25074 [ 10212] By: nick                                  on 2001/05/26  09:49:28
25075         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
25076              add a few more notes there on use of mortals on the stack.
25077      Branch: perlio
25078            ! pod/perlguts.pod
25079 ____________________________________________________________________________
25080 [ 10211] By: nick                                  on 2001/05/26  09:05:36
25081         Log: Integrate mainline
25082      Branch: perlio
25083           +> t/lib/fcntl.t t/pragma/vars.t
25084           !> (integrate 49 files)
25085 ____________________________________________________________________________
25086 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
25087         Log: Update Changes.
25088      Branch: perl
25089            ! Changes patchlevel.h
25090 ____________________________________________________________________________
25091 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
25092         Log: Based on
25093              
25094              Subject: [PATCH pp.c] Wrapping pack("C",256)
25095              From: Simon Cozens <simon@netthink.co.uk>
25096              Date: Sat, 12 May 2001 17:58:41 +0100
25097              Message-ID: <20010512175841.A6132@netthink.co.uk>
25098      Branch: perl
25099            ! pod/perldiag.pod pp.c t/pragma/warn/pp
25100 ____________________________________________________________________________
25101 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
25102         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
25103              From: "Brendan O'Dea" <bod@compusol.com.au>
25104              Date: Fri, 25 May 2001 11:18:29 +1000
25105              Message-ID: <20010525111829.A28411@compusol.com.au>
25106              
25107              (Slightly modified.)
25108      Branch: perl
25109            ! lib/Term/Cap.pm
25110 ____________________________________________________________________________
25111 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
25112         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
25113              From: Hugo <hv@crypt.compulink.co.uk>
25114              Date: Fri, 25 May 2001 02:13:25 +0100
25115              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
25116      Branch: perl
25117            ! t/op/misc.t
25118 ____________________________________________________________________________
25119 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
25120         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
25121              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
25122              Date: Fri, 25 May 2001 10:25:36 +0900
25123              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
25124      Branch: perl
25125            ! regcomp.c regexec.c
25126 ____________________________________________________________________________
25127 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
25128         Log: Subject: [PATCH #2] stash autovivification and method call error messages
25129              From: Ilmari Karonen <iltzu@sci.fi>
25130              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
25131              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
25132      Branch: perl
25133            ! gv.c pp_hot.c t/op/method.t
25134 ____________________________________________________________________________
25135 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
25136         Log: Add make target and documentation for gprof profiling.
25137      Branch: perl
25138            ! Makefile.SH pod/perlhack.pod
25139 ____________________________________________________________________________
25140 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
25141         Log: Subject: Don't think about UTF8 
25142              From: Mike Guy <mjtg@cam.ac.uk> 
25143              Date: Tue, 22 May 2001 14:35:39 +0100
25144              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
25145      Branch: perl
25146            ! sv.h
25147 ____________________________________________________________________________
25148 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
25149         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
25150              From: Geraint A Edwards <gedge@serf.org> 
25151              Date: Thu, 24 May 2001 22:51:24 +0100
25152              Message-Id: <20010524225124.A34981@cymru.serf.org>
25153      Branch: perl
25154            ! x2p/find2perl.PL
25155 ____________________________________________________________________________
25156 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
25157         Log: DB_File has its own attribute story.
25158      Branch: perl
25159            ! ext/DB_File/DB_File.xs
25160 ____________________________________________________________________________
25161 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
25162         Log: Subject: Re: Making perl with -Wall
25163              From: Andy Dougherty <doughera@lafayette.edu>
25164              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
25165              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
25166      Branch: perl
25167            ! perl.h
25168 ____________________________________________________________________________
25169 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
25170         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
25171              From: "Richard Soderberg" <rs@crystalflame.net>
25172              Date: Thu, 24 May 2001 08:58:16 -0700
25173              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
25174      Branch: perl
25175            ! sv.c
25176 ____________________________________________________________________________
25177 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
25178         Log: IV/UV casting fixes from Nicholas Clark.
25179      Branch: perl
25180            ! perl.h pp_sys.c util.c
25181 ____________________________________________________________________________
25182 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
25183         Log: Subject: Re: Making perl with -Wall
25184              From: Michael G Schwern <schwern@pobox.com>
25185              Date: Thu, 24 May 2001 15:40:28 +0100
25186              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
25187      Branch: perl
25188            ! malloc.c perl.h
25189 ____________________________________________________________________________
25190 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
25191         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
25192              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25193              Date: Tue, 22 May 2001 11:49:37 +0200
25194              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
25195      Branch: metaconfig
25196            ! U/modified/Oldsym.U
25197      Branch: metaconfig/U/perl
25198            ! patchlevel.U
25199      Branch: perl
25200            ! Configure config_h.SH myconfig.SH
25201 ____________________________________________________________________________
25202 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
25203         Log: Under versiononly install also the scripts with the version suffix.
25204              (e.g. .../bin/h2xs5.7.1)
25205      Branch: perl
25206            ! installperl
25207 ____________________________________________________________________________
25208 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
25209         Log: Subject: [PATCH] Stop segfault in mg.c:636
25210              From: "Richard Soderberg" <rs@crystalflame.net>
25211              Date: Thu, 24 May 2001 05:51:52 -0700
25212              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
25213      Branch: perl
25214            ! mg.c
25215 ____________________________________________________________________________
25216 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
25217         Log: Iteration continues; hopefully convergently.
25218      Branch: perl
25219            ! t/lib/b-stash.t
25220 ____________________________________________________________________________
25221 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
25222         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
25223              From: Gisle Aas <gisle@ActiveState.com>
25224              Date: 23 May 2001 16:13:10 -0700
25225              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
25226      Branch: perl
25227            ! op.c toke.c
25228 ____________________________________________________________________________
25229 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
25230         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
25231              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25232              Date: Thu, 24 May 2001 05:05:22 -0500
25233              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
25234      Branch: perl
25235            ! lib/dumpvar.pl lib/perl5db.pl
25236 ____________________________________________________________________________
25237 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
25238         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
25239              From: David Dyck <dcd@tc.fluke.com>
25240              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
25241              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
25242      Branch: perl
25243            ! lib/perl5db.pl
25244 ____________________________________________________________________________
25245 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
25246         Log: Tiny pod nits on READMEs, mostly whitespace issues.
25247      Branch: perl
25248            ! README.amiga README.dos README.macos README.mpeix README.vmesa
25249            ! README.win32
25250 ____________________________________________________________________________
25251 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
25252         Log: The DG/UX part of the 20010521.005.
25253      Branch: perl
25254            ! README.dgux
25255 ____________________________________________________________________________
25256 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
25257         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
25258              From: Hugo <hv@crypt.compulink.co.uk>
25259              Date: Mon, 21 May 2001 16:32:02 +0100
25260              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
25261      Branch: perl
25262            ! regcomp.c t/op/misc.t
25263 ____________________________________________________________________________
25264 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
25265         Log: Subject: [PATCH] Extra UNIVERSAL tests
25266              From: Mike Guy <mjtg@cam.ac.uk>
25267              Date: Wed, 23 May 2001 12:29:20 +0100
25268              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
25269      Branch: perl
25270            ! t/op/universal.t
25271 ____________________________________________________________________________
25272 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
25273         Log: Subject: [PATCH] Remove EQ keyword
25274              From: Mike Guy <mjtg@cam.ac.uk>
25275              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
25276              Date: Wed, 23 May 2001 11:17:29 +0100
25277      Branch: perl
25278            ! keywords.h keywords.pl
25279 ____________________________________________________________________________
25280 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
25281         Log: Subject: [PATCH] lib/perl5db.pl
25282              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25283              Date: Wed, 23 May 2001 02:18:03 -0500
25284              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
25285      Branch: perl
25286            ! lib/perl5db.pl
25287 ____________________________________________________________________________
25288 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
25289         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
25290              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25291              Date: Tue, 22 May 2001 23:34:41 -0500
25292              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
25293      Branch: perl
25294            ! lib/Term/Cap.pm
25295 ____________________________________________________________________________
25296 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
25297         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
25298              From: davem@fdgroup.co.uk
25299              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
25300              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
25301      Branch: perl
25302            ! emacs/e2ctags.pl
25303 ____________________________________________________________________________
25304 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
25305         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
25306              From: Michael G Schwern <schwern@pobox.com>
25307              Date: Tue, 22 May 2001 14:15:09 +0100
25308              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
25309      Branch: perl
25310            ! lib/vars.pm
25311 ____________________________________________________________________________
25312 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
25313         Log: Subject: [PATCH lib/vars.pm] Odd code nit
25314              From: Michael G Schwern <schwern@pobox.com>
25315              Date: Tue, 22 May 2001 14:14:28 +0100
25316              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
25317      Branch: perl
25318            ! lib/vars.pm
25319 ____________________________________________________________________________
25320 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
25321         Log: Use the new use vars feature.
25322      Branch: perl
25323            ! t/lib/b-stash.t
25324 ____________________________________________________________________________
25325 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
25326         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
25327              From: Mike Guy <mjtg@cam.ac.uk>
25328              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25329              Date: Tue, 22 May 2001 13:11:39 +0100
25330      Branch: perl
25331            + t/pragma/vars.t
25332            ! MANIFEST lib/vars.pm t/lib/1_compile.t
25333 ____________________________________________________________________________
25334 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
25335         Log: -qlongdouble considered harmful by Merijn.
25336      Branch: perl
25337            ! hints/aix.sh
25338 ____________________________________________________________________________
25339 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
25340         Log: Update Changes.
25341      Branch: perl
25342            ! Changes patchlevel.h
25343 ____________________________________________________________________________
25344 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
25345         Log: Add a test of its very own for Fcntl.  Hopefully portable.
25346      Branch: perl
25347            + t/lib/fcntl.t
25348            ! MANIFEST
25349 ____________________________________________________________________________
25350 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
25351         Log: Must be trickier for 'minitest' not to die.
25352      Branch: perl
25353            ! t/op/taint.t
25354 ____________________________________________________________________________
25355 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
25356         Log: Can't declare other people's variables.
25357      Branch: perl
25358            ! t/lib/b-stash.t
25359 ____________________________________________________________________________
25360 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
25361         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
25362      Branch: perl
25363            ! doio.c t/op/taint.t
25364 ____________________________________________________________________________
25365 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
25366         Log: The OS/2 variable needs to be declared.
25367      Branch: perl
25368            ! t/lib/b-stash.t
25369 ____________________________________________________________________________
25370 [ 10170] By: nick                                  on 2001/05/20  16:48:29
25371         Log: Integrate mainline
25372      Branch: perlio
25373           !> (integrate 41 files)
25374 ____________________________________________________________________________
25375 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
25376         Log: Small perlsec updates: clarify the taintedness of filename
25377              globbing; suggest using Scalar::Util::tainted().
25378      Branch: perl
25379            ! pod/perlsec.pod
25380 ____________________________________________________________________________
25381 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
25382         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
25383              From: Dave Mitchell <davem@fdgroup.co.uk>
25384              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
25385              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
25386      Branch: perl
25387            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
25388            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
25389            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
25390            ! xsutils.c
25391 ____________________________________________________________________________
25392 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
25393         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
25394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25395              Date: Sat, 19 May 2001 04:08:46 -0400
25396              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
25397      Branch: perl
25398            ! lib/ExtUtils/Mksymlists.pm makedef.pl
25399 ____________________________________________________________________________
25400 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
25401         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
25402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25403              Date: Sat, 19 May 2001 04:30:45 -0400
25404              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
25405      Branch: perl
25406            ! os2/os2.c
25407 ____________________________________________________________________________
25408 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
25409         Log: Subject: [PATCH 5.6.1] build bugs OS/2
25410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25411              Date: Sat, 19 May 2001 04:35:28 -0400
25412              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
25413      Branch: perl
25414            ! os2/Makefile.SHs os2/os2.c
25415 ____________________________________________________________________________
25416 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
25417         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
25418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25419              Date: Sat, 19 May 2001 04:04:23 -0400
25420              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
25421              
25422              (In bleadperl patched b-stash.t instead of b.t)
25423      Branch: perl
25424            ! t/lib/b-stash.t t/lib/bigfltpm.t
25425 ____________________________________________________________________________
25426 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
25427         Log: Subject: [PATCH 5.6.1] perl5db
25428              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25429              Date: Sat, 19 May 2001 03:49:09 -0400
25430              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
25431      Branch: perl
25432            ! lib/perl5db.pl
25433 ____________________________________________________________________________
25434 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
25435         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
25436              From: Gisle Aas <gisle@ActiveState.com>
25437              Date: 18 May 2001 14:24:51 -0700
25438              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
25439      Branch: perl
25440            ! pp_ctl.c
25441 ____________________________________________________________________________
25442 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
25443         Log: Subject: [PATCH] Chomp should not always stringify
25444              From: Gisle Aas <gisle@ActiveState.com>
25445              Date: 18 May 2001 07:55:25 -0700
25446              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
25447      Branch: perl
25448            ! doop.c t/op/chop.t
25449 ____________________________________________________________________________
25450 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
25451         Log: Integrate perlio.
25452      Branch: perl
25453           !> pod/perlfunc.pod
25454 ____________________________________________________________________________
25455 [ 10159] By: nick                                  on 2001/05/20  09:39:46
25456         Log: Document some more of open's features.
25457      Branch: perlio
25458            ! pod/perlfunc.pod
25459 ____________________________________________________________________________
25460 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
25461         Log: back out change#10153 (it has compatibility issues such as the
25462              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
25463              benefit for 5.6.x doesn't seem worth the risk)
25464      Branch: maint-5.6/perl
25465            ! toke.c
25466 ____________________________________________________________________________
25467 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
25468         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
25469      Branch: perl
25470            ! x2p/s2p.PL
25471 ____________________________________________________________________________
25472 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
25473         Log: Update Changes.
25474      Branch: perl
25475            ! Changes patchlevel.h
25476 ____________________________________________________________________________
25477 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
25478         Log: Integrate change #10144 from maintperl.
25479              
25480              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
25481      Branch: perl
25482           !> win32/config.bc win32/config.gc win32/config.vc
25483           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25484 ____________________________________________________________________________
25485 [ 10154] By: nick                                  on 2001/05/18  07:23:03
25486         Log: Integrate mainline.
25487      Branch: perlio
25488           +> README.dgux t/lib/i18n-collate.t utils.lst
25489           !> (integrate 49 files)
25490 ____________________________________________________________________________
25491 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
25492         Log: Integrate change #7224 from mainline into maintperl.
25493              
25494              Allow @+ and @- to be doublequoted, from Simon Cozens. 
25495              (Approved by Larry, see Tom's comment in 20000830.005.)
25496      Branch: maint-5.6/perl
25497           !> toke.c
25498 ____________________________________________________________________________
25499 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
25500         Log: Subject: [PATCH bleadperl] small lookbehind fix
25501              From: Hugo <hv@crypt.compulink.co.uk>
25502              Date: Fri, 18 May 2001 00:07:19 +0100
25503              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
25504      Branch: perl
25505            ! regexec.c
25506 ____________________________________________________________________________
25507 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
25508         Log: Detypos.
25509      Branch: perl
25510            ! installman utils.lst
25511 ____________________________________________________________________________
25512 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
25513         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
25514              in 20001222.001.
25515      Branch: perl
25516            ! t/lib/glob-basic.t
25517 ____________________________________________________________________________
25518 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
25519         Log: Subject: [PATCH] Test for bug 20010515.004
25520              From: Benjamin Sugars <bsugars@canoe.ca>
25521              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
25522              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
25523      Branch: perl
25524            ! t/op/misc.t
25525 ____________________________________________________________________________
25526 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
25527         Log: Integrate #10145 from maintperl.
25528              
25529              fix for ID 20010515.004 (needs test)
25530      Branch: perl
25531           !> pp_hot.c
25532 ____________________________________________________________________________
25533 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
25534         Log: Thinko noticed by Doug MacEachern.
25535      Branch: perl
25536            ! thread.h
25537 ____________________________________________________________________________
25538 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
25539         Log: Subject: Re: [PATCH] HERE mark in regex
25540              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25541              Date: Thu, 17 May 2001 12:20:33 -0400
25542              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
25543      Branch: perl
25544            ! t/op/re_tests
25545 ____________________________________________________________________________
25546 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
25547         Log: fix for ID 20010515.004 (needs test)
25548      Branch: maint-5.6/perl
25549            ! pp_hot.c
25550 ____________________________________________________________________________
25551 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
25552         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
25553      Branch: maint-5.6/perl
25554            ! win32/config.bc win32/config.gc win32/config.vc
25555            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25556 ____________________________________________________________________________
25557 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
25558         Log: Macrofy the getspecific (and use it also in util.c)
25559      Branch: perl
25560            ! thread.h util.c
25561 ____________________________________________________________________________
25562 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
25563         Log: Use the unchecked thread-specific key fetch also in Tru64.
25564      Branch: perl
25565            ! thread.h
25566 ____________________________________________________________________________
25567 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
25568         Log: Subject: [PATCH 5.6.1]Quick thread speedup
25569              From: Dan Sugalski <dan@sidhe.org> 
25570              Date: Wed, 16 May 2001 18:05:19 -0400
25571              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
25572      Branch: perl
25573            ! thread.h util.c
25574 ____________________________________________________________________________
25575 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
25576         Log: I think this is quite enough testing for a deprecated feature.
25577      Branch: perl
25578            + t/lib/i18n-collate.t
25579            ! MANIFEST t/lib/1_compile.t
25580 ____________________________________________________________________________
25581 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
25582         Log: More HP-UX lore from Jeff Okamoto.
25583      Branch: perl
25584            ! README.hpux
25585 ____________________________________________________________________________
25586 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
25587         Log: Sort utils.lst for easier maintenance.
25588      Branch: perl
25589            ! utils.lst
25590 ____________________________________________________________________________
25591 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
25592         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
25593              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25594              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
25595              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
25596              
25597              Add pod2latex to utils.lst.
25598      Branch: perl
25599            ! MANIFEST utils.lst
25600 ____________________________________________________________________________
25601 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
25602         Log: Subject: Re: [PATCH] HERE mark in regex
25603              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25604              Date: Wed, 16 May 2001 13:04:43 -0400
25605              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
25606      Branch: perl
25607            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
25608            ! t/op/regmesg.t t/pragma/warn/regcomp
25609 ____________________________________________________________________________
25610 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
25611         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
25612              From: Simon Cozens <simon@netthink.co.uk>
25613              Date: Wed, 16 May 2001 18:02:08 +0100
25614              Message-ID: <20010516180208.A6458@netthink.co.uk>
25615      Branch: perl
25616            ! installman utils.lst
25617 ____________________________________________________________________________
25618 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
25619         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
25620              From: "Philip Newton" <pnewton@gmx.de>
25621              Date: Tue, 15 May 2001 15:09:30 +0200
25622              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
25623              
25624              Test case for #10128.
25625      Branch: perl
25626            ! t/pragma/warn/pp_hot
25627 ____________________________________________________________________________
25628 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
25629         Log: Update Changes.
25630      Branch: perl
25631            ! Changes patchlevel.h
25632 ____________________________________________________________________________
25633 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
25634         Log: Deprecate pseudo-hashes.
25635      Branch: perl
25636            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
25637 ____________________________________________________________________________
25638 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
25639         Log: HP-UX hints update from Merijn.
25640      Branch: perl
25641            ! hints/hpux.sh
25642 ____________________________________________________________________________
25643 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
25644         Log: README.hpux update from Merijn.
25645      Branch: perl
25646            ! README.hpux
25647 ____________________________________________________________________________
25648 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
25649         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
25650              From: Simon Cozens <simon@netthink.co.uk>
25651              Date: Wed, 16 May 2001 15:57:55 +0100
25652              Message-ID: <20010516155755.A4728@netthink.co.uk>
25653      Branch: perl
25654            + utils.lst
25655            ! MANIFEST installman installperl
25656 ____________________________________________________________________________
25657 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
25658         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
25659              From: "Philip Newton" <pnewton@gmx.de>
25660              Date: Tue, 15 May 2001 16:31:05 +0200
25661              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
25662              
25663              Fix PERL_Y2KWARN test to check before rather than after appending.
25664      Branch: perl
25665            ! pp_hot.c
25666 ____________________________________________________________________________
25667 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
25668         Log: Regen Porting stuff.
25669      Branch: perl
25670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25671            ! config_h.SH
25672 ____________________________________________________________________________
25673 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
25674         Log: Metaconfig unit change for #10125.
25675      Branch: metaconfig
25676            ! U/modified/Oldconfig.U
25677 ____________________________________________________________________________
25678 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
25679         Log: Use OSVERS.
25680      Branch: perl
25681            ! Configure config_h.SH perl.c
25682 ____________________________________________________________________________
25683 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
25684         Log: Regen toc.
25685      Branch: perl
25686            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25687 ____________________________________________________________________________
25688 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
25689         Log: Adding the README.dgux to the MANIFEST would be a good idea.
25690      Branch: perl
25691            ! MANIFEST
25692 ____________________________________________________________________________
25693 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
25694         Log: Move the stack desire definition to thread.h.
25695      Branch: perl
25696            ! ext/Thread/Thread.xs thread.h
25697 ____________________________________________________________________________
25698 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
25699         Log: DG-UX threading patches, including a README.dgux,
25700              from Takis Psarogiannakopoulos.
25701      Branch: perl
25702            + README.dgux
25703            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
25704 ____________________________________________________________________________
25705 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
25706         Log: Subject: [PATCH B::Deparse] More on /x regexes
25707              From: Robin Houston <robin@kitsite.com>
25708              Date: Tue, 15 May 2001 19:09:35 +0100
25709              Message-ID: <20010515190935.A27268@penderel>
25710      Branch: perl
25711            ! ext/B/B/Deparse.pm
25712 ____________________________________________________________________________
25713 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
25714         Log: Document that the core time() may be rounding rather
25715              than truncating, would have saved at least my confusion.
25716      Branch: perl
25717            ! ext/Time/HiRes/HiRes.pm
25718 ____________________________________________________________________________
25719 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
25720         Log: Subject: perl-current/t/time-hires.t
25721              From: John Peacock <jpeacock@rowman.com>
25722              Date: Fri, 11 May 2001 14:09:41 -0400
25723              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
25724      Branch: perl
25725            ! t/lib/time-hires.t
25726 ____________________________________________________________________________
25727 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
25728         Log: Subject: [PATCH dump.c] Op private flags
25729              From: Simon Cozens <simon@netthink.co.uk>
25730              Date: Sun, 13 May 2001 20:20:36 +0100
25731              Message-ID: <20010513202036.A21896@netthink.co.uk>
25732      Branch: perl
25733            ! dump.c
25734 ____________________________________________________________________________
25735 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
25736         Log: Upgrade to Switch 2.03.
25737      Branch: perl
25738            ! lib/Switch.pm
25739 ____________________________________________________________________________
25740 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
25741         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
25742              to PERL_CONFIG_SH and use it consistently.
25743      Branch: maint-5.6/perl
25744           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
25745           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
25746           !> myconfig.SH writemain.SH
25747 ____________________________________________________________________________
25748 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
25749         Log: Metaconfig units changes for #10113.
25750      Branch: metaconfig
25751            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
25752 ____________________________________________________________________________
25753 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
25754         Log: The problem described in 20010514.031 still wasn't
25755              fully cured, there were remnants of $CONFIG when
25756              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
25757              to avoid future conflicts.
25758      Branch: perl
25759            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
25760            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
25761            ! myconfig.SH writemain.SH
25762 ____________________________________________________________________________
25763 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
25764         Log: Half of #10107 got lost.
25765      Branch: perl
25766            ! ext/B/B/Deparse.pm
25767 ____________________________________________________________________________
25768 [ 10111] By: nick                                  on 2001/05/15  08:39:14
25769         Log: Integrate mainline.
25770      Branch: perlio
25771           +> ext/POSIX/hints/uts.pl
25772            - Todo Todo-5.6 t/camel-III/vstring.t
25773           !> (integrate 48 files)
25774 ____________________________________________________________________________
25775 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
25776         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
25777              From: Robin Houston <robin@kitsite.com>
25778              Date: Mon, 14 May 2001 22:27:08 +0100
25779              Message-ID: <20010514222708.A22963@penderel>
25780      Branch: perl
25781            ! t/TestInit.pm
25782 ____________________________________________________________________________
25783 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
25784         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
25785              From: Robin Houston <robin@kitsite.com>
25786              Date: Mon, 14 May 2001 22:16:43 +0100
25787              Message-ID: <20010514221643.A22437@penderel>
25788      Branch: perl
25789            ! ext/B/B/Deparse.pm
25790 ____________________________________________________________________________
25791 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
25792         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
25793              From: Robin Houston <robin@kitsite.com>
25794              Date: Mon, 14 May 2001 22:03:44 +0100
25795              Message-ID: <20010514220344.A20643@penderel>
25796      Branch: perl
25797            ! ext/B/B/Deparse.pm
25798 ____________________________________________________________________________
25799 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
25800         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
25801              From: Robin Houston <robin@kitsite.com>
25802              Date: Mon, 14 May 2001 22:10:07 +0100
25803              Message-ID: <20010514221007.A21118@penderel>
25804      Branch: perl
25805            ! ext/B/B/Deparse.pm
25806 ____________________________________________________________________________
25807 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
25808         Log: Fix for 20010514.037; substr() didn't invalidate the locale
25809              collation magic.
25810      Branch: perl
25811            ! pp.c
25812 ____________________________________________________________________________
25813 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
25814         Log: Update Changes.
25815      Branch: perl
25816            ! Changes patchlevel.h
25817 ____________________________________________________________________________
25818 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
25819         Log: Retract #10094.
25820      Branch: perl
25821            ! lib/Pod/Text.pm
25822 ____________________________________________________________________________
25823 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
25824         Log: Integrate change #10100 from maintperl.
25825              
25826              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
25827              bug ID 20010514.027)
25828      Branch: perl
25829           !> mg.c pp_ctl.c
25830 ____________________________________________________________________________
25831 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
25832         Log: Document the deprecatedness of suidperl.
25833      Branch: perl
25834            ! INSTALL pod/perlfaq1.pod
25835 ____________________________________________________________________________
25836 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
25837         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
25838              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25839              Date: Mon, 14 May 2001 09:38:59 -0400
25840              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
25841      Branch: perl
25842            ! lib/ExtUtils/MM_Unix.pm
25843 ____________________________________________________________________________
25844 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
25845         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
25846              bug ID 20010514.027)
25847              
25848              TODO: this needs a testsuite addition
25849      Branch: maint-5.6/perl
25850            ! mg.c pp_ctl.c
25851 ____________________________________________________________________________
25852 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
25853         Log: More DWIMminess for Class::Struct: calling the array or hash
25854              accessors only with one argument, an array or a hash reference,
25855              sets the underlying array or hash.  This mirrors nicely also
25856              the usage in the constructor.
25857              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
25858      Branch: perl
25859            ! lib/Class/Struct.pm t/lib/class-struct.t
25860 ____________________________________________________________________________
25861 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
25862         Log: Reference cmp'ing should go through the whole stringification
25863              process shebang, as pointed out by Sarathy in #10091.
25864      Branch: perl
25865            ! pp.c
25866 ____________________________________________________________________________
25867 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
25868         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
25869              From: Simon Cozens <simon@netthink.co.uk>
25870              Date: Sat, 12 May 2001 16:36:27 +0100
25871              Message-ID: <20010512163627.A5522@netthink.co.uk>
25872              
25873              with some additions salvaged from Todo and Todo-5.6 before
25874              retiring them.
25875      Branch: perl
25876            - Todo Todo-5.6
25877            ! MANIFEST pod/perltodo.pod
25878 ____________________________________________________________________________
25879 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
25880         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
25881              From: "Golubev I. N." <gin@mo.msk.ru>
25882              Date: Mon, 07 May 2001 14:33:34 (GMT)
25883              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
25884      Branch: perl
25885            ! perl.h
25886 ____________________________________________________________________________
25887 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
25888         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
25889              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25890              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
25891              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
25892      Branch: perl
25893            ! lib/ExtUtils/MM_Unix.pm
25894 ____________________________________________________________________________
25895 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
25896         Log: (Retracted by #10104.)
25897              
25898              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
25899              From: barries <barries@slaysys.com>
25900              Date: Sat, 12 May 2001 01:28:10 -0400
25901              Message-ID: <20010512012810.B26358@jester.slaysys.com>
25902      Branch: perl
25903            ! lib/Pod/Text.pm
25904 ____________________________________________________________________________
25905 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
25906         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
25907              From: Mike Guy <mjtg@cam.ac.uk>
25908              Date: Sat, 12 May 2001 19:24:33 +0100
25909              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
25910      Branch: perl
25911            ! lib/AutoSplit.pm
25912 ____________________________________________________________________________
25913 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
25914         Log: Yet another HP-UX hints tweak from Merijn.
25915      Branch: perl
25916            ! hints/hpux.sh
25917 ____________________________________________________________________________
25918 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
25919         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
25920              isn't defined (changes#9366,9368,9370 from mainline without the
25921              pp_scmp() change)
25922      Branch: maint-5.6/perl
25923            ! pp.c pp.h pp_hot.c
25924 ____________________________________________________________________________
25925 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
25926         Log: The sorting seems to happen now automatically.
25927      Branch: perl
25928            ! t/lib/glob-basic.t
25929 ____________________________________________________________________________
25930 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
25931         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
25932              From: Benjamin Sugars <bsugars@canoe.ca>
25933              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
25934              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
25935      Branch: perl
25936            ! pod/perlfunc.pod
25937 ____________________________________________________________________________
25938 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
25939         Log: Subject: Re: undef(&foo) does not work for XS functions
25940              From: Doug MacEachern <dougm@covalent.net>
25941              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
25942              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
25943      Branch: perl
25944            ! op.c
25945 ____________________________________________________________________________
25946 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
25947         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
25948              From: Peter Prymmer <pvhp@forte.com>
25949              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
25950              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
25951      Branch: perl
25952            ! t/op/append.t
25953 ____________________________________________________________________________
25954 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
25955         Log: Update Changes.
25956      Branch: perl
25957            ! Changes patchlevel.h
25958 ____________________________________________________________________________
25959 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
25960         Log: Remove the 'asciir' re subpragma.  Should instead implement
25961              the 'physical vs logical' range scheme:
25962              
25963              \xAA-\xCC is a native physical range, you want that range of
25964              codepoints in your native encoding.  In EBCDIC the codepoints
25965              in the gaps (between i-j and r-s) should be included.
25966              
25967              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
25968              codepoints in Unicode.
25969              
25970              a-z is a logical range, you want that range of 'logical' codepoints
25971              in your native encoding.  In EBCDIC the codepoints in the gaps
25972              (between i-j and r-s) should not be included.
25973              
25974              Mixed cases (a-\xAA, etc) should either be errors, or maybe
25975              the 'logical' endpoints should be converted to native/Unicode
25976              codepoints, and the range handled as a physical range.
25977              
25978              'Logical endpoints' are to be recognized only in the A-Z, a-z,
25979              and 0-9 ranges.  Probably a warning should be given for mixed
25980              cases like A-z or a-9 (since such expressions are encoding
25981              dependent), with a recommendation to use physical ranges.
25982      Branch: perl
25983            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
25984            ! t/op/regexp.t
25985 ____________________________________________________________________________
25986 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
25987         Log: Make the test to cleanup the test directory tree
25988              both before and after the testing so that we always
25989              have a clean slate to work with.
25990      Branch: perl
25991            ! t/lib/filefind.t
25992 ____________________________________________________________________________
25993 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
25994         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
25995              From: Jon Eveland <jweveland@yahoo.com>
25996              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
25997              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
25998      Branch: perl
25999            ! pod/perlfunc.pod
26000 ____________________________________________________________________________
26001 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
26002         Log: Merge the camel-III/vstring.t with op/ver.t.
26003      Branch: perl
26004            - t/camel-III/vstring.t
26005            ! MANIFEST t/TEST t/harness t/op/ver.t
26006 ____________________________________________________________________________
26007 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
26008         Log: Add test.deparse make target.
26009      Branch: perl
26010            ! Makefile.SH
26011 ____________________________________________________________________________
26012 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
26013         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
26014              From: Robin Houston <robin@kitsite.com>
26015              Date: Fri, 11 May 2001 12:02:22 +0100
26016              Message-ID: <20010511120222.A11529@penderel>
26017      Branch: perl
26018            ! ext/B/B/Deparse.pm t/op/method.t
26019 ____________________________________________________________________________
26020 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
26021         Log: A nicely working combination for UTS from Hal Morris.
26022      Branch: perl
26023            + ext/POSIX/hints/uts.pl
26024            ! MANIFEST hints/uts.sh
26025 ____________________________________________________________________________
26026 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
26027         Log: i_ieeefp=undef for UTS.
26028      Branch: perl
26029            ! hints/uts.sh
26030 ____________________________________________________________________________
26031 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
26032         Log: Subject: RE: rand(0) is rand(1)
26033              From: Larry Shatzer <lshatzer@islanddata.com>
26034              Date: Thu, 10 May 2001 11:09:27 -0700
26035              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
26036      Branch: perl
26037            ! pod/perlfunc.pod
26038 ____________________________________________________________________________
26039 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
26040         Log: Subject: [patch] make op_{clear,null} public
26041              From: Doug MacEachern <dougm@covalent.net>
26042              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
26043              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
26044      Branch: perl
26045            ! embed.h embed.pl op.c proto.h
26046 ____________________________________________________________________________
26047 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
26048         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
26049              From: Robin Houston <robin@kitsite.com>
26050              Date: Thu, 10 May 2001 18:54:59 +0100
26051              Message-ID: <20010510185459.A5995@penderel>
26052      Branch: perl
26053            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
26054 ____________________________________________________________________________
26055 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
26056         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
26057              From: Robin Houston <robin@kitsite.com>
26058              Date: Thu, 10 May 2001 12:56:39 +0100
26059              Message-ID: <20010510125639.A2119@penderel>
26060      Branch: perl
26061            ! ext/B/B/Deparse.pm
26062 ____________________________________________________________________________
26063 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
26064         Log: Retract #10070, not ready yet.
26065      Branch: perl
26066            ! ext/B/B/Deparse.pm
26067 ____________________________________________________________________________
26068 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
26069         Log: The metaconfig unit change for #10071.
26070      Branch: metaconfig
26071            ! U/modified/mallocsrc.U
26072 ____________________________________________________________________________
26073 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
26074         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
26075      Branch: perl
26076            ! Configure
26077 ____________________________________________________________________________
26078 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
26079         Log: (Retracted by #10073)
26080              
26081              Subject: Re: [PATCH t/TEST] B::Deparse tester 
26082              From: Hugo <hv@crypt.compulink.co.uk>
26083              Date: Thu, 10 May 2001 05:48:09 +0100
26084              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
26085      Branch: perl
26086            ! ext/B/B/Deparse.pm
26087 ____________________________________________________________________________
26088 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
26089         Log: Add a for(func()) test.
26090      Branch: perl
26091            ! t/cmd/for.t
26092 ____________________________________________________________________________
26093 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
26094         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
26095              From: Robin Houston <robin@kitsite.com>
26096              Date: Thu, 10 May 2001 13:50:08 +0100
26097              Message-ID: <20010510135008.A2454@penderel>
26098      Branch: perl
26099            ! ext/B/B/Deparse.pm
26100 ____________________________________________________________________________
26101 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
26102         Log: A thinko in #10065.
26103      Branch: perl
26104            ! hv.c
26105 ____________________________________________________________________________
26106 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
26107         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
26108              From: Robin Houston <robin@kitsite.com>
26109              Date: Thu, 10 May 2001 02:10:34 +0100
26110              Message-ID: <20010510021034.A19421@penderel>
26111      Branch: perl
26112            ! ext/B/B.xs ext/B/B/Deparse.pm
26113 ____________________________________________________________________________
26114 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
26115         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
26116              From: Doug MacEachern <dougm@covalent.net>
26117              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
26118              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
26119      Branch: perl
26120            ! hv.c
26121 ____________________________________________________________________________
26122 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
26123         Log: One more workaround for the UTS compiler from Hal Morris.
26124      Branch: perl
26125            ! perl.h
26126 ____________________________________________________________________________
26127 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
26128         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
26129              From: Robin Houston <robin@kitsite.com>
26130              Date: Thu, 10 May 2001 01:02:08 +0100
26131              Message-ID: <20010510010208.A18200@penderel>
26132      Branch: perl
26133            ! ext/B/B/Debug.pm
26134 ____________________________________________________________________________
26135 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
26136         Log: Subject: [PATCH] Simplify deb_curcv() a bit
26137              From: Benjamin Sugars <bsugars@canoe.ca>
26138              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
26139              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
26140      Branch: perl
26141            ! run.c
26142 ____________________________________________________________________________
26143 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
26144         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
26145              From: Benjamin Sugars <bsugars@canoe.ca>
26146              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
26147              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
26148      Branch: perl
26149            ! t/lib/io_scalar.t
26150 ____________________________________________________________________________
26151 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
26152         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
26153              From: Peter Prymmer <pvhp@forte.com>
26154              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
26155              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
26156      Branch: perl
26157            ! t/lib/md5-file.t
26158 ____________________________________________________________________________
26159 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
26160         Log: Subject: [PATCH t/TEST] B::Deparse tester
26161              From: Robin Houston <robin@kitsite.com>
26162              Date: Wed, 9 May 2001 19:17:50 +0100
26163              Message-ID: <20010509191750.A16940@penderel>
26164      Branch: perl
26165            ! ext/B/O.pm t/TEST
26166 ____________________________________________________________________________
26167 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
26168         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
26169              From: Jeff Pinyan <jeffp@crusoe.net>
26170              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
26171              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
26172      Branch: perl
26173            ! lib/Pod/Html.pm
26174 ____________________________________________________________________________
26175 [ 10057] By: nick                                  on 2001/05/09  18:37:56
26176         Log: Integrate mainline.
26177      Branch: perlio
26178           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
26179           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
26180 ____________________________________________________________________________
26181 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
26182         Log: Update Changes.
26183      Branch: perl
26184            ! Changes patchlevel.h
26185 ____________________________________________________________________________
26186 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
26187         Log: Integrate perlio.
26188      Branch: perl
26189           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26190 ____________________________________________________________________________
26191 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
26192         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
26193              From: Benjamin Sugars <bsugars@canoe.ca>
26194              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
26195              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
26196      Branch: perl
26197            ! perlio.c
26198 ____________________________________________________________________________
26199 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
26200         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
26201              From: Benjamin Sugars <bsugars@canoe.ca>
26202              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
26203              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
26204      Branch: perl
26205            ! ext/PerlIO/Scalar/Scalar.xs
26206 ____________________________________________________________________________
26207 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
26208         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
26209              From: Jeff Pinyan <jeffp@crusoe.net>
26210              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
26211              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
26212      Branch: perl
26213            ! lib/Pod/Html.pm
26214 ____________________________________________________________________________
26215 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
26216         Log: EPOC tweak from Olaf Flebbe.
26217      Branch: perl
26218            ! epoc/epocish.h
26219 ____________________________________________________________________________
26220 [ 10050] By: nick                                  on 2001/05/09  14:37:57
26221         Log: win32, regen_config_h
26222      Branch: perlio
26223            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26224 ____________________________________________________________________________
26225 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
26226         Log: Integrate perlio.
26227      Branch: perl
26228           !> pp_sys.c
26229 ____________________________________________________________________________
26230 [ 10048] By: nick                                  on 2001/05/09  11:59:50
26231         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
26232              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
26233      Branch: perlio
26234            ! pp_sys.c
26235 ____________________________________________________________________________
26236 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
26237         Log: Integrate perlio.
26238      Branch: perl
26239           !> run.c
26240 ____________________________________________________________________________
26241 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
26242         Log: Subject: Re: Less warnings during configure
26243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26244              Date: Wed, 09 May 2001 13:12:49 +0200
26245              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
26246      Branch: perl
26247            ! hints/hpux.sh
26248 ____________________________________________________________________________
26249 [ 10045] By: nick                                  on 2001/05/09  09:56:59
26250         Log: MULTIPLICITY/DEBUGGING build fix.
26251      Branch: perlio
26252            ! run.c
26253 ____________________________________________________________________________
26254 [ 10044] By: nick                                  on 2001/05/09  09:46:37
26255         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
26256      Branch: perlio
26257           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
26258            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
26259           !> (integrate 65 files)
26260 ____________________________________________________________________________
26261 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
26262         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
26263              From: Robin Houston <robin@kitsite.com>
26264              Date: Tue, 8 May 2001 19:38:00 +0100
26265              Message-ID: <20010508193800.A4389@penderel>
26266              
26267              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
26268              From: Robin Houston <robin@kitsite.com>
26269              Date: Tue, 8 May 2001 20:03:57 +0100
26270              Message-ID: <20010508200357.A4614@penderel>
26271              
26272              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
26273              From: Robin Houston <robin@kitsite.com>
26274              Date: Wed, 9 May 2001 00:12:05 +0100
26275              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
26276      Branch: perl
26277            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
26278 ____________________________________________________________________________
26279 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
26280         Log: Retract #10031.
26281      Branch: perl
26282            ! pod/perlfunc.pod
26283 ____________________________________________________________________________
26284 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
26285         Log: The metaconfig unit changes for #10040.
26286      Branch: metaconfig/U/perl
26287            ! Checkcc.U d_dlsymun.U dlsrc.U
26288 ____________________________________________________________________________
26289 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
26290         Log: The Configure half of
26291              
26292              Subject: Less warnings during configure
26293              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26294              Date: Tue, 08 May 2001 08:44:02 +0200
26295              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
26296      Branch: perl
26297            ! Configure
26298 ____________________________________________________________________________
26299 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
26300         Log: Subject: Less warnings during configure
26301              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26302              Date: Tue, 08 May 2001 08:44:02 +0200
26303              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
26304      Branch: perl
26305            ! hints/hpux.sh
26306 ____________________________________________________________________________
26307 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
26308         Log: Don't forget to whine about \d__\d.
26309      Branch: perl
26310            ! t/pragma/warn/toke toke.c
26311 ____________________________________________________________________________
26312 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
26313         Log: Allow underscores also in the exponent part.
26314      Branch: perl
26315            ! t/pragma/warn/toke toke.c
26316 ____________________________________________________________________________
26317 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
26318         Log: CodeMagicCD doesn't look like an *I*DE.
26319      Branch: perl
26320            ! pod/perlfaq3.pod
26321 ____________________________________________________________________________
26322 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
26323         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
26324              to be consistently down).
26325      Branch: perl
26326            ! pod/perlfaq3.pod
26327 ____________________________________________________________________________
26328 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
26329         Log: Upgrade to Text::Balanced 1.84.
26330      Branch: perl
26331            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
26332 ____________________________________________________________________________
26333 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
26334         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
26335              From: Benjamin Sugars <bsugars@canoe.ca>
26336              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
26337              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
26338      Branch: perl
26339            ! run.c
26340 ____________________________________________________________________________
26341 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
26342         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
26343              From: Peter Prymmer <pvhp@forte.com>
26344              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
26345              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
26346      Branch: perl
26347            ! t/pod/plainer.t
26348 ____________________________________________________________________________
26349 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
26350         Log: (Retracted by #10042)
26351              
26352              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
26353              From: "Philip Newton" <pnewton@gmx.de>
26354              Date: Tue, 8 May 2001 09:18:10 +0200
26355              Message-ID: <3AF7B9D2.28861.603732@localhost>
26356      Branch: perl
26357            ! pod/perlfunc.pod
26358 ____________________________________________________________________________
26359 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
26360         Log: Subject: [PATCH B::Deparse] Document known bugs
26361              From: Robin Houston <robin@kitsite.com>
26362              Date: Tue, 8 May 2001 01:53:34 +0100
26363              Message-ID: <20010508015334.A32394@penderel>
26364      Branch: perl
26365            ! ext/B/B/Deparse.pm
26366 ____________________________________________________________________________
26367 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
26368         Log: Subject: Re: Perl book, magazine and website updates.
26369              From: "Philip Newton" <pnewton@gmx.de>
26370              Date: Mon, 7 May 2001 17:03:58 +0200
26371              Message-ID: <3AF6D57E.5387.1E29930@localhost>
26372      Branch: perl
26373            ! pod/perlfaq2.pod
26374 ____________________________________________________________________________
26375 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
26376         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
26377              From: Peter Prymmer <pvhp@forte.com>
26378              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
26379              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
26380      Branch: perl
26381            ! t/io/fflush.t
26382 ____________________________________________________________________________
26383 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
26384         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
26385              From: Robin Houston <robin@kitsite.com>
26386              Date: Tue, 8 May 2001 01:14:55 +0100
26387              Message-ID: <20010508011455.A32162@penderel>
26388      Branch: perl
26389            ! ext/B/B/Deparse.pm
26390 ____________________________________________________________________________
26391 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
26392         Log: Typo in #10025.
26393      Branch: perl
26394            ! hints/uts.sh
26395 ____________________________________________________________________________
26396 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
26397         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
26398      Branch: perl
26399            ! hints/uts.sh
26400 ____________________________________________________________________________
26401 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
26402         Log: Subject: Re: [ID 20010506.045] question about hash syntax
26403              From: Peter Scott <Peter@PSDT.com>
26404              Date: Sun, 06 May 2001 13:10:40 -0700
26405              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
26406      Branch: perl
26407            ! pod/perl56delta.pod
26408 ____________________________________________________________________________
26409 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
26410         Log: Configure should figure out the list of dynamic extensions
26411              just fine in UTS-- and in fact it does, as reported by Hal Morris.
26412      Branch: perl
26413            ! hints/uts.sh
26414 ____________________________________________________________________________
26415 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
26416         Log: Update Changes.
26417      Branch: perl
26418            ! Changes patchlevel.h
26419 ____________________________________________________________________________
26420 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
26421         Log: Subject: [PATCH regcomp.c] Insecure regexes
26422              From: Robin Houston <robin@kitsite.com>
26423              Date: Mon, 7 May 2001 21:56:12 +0100
26424              Message-ID: <20010507215612.A31114@penderel>
26425      Branch: perl
26426            ! regcomp.c
26427 ____________________________________________________________________________
26428 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
26429         Log: Drop the foobar.perl.com references for now until Simon
26430              gets them sorted out.
26431      Branch: perl
26432            ! pod/perlfaq2.pod
26433 ____________________________________________________________________________
26434 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
26435         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
26436              From: Prymmer/Kahn <pvhp@best.com>
26437              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
26438              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
26439      Branch: perl
26440            ! lib/Devel/SelfStubber.pm
26441 ____________________________________________________________________________
26442 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
26443         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
26444              From: Prymmer/Kahn <pvhp@best.com>
26445              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
26446              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
26447      Branch: perl
26448            ! win32/Makefile
26449 ____________________________________________________________________________
26450 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
26451         Log: s/WebTechnique's/WebTechniques/
26452      Branch: perl
26453            ! pod/perlfaq2.pod
26454 ____________________________________________________________________________
26455 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
26456         Log: Llama 3 updates from Randal.
26457      Branch: perl
26458            ! pod/perlfaq2.pod
26459 ____________________________________________________________________________
26460 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
26461         Log: Subject: [PATCH] Help -Dt show correct pad variables
26462              From: Benjamin Sugars <ben.sugars@home.com>
26463              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
26464              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
26465      Branch: perl
26466            ! embed.h embed.pl proto.h run.c
26467 ____________________________________________________________________________
26468 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
26469         Log: Subject: [PATCH] Document C<our $foo : shared>
26470              From: Benjamin Sugars <ben.sugars@home.com>
26471              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
26472              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
26473      Branch: perl
26474            ! pod/perlfunc.pod
26475 ____________________________________________________________________________
26476 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
26477         Log: Subject: [PATCH B::Deparse] undefined folded constants
26478              From: Robin Houston <robin@kitsite.com>
26479              Date: Sun, 6 May 2001 17:19:09 +0100
26480              Message-ID: <20010506171909.A7046@penderel>
26481      Branch: perl
26482            ! ext/B/B/Deparse.pm
26483 ____________________________________________________________________________
26484 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
26485         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
26486              From: Robin Houston <robin@kitsite.com>
26487              Message-ID: <20010506164654.A6848@penderel>
26488              Date: Sun, 6 May 2001 16:46:54 +0100
26489      Branch: perl
26490            ! ext/B/B/Deparse.pm
26491 ____________________________________________________________________________
26492 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
26493         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
26494              From: Robin Houston <robin@kitsite.com>
26495              Date: Sun, 6 May 2001 14:47:02 +0100
26496              Message-ID: <20010506144702.A6308@penderel>
26497      Branch: perl
26498            ! t/op/my_stash.t
26499 ____________________________________________________________________________
26500 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
26501         Log: Subject: Perl book, magazine and website updates.
26502              From: Simon Cozens <simon@netthink.co.uk>
26503              Date: Sun, 6 May 2001 16:55:36 +0100
26504              Message-ID: <20010506165536.A1795@netthink.co.uk>
26505      Branch: perl
26506            ! pod/perlbook.pod pod/perlfaq2.pod
26507 ____________________________________________________________________________
26508 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
26509         Log: Tweaks on the Tru64 prof options.
26510      Branch: perl
26511            ! pod/perlhack.pod
26512 ____________________________________________________________________________
26513 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
26514         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
26515              From: Robin Houston <robin@kitsite.com>
26516              Date: Sun, 6 May 2001 14:40:51 +0100
26517              Message-ID: <20010506144051.A6279@penderel>
26518      Branch: perl
26519            ! t/pod/testp2pt.pl
26520 ____________________________________________________________________________
26521 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
26522         Log: Subject: [PATCH B::Deparse] scoping
26523              From: Robin Houston <robin@kitsite.com>
26524              Date: Sun, 6 May 2001 14:36:56 +0100
26525              Message-ID: <20010506143656.A4006@penderel>
26526      Branch: perl
26527            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
26528 ____________________________________________________________________________
26529 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
26530         Log: Document the undefinedness of bitshifting out of range.
26531      Branch: perl
26532            ! pod/perlop.pod
26533 ____________________________________________________________________________
26534 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
26535         Log: Retract #10003 and update the IDE descriptions a bit.
26536      Branch: perl
26537            ! pod/perlfaq3.pod
26538 ____________________________________________________________________________
26539 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
26540         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
26541              From: Prymmer/Kahn <pvhp@best.com>
26542              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
26543              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
26544      Branch: perl
26545            ! win32/Makefile win32/buildext.pl win32/config.bc
26546            ! win32/config.gc win32/config.vc
26547 ____________________________________________________________________________
26548 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
26549         Log: (Retracted by #10005.)
26550      Branch: perl
26551            ! pod/perlfaq3.pod
26552 ____________________________________________________________________________
26553 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
26554         Log: It's "psed", not "sed".
26555      Branch: perl
26556            ! x2p/s2p.PL
26557 ____________________________________________________________________________
26558 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
26559         Log: Update Changes.
26560      Branch: perl
26561            ! Changes patchlevel.h
26562 ____________________________________________________________________________
26563 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
26564         Log: Subject: Re: bleadperl make install fails due to "psed"
26565              From: andreas.koenig@anima.de (Andreas J. Koenig)
26566              Date: 05 May 2001 18:23:28 +0200
26567              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
26568      Branch: perl
26569            ! x2p/Makefile.SH x2p/s2p.PL
26570 ____________________________________________________________________________
26571 [  9999] By: jhi                                   on 2001/05/05  18:28:09
26572         Log: AUTHORS updates.
26573      Branch: perl
26574            ! AUTHORS
26575 ____________________________________________________________________________
26576 [  9998] By: jhi                                   on 2001/05/05  18:16:00
26577         Log: Updates on the pods related to the modules included since 5.6.
26578              
26579              TODO: perltodo really could use major updating.
26580      Branch: perl
26581            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
26582            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
26583            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
26584            ! pod/perlsyn.pod pod/perltodo.pod
26585 ____________________________________________________________________________
26586 [  9997] By: jhi                                   on 2001/05/05  17:35:17
26587         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
26588              from Kurt Skauen.
26589      Branch: perl
26590            + hints/atheos.sh
26591            ! MANIFEST
26592 ____________________________________________________________________________
26593 [  9996] By: jhi                                   on 2001/05/05  17:25:00
26594         Log: Add preemptive #undefs for some of the shorter and more prone
26595              to collision regcomp.h #defines.  (Background: the MASK collided
26596              with a system header #define in Rhapsody.)
26597      Branch: perl
26598            ! regcomp.h
26599 ____________________________________________________________________________
26600 [  9995] By: jhi                                   on 2001/05/05  13:24:21
26601         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
26602              From: Nicholas Clark <nick@ccl4.org>
26603              Date: Sat, 5 May 2001 14:46:39 +0100
26604              Message-ID: <20010505144639.O53513@plum.flirble.org>
26605              
26606              Add a test for the constants (if any) being processed correctly.
26607      Branch: perl
26608            ! utils/h2xs.PL
26609 ____________________________________________________________________________
26610 [  9994] By: jhi                                   on 2001/05/05  02:11:03
26611         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
26612              From: Peter Prymmer <pvhp@forte.com>
26613              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
26614              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
26615      Branch: perl
26616            ! t/lib/b-stash.t
26617 ____________________________________________________________________________
26618 [  9993] By: jhi                                   on 2001/05/05  02:03:49
26619         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
26620              From: Peter Prymmer <pvhp@forte.com>
26621              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
26622              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
26623      Branch: perl
26624            ! perlio.c vms/vmsish.h
26625 ____________________________________________________________________________
26626 [  9992] By: jhi                                   on 2001/05/04  17:21:12
26627         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
26628              From: Robin Barker <rmb1@cise.npl.co.uk>
26629              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
26630              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
26631      Branch: perl
26632            + t/pod/plainer.t
26633            ! MANIFEST
26634 ____________________________________________________________________________
26635 [  9991] By: jhi                                   on 2001/05/04  16:47:45
26636         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
26637              From: Robin Barker <rmb1@cise.npl.co.uk>
26638              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
26639              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
26640      Branch: perl
26641            ! regcomp.c
26642 ____________________________________________________________________________
26643 [  9990] By: jhi                                   on 2001/05/04  14:37:20
26644         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
26645              From: Prymmer/Kahn <pvhp@best.com>
26646              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
26647              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
26648      Branch: perl
26649            ! t/lib/b-stash.t
26650 ____________________________________________________________________________
26651 [  9989] By: jhi                                   on 2001/05/04  14:03:58
26652         Log: Introduce perl572delta, update Todo, add the missing
26653              mention about signal safety since 5.7.1 (though this
26654              requires verification and more details.)
26655      Branch: perl
26656            + pod/perl572delta.pod
26657            ! MANIFEST Todo pod/perl571delta.pod
26658 ____________________________________________________________________________
26659 [  9988] By: jhi                                   on 2001/05/04  12:41:51
26660         Log: Subject: [PATCH perl@9944] long =item
26661              From: Robin Barker <rmb1@cise.npl.co.uk>
26662              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
26663              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
26664      Branch: perl
26665            ! ext/Time/HiRes/HiRes.pm
26666 ____________________________________________________________________________
26667 [  9987] By: jhi                                   on 2001/05/04  12:39:19
26668         Log: The #9901 had removed one line essential for EBCDIC.
26669      Branch: perl
26670            ! regcomp.c
26671 ____________________________________________________________________________
26672 [  9986] By: jhi                                   on 2001/05/04  12:30:23
26673         Log: Subject: cygwin/Makefile.SHs INSTALL patch
26674              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
26675              Date: Mon, 08 Jan 2001 04:59:21 +0200
26676              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
26677      Branch: perl
26678            ! cygwin/Makefile.SHs
26679 ____________________________________________________________________________
26680 [  9985] By: jhi                                   on 2001/05/04  03:51:39
26681         Log: Encode/IO doc tweaks.
26682      Branch: perl
26683            ! ext/Encode/Encode.pm
26684 ____________________________________________________________________________
26685 [  9984] By: jhi                                   on 2001/05/04  03:29:34
26686         Log: Remove GDBM_File from the dynamic extensions for UTS,
26687              GDBM is not a standard feature.
26688      Branch: perl
26689            ! hints/uts.sh
26690 ____________________________________________________________________________
26691 [  9983] By: jhi                                   on 2001/05/04  03:22:59
26692         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
26693      Branch: perl
26694            ! pod/perlretut.pod
26695 ____________________________________________________________________________
26696 [  9982] By: jhi                                   on 2001/05/03  23:21:03
26697         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
26698              From: Benjamin Sugars <bsugars@canoe.ca>
26699              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
26700              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
26701      Branch: perl
26702            ! dump.c
26703 ____________________________________________________________________________
26704 [  9981] By: jhi                                   on 2001/05/03  23:20:05
26705         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
26706              From: Benjamin Sugars <bsugars@canoe.ca>
26707              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
26708              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
26709      Branch: perl
26710            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
26711 ____________________________________________________________________________
26712 [  9980] By: jhi                                   on 2001/05/03  23:15:29
26713         Log: Integrate perlio.
26714      Branch: perl
26715           !> ext/Encode/Encode.pm
26716 ____________________________________________________________________________
26717 [  9979] By: jhi                                   on 2001/05/03  16:54:59
26718         Log: Install psed man page.
26719      Branch: perl
26720            ! installman
26721 ____________________________________________________________________________
26722 [  9978] By: jhi                                   on 2001/05/03  16:45:58
26723         Log: Remove unused files; noted by Sarathy.
26724      Branch: perl
26725            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
26726            ! MANIFEST
26727 ____________________________________________________________________________
26728 [  9977] By: jhi                                   on 2001/05/03  16:42:30
26729         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
26730              From: Andy Dougherty <doughera@lafayette.edu>
26731              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
26732              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
26733      Branch: perl
26734            ! INSTALL
26735 ____________________________________________________________________________
26736 [  9976] By: nick                                  on 2001/05/03  16:40:42
26737         Log: Allow $answer = encode($object,$text); like it says in docs.
26738      Branch: perlio
26739            ! ext/Encode/Encode.pm
26740 ____________________________________________________________________________
26741 [  9975] By: nick                                  on 2001/05/03  16:22:30
26742         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
26743              to be in scope (fair enough), and also a package variable (our) for eval to see it.
26744      Branch: perlio
26745            ! ext/Encode/Encode.pm
26746 ____________________________________________________________________________
26747 [  9974] By: nick                                  on 2001/05/03  15:48:17
26748         Log: Integrate mainline.
26749      Branch: perlio
26750           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
26751           +> t/lib/filter-simple.t t/lib/next.t
26752           !> (integrate 70 files)
26753 ____________________________________________________________________________
26754 [  9973] By: jhi                                   on 2001/05/03  13:09:09
26755         Log: Update Changes.
26756      Branch: perl
26757            ! Changes patchlevel.h
26758 ____________________________________________________________________________
26759 [  9972] By: jhi                                   on 2001/05/03  12:58:33
26760         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
26761              From: Prymmer/Kahn <pvhp@best.com>
26762              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
26763              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
26764      Branch: perl
26765            ! t/io/fflush.t
26766 ____________________________________________________________________________
26767 [  9971] By: jhi                                   on 2001/05/03  12:57:26
26768         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
26769              From: Prymmer/Kahn <pvhp@best.com>
26770              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
26771              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
26772      Branch: perl
26773            ! win32/FindExt.pm
26774 ____________________________________________________________________________
26775 [  9970] By: jhi                                   on 2001/05/03  02:42:46
26776         Log: Can't croak sans thread context, from Doug MacEachern.
26777      Branch: perl
26778            ! toke.c
26779 ____________________________________________________________________________
26780 [  9969] By: jhi                                   on 2001/05/03  01:23:48
26781         Log: Subject: Random input test and Perl
26782              From: Ilya Zakharevich <ilya@math.berkeley.edu>
26783              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
26784              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
26785      Branch: perl
26786            ! toke.c
26787 ____________________________________________________________________________
26788 [  9968] By: jhi                                   on 2001/05/02  22:17:21
26789         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
26790              From: Peter Prymmer <pvhp@forte.com>
26791              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
26792              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
26793      Branch: perl
26794            ! pod/perlfunc.pod pod/perlport.pod
26795 ____________________________________________________________________________
26796 [  9967] By: jhi                                   on 2001/05/02  20:12:45
26797         Log: Workaround for UTS compiler casting bug from Hal Morris.
26798      Branch: perl
26799            ! perl.h
26800 ____________________________________________________________________________
26801 [  9966] By: jhi                                   on 2001/05/02  18:31:37
26802         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
26803              From: Dan Sugalski <dan@sidhe.org>
26804              Date: Wed, 02 May 2001 15:23:22 -0400
26805              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
26806      Branch: perl
26807            ! perl.c vms/vms.c
26808 ____________________________________________________________________________
26809 [  9965] By: jhi                                   on 2001/05/02  18:21:29
26810         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
26811      Branch: perl
26812            ! pod/perlfunc.pod
26813 ____________________________________________________________________________
26814 [  9964] By: jhi                                   on 2001/05/02  18:15:01
26815         Log: Document large files in INSTALL, document also the %x
26816              limitation if not use64bitint, closes bug 20010326.007.
26817      Branch: perl
26818            ! INSTALL
26819 ____________________________________________________________________________
26820 [  9963] By: jhi                                   on 2001/05/02  17:24:47
26821         Log: perlmodlib tweaks; regen pods.
26822      Branch: perl
26823            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
26824            ! pod/perltoc.pod
26825 ____________________________________________________________________________
26826 [  9962] By: jhi                                   on 2001/05/02  17:14:00
26827         Log: Fix for a segfault, from Marc Lehmann.
26828      Branch: perl
26829            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
26830 ____________________________________________________________________________
26831 [  9961] By: jhi                                   on 2001/05/02  15:55:53
26832         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
26833              From: "Philip Newton" <pnewton@gmx.de>
26834              Date: Wed, 2 May 2001 18:39:03 +0200
26835              Message-ID: <3AF05447.15525.173B588@localhost>
26836      Branch: perl
26837            ! pod/perlop.pod
26838 ____________________________________________________________________________
26839 [  9960] By: jhi                                   on 2001/05/02  15:35:37
26840         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
26841              From: Dan Sugalski <dan@sidhe.org>
26842              Date: Wed, 02 May 2001 11:37:27 -0400
26843              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
26844      Branch: perl
26845            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
26846            ! thread.h vms/vms.c vms/vmsish.h
26847 ____________________________________________________________________________
26848 [  9959] By: jhi                                   on 2001/05/02  15:21:08
26849         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
26850              From: Benjamin Sugars <bsugars@canoe.ca>
26851              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
26852              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
26853      Branch: perl
26854            ! ext/PerlIO/Scalar/Scalar.xs
26855 ____________________________________________________________________________
26856 [  9958] By: jhi                                   on 2001/05/02  15:15:53
26857         Log: Bug in #9915, spotted by Mike Guy.
26858      Branch: perl
26859            ! installperl
26860 ____________________________________________________________________________
26861 [  9957] By: jhi                                   on 2001/05/02  13:26:01
26862         Log: Add a test for not griping about references as array
26863              indices if the reference has magic in it (overloaded
26864              methods).
26865      Branch: perl
26866            ! pod/perldiag.pod t/pragma/warn/pp_hot
26867 ____________________________________________________________________________
26868 [  9956] By: jhi                                   on 2001/05/02  13:07:01
26869         Log: Retracted a bit too much in #9952.
26870      Branch: perl
26871            ! t/pragma/sub_lval.t
26872 ____________________________________________________________________________
26873 [  9955] By: jhi                                   on 2001/05/02  13:05:38
26874         Log: Test for #9952.
26875      Branch: perl
26876            ! t/op/tie.t
26877 ____________________________________________________________________________
26878 [  9954] By: jhi                                   on 2001/05/02  11:48:18
26879         Log: Additional note on the encoding example: one cannot
26880              convert string constants in-place.
26881      Branch: perl
26882            ! ext/Encode/Encode.pm
26883 ____________________________________________________________________________
26884 [  9953] By: jhi                                   on 2001/05/02  11:43:51
26885         Log: Note that if you have recent enough Perl you already
26886              have Filter::Util::Call.
26887      Branch: perl
26888            ! lib/Filter/Simple.pm
26889 ____________________________________________________________________________
26890 [  9952] By: jhi                                   on 2001/05/02  11:31:53
26891         Log: Retract changes #8254 and #8255, causes coredump in
26892              'tie FH, "main"', reported by Abigail, culprit found by
26893              Benjamin Sugars.  Mirrors maintperl change #9950.
26894      Branch: perl
26895            ! op.c t/pragma/sub_lval.t
26896 ____________________________________________________________________________
26897 [  9951] By: jhi                                   on 2001/05/02  11:14:29
26898         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
26899      Branch: perl
26900            + t/lib/MyFilter.pm
26901 ____________________________________________________________________________
26902 [  9950] By: gsar                                  on 2001/05/02  03:17:11
26903         Log: revert integration of changes#8254,8255 in change#8620 (causes
26904              a coredump in C<tie FH, 'foo'>; the idea itself may need better
26905              rationalization)
26906      Branch: maint-5.6/perl
26907            ! op.c t/pragma/sub_lval.t
26908 ____________________________________________________________________________
26909 [  9949] By: gsar                                  on 2001/05/02  02:56:32
26910         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
26911              
26912              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26913              
26914              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26915      Branch: maint-5.6/perl
26916           !> hints/svr5.sh
26917 ____________________________________________________________________________
26918 [  9948] By: gsar                                  on 2001/05/02  02:49:15
26919         Log: pod/find.t breaks on VMS (from Craig Berry)
26920      Branch: maint-5.6/perl
26921            ! t/pod/find.t
26922 ____________________________________________________________________________
26923 [  9947] By: jhi                                   on 2001/05/02  02:43:09
26924         Log: Add an encoding conversion example.
26925      Branch: perl
26926            ! ext/Encode/Encode.pm
26927 ____________________________________________________________________________
26928 [  9946] By: jhi                                   on 2001/05/02  01:34:22
26929         Log: Another coat of paint but still nowhere finished.
26930              Need to decide on the semantics of strptime(): should
26931              strptime() be a function instead of a method?  To do
26932              the week/monthname-strptiming the i18n/l10n bullet needs
26933              to be bitten with gusto.
26934      Branch: perl
26935            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
26936 ____________________________________________________________________________
26937 [  9945] By: jhi                                   on 2001/05/01  23:40:52
26938         Log: Update Changes.
26939      Branch: perl
26940            ! Changes patchlevel.h
26941 ____________________________________________________________________________
26942 [  9944] By: jhi                                   on 2001/05/01  23:33:37
26943         Log: Add known-to-be-tested modules to the list-to-be-skipped.
26944      Branch: perl
26945            ! t/lib/1_compile.t
26946 ____________________________________________________________________________
26947 [  9943] By: jhi                                   on 2001/05/01  23:24:40
26948         Log: Subject: BorlandC++ fix
26949              From: "Vadim Konovalov" <watman@inbox.ru>
26950              Date: Mon, 30 Apr 2001 20:12:26 -0700
26951              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
26952      Branch: perl
26953            ! win32/makefile.mk
26954 ____________________________________________________________________________
26955 [  9942] By: jhi                                   on 2001/05/01  23:18:02
26956         Log: Update to Filter::Simple 0.60, create a test for it.
26957      Branch: perl
26958            + t/lib/filter-simple.t
26959            ! MANIFEST lib/Filter/Simple.pm
26960 ____________________________________________________________________________
26961 [  9941] By: jhi                                   on 2001/05/01  19:47:24
26962         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
26963              From: Hugo <hv@crypt.compulink.co.uk>
26964              Date: Tue, 01 May 2001 20:12:20 +0100
26965              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
26966      Branch: perl
26967            ! pp_hot.c t/op/re_tests
26968 ____________________________________________________________________________
26969 [  9940] By: jhi                                   on 2001/05/01  19:42:16
26970         Log: Integrate perlio.
26971      Branch: perl
26972           !> lib/base.pm t/lib/fields.t
26973 ____________________________________________________________________________
26974 [  9939] By: jhi                                   on 2001/05/01  19:39:51
26975         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
26976              From: Benjamin Sugars <bsugars@canoe.ca>
26977              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
26978              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
26979      Branch: perl
26980            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
26981 ____________________________________________________________________________
26982 [  9938] By: jhi                                   on 2001/05/01  19:34:09
26983         Log: Add NEXT, a pseudo-class for method redispatching.
26984              <Damian>NEXT.pm probably offers more bang-for-buck
26985              than anything else I've ever written.</Damian>
26986      Branch: perl
26987            + lib/NEXT.pm t/lib/next.t
26988            ! MANIFEST
26989 ____________________________________________________________________________
26990 [  9937] By: jhi                                   on 2001/05/01  19:21:41
26991         Log: Update to Switch 2.02.
26992      Branch: perl
26993            ! lib/Switch.pm t/lib/switch.t
26994 ____________________________________________________________________________
26995 [  9936] By: nick                                  on 2001/05/01  19:09:21
26996         Log: Fix for base.pm clobbering $VERSION
26997      Branch: perlio
26998            ! lib/base.pm
26999 ____________________________________________________________________________
27000 [  9935] By: nick                                  on 2001/05/01  18:54:38
27001         Log: Test for base.pm clobbering $VERSION.
27002      Branch: perlio
27003            ! t/lib/fields.t
27004 ____________________________________________________________________________
27005 [  9934] By: jhi                                   on 2001/05/01  18:39:10
27006         Log: Add information about Scalar::Util::blessed.
27007      Branch: perl
27008            ! pod/perlobj.pod
27009 ____________________________________________________________________________
27010 [  9933] By: jhi                                   on 2001/05/01  18:33:51
27011         Log: Subject: Extra UNIVERSAL documentation
27012              From: Mike Guy <mjtg@cam.ac.uk>
27013              Date: Tue, 01 May 2001 20:12:11 +0100
27014              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
27015      Branch: perl
27016            ! pod/perlobj.pod
27017 ____________________________________________________________________________
27018 [  9932] By: jhi                                   on 2001/05/01  18:26:54
27019         Log: Subject: Autoflush in tests as appropriate
27020              From: Mike Guy <mjtg@cam.ac.uk>
27021              Date: Tue, 01 May 2001 20:05:31 +0100
27022              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
27023      Branch: perl
27024            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
27025            ! t/op/taint.t
27026 ____________________________________________________________________________
27027 [  9931] By: jhi                                   on 2001/05/01  18:02:29
27028         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
27029              From: Benjamin Sugars <bsugars@canoe.ca>
27030              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
27031              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
27032      Branch: perl
27033            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27034 ____________________________________________________________________________
27035 [  9930] By: jhi                                   on 2001/05/01  15:12:26
27036         Log: Subject: Re: Finally got a round tuit
27037              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27038              Date: Tue, 01 May 2001 14:14:10 +0200
27039              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
27040              
27041              The -DP part, slightly modified.
27042      Branch: perl
27043            ! perl.c
27044 ____________________________________________________________________________
27045 [  9929] By: jhi                                   on 2001/05/01  14:17:15
27046         Log: Subject: Re: Finally got a round tuit
27047              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27048              Date: Tue, 01 May 2001 16:34:06 +0200
27049              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
27050              
27051              cpp and optimization tweaks for HP-UX.
27052      Branch: perl
27053            ! hints/hpux.sh
27054 ____________________________________________________________________________
27055 [  9928] By: jhi                                   on 2001/05/01  13:24:20
27056         Log: Tune the scan_num() comments to reality.
27057      Branch: perl
27058            ! toke.c
27059 ____________________________________________________________________________
27060 [  9927] By: jhi                                   on 2001/05/01  13:14:01
27061         Log: Subject: [PATCH B::Deparse] optimised sort
27062              From: Robin Houston <robin@kitsite.com>
27063              Date: Tue, 1 May 2001 14:07:12 +0100
27064              Message-ID: <20010501140712.A4266@penderel>
27065      Branch: perl
27066            ! ext/B/B/Deparse.pm
27067 ____________________________________________________________________________
27068 [  9926] By: jhi                                   on 2001/05/01  13:10:53
27069         Log: Subject: [PATCH t/lib/b-deparse.t] 
27070              From: Robin Houston <robin@kitsite.com>
27071              Date: Tue, 1 May 2001 13:37:42 +0100
27072              Message-ID: <20010501133742.A4082@penderel>
27073      Branch: perl
27074            ! t/lib/b-deparse.t
27075 ____________________________________________________________________________
27076 [  9925] By: jhi                                   on 2001/05/01  13:10:13
27077         Log: Subject: [PATCH B::Deparse] for(;;), sort
27078              From: Robin Houston <robin@kitsite.com>
27079              Date: Tue, 1 May 2001 13:35:00 +0100
27080              Message-ID: <20010501133500.A4061@penderel>
27081      Branch: perl
27082            ! ext/B/B/Deparse.pm
27083 ____________________________________________________________________________
27084 [  9924] By: jhi                                   on 2001/05/01  13:09:22
27085         Log: Subject: [PATCH B::Deparse] do, warn, use
27086              From: Robin Houston <robin@kitsite.com>
27087              Date: Tue, 1 May 2001 13:31:03 +0100
27088              Message-ID: <20010501133103.A4041@penderel>
27089      Branch: perl
27090            ! ext/B/B/Deparse.pm
27091 ____________________________________________________________________________
27092 [  9923] By: jhi                                   on 2001/05/01  11:45:36
27093         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
27094              From: Benjamin Sugars <ben.sugars@home.com>
27095              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
27096              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
27097      Branch: perl
27098            + t/io/fflush.t
27099            ! MANIFEST
27100 ____________________________________________________________________________
27101 [  9922] By: jhi                                   on 2001/05/01  11:35:42
27102         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
27103              From: Peter Prymmer <pvhp@forte.com>
27104              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
27105              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
27106      Branch: perl
27107            ! t/lib/selfstubber.t
27108 ____________________________________________________________________________
27109 [  9921] By: jhi                                   on 2001/04/30  16:34:33
27110         Log: Subject: [PATCH B::Concise] suppress warning
27111              From: Robin Houston <robin@kitsite.com>
27112              Date: Mon, 30 Apr 2001 16:09:49 +0100
27113              Message-ID: <20010430160949.A25086@penderel>
27114      Branch: perl
27115            ! ext/B/B/Concise.pm
27116 ____________________________________________________________________________
27117 [  9920] By: jhi                                   on 2001/04/30  13:56:04
27118         Log: Strip the *markers* from #9919.
27119      Branch: perl
27120            ! pod/perlfaq.pod pod/perlfaq5.pod
27121 ____________________________________________________________________________
27122 [  9919] By: jhi                                   on 2001/04/30  13:54:04
27123         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
27124              From: Gwyn Judd <b.judd@xtra.co.nz>
27125              Date: Sun, 29 Apr 2001 01:47:49 +1200
27126              Message-ID: <20010429014749.A4418@thislove>
27127      Branch: perl
27128            ! pod/perlfaq.pod pod/perlfaq5.pod
27129 ____________________________________________________________________________
27130 [  9918] By: jhi                                   on 2001/04/30  13:13:54
27131         Log: More_tweakage.
27132      Branch: perl
27133            ! pod/perldata.pod pod/perldiag.pod
27134 ____________________________________________________________________________
27135 [  9917] By: jhi                                   on 2001/04/30  13:01:27
27136         Log: Update Changes.
27137      Branch: perl
27138            ! Changes patchlevel.h
27139 ____________________________________________________________________________
27140 [  9916] By: jhi                                   on 2001/04/30  12:57:03
27141         Log: T_w_e_a_k_a_g_e.
27142      Branch: perl
27143            ! pod/perldata.pod pod/perldiag.pod
27144 ____________________________________________________________________________
27145 [  9915] By: jhi                                   on 2001/04/30  12:39:29
27146         Log: Install s2p also as psed.
27147              
27148              TODO: psed documentation?
27149      Branch: perl
27150            ! installperl
27151 ____________________________________________________________________________
27152 [  9914] By: jhi                                   on 2001/04/30  12:29:21
27153         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
27154              From: Jens Hamisch <jens@Strawberry.COM>
27155              Date: Fri, 27 Apr 2001 17:00:36 +0200
27156              Message-ID: <20010427170036.K1372@Strawberry.COM>
27157              
27158              SOCKS5_VERSION_NAME is the right symbol to detect
27159              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
27160              function called socks5_init() is available, and even that is
27161              not universal, most SOCKS5 installations use SOCKSinit()).
27162      Branch: perl
27163            ! perlio.c
27164 ____________________________________________________________________________
27165 [  9913] By: jhi                                   on 2001/04/30  12:22:15
27166         Log: Allow a zero timeout on IO::Socket accept and connect--
27167              though one really shouldn't do that.  Based on
27168              
27169              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
27170              From: "John Holdsworth" <coldwave@bigfoot.com>
27171              Date: Sun, 4 Feb 2001 12:48:18 +0100
27172              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
27173      Branch: perl
27174            ! ext/IO/lib/IO/Socket.pm
27175 ____________________________________________________________________________
27176 [  9912] By: jhi                                   on 2001/04/30  11:27:27
27177         Log: Save the spot of regprev (see #9911) for binary compatibility;
27178              regen API.
27179      Branch: perl
27180            ! embedvar.h perlapi.h thrdvar.h
27181 ____________________________________________________________________________
27182 [  9911] By: jhi                                   on 2001/04/30  11:22:03
27183         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
27184              From: Hugo <hv@crypt.compulink.co.uk>
27185              Date: Sun, 29 Apr 2001 17:09:30 +0100
27186              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
27187      Branch: perl
27188            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
27189 ____________________________________________________________________________
27190 [  9910] By: jhi                                   on 2001/04/30  11:15:12
27191         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
27192              a dummy for PL_numeric_radix); no pressing reason to break
27193              binary compatibility; regen API.
27194      Branch: perl
27195            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
27196            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
27197 ____________________________________________________________________________
27198 [  9909] By: jhi                                   on 2001/04/30  10:56:08
27199         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
27200              From: Walt Mankowski <waltman@netaxs.com>
27201              Date: Sun, 29 Apr 2001 21:53:48 -0400
27202              Message-ID: <20010429215348.A3971@netaxs.com>
27203      Branch: perl
27204            ! pod/perlfunc.pod
27205 ____________________________________________________________________________
27206 [  9908] By: jhi                                   on 2001/04/30  10:49:40
27207         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
27208      Branch: perl
27209            ! t/lib/selfstubber.t
27210 ____________________________________________________________________________
27211 [  9907] By: nick                                  on 2001/04/30  09:26:50
27212         Log: Integrate mainline.
27213      Branch: perlio
27214           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
27215 ____________________________________________________________________________
27216 [  9906] By: jhi                                   on 2001/04/29  23:24:20
27217         Log: Abigail spotted a thinko in #9905.
27218      Branch: perl
27219            ! pod/perldiag.pod
27220 ____________________________________________________________________________
27221 [  9905] By: jhi                                   on 2001/04/29  15:55:39
27222         Log: Changed the underscore/undebar syntax in numeric constants;
27223              now any grouping will do, as long as the underscores are not
27224              consecutive (so "zero-grouping" is out), and they do not begin
27225              or end the integer or fractional parts.
27226      Branch: perl
27227            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
27228 ____________________________________________________________________________
27229 [  9904] By: nick                                  on 2001/04/29  15:43:22
27230         Log: Integrate mainline.
27231      Branch: perlio
27232           +> (branch 98 files)
27233            - lib/unicode/Block.pl
27234            - lib/unicode/In/AlphabeticPresentationForms.pl
27235            - lib/unicode/In/Arabic.pl
27236            - lib/unicode/In/ArabicPresentationForms-A.pl
27237            - lib/unicode/In/ArabicPresentationForms-B.pl
27238            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
27239            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
27240            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
27241            - lib/unicode/In/BopomofoExtended.pl
27242            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
27243            - lib/unicode/In/CJKCompatibility.pl
27244            - lib/unicode/In/CJKCompatibilityForms.pl
27245            - lib/unicode/In/CJKCompatibilityIdeographs.pl
27246            - lib/unicode/In/CJKRadicalsSupplement.pl
27247            - lib/unicode/In/CJKSymbolsandPunctuation.pl
27248            - lib/unicode/In/CJKUnifiedIdeographs.pl
27249            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
27250            - lib/unicode/In/Cherokee.pl
27251            - lib/unicode/In/CombiningDiacriticalMarks.pl
27252            - lib/unicode/In/CombiningHalfMarks.pl
27253            - lib/unicode/In/CombiningMarksforSymbols.pl
27254            - lib/unicode/In/ControlPictures.pl
27255            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
27256            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
27257            - lib/unicode/In/EnclosedAlphanumerics.pl
27258            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
27259            - lib/unicode/In/Ethiopic.pl
27260            - lib/unicode/In/GeneralPunctuation.pl
27261            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
27262            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
27263            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
27264            - lib/unicode/In/HalfwidthandFullwidthForms.pl
27265            - lib/unicode/In/HangulCompatibilityJamo.pl
27266            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
27267            - lib/unicode/In/Hebrew.pl
27268            - lib/unicode/In/HighPrivateUseSurrogates.pl
27269            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
27270            - lib/unicode/In/IPAExtensions.pl
27271            - lib/unicode/In/IdeographicDescriptionCharacters.pl
27272            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
27273            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
27274            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
27275            - lib/unicode/In/Latin-1Supplement.pl
27276            - lib/unicode/In/LatinExtended-A.pl
27277            - lib/unicode/In/LatinExtended-B.pl
27278            - lib/unicode/In/LatinExtendedAdditional.pl
27279            - lib/unicode/In/LetterlikeSymbols.pl
27280            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
27281            - lib/unicode/In/MathematicalOperators.pl
27282            - lib/unicode/In/MiscellaneousSymbols.pl
27283            - lib/unicode/In/MiscellaneousTechnical.pl
27284            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
27285            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
27286            - lib/unicode/In/OpticalCharacterRecognition.pl
27287            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
27288            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
27289            - lib/unicode/In/SmallFormVariants.pl
27290            - lib/unicode/In/SpacingModifierLetters.pl
27291            - lib/unicode/In/Specials.pl
27292            - lib/unicode/In/SuperscriptsandSubscripts.pl
27293            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
27294            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
27295            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
27296            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
27297            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
27298           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
27299           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
27300           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
27301           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
27302           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
27303           !> utf8.c win32/Makefile
27304 ____________________________________________________________________________
27305 [  9903] By: jhi                                   on 2001/04/29  14:30:53
27306         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
27307              From: Prymmer/Kahn <pvhp@best.com>
27308              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
27309              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
27310      Branch: perl
27311            ! win32/Makefile
27312 ____________________________________________________________________________
27313 [  9902] By: jhi                                   on 2001/04/29  02:52:44
27314         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
27315              From: "Abigail" <abigail@foad.org>
27316              Date: Sun, 29 Apr 2001 03:14:25 +0200
27317              Message-ID: <20010429011425.24503.qmail@foad.org>
27318      Branch: perl
27319            ! ext/IO/lib/IO/Seekable.pm
27320 ____________________________________________________________________________
27321 [  9901] By: jhi                                   on 2001/04/29  02:04:46
27322         Log: In character classes one couldn't have 0x80..0xff characters
27323              at the left hand side if there were 0x100.. characters in the
27324              character class.
27325      Branch: perl
27326            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
27327            ! t/op/pat.t utf8.c
27328 ____________________________________________________________________________
27329 [  9900] By: jhi                                   on 2001/04/28  22:55:04
27330         Log: Forgot the latest mktables.PL from #9899.
27331      Branch: perl
27332            ! lib/unicode/mktables.PL
27333 ____________________________________________________________________________
27334 [  9899] By: jhi                                   on 2001/04/28  22:53:28
27335         Log: Explain the \p{} and \P{} error message better and
27336              have prettier prettyprint in In.pl.
27337      Branch: perl
27338            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
27339            ! pod/perldiag.pod
27340 ____________________________________________________________________________
27341 [  9898] By: jhi                                   on 2001/04/28  21:03:34
27342         Log: Add one possible explanation for the "Invalid [] range" error.
27343      Branch: perl
27344            ! pod/perldiag.pod
27345 ____________________________________________________________________________
27346 [  9897] By: jhi                                   on 2001/04/28  17:18:26
27347         Log: Add a level of indirection to the implementation of \p{InFoo}
27348              so that we don't have to have long filenames.  (Nothing changes
27349              in the user interface.)   The indirection is defined in
27350              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
27351              Also rename some the character classes by removing '-' from
27352              the classnames, and finally renamed Block.pl as Blocks.pl.
27353      Branch: perl
27354            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
27355            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
27356            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
27357            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
27358            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
27359            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
27360            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
27361            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
27362            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
27363            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
27364            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
27365            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
27366            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
27367            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
27368            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
27369            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
27370            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
27371            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
27372            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
27373            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
27374            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
27375            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
27376            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
27377            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
27378            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
27379            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
27380            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
27381            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
27382            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
27383            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
27384            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
27385            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
27386            + lib/unicode/In/94.pl lib/unicode/In/95.pl
27387            - lib/unicode/Block.pl
27388            - lib/unicode/In/AlphabeticPresentationForms.pl
27389            - lib/unicode/In/Arabic.pl
27390            - lib/unicode/In/ArabicPresentationForms-A.pl
27391            - lib/unicode/In/ArabicPresentationForms-B.pl
27392            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
27393            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
27394            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
27395            - lib/unicode/In/BopomofoExtended.pl
27396            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
27397            - lib/unicode/In/CJKCompatibility.pl
27398            - lib/unicode/In/CJKCompatibilityForms.pl
27399            - lib/unicode/In/CJKCompatibilityIdeographs.pl
27400            - lib/unicode/In/CJKRadicalsSupplement.pl
27401            - lib/unicode/In/CJKSymbolsandPunctuation.pl
27402            - lib/unicode/In/CJKUnifiedIdeographs.pl
27403            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
27404            - lib/unicode/In/Cherokee.pl
27405            - lib/unicode/In/CombiningDiacriticalMarks.pl
27406            - lib/unicode/In/CombiningHalfMarks.pl
27407            - lib/unicode/In/CombiningMarksforSymbols.pl
27408            - lib/unicode/In/ControlPictures.pl
27409            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
27410            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
27411            - lib/unicode/In/EnclosedAlphanumerics.pl
27412            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
27413            - lib/unicode/In/Ethiopic.pl
27414            - lib/unicode/In/GeneralPunctuation.pl
27415            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
27416            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
27417            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
27418            - lib/unicode/In/HalfwidthandFullwidthForms.pl
27419            - lib/unicode/In/HangulCompatibilityJamo.pl
27420            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
27421            - lib/unicode/In/Hebrew.pl
27422            - lib/unicode/In/HighPrivateUseSurrogates.pl
27423            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
27424            - lib/unicode/In/IPAExtensions.pl
27425            - lib/unicode/In/IdeographicDescriptionCharacters.pl
27426            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
27427            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
27428            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
27429            - lib/unicode/In/Latin-1Supplement.pl
27430            - lib/unicode/In/LatinExtended-A.pl
27431            - lib/unicode/In/LatinExtended-B.pl
27432            - lib/unicode/In/LatinExtendedAdditional.pl
27433            - lib/unicode/In/LetterlikeSymbols.pl
27434            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
27435            - lib/unicode/In/MathematicalOperators.pl
27436            - lib/unicode/In/MiscellaneousSymbols.pl
27437            - lib/unicode/In/MiscellaneousTechnical.pl
27438            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
27439            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
27440            - lib/unicode/In/OpticalCharacterRecognition.pl
27441            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
27442            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
27443            - lib/unicode/In/SmallFormVariants.pl
27444            - lib/unicode/In/SpacingModifierLetters.pl
27445            - lib/unicode/In/Specials.pl
27446            - lib/unicode/In/SuperscriptsandSubscripts.pl
27447            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
27448            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
27449            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
27450            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
27451            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
27452            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
27453            ! pod/perlunicode.pod
27454 ____________________________________________________________________________
27455 [  9896] By: jhi                                   on 2001/04/28  14:33:17
27456         Log: Update the information on shared library path on HP-UX.
27457      Branch: perl
27458            ! INSTALL
27459 ____________________________________________________________________________
27460 [  9895] By: jhi                                   on 2001/04/28  14:32:30
27461         Log: Because #9894 seems to do the trick, this workaround can be removed.
27462      Branch: perl
27463            ! t/lib/selfstubber.t
27464 ____________________________________________________________________________
27465 [  9894] By: jhi                                   on 2001/04/28  14:26:13
27466         Log: For PerlIO flush the children's file handles (on fork/exec/system).
27467      Branch: perl
27468            ! perl.h
27469 ____________________________________________________________________________
27470 [  9893] By: jhi                                   on 2001/04/28  14:23:15
27471         Log: Test tweak for #9891.
27472      Branch: perl
27473            ! t/lib/b-deparse.t
27474 ____________________________________________________________________________
27475 [  9892] By: jhi                                   on 2001/04/28  14:10:13
27476         Log: New HP-UX hints from Merijn.
27477      Branch: perl
27478            ! hints/hpux.sh
27479 ____________________________________________________________________________
27480 [  9891] By: jhi                                   on 2001/04/28  14:07:27
27481         Log: Subject: [PATCH B::Deparse] non-block scopes
27482              From: Robin Houston <robin@kitsite.com>
27483              Date: Fri, 27 Apr 2001 19:15:14 +0100
27484              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
27485      Branch: perl
27486            ! ext/B/B/Deparse.pm
27487 ____________________________________________________________________________
27488 [  9890] By: nick                                  on 2001/04/27  19:41:25
27489         Log: Integrate mainline
27490      Branch: perlio
27491           +> t/lib/selfstubber.t
27492           !> (integrate 50 files)
27493 ____________________________________________________________________________
27494 [  9889] By: jhi                                   on 2001/04/27  18:23:46
27495         Log: Subject: Re: selfstubber test fail on bleadperl
27496              From: Mike Guy <mjtg@cam.ac.uk>
27497              Date: Fri, 27 Apr 2001 19:31:18 +0100
27498              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
27499      Branch: perl
27500            ! t/lib/selfstubber.t
27501 ____________________________________________________________________________
27502 [  9888] By: jhi                                   on 2001/04/27  16:20:54
27503         Log: Test tweak for #9886.
27504      Branch: perl
27505            ! t/lib/b-deparse.t
27506 ____________________________________________________________________________
27507 [  9887] By: jhi                                   on 2001/04/27  16:16:33
27508         Log: Buffering issue at least in Solaris (even with perlio).
27509      Branch: perl
27510            ! t/lib/selfstubber.t
27511 ____________________________________________________________________________
27512 [  9886] By: jhi                                   on 2001/04/27  14:59:23
27513         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
27514              From: Robin Houston <robin@kitsite.com>
27515              Date: Fri, 27 Apr 2001 16:53:20 +0100
27516              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
27517      Branch: perl
27518            ! ext/B/B/Deparse.pm
27519 ____________________________________________________________________________
27520 [  9885] By: jhi                                   on 2001/04/27  14:23:51
27521         Log: Update Changes.
27522      Branch: perl
27523            ! Changes patchlevel.h
27524 ____________________________________________________________________________
27525 [  9884] By: jhi                                   on 2001/04/27  14:14:12
27526         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
27527              From: "Philip Newton" <pnewton@gmx.de>
27528              Date: Fri, 27 Apr 2001 16:40:13 +0200
27529              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
27530      Branch: perl
27531            ! pod/perldata.pod
27532 ____________________________________________________________________________
27533 [  9883] By: jhi                                   on 2001/04/27  13:28:19
27534         Log: Add LOG_PERROR; prettify the "removed".
27535      Branch: perl
27536            ! ext/Sys/Syslog/Syslog.xs
27537 ____________________________________________________________________________
27538 [  9882] By: jhi                                   on 2001/04/27  13:13:18
27539         Log: h2xs tweaks: use NV instead of double, "quote" the removed
27540              prefixes for clarity (especially when nothing is removed),
27541              slight pod reformats.
27542      Branch: perl
27543            ! utils/h2xs.PL
27544 ____________________________________________________________________________
27545 [  9881] By: jhi                                   on 2001/04/27  12:58:48
27546         Log: Don't bother creating existing directories.
27547      Branch: perl
27548            ! utils/h2xs.PL
27549 ____________________________________________________________________________
27550 [  9880] By: jhi                                   on 2001/04/27  12:45:39
27551         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
27552              From: Mike Schilli <m@perlmeister.com>
27553              Date: Wed, 25 Apr 2001 01:29:21 -0700
27554              Message-id: <3AE68AE1.6A981723@perlmeister.com>
27555      Branch: perl
27556            ! utils/h2xs.PL
27557 ____________________________________________________________________________
27558 [  9879] By: jhi                                   on 2001/04/27  12:40:55
27559         Log: break is not yet Perl.  Added the template license also to README.
27560      Branch: perl
27561            ! utils/h2xs.PL
27562 ____________________________________________________________________________
27563 [  9878] By: jhi                                   on 2001/04/27  03:08:20
27564         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
27565              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27566              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
27567              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
27568      Branch: perl
27569            ! t/lib/xs-typemap.t
27570 ____________________________________________________________________________
27571 [  9877] By: jhi                                   on 2001/04/26  23:54:40
27572         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
27573              From: "Abigail" <abigail@foad.org>
27574              Date: Fri, 27 Apr 2001 01:44:28 +0200
27575              Message-ID: <20010426234428.19786.qmail@foad.org>
27576      Branch: perl
27577            ! utils/h2xs.PL
27578 ____________________________________________________________________________
27579 [  9876] By: jhi                                   on 2001/04/26  23:52:06
27580         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
27581              From: Peter Prymmer <pvhp@forte.com>
27582              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
27583              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
27584      Branch: perl
27585            ! t/lib/selfstubber.t
27586 ____________________________________________________________________________
27587 [  9875] By: jhi                                   on 2001/04/26  23:48:10
27588         Log: Deparse nits.
27589      Branch: perl
27590            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
27591 ____________________________________________________________________________
27592 [  9874] By: jhi                                   on 2001/04/26  22:46:05
27593         Log: Document ANYOF_CLASS.
27594      Branch: perl
27595            ! regcomp.h
27596 ____________________________________________________________________________
27597 [  9873] By: jhi                                   on 2001/04/26  22:35:03
27598         Log: Subject: Re: [PATCH @9846] dumping ANYOF
27599              From: Hugo <hv@crypt.compulink.co.uk>
27600              Date: Thu, 26 Apr 2001 23:33:38 +0100
27601              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
27602      Branch: perl
27603            ! regcomp.c regcomp.h
27604 ____________________________________________________________________________
27605 [  9872] By: jhi                                   on 2001/04/26  22:34:31
27606         Log: Subject: [PATCH] more for Devel::SelfStubber
27607              From: Nicholas Clark <nick@ccl4.org>
27608              Date: Fri, 27 Apr 2001 00:13:52 +0100
27609              Message-ID: <20010427001351.K88186@plum.flirble.org>
27610      Branch: perl
27611            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
27612 ____________________________________________________________________________
27613 [  9871] By: jhi                                   on 2001/04/26  21:59:17
27614         Log: Subject: [PATCH B::Deparse] formats must be flush left
27615              From: Robin Houston <robin@kitsite.com>
27616              Date: Thu, 26 Apr 2001 23:54:29 +0100
27617              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
27618      Branch: perl
27619            ! ext/B/B/Deparse.pm
27620 ____________________________________________________________________________
27621 [  9870] By: jhi                                   on 2001/04/26  21:57:37
27622         Log: If some of the constants are prefixes of others,
27623              the prefixes may never get recognized.  (See 20010426.006.)
27624      Branch: perl
27625            ! utils/h2xs.PL
27626 ____________________________________________________________________________
27627 [  9869] By: jhi                                   on 2001/04/26  21:50:42
27628         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
27629              From: Chris Bongaarts <cab@tc.umn.edu>
27630              Date: Thu, 26 Apr 2001 17:10:31 -0500
27631              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
27632      Branch: perl
27633            ! ext/Sys/Syslog/Syslog.xs
27634 ____________________________________________________________________________
27635 [  9868] By: jhi                                   on 2001/04/26  21:35:12
27636         Log: Further cuts and more docs from Graham Barr.
27637      Branch: perl
27638            ! ext/List/Util/lib/List/Util.pm
27639            ! ext/List/Util/lib/Scalar/Util.pm
27640 ____________________________________________________________________________
27641 [  9867] By: jhi                                   on 2001/04/26  21:18:57
27642         Log: Subject: [PATCH 5.7.1] DB_File-1.77
27643              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
27644              Date: Thu, 26 Apr 2001 22:37:53 +0100
27645              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
27646      Branch: perl
27647            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27648            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
27649 ____________________________________________________________________________
27650 [  9866] By: jhi                                   on 2001/04/26  21:12:31
27651         Log: Subject: [PATCH B::Deparse] fix easy bugs
27652              From: Robin Houston <robin@kitsite.com>
27653              Date: Thu, 26 Apr 2001 23:03:33 +0100
27654              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
27655      Branch: perl
27656            ! ext/B/B/Deparse.pm
27657 ____________________________________________________________________________
27658 [  9865] By: jhi                                   on 2001/04/26  20:26:13
27659         Log: Update Changes.
27660      Branch: perl
27661            ! Changes patchlevel.h
27662 ____________________________________________________________________________
27663 [  9864] By: jhi                                   on 2001/04/26  19:27:48
27664         Log: Dethinko from Robin Houston.
27665      Branch: perl
27666            ! ext/B/B/Deparse.pm
27667 ____________________________________________________________________________
27668 [  9863] By: jhi                                   on 2001/04/26  19:10:35
27669         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
27670              From: Robin Houston <robin@kitsite.com>
27671              Date: Thu, 26 Apr 2001 21:08:32 +0100
27672              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
27673      Branch: perl
27674            ! ext/B/B/Deparse.pm
27675 ____________________________________________________________________________
27676 [  9862] By: jhi                                   on 2001/04/26  19:04:23
27677         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
27678              From: Robin Houston <robin@kitsite.com>
27679              Date: Thu, 26 Apr 2001 20:52:50 +0100
27680              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
27681      Branch: perl
27682            ! ext/B/B/Deparse.pm
27683 ____________________________________________________________________________
27684 [  9861] By: jhi                                   on 2001/04/26  18:56:14
27685         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
27686              From: Mike Guy <mjtg@cam.ac.uk>
27687              Date: Thu, 26 Apr 2001 14:22:40 +0100
27688              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
27689      Branch: perl
27690            ! pod/perlobj.pod
27691 ____________________________________________________________________________
27692 [  9860] By: jhi                                   on 2001/04/26  18:46:42
27693         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
27694              From: Robin Houston <robin@kitsite.com>
27695              Date: Thu, 26 Apr 2001 20:34:29 +0100
27696              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
27697              
27698              Hashes do not interpolate.
27699      Branch: perl
27700            ! ext/B/B/Deparse.pm
27701 ____________________________________________________________________________
27702 [  9859] By: jhi                                   on 2001/04/26  18:43:51
27703         Log: Subject: The Time::Piece conspiracy unmasked!!!
27704              From: Mike Guy <mjtg@cam.ac.uk>
27705              Date: Thu, 26 Apr 2001 19:02:50 +0100
27706              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
27707              
27708              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
27709              From: Mike Guy <mjtg@cam.ac.uk>
27710              Date: Thu, 26 Apr 2001 19:08:21 +0100
27711              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
27712              
27713              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
27714              From: Graham Barr <gbarr@pobox.com>
27715              Date: Thu, 26 Apr 2001 19:12:03 +0100
27716              Message-ID: <20010426191203.A70835@pobox.com>
27717              
27718              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
27719      Branch: perl
27720            ! ext/List/Util/lib/List/Util.pm
27721            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
27722 ____________________________________________________________________________
27723 [  9858] By: jhi                                   on 2001/04/26  18:17:42
27724         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
27725              From: Robin Houston <robin@kitsite.com>
27726              Date: Thu, 26 Apr 2001 16:09:35 +0100
27727              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
27728      Branch: perl
27729            ! t/comp/proto.t
27730 ____________________________________________________________________________
27731 [  9857] By: jhi                                   on 2001/04/26  18:04:59
27732         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
27733              From: barries <barries@slaysys.com>
27734              Date: Thu, 26 Apr 2001 12:01:10 -0400
27735              Message-ID: <20010426120110.E29698@jester.slaysys.com>
27736      Branch: perl
27737            ! pod/perldiag.pod
27738 ____________________________________________________________________________
27739 [  9856] By: jhi                                   on 2001/04/26  18:03:33
27740         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
27741              Date: Thu, 26 Apr 2001 17:13:41 +0100
27742              From: Robin Houston <robin@kitsite.com>
27743              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
27744              
27745              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
27746              From: Robin Houston <robin@kitsite.com>
27747              Date: Thu, 26 Apr 2001 18:44:29 +0100
27748              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
27749      Branch: perl
27750            ! ext/B/B/Deparse.pm
27751 ____________________________________________________________________________
27752 [  9855] By: jhi                                   on 2001/04/26  17:56:04
27753         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
27754              From: Robin Houston <robin@kitsite.com>
27755              Date: Thu, 26 Apr 2001 17:04:08 +0100
27756              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
27757      Branch: perl
27758            ! ext/B/B/Deparse.pm
27759 ____________________________________________________________________________
27760 [  9854] By: jhi                                   on 2001/04/26  17:47:26
27761         Log: Subject: Re: Short test case for undef %stash:: crash
27762              From: Benjamin Sugars <bsugars@canoe.ca> 
27763              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
27764              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
27765              Changed and moved the perldiag entry.
27766      Branch: perl
27767            ! gv.c pod/perldiag.pod
27768 ____________________________________________________________________________
27769 [  9853] By: jhi                                   on 2001/04/26  14:35:16
27770         Log: Beginnings of strptime().  Do not touch the wet paint.
27771      Branch: perl
27772            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
27773 ____________________________________________________________________________
27774 [  9852] By: jhi                                   on 2001/04/26  13:17:21
27775         Log: Retract #9851, core dumps from pod2man.
27776      Branch: perl
27777            ! regcomp.c
27778 ____________________________________________________________________________
27779 [  9851] By: jhi                                   on 2001/04/26  11:54:41
27780         Log: (Retracted by #9852.)
27781              
27782              Subject: [PATCH @9846] dumping ANYOF
27783              From: Hugo <hv@crypt.compulink.co.uk>
27784              Date: Thu, 26 Apr 2001 05:32:38 +0100
27785              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
27786      Branch: perl
27787            ! regcomp.c
27788 ____________________________________________________________________________
27789 [  9850] By: jhi                                   on 2001/04/26  02:34:44
27790         Log: If ccflags was empty the _previous_ $* containing all the
27791              environment variables and Configure variables was used,
27792              which lead, among other bad things, into $ccflags being your
27793              uname -a output, which lead into test compile with cc failing,
27794              which lead into gcc being selected, which didn't work that well
27795              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
27796              with large files, et cetera.
27797      Branch: perl
27798            ! hints/hpux.sh
27799 ____________________________________________________________________________
27800 [  9849] By: jhi                                   on 2001/04/26  01:44:57
27801         Log: Make selfstubber test more portable.
27802      Branch: perl
27803            ! t/lib/selfstubber.t
27804 ____________________________________________________________________________
27805 [  9848] By: jhi                                   on 2001/04/26  00:50:26
27806         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
27807              From: Benjamin Sugars <ben.sugars@home.com>
27808              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
27809              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
27810      Branch: perl
27811            ! ext/Cwd/Cwd.xs
27812 ____________________________________________________________________________
27813 [  9847] By: jhi                                   on 2001/04/26  00:46:58
27814         Log: Subject: [PATCH: perl@9841] VMS updates
27815              From: Peter Prymmer <pvhp@forte.com>
27816              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
27817              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
27818      Branch: perl
27819            ! README.vms configure.com vms/descrip_mms.template
27820            ! vms/ext/filespec.t
27821 ____________________________________________________________________________
27822 [  9846] By: jhi                                   on 2001/04/26  00:11:56
27823         Log: re 'debug' was broken by #9084.
27824      Branch: perl
27825            ! ext/re/re.xs
27826 ____________________________________________________________________________
27827 [  9845] By: jhi                                   on 2001/04/25  22:33:17
27828         Log: Subject: [PATCH] test for Devel::SelfStubber
27829              From: Nicholas Clark <nick@ccl4.org>
27830              Date: Thu, 26 Apr 2001 00:00:54 +0100
27831              Message-ID: <20010426000054.D89026@plum.flirble.org>
27832      Branch: perl
27833            + t/lib/selfstubber.t
27834            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
27835 ____________________________________________________________________________
27836 [  9844] By: jhi                                   on 2001/04/25  22:29:32
27837         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
27838              From: Paul Johnson <paul@pjcj.net>
27839              Date: Thu, 26 Apr 2001 00:46:08 +0200
27840              Message-ID: <20010426004608.H2338@pjcj.net>
27841      Branch: perl
27842            ! ext/B/B/Concise.pm
27843 ____________________________________________________________________________
27844 [  9843] By: jhi                                   on 2001/04/25  22:28:28
27845         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
27846              From: Peter Prymmer <pvhp@forte.com>
27847              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
27848              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
27849      Branch: perl
27850            ! ext/Cwd/Cwd.xs
27851 ____________________________________________________________________________
27852 [  9842] By: jhi                                   on 2001/04/25  20:58:12
27853         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
27854              From: John Peacock <jpeacock@rowman.com>
27855              Date: Wed, 25 Apr 2001 17:30:26 -0400
27856              Message-ID: <3AE741F2.B3217464@rowman.com>
27857      Branch: perl
27858            ! lib/Math/BigInt.pm t/lib/bigintpm.t
27859 ____________________________________________________________________________
27860 [  9841] By: jhi                                   on 2001/04/25  20:07:05
27861         Log: Update Changes.
27862      Branch: perl
27863            ! Changes patchlevel.h
27864 ____________________________________________________________________________
27865 [  9840] By: jhi                                   on 2001/04/25  19:56:51
27866         Log: Yet another HP-UX hints version from Merijn.
27867      Branch: perl
27868            ! hints/hpux.sh
27869 ____________________________________________________________________________
27870 [  9839] By: jhi                                   on 2001/04/25  19:53:04
27871         Log: abs_path() didn't terminate the filename correctly,
27872              in DIRNAMLENless systems like HP-UX this would fail.
27873      Branch: perl
27874            ! ext/Cwd/Cwd.xs
27875 ____________________________________________________________________________
27876 [  9838] By: jhi                                   on 2001/04/25  16:37:26
27877         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
27878              From: Mike Guy <mjtg@cam.ac.uk>
27879              Date: Wed, 25 Apr 2001 18:31:47 +0100
27880              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
27881      Branch: perl
27882            ! op.c
27883 ____________________________________________________________________________
27884 [  9837] By: jhi                                   on 2001/04/25  16:21:53
27885         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
27886              From: Jon Eveland <jweveland@yahoo.com>
27887              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
27888              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
27889      Branch: perl
27890            ! lib/perl5db.pl
27891 ____________________________________________________________________________
27892 [  9836] By: jhi                                   on 2001/04/25  14:17:50
27893         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
27894              From: "Philip Newton" <pnewton@gmx.de>
27895              Date: Wed, 25 Apr 2001 17:05:58 +0200
27896              Message-ID: <3AE703F6.3234.1833C45@localhost>
27897      Branch: perl
27898            ! Porting/patching.pod
27899 ____________________________________________________________________________
27900 [  9835] By: jhi                                   on 2001/04/25  13:58:07
27901         Log: It would seem that both ar and full_ar need to be overridden
27902              for HP-UX to avoid the GNU ar.
27903      Branch: perl
27904            ! hints/hpux.sh
27905 ____________________________________________________________________________
27906 [  9834] By: jhi                                   on 2001/04/25  13:50:40
27907         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
27908              From: "Philip Newton" <pnewton@gmx.de>
27909              Date: Wed, 25 Apr 2001 16:09:23 +0200
27910              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
27911              
27912              Detypo.
27913      Branch: perl
27914            ! t/op/misc.t
27915 ____________________________________________________________________________
27916 [  9833] By: jhi                                   on 2001/04/25  12:36:11
27917         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
27918      Branch: perl
27919            ! hints/hpux.sh
27920 ____________________________________________________________________________
27921 [  9832] By: jhi                                   on 2001/04/25  12:33:36
27922         Log: New version of HP-UX hints from Merijn.
27923      Branch: perl
27924            ! hints/hpux.sh
27925 ____________________________________________________________________________
27926 [  9831] By: jhi                                   on 2001/04/25  03:39:45
27927         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
27928      Branch: perl
27929            ! hints/hpux.sh
27930 ____________________________________________________________________________
27931 [  9830] By: jhi                                   on 2001/04/25  02:53:25
27932         Log: The tzname[] bit is not needed by util.c -- and causes
27933              heartburn in VMS (and it missing was probably the cause of
27934              the Mac OS X trouble).  Ouch.
27935      Branch: perl
27936            ! ext/POSIX/POSIX.xs util.c
27937 ____________________________________________________________________________
27938 [  9829] By: jhi                                   on 2001/04/25  00:10:06
27939         Log: Metaconfig unit change for #9828.
27940      Branch: metaconfig
27941            ! U/compline/ccflags.U
27942 ____________________________________________________________________________
27943 [  9828] By: jhi                                   on 2001/04/25  00:04:18
27944         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
27945              (which is actually the reason for the change, we need to pass
27946              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
27947              EP/IX, OS/2, and TitanOS, based on the hints files.
27948      Branch: perl
27949            ! Configure config_h.SH
27950 ____________________________________________________________________________
27951 [  9827] By: jhi                                   on 2001/04/24  23:49:20
27952         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
27953              the $cat must have an absolute path.
27954      Branch: perl
27955            ! makedepend.SH
27956 ____________________________________________________________________________
27957 [  9826] By: jhi                                   on 2001/04/24  23:40:53
27958         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
27959      Branch: perl
27960            ! README.amiga
27961 ____________________________________________________________________________
27962 [  9825] By: jhi                                   on 2001/04/24  23:35:35
27963         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
27964              From: "Philip Newton" <pnewton@gmx.de>
27965              Date: Tue, 24 Apr 2001 18:52:49 +0200
27966              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
27967      Branch: perl
27968            ! x2p/find2perl.PL
27969 ____________________________________________________________________________
27970 [  9824] By: jhi                                   on 2001/04/24  23:33:07
27971         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
27972              Some gcc specifics dropped out due to extensive rewriting;
27973              will be put back later as needed.
27974      Branch: perl
27975            ! hints/hpux.sh
27976 ____________________________________________________________________________
27977 [  9823] By: jhi                                   on 2001/04/24  23:27:57
27978         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
27979      Branch: perl
27980            ! ext/POSIX/POSIX.xs
27981 ____________________________________________________________________________
27982 [  9822] By: jhi                                   on 2001/04/24  23:25:21
27983         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
27984              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27985              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
27986              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
27987      Branch: perl
27988            ! ext/XS/Typemap/Typemap.xs
27989 ____________________________________________________________________________
27990 [  9821] By: jhi                                   on 2001/04/24  23:24:10
27991         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
27992              From: "Abigail" <abigail@foad.org>
27993              Date: Tue, 24 Apr 2001 23:12:03 +0200
27994              Message-ID: <20010424211203.7901.qmail@foad.org>
27995      Branch: perl
27996            ! pod/perlport.pod
27997 ____________________________________________________________________________
27998 [  9820] By: jhi                                   on 2001/04/24  23:23:15
27999         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
28000              From: Matt Sergeant <matt@sergeant.org>
28001              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
28002              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
28003      Branch: perl
28004            ! pod/perlfaq4.pod
28005 ____________________________________________________________________________
28006 [  9819] By: nick                                  on 2001/04/24  18:49:43
28007         Log: Integrate mainline.
28008      Branch: perlio
28009           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
28010           !> (integrate 37 files)
28011 ____________________________________________________________________________
28012 [  9818] By: jhi                                   on 2001/04/24  14:35:23
28013         Log: Update Changes.
28014      Branch: perl
28015            ! Changes patchlevel.h
28016 ____________________________________________________________________________
28017 [  9817] By: jhi                                   on 2001/04/24  14:09:17
28018         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
28019              From: "Philip Newton" <pnewton@gmx.de>
28020              Date: Tue, 24 Apr 2001 12:58:12 +0200
28021              Message-ID: <3AE57864.8304.B77A0A@localhost> 
28022              
28023              plus add CPAN to the list of modules that have their own tests.
28024      Branch: perl
28025            ! t/lib/1_compile.t
28026 ____________________________________________________________________________
28027 [  9816] By: jhi                                   on 2001/04/24  14:07:03
28028         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
28029              From: Michael G Schwern <schwern@pobox.com>
28030              Date: Sat, 21 Apr 2001 22:35:00 +0100
28031              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
28032      Branch: perl
28033            ! t/lib/1_compile.t
28034 ____________________________________________________________________________
28035 [  9815] By: jhi                                   on 2001/04/24  13:54:32
28036         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
28037              From: Robin Houston <robin@kitsite.com>
28038              Date: Tue, 24 Apr 2001 15:51:18 +0100
28039              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
28040      Branch: perl
28041            ! ext/B/B/Deparse.pm
28042 ____________________________________________________________________________
28043 [  9814] By: jhi                                   on 2001/04/24  13:17:34
28044         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28045              From: Bill Glicker <billg@burrelles.com>
28046              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
28047              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
28048      Branch: perl
28049            ! hints/svr5.sh
28050 ____________________________________________________________________________
28051 [  9813] By: jhi                                   on 2001/04/24  12:54:23
28052         Log: Prevent path disclosure (probing for existence of filenames)
28053              using suidperl; bug id 20010322.218.
28054      Branch: perl
28055            ! perl.c pod/perldiag.pod
28056 ____________________________________________________________________________
28057 [  9812] By: jhi                                   on 2001/04/24  12:08:36
28058         Log: Retract #9811.
28059      Branch: perl
28060            ! ext/POSIX/POSIX.xs
28061 ____________________________________________________________________________
28062 [  9811] By: jhi                                   on 2001/04/24  11:57:35
28063         Log: (Retracted by #9812.)
28064      Branch: perl
28065            ! ext/POSIX/POSIX.xs
28066 ____________________________________________________________________________
28067 [  9810] By: jhi                                   on 2001/04/24  03:32:35
28068         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
28069      Branch: perl
28070            ! util.c
28071 ____________________________________________________________________________
28072 [  9809] By: jhi                                   on 2001/04/24  03:16:13
28073         Log: The Math::BigFloat::import() was broken.
28074              (Fixes bug id 20010422.002.)
28075      Branch: perl
28076            ! lib/Math/BigFloat.pm
28077 ____________________________________________________________________________
28078 [  9808] By: jhi                                   on 2001/04/24  01:11:40
28079         Log: Additional dependencies; should help for parallel makes
28080              not to fail on missing lib/lib.pm or lib/re.pm.
28081      Branch: perl
28082            ! Makefile.SH
28083 ____________________________________________________________________________
28084 [  9807] By: jhi                                   on 2001/04/24  00:57:01
28085         Log: Update the test failure disclaimer.
28086      Branch: perl
28087            ! t/pragma/warn/pp_hot
28088 ____________________________________________________________________________
28089 [  9806] By: jhi                                   on 2001/04/24  00:54:04
28090         Log: Add make target "install-all" which is alias for "install"
28091              to cater for case-preserving filesystems like HFS+.
28092      Branch: perl
28093            ! INSTALL Makefile.SH
28094 ____________________________________________________________________________
28095 [  9805] By: jhi                                   on 2001/04/24  00:47:28
28096         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
28097              From: Peter Prymmer <pvhp@forte.com>
28098              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
28099              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
28100              
28101              (Ken William's message forwarded from macosx@perl.org)
28102      Branch: perl
28103            ! hints/darwin.sh
28104 ____________________________________________________________________________
28105 [  9804] By: jhi                                   on 2001/04/23  23:57:35
28106         Log: Cut-and-pasto.
28107      Branch: perl
28108            ! perlio.c
28109 ____________________________________________________________________________
28110 [  9803] By: jhi                                   on 2001/04/23  23:52:25
28111         Log: More PerlIO robustness.
28112      Branch: perl
28113            ! perlio.c
28114 ____________________________________________________________________________
28115 [  9802] By: jhi                                   on 2001/04/23  23:43:35
28116         Log: Make the "STD* opened only for ..." errors more consistent.
28117      Branch: perl
28118            ! doio.c
28119 ____________________________________________________________________________
28120 [  9801] By: jhi                                   on 2001/04/23  23:34:26
28121         Log: Test case for #9800.
28122      Branch: perl
28123            ! t/op/misc.t
28124 ____________________________________________________________________________
28125 [  9800] By: jhi                                   on 2001/04/23  23:14:43
28126         Log: Avoid coredump on 'close STDERR; die' by making
28127              the PerlIO calls more robust.  Also use SETERRNO()
28128              instead of errno = to be more VMS-ready.
28129      Branch: perl
28130            ! perlio.c
28131 ____________________________________________________________________________
28132 [  9799] By: jhi                                   on 2001/04/23  21:41:10
28133         Log: Subject: test for ID 20010423.002
28134              From: Robin Houston <robin@kitsite.com>
28135              Date: Mon, 23 Apr 2001 16:52:21 +0100
28136              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
28137      Branch: perl
28138            ! t/op/avhv.t
28139 ____________________________________________________________________________
28140 [  9798] By: jhi                                   on 2001/04/23  21:40:07
28141         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
28142              From: David Dyck <dcd@tc.fluke.com>
28143              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
28144              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
28145      Branch: perl
28146            ! installperl
28147 ____________________________________________________________________________
28148 [  9797] By: jhi                                   on 2001/04/23  21:37:56
28149         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
28150              From: Benjamin Sugars <bsugars@canoe.ca>
28151              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
28152              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
28153      Branch: perl
28154            ! ext/Cwd/Cwd.xs lib/Cwd.pm
28155 ____________________________________________________________________________
28156 [  9796] By: jhi                                   on 2001/04/23  21:29:24
28157         Log: Synchronize h2xs and pod2man some more on the documentation
28158              templates they propose.
28159      Branch: perl
28160            ! pod/pod2man.PL utils/h2xs.PL
28161 ____________________________________________________________________________
28162 [  9795] By: jhi                                   on 2001/04/23  17:30:40
28163         Log: Add one more naughty test for base64; make encoding logic cleaner.
28164      Branch: perl
28165            ! t/lib/mimeb64.t
28166 ____________________________________________________________________________
28167 [  9794] By: jhi                                   on 2001/04/23  13:51:32
28168         Log: Update Changes.
28169      Branch: perl
28170            ! Changes patchlevel.h
28171 ____________________________________________________________________________
28172 [  9793] By: jhi                                   on 2001/04/23  13:44:18
28173         Log: Duplicate lines.
28174      Branch: perl
28175            ! MANIFEST
28176 ____________________________________________________________________________
28177 [  9792] By: jhi                                   on 2001/04/23  13:39:13
28178         Log: Subject: Re: PATCH 5.7.1
28179              From: Mark-Jason Dominus <mjd@plover.com>
28180              Date: Mon, 23 Apr 2001 10:30:21 -0400
28181              Message-ID: <20010423143021.17335.qmail@plover.com>
28182      Branch: perl
28183            ! perl.h sv.c
28184 ____________________________________________________________________________
28185 [  9791] By: jhi                                   on 2001/04/23  13:32:40
28186         Log: Add the CPAN.pm 1.59_54 tests.
28187      Branch: perl
28188            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
28189            ! MANIFEST
28190 ____________________________________________________________________________
28191 [  9790] By: jhi                                   on 2001/04/23  13:21:55
28192         Log: Subject: Deparse nit
28193              From: Robin Houston <robin@kitsite.com>
28194              Date: Mon, 23 Apr 2001 12:38:20 +0100
28195              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
28196      Branch: perl
28197            ! ext/B/B/Deparse.pm
28198 ____________________________________________________________________________
28199 [  9789] By: jhi                                   on 2001/04/23  13:19:07
28200         Log: Subject: [PATCH] bug 20010423.002
28201              From: Robin Houston <robin@kitsite.com>
28202              Date: Mon, 23 Apr 2001 13:12:30 +0100
28203              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
28204      Branch: perl
28205            ! pp.c
28206 ____________________________________________________________________________
28207 [  9788] By: jhi                                   on 2001/04/23  13:02:49
28208         Log: Subject: PATCH [5.7.1] hv.c unused #define
28209              From: Mark-Jason Dominus <mjd@plover.com>
28210              Date: Sun, 22 Apr 2001 14:17:49 -0400
28211              Message-ID: <20010422181749.26976.qmail@plover.com>
28212      Branch: perl
28213            ! hv.c
28214 ____________________________________________________________________________
28215 [  9787] By: jhi                                   on 2001/04/23  13:02:02
28216         Log: Subject: PATCH 5.7.1
28217              From: Mark-Jason Dominus <mjd@plover.com>
28218              Date: Sun, 22 Apr 2001 15:12:57 -0400
28219              Message-ID: <20010422191258.6539.qmail@plover.com>
28220              
28221              plus Sarathy's STMT_START + STMT_END suggestion.
28222      Branch: perl
28223            ! perl.h
28224 ____________________________________________________________________________
28225 [  9786] By: jhi                                   on 2001/04/23  12:53:25
28226         Log: Fix for
28227              
28228              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
28229              From: dLux <dlux@spam.sch.bme.hu>
28230              Date: Mon, 23 Apr 2001 01:25:26 +0200
28231              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
28232              
28233              (SvGROW really does return a char *.)
28234      Branch: perl
28235            ! pod/perlapi.pod sv.h
28236 ____________________________________________________________________________
28237 [  9785] By: jhi                                   on 2001/04/23  04:34:04
28238         Log: Time::Piece work continues.  $t->day removed since
28239              I think it's too confusing.  Now has normal and
28240              abbreviated length weekday names and month names,
28241              the names change with _names(), not _list().
28242              Now has strftime() in Perl, _strftime() is
28243              the libc version (to which strftime() falls back
28244              if it doesn't know the format.  To do: the reverse
28245              of strftime, strptime(), and the localisation of both.
28246      Branch: perl
28247            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
28248            ! t/lib/time-piece.t
28249 ____________________________________________________________________________
28250 [  9784] By: jhi                                   on 2001/04/23  02:41:46
28251         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
28252              From: andreas.koenig@anima.de (Andreas J. Koenig)
28253              Date: 23 Apr 2001 05:20:55 +0200
28254              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
28255      Branch: perl
28256            ! t/pragma/overload.t
28257 ____________________________________________________________________________
28258 [  9783] By: jhi                                   on 2001/04/22  23:32:42
28259         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
28260              From: Robin Houston <robin@kitsite.com>
28261              Date: Mon, 23 Apr 2001 00:38:18 +0100
28262              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
28263      Branch: perl
28264            ! ext/B/B/Deparse.pm
28265 ____________________________________________________________________________
28266 [  9782] By: jhi                                   on 2001/04/22  20:55:43
28267         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
28268              From: Simon Cozens <simon@netthink.co.uk>
28269              Date: Sun, 22 Apr 2001 18:47:25 +0100
28270              Message-ID: <20010422184725.A14411@netthink.co.uk>
28271      Branch: perl
28272            ! sv.c t/pragma/overload.t
28273 ____________________________________________________________________________
28274 [  9781] By: jhi                                   on 2001/04/22  20:52:13
28275         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
28276              From: Robin Houston <robin@kitsite.com>
28277              Date: Sun, 22 Apr 2001 22:14:50 +0100
28278              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
28279      Branch: perl
28280            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
28281 ____________________________________________________________________________
28282 [  9780] By: nick                                  on 2001/04/22  20:40:31
28283         Log: Integrate mainline.
28284      Branch: perlio
28285           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
28286           +> t/lib/b-stash.t
28287           !> (integrate 38 files)
28288 ____________________________________________________________________________
28289 [  9779] By: jhi                                   on 2001/04/22  15:16:03
28290         Log: Subject: IO::Socket::INET patch
28291              From: andrew deryabin <djsf@technarchy.ru>
28292              Date: Sat, 21 Apr 2001 17:46:52 +0400
28293              Message-ID: <20010421174652.B1426@technarchy>
28294      Branch: perl
28295            ! ext/IO/lib/IO/Socket/INET.pm
28296 ____________________________________________________________________________
28297 [  9778] By: jhi                                   on 2001/04/22  15:14:33
28298         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
28299              From: Mark-Jason Dominus <mjd@plover.com>
28300              Date: Sat, 21 Apr 2001 21:27:49 -0400
28301              Message-ID: <20010422012749.27024.qmail@plover.com>
28302      Branch: perl
28303            ! regcomp.c
28304 ____________________________________________________________________________
28305 [  9777] By: jhi                                   on 2001/04/22  15:10:51
28306         Log: Subject: Re: Regex debugger patch 
28307              From: Mark-Jason Dominus <mjd@plover.com>
28308              Date: Sat, 21 Apr 2001 21:48:51 -0400
28309              Message-ID: <20010422014851.27165.qmail@plover.com>
28310      Branch: perl
28311            ! pod/perldebguts.pod
28312 ____________________________________________________________________________
28313 [  9776] By: jhi                                   on 2001/04/22  15:09:48
28314         Log: Subject: Re: Regex debugger patch
28315              From: Mark-Jason Dominus <mjd@plover.com>
28316              Date: Sat, 21 Apr 2001 14:24:39 -0400
28317              Message-ID: <20010421182439.16508.qmail@plover.com>
28318              
28319              Regex debugger backend.
28320      Branch: perl
28321            ! regcomp.c regexp.h
28322 ____________________________________________________________________________
28323 [  9775] By: jhi                                   on 2001/04/21  16:45:40
28324         Log: Subject: [PATCH] Typo in utf8.h
28325              From: Jesús Quiroga <jquiroga@pobox.com>
28326              Date: Sat, 21 Apr 2001 19:25:33 +0200
28327              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
28328      Branch: perl
28329            ! utf8.h
28330 ____________________________________________________________________________
28331 [  9774] By: jhi                                   on 2001/04/21  16:43:52
28332         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28333              From: Joe Orton <jorton@redhat.com>
28334              Date: Tue, 17 Apr 2001 15:50:43 +0100
28335              Message-Id: <20010417155043.D19132@eu.c2.net>
28336      Branch: perl
28337            ! hints/svr5.sh
28338 ____________________________________________________________________________
28339 [  9773] By: jhi                                   on 2001/04/21  15:30:15
28340         Log: Subject: Patch utils/h2xs.PL
28341              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28342              Date: Sat, 21 Apr 2001 10:32:16 -0500
28343              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
28344              
28345              Add MAILING list and LICENSE templates.
28346      Branch: perl
28347            ! utils/h2xs.PL
28348 ____________________________________________________________________________
28349 [  9772] By: jhi                                   on 2001/04/21  15:28:36
28350         Log: Subject: perlfaq2.patch for 5.7.1
28351              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28352              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
28353              Date: Fri, 20 Apr 2001 16:42:19 -0500
28354              
28355              rm an extra tab, a blurb about the xx.cpan to clarify
28356              which countries actually have that and dejanews is history
28357              as well as most of that nonsensical entry.
28358      Branch: perl
28359            ! pod/perlfaq2.pod
28360 ____________________________________________________________________________
28361 [  9771] By: jhi                                   on 2001/04/21  15:27:17
28362         Log: Subject: perlfaq1.patch for 5.7.1
28363              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28364              Date: Fri, 20 Apr 2001 16:57:36 -0500
28365              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
28366              
28367              Evil URLs must die. Especially when they are broken.
28368      Branch: perl
28369            ! pod/perlfaq1.pod
28370 ____________________________________________________________________________
28371 [  9770] By: jhi                                   on 2001/04/21  15:23:38
28372         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
28373              From: Michael G Schwern <schwern@pobox.com>
28374              Date: Sat, 21 Apr 2001 16:11:12 +0100
28375              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
28376      Branch: perl
28377            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
28378            + t/lib/b-stash.t
28379            ! MANIFEST ext/B/B.pm t/lib/b.t
28380 ____________________________________________________________________________
28381 [  9769] By: jhi                                   on 2001/04/21  15:03:32
28382         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
28383              From: Michael G Schwern <schwern@pobox.com>
28384              Date: Sat, 21 Apr 2001 09:48:00 +0100
28385              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
28386      Branch: perl
28387            ! utils/h2ph.PL
28388 ____________________________________________________________________________
28389 [  9768] By: jhi                                   on 2001/04/21  14:33:49
28390         Log: PerlIO and Encode doc cleanup and tweaks.
28391      Branch: perl
28392            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
28393            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
28394 ____________________________________________________________________________
28395 [  9767] By: jhi                                   on 2001/04/21  12:40:16
28396         Log: Integrate perlio.
28397      Branch: perl
28398           !> doio.c
28399 ____________________________________________________________________________
28400 [  9766] By: nick                                  on 2001/04/20  18:28:35
28401         Log: Avoid core dump on
28402              open(STDOUT,">",\$foo);
28403      Branch: perlio
28404            ! doio.c
28405 ____________________________________________________________________________
28406 [  9765] By: jhi                                   on 2001/04/20  13:23:43
28407         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
28408              From: Robin Houston <robin@kitsite.com>
28409              Date: Fri, 20 Apr 2001 14:29:22 +0100
28410              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
28411      Branch: perl
28412            ! ext/B/B.pm ext/B/B/Deparse.pm
28413 ____________________________________________________________________________
28414 [  9764] By: jhi                                   on 2001/04/20  13:19:33
28415         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
28416              From: Peter Prymmer <pvhp@forte.com>
28417              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
28418              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
28419      Branch: perl
28420            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
28421            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
28422            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
28423            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
28424 ____________________________________________________________________________
28425 [  9763] By: jhi                                   on 2001/04/20  12:36:39
28426         Log: Subject: Re: A new PerlIO coredump
28427              From: Nick Ing-Simmons <nik@tiuk.ti.com>
28428              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
28429              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
28430      Branch: perl
28431            ! doio.c
28432 ____________________________________________________________________________
28433 [  9762] By: jhi                                   on 2001/04/19  23:02:30
28434         Log: Update Changes.
28435      Branch: perl
28436            ! Changes patchlevel.h
28437 ____________________________________________________________________________
28438 [  9761] By: jhi                                   on 2001/04/19  22:59:19
28439         Log: More cleanup cleanup.
28440      Branch: perl
28441            ! Makefile.SH win32/Makefile win32/makefile.mk
28442 ____________________________________________________________________________
28443 [  9760] By: jhi                                   on 2001/04/19  22:50:31
28444         Log: lib/Time is non-empty, let's not rmdir it.
28445      Branch: perl
28446            ! Makefile.SH
28447 ____________________________________________________________________________
28448 [  9759] By: jhi                                   on 2001/04/19  22:36:51
28449         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
28450              From: Robin Houston <robin@kitsite.com>
28451              Date: Fri, 20 Apr 2001 00:18:53 +0100
28452              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
28453      Branch: perl
28454            ! ext/B/B/Deparse.pm
28455 ____________________________________________________________________________
28456 [  9758] By: jhi                                   on 2001/04/19  22:36:00
28457         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
28458              From: Peter Prymmer <pvhp@forte.com>
28459              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
28460              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
28461      Branch: perl
28462            ! ext/Cwd/Cwd.xs
28463 ____________________________________________________________________________
28464 [  9757] By: nick                                  on 2001/04/19  18:53:54
28465         Log: Blind (untested) integrate of mainline.
28466      Branch: perlio
28467           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
28468           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
28469           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
28470           !> (integrate 53 files)
28471 ____________________________________________________________________________
28472 [  9756] By: jhi                                   on 2001/04/19  16:59:23
28473         Log: Document and test Time::Piece.
28474      Branch: perl
28475            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
28476            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
28477 ____________________________________________________________________________
28478 [  9755] By: jhi                                   on 2001/04/19  12:13:29
28479         Log: A better fix for the \x{12345678} trouble from NI-S.
28480      Branch: perl
28481            ! utf8.c
28482 ____________________________________________________________________________
28483 [  9754] By: jhi                                   on 2001/04/19  11:56:07
28484         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
28485              From: Robin Houston <robin@kitsite.com>
28486              Date: Wed, 18 Apr 2001 17:58:33 +0100
28487              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
28488      Branch: perl
28489            ! ext/B/B/Deparse.pm op.c
28490 ____________________________________________________________________________
28491 [  9753] By: jhi                                   on 2001/04/19  04:21:52
28492         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
28493              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
28494              Date: Thu, 19 Apr 2001 01:11:41 -0400
28495              Message-ID: <20010419011141.A5798@cpan.org>
28496      Branch: perl
28497            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
28498 ____________________________________________________________________________
28499 [  9752] By: jhi                                   on 2001/04/19  02:41:10
28500         Log: The new time utils need to be thread-aware, too.
28501      Branch: perl
28502            ! util.c
28503 ____________________________________________________________________________
28504 [  9751] By: jhi                                   on 2001/04/19  02:26:47
28505         Log: Compilation nit noticed by AIX compiler.
28506      Branch: perl
28507            ! perlio.c
28508 ____________________________________________________________________________
28509 [  9750] By: jhi                                   on 2001/04/19  02:20:06
28510         Log: The new time utils need to be public.
28511      Branch: perl
28512            ! embed.pl
28513 ____________________________________________________________________________
28514 [  9749] By: jhi                                   on 2001/04/19  01:42:39
28515         Log: Regen toc.
28516      Branch: perl
28517            ! pod/perltoc.pod
28518 ____________________________________________________________________________
28519 [  9748] By: jhi                                   on 2001/04/19  01:41:10
28520         Log: Add Time::Piece, a slight rewrite of Time::Object,
28521              from Matt Sergeant.
28522      Branch: perl
28523            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
28524            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
28525            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
28526            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
28527            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
28528            ! win32/makefile.mk
28529 ____________________________________________________________________________
28530 [  9747] By: jhi                                   on 2001/04/19  00:55:35
28531         Log: The new metaconfig unit from strftime.
28532      Branch: metaconfig/U/perl
28533            + d_strftime.U
28534 ____________________________________________________________________________
28535 [  9746] By: jhi                                   on 2001/04/19  00:54:54
28536         Log: Move the strftime() wrapper from POSIX.xs to util.c
28537              as my_strftime(), requires HAS_STRFTIME.
28538      Branch: perl
28539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28540            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
28541            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
28542            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28543            ! vos/config.ga.h win32/config.bc win32/config.gc
28544            ! win32/config.vc
28545 ____________________________________________________________________________
28546 [  9745] By: jhi                                   on 2001/04/18  23:11:03
28547         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
28548              in preparation of Time::Piece.
28549      Branch: perl
28550            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
28551 ____________________________________________________________________________
28552 [  9744] By: jhi                                   on 2001/04/18  22:33:12
28553         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
28554              From: Peter Prymmer <pvhp@forte.com>
28555              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
28556              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
28557      Branch: perl
28558            ! t/lib/exporter.t
28559 ____________________________________________________________________________
28560 [  9743] By: jhi                                   on 2001/04/18  22:32:23
28561         Log: Subject: Fwd: pod2html leaves cache files lying around?
28562              From: Rajesh Vaidheeswarran <rv@gnu.org>
28563              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
28564              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
28565      Branch: perl
28566            ! lib/Pod/Html.pm
28567 ____________________________________________________________________________
28568 [  9742] By: jhi                                   on 2001/04/18  20:31:49
28569         Log: Update Changes.
28570      Branch: perl
28571            ! Changes patchlevel.h
28572 ____________________________________________________________________________
28573 [  9741] By: jhi                                   on 2001/04/18  20:23:02
28574         Log: Declare hints only if needed.
28575      Branch: perl
28576            ! ext/B/B/Deparse.pm
28577 ____________________________________________________________________________
28578 [  9740] By: jhi                                   on 2001/04/18  19:06:05
28579         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
28580              bug noticed by Robin Houston; basically the code of detecting
28581              value wraparound was acting differently under different compilers
28582              and platforms.  The workaround is to remove the overflow check
28583              for now, a real fix would be to do the overflow (portably) right.
28584      Branch: perl
28585            ! t/op/pat.t utf8.c
28586 ____________________________________________________________________________
28587 [  9739] By: jhi                                   on 2001/04/18  19:01:23
28588         Log: Subject: [PATCH B::Deparse] some pragma support
28589              From: Robin Houston <robin@kitsite.com>
28590              Date: Wed, 18 Apr 2001 19:32:12 +0100
28591              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
28592      Branch: perl
28593            ! ext/B/B/Deparse.pm
28594 ____________________________________________________________________________
28595 [  9738] By: jhi                                   on 2001/04/18  15:16:37
28596         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
28597              From: Benjamin Sugars <bsugars@canoe.ca>
28598              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
28599              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
28600      Branch: perl
28601            ! t/op/glob.t
28602 ____________________________________________________________________________
28603 [  9737] By: jhi                                   on 2001/04/18  13:24:50
28604         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
28605              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28606              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
28607              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
28608      Branch: perl
28609            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
28610            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
28611 ____________________________________________________________________________
28612 [  9736] By: jhi                                   on 2001/04/18  04:15:14
28613         Log: The #9735 also changes the subtest 12.
28614      Branch: perl
28615            ! t/lib/b.t
28616 ____________________________________________________________________________
28617 [  9735] By: jhi                                   on 2001/04/18  03:55:17
28618         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
28619              From: David Dyck <dcd@tc.fluke.com>
28620              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
28621              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
28622      Branch: perl
28623            ! ext/B/B/Deparse.pm
28624 ____________________________________________________________________________
28625 [  9734] By: jhi                                   on 2001/04/18  03:54:11
28626         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
28627              From: Gisle Aas <gisle@ActiveState.com>
28628              Date: 17 Apr 2001 19:06:45 -0700
28629              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
28630      Branch: perl
28631            ! pp_hot.c t/op/misc.t
28632 ____________________________________________________________________________
28633 [  9733] By: jhi                                   on 2001/04/17  22:25:22
28634         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
28635              From: "Abigail" <abigail@foad.org>
28636              Date: Wed, 18 Apr 2001 01:17:46 +0200
28637              Message-ID: <20010417231746.21657.qmail@foad.org>
28638      Branch: perl
28639            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
28640 ____________________________________________________________________________
28641 [  9732] By: jhi                                   on 2001/04/17  20:47:56
28642         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
28643              From: Robin Houston <robin@kitsite.com>
28644              Date: Tue, 17 Apr 2001 22:37:42 +0100
28645              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
28646      Branch: perl
28647            ! ext/B/B/Deparse.pm
28648 ____________________________________________________________________________
28649 [  9731] By: nick                                  on 2001/04/17  20:46:35
28650         Log: Re-sync for t/lib/b.t fix
28651      Branch: perlio
28652           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
28653 ____________________________________________________________________________
28654 [  9730] By: jhi                                   on 2001/04/17  20:45:29
28655         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
28656              From: Robin Houston <robin@kitsite.com>
28657              Date: Tue, 17 Apr 2001 22:29:36 +0100
28658              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
28659      Branch: perl
28660            ! ext/B/B.xs ext/B/B/Deparse.pm
28661 ____________________________________________________________________________
28662 [  9729] By: jhi                                   on 2001/04/17  20:43:11
28663         Log: Subject: Deparse - parenthesise args to undeclared subs
28664              From: Robin Houston <robin@kitsite.com>
28665              Date: Tue, 17 Apr 2001 21:31:05 +0100
28666              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
28667      Branch: perl
28668            ! ext/B/B/Deparse.pm
28669 ____________________________________________________________________________
28670 [  9728] By: jhi                                   on 2001/04/17  18:57:30
28671         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
28672              From: Benjamin Sugars <ben.sugars@home.com>
28673              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
28674              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
28675      Branch: perl
28676            ! t/lib/cwd.t
28677 ____________________________________________________________________________
28678 [  9727] By: jhi                                   on 2001/04/17  18:20:20
28679         Log: Subject: [PATCH B::Deparse] ambient pragmas
28680              From: Robin Houston <robin@kitsite.com>
28681              Date: Tue, 17 Apr 2001 20:01:59 +0100
28682              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
28683      Branch: perl
28684            ! ext/B/B/Deparse.pm t/lib/b.t
28685 ____________________________________________________________________________
28686 [  9726] By: nick                                  on 2001/04/17  16:33:51
28687         Log: Integrate mainline (t/lib/b.t fails test 2...)
28688      Branch: perlio
28689           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
28690           +> ext/List/Util/README ext/List/Util/Util.xs
28691           +> ext/List/Util/lib/List/Util.pm
28692           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
28693           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
28694           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
28695           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
28696           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
28697           !> (integrate 31 files)
28698 ____________________________________________________________________________
28699 [  9725] By: jhi                                   on 2001/04/17  12:14:24
28700         Log: Subject: multiple B::* changes
28701              From: Robin Houston <robin@kitsite.com>
28702              Date: Thu, 12 Apr 2001 20:12:27 +0100
28703              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
28704      Branch: perl
28705            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
28706 ____________________________________________________________________________
28707 [  9724] By: jhi                                   on 2001/04/17  11:59:05
28708         Log: Thread-awareness from Doug MacEachern.
28709      Branch: perl
28710            ! ext/List/Util/Util.xs
28711 ____________________________________________________________________________
28712 [  9723] By: jhi                                   on 2001/04/17  11:57:41
28713         Log: Make the test more portable.
28714      Branch: perl
28715            ! t/lib/cwd.t
28716 ____________________________________________________________________________
28717 [  9722] By: jhi                                   on 2001/04/17  11:53:50
28718         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
28719              From: Benjamin Sugars <ben.sugars@home.com>
28720              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
28721              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
28722      Branch: perl
28723            ! t/lib/cwd.t
28724 ____________________________________________________________________________
28725 [  9721] By: jhi                                   on 2001/04/17  11:52:17
28726         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
28727              From: Benjamin Sugars <bsugars@canoe.ca>
28728              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
28729              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
28730      Branch: perl
28731            ! op.c
28732 ____________________________________________________________________________
28733 [  9720] By: jhi                                   on 2001/04/17  11:35:42
28734         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
28735              From: Chris Nandor <pudge@pobox.com>
28736              Date: Tue, 17 Apr 2001 00:30:49 -0400
28737              Message-Id: <p05100207b701768712de@[10.0.1.177]>
28738      Branch: perl
28739            ! ext/File/Glob/bsd_glob.c gv.c
28740 ____________________________________________________________________________
28741 [  9719] By: jhi                                   on 2001/04/17  11:32:13
28742         Log: Subject: [PATCH] Tweten->West
28743              From: Casey West <casey@geeknest.com>
28744              Date: Mon, 16 Apr 2001 12:11:22 -0400
28745              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
28746      Branch: perl
28747            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
28748            ! pod/perltie.pod
28749 ____________________________________________________________________________
28750 [  9718] By: jhi                                   on 2001/04/16  03:22:52
28751         Log: Update Changes.
28752      Branch: perl
28753            ! Changes patchlevel.h
28754 ____________________________________________________________________________
28755 [  9717] By: jhi                                   on 2001/04/16  03:06:28
28756         Log: Regen toc.
28757      Branch: perl
28758            ! pod/perltoc.pod
28759 ____________________________________________________________________________
28760 [  9716] By: jhi                                   on 2001/04/16  02:58:42
28761         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
28762              From: Prymmer/Kahn <pvhp@best.com>
28763              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
28764              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
28765      Branch: perl
28766            ! utf8.c
28767 ____________________________________________________________________________
28768 [  9715] By: jhi                                   on 2001/04/15  23:40:35
28769         Log: Subject: Re: Net::Ping patch, adds stream protocol
28770              From: bronson@rinspin.com (Scott Bronson)
28771              Date: Tue, 10 Apr 2001 23:58:33 -0700
28772              Message-ID: <20010410235833.N29719@rinspin.com>
28773      Branch: perl
28774            ! lib/Net/Ping.pm
28775 ____________________________________________________________________________
28776 [  9714] By: jhi                                   on 2001/04/15  23:31:46
28777         Log: Printing out the ok messages helps successful testing.
28778      Branch: perl
28779            ! t/lib/time-hires.t
28780 ____________________________________________________________________________
28781 [  9713] By: jhi                                   on 2001/04/15  21:43:24
28782         Log: Update Douglas Wegscheid's email.
28783      Branch: perl
28784            ! AUTHORS
28785 ____________________________________________________________________________
28786 [  9712] By: jhi                                   on 2001/04/15  21:40:41
28787         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
28788              From: Michael G Schwern <schwern@pobox.com>
28789              Date: Sat, 14 Apr 2001 22:40:50 +0100
28790              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
28791      Branch: perl
28792            + t/lib/exporter.t
28793            ! MANIFEST lib/Exporter/Heavy.pm
28794 ____________________________________________________________________________
28795 [  9711] By: jhi                                   on 2001/04/15  21:39:21
28796         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
28797              From: Michael G Schwern <schwern@pobox.com>
28798              Date: Sat, 14 Apr 2001 22:13:59 +0100
28799              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
28800      Branch: perl
28801            ! t/op/loopctl.t
28802 ____________________________________________________________________________
28803 [  9710] By: jhi                                   on 2001/04/15  21:30:19
28804         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
28805              From: Michael G Schwern <schwern@pobox.com>
28806              Date: Sat, 14 Apr 2001 22:05:32 +0100
28807              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
28808      Branch: perl
28809            ! t/pragma/warnings.t
28810 ____________________________________________________________________________
28811 [  9709] By: jhi                                   on 2001/04/15  19:34:09
28812         Log: Integrate changes #9706,9707 from maintperl into mainline.
28813              
28814              change#7210 broke .packlist generation
28815              
28816              ExtUtils::Installed doesn't quote regex metacharacters in paths
28817              before using them in match; also make it work for dosish platforms
28818      Branch: perl
28819           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
28820 ____________________________________________________________________________
28821 [  9708] By: jhi                                   on 2001/04/15  19:31:01
28822         Log: Test also the scalar aspect of getitimer().
28823      Branch: perl
28824            ! t/lib/time-hires.t
28825 ____________________________________________________________________________
28826 [  9707] By: gsar                                  on 2001/04/15  17:24:20
28827         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
28828              before using them in match; also make it work for dosish platforms
28829      Branch: maint-5.6/perl
28830            ! lib/ExtUtils/Installed.pm
28831 ____________________________________________________________________________
28832 [  9706] By: gsar                                  on 2001/04/15  17:21:59
28833         Log: change#7210 broke .packlist generation (listed only filename
28834              rather than fully qualified path name)
28835      Branch: maint-5.6/perl
28836            ! lib/ExtUtils/Install.pm
28837 ____________________________________________________________________________
28838 [  9705] By: jhi                                   on 2001/04/15  12:36:33
28839         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
28840      Branch: perl
28841            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
28842            ! t/lib/time-hires.t
28843 ____________________________________________________________________________
28844 [  9704] By: jhi                                   on 2001/04/15  10:49:08
28845         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
28846              From: Prymmer/Kahn <pvhp@best.com>
28847              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
28848              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
28849      Branch: perl
28850            ! lib/utf8.pm pod/perlebcdic.pod
28851 ____________________________________________________________________________
28852 [  9703] By: jhi                                   on 2001/04/15  02:26:26
28853         Log: I keep forgetting to sort MANIFEST.
28854      Branch: perl
28855            ! MANIFEST
28856 ____________________________________________________________________________
28857 [  9702] By: jhi                                   on 2001/04/15  02:07:47
28858         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
28859              Now we have blessed, reftype, tainted, first, reduce, ...
28860      Branch: perl
28861            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
28862            + ext/List/Util/README ext/List/Util/Util.xs
28863            + ext/List/Util/lib/List/Util.pm
28864            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
28865            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
28866            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
28867            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
28868            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
28869            ! MANIFEST
28870 ____________________________________________________________________________
28871 [  9701] By: jhi                                   on 2001/04/14  15:05:25
28872         Log: Subject: RE: dprofpp.pl updates 
28873              From: Carl Eklof <CEklof@endeca.com>
28874              Date: Thu, 12 Apr 2001 18:45:46 -0400
28875              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
28876      Branch: perl
28877            ! utils/dprofpp.PL
28878 ____________________________________________________________________________
28879 [  9700] By: jhi                                   on 2001/04/14  14:44:55
28880         Log: Do not just blindly add CR.
28881      Branch: perl
28882            ! Porting/makerel
28883 ____________________________________________________________________________
28884 [  9699] By: jhi                                   on 2001/04/13  13:17:01
28885         Log: Update Changes.
28886      Branch: perl
28887            ! Changes patchlevel.h
28888 ____________________________________________________________________________
28889 [  9698] By: jhi                                   on 2001/04/13  12:44:48
28890         Log: Integrate perlio.
28891      Branch: perl
28892           !> ext/PerlIO/Scalar/Scalar.xs
28893 ____________________________________________________________________________
28894 [  9697] By: jhi                                   on 2001/04/13  12:29:15
28895         Log: Add more debug output to the test.
28896      Branch: perl
28897            ! t/lib/cwd.t
28898 ____________________________________________________________________________
28899 [  9696] By: nick                                  on 2001/04/13  10:14:29
28900         Log: Fix core dump on binmode($fh,'Scalar')
28901      Branch: perlio
28902            ! ext/PerlIO/Scalar/Scalar.xs
28903 ____________________________________________________________________________
28904 [  9695] By: nick                                  on 2001/04/13  09:05:42
28905         Log: Integrate mainline
28906      Branch: perlio
28907           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28908           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
28909           +> t/lib/time-hires.t
28910           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
28911           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
28912           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
28913           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
28914           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
28915           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
28916           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
28917 ____________________________________________________________________________
28918 [  9694] By: jhi                                   on 2001/04/12  22:23:35
28919         Log: Integrate change #9693 from maintperl into mainline.
28920              
28921              $VERSION and Version() on the same line provokes a warning from
28922              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
28923      Branch: perl
28924           !> lib/Devel/SelfStubber.pm
28925 ____________________________________________________________________________
28926 [  9693] By: gsar                                  on 2001/04/12  21:55:56
28927         Log: $VERSION and Version() on the same line provokes a warning from
28928              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
28929      Branch: maint-5.6/perl
28930            ! lib/Devel/SelfStubber.pm
28931 ____________________________________________________________________________
28932 [  9692] By: jhi                                   on 2001/04/12  13:54:00
28933         Log: This is at least 5.005.
28934      Branch: perl
28935            ! ext/Time/HiRes/HiRes.xs
28936 ____________________________________________________________________________
28937 [  9691] By: jhi                                   on 2001/04/12  13:37:20
28938         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
28939      Branch: perl
28940            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
28941            ! win32/Makefile win32/makefile.mk
28942 ____________________________________________________________________________
28943 [  9690] By: jhi                                   on 2001/04/12  01:34:46
28944         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
28945      Branch: perl
28946            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28947            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
28948            + t/lib/time-hires.t
28949            ! MANIFEST
28950 ____________________________________________________________________________
28951 [  9689] By: jhi                                   on 2001/04/12  00:28:39
28952         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
28953              From: Gisle Aas <gisle@ActiveState.com>
28954              Date: 11 Apr 2001 16:36:11 -0700
28955              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
28956      Branch: perl
28957            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
28958 ____________________________________________________________________________
28959 [  9688] By: jhi                                   on 2001/04/12  00:27:39
28960         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
28961              From: Gisle Aas <gisle@ActiveState.com>
28962              Date: 11 Apr 2001 11:13:24 -0700
28963              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
28964      Branch: perl
28965            ! ext/MIME/Base64/Base64.xs
28966 ____________________________________________________________________________
28967 [  9687] By: jhi                                   on 2001/04/11  19:51:47
28968         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
28969      Branch: perl
28970            ! Todo-5.6
28971 ____________________________________________________________________________
28972 [  9686] By: jhi                                   on 2001/04/11  16:54:25
28973         Log: Subject: [PATCH opcode.pl] Documentation of table format
28974              From: Simon Cozens <simon@netthink.co.uk>
28975              Date: Wed, 11 Apr 2001 12:59:31 +0100
28976              Message-ID: <20010411125931.A25681@netthink.co.uk>
28977      Branch: perl
28978            ! opcode.pl
28979 ____________________________________________________________________________
28980 [  9685] By: jhi                                   on 2001/04/11  16:53:15
28981         Log: Subject: [PATCH] prototype("CORE::recv")
28982              From: Simon Cozens <simon@netthink.co.uk>
28983              Date: Wed, 11 Apr 2001 13:24:35 +0100
28984              Message-ID: <20010411132435.A26169@netthink.co.uk>
28985      Branch: perl
28986            ! pp.c t/comp/proto.t
28987 ____________________________________________________________________________
28988 [  9684] By: jhi                                   on 2001/04/11  16:47:13
28989         Log: FAQ (and AUTHORS) update from Dan Carson: the information
28990              was several years obsolete, Term::Readkey has been updated
28991              to have the functionality.
28992      Branch: perl
28993            ! AUTHORS pod/perlfaq5.pod
28994 ____________________________________________________________________________
28995 [  9683] By: jhi                                   on 2001/04/11  12:15:46
28996         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
28997              From: Calle Dybedahl <calle@lysator.liu.se>
28998              Date: 10 Apr 2001 16:44:16 +0200
28999              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
29000      Branch: perl
29001            ! ext/MIME/Base64/Base64.xs
29002 ____________________________________________________________________________
29003 [  9682] By: jhi                                   on 2001/04/11  12:12:26
29004         Log: A more minimal fix for 20010410.006 from Hugo.
29005      Branch: perl
29006            ! regexec.c
29007 ____________________________________________________________________________
29008 [  9681] By: jhi                                   on 2001/04/11  11:34:23
29009         Log: Integrate changes #9678,9679 from maintline into mainperl.
29010              
29011              addendum to change#9676
29012              
29013              up $File::Glob::VERSION; add a note pointing out the version of
29014              the OpenBSD glob bsd_glob.c resembles
29015      Branch: perl
29016           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29017           !> ext/File/Glob/bsd_glob.h
29018 ____________________________________________________________________________
29019 [  9680] By: jhi                                   on 2001/04/11  11:30:38
29020         Log: Bad test numbering in integrate in #9677.
29021              Fixes ID 20010411.001.
29022      Branch: perl
29023            ! t/op/pat.t
29024 ____________________________________________________________________________
29025 [  9679] By: gsar                                  on 2001/04/11  03:38:40
29026         Log: up $File::Glob::VERSION; add a note pointing out the version of
29027              the OpenBSD glob bsd_glob.c resembles
29028      Branch: maint-5.6/perl
29029            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29030            ! ext/File/Glob/bsd_glob.h
29031 ____________________________________________________________________________
29032 [  9678] By: gsar                                  on 2001/04/11  03:09:48
29033         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
29034              revision 1.8.10.1 found here:
29035              
29036              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
29037      Branch: maint-5.6/perl
29038            ! ext/File/Glob/bsd_glob.c
29039 ____________________________________________________________________________
29040 [  9677] By: jhi                                   on 2001/04/11  02:54:39
29041         Log: Integrate changes #9675,9676 from maintperl into mainline.
29042              
29043              fix for bug 20010410.006, undo change#7115
29044              
29045              port the OpenBSD glob() security patch
29046      Branch: perl
29047           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
29048           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
29049           !> t/op/pat.t
29050 ____________________________________________________________________________
29051 [  9676] By: gsar                                  on 2001/04/11  02:19:02
29052         Log: port the glob() security patch found at:
29053              
29054              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
29055              
29056              CERT advisory for the issue is here:
29057              
29058              http://www.cert.org/advisories/CA-2001-07.html
29059              
29060              Note that the security scare is only relevant for those who are
29061              foolish enough to build suidperl (which is now officially discouraged)
29062      Branch: maint-5.6/perl
29063            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
29064            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
29065 ____________________________________________________________________________
29066 [  9675] By: gsar                                  on 2001/04/10  23:52:11
29067         Log: fix for bug 20010410.006
29068              
29069              undo change#7115 (came into maint-5.6 as change#8156)
29070              
29071              add tests to keep it from coming back
29072      Branch: maint-5.6/perl
29073            ! regexec.c t/op/pat.t
29074 ____________________________________________________________________________
29075 [  9674] By: nick                                  on 2001/04/10  20:39:31
29076         Log: Integrate mainline
29077      Branch: perlio
29078           +> Porting/testall.atom
29079           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
29080           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
29081           !> t/lib/lc-uk.t t/pod/find.t
29082 ____________________________________________________________________________
29083 [  9673] By: nick                                  on 2001/04/10  18:46:14
29084         Log: Integrate against change 9670 aka perl-5.7.1
29085      Branch: perlio
29086           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
29087           !> (integrate 53 files)
29088 ____________________________________________________________________________
29089 [  9672] By: jhi                                   on 2001/04/10  13:45:01
29090         Log: Add a script for doing cumulative profile of the test suite.
29091              (Requires ATOM, that is, Tru64.)
29092      Branch: perl
29093            + Porting/testall.atom
29094            ! MANIFEST
29095 ____________________________________________________________________________
29096 [  9671] By: jhi                                   on 2001/04/10  12:38:53
29097         Log: Missing std block.
29098      Branch: perl
29099            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
29100            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
29101            ! t/pod/find.t
29102 ____________________________________________________________________________
29103 [  9670] By: jhi                                   on 2001/04/10  01:25:58
29104         Log: This is 5.7.1.
29105      Branch: perl
29106            ! patchlevel.h
29107 ____________________________________________________________________________
29108 [  9669] By: jhi                                   on 2001/04/10  01:09:14
29109         Log: Update Changes.
29110      Branch: perl
29111            ! Changes patchlevel.h
29112 ____________________________________________________________________________
29113 [  9668] By: jhi                                   on 2001/04/10  01:00:38
29114         Log: Regen toc.
29115      Branch: perl
29116            ! pod/perltoc.pod
29117 ____________________________________________________________________________
29118 [  9667] By: jhi                                   on 2001/04/10  00:52:16
29119         Log: Update perlhist.
29120      Branch: perl
29121            ! pod/perlhist.pod
29122 ____________________________________________________________________________
29123 [  9666] By: jhi                                   on 2001/04/09  23:38:59
29124         Log: Slight wording tweaks from Damian to #9658.
29125      Branch: perl
29126            ! pod/perlobj.pod
29127 ____________________________________________________________________________
29128 [  9665] By: jhi                                   on 2001/04/09  19:56:06
29129         Log: Subject: [PATCH perlutil.pod] Nit
29130              From: Simon Cozens <simon@netthink.co.uk>
29131              Date: Mon, 9 Apr 2001 20:29:44 +0100
29132              Message-ID: <20010409202944.A14796@the.earth.li>
29133      Branch: perl
29134            ! pod/perlutil.pod
29135 ____________________________________________________________________________
29136 [  9664] By: jhi                                   on 2001/04/09  19:54:42
29137         Log: Subject: Re: perl571delta.pod@9631
29138              From: Mike Guy <mjtg@cam.ac.uk>
29139              Date: Mon, 09 Apr 2001 18:09:14 +0100
29140              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
29141      Branch: perl
29142            ! pod/perl571delta.pod
29143 ____________________________________________________________________________
29144 [  9663] By: jhi                                   on 2001/04/09  13:43:35
29145         Log: Update Changes.
29146      Branch: perl
29147            ! Changes patchlevel.h
29148 ____________________________________________________________________________
29149 [  9662] By: jhi                                   on 2001/04/09  13:24:46
29150         Log: tweak tweak.
29151      Branch: perl
29152            ! AUTHORS pod/perl571delta.pod
29153 ____________________________________________________________________________
29154 [  9661] By: jhi                                   on 2001/04/09  13:15:13
29155         Log: Thinko in manual patch applying.
29156      Branch: perl
29157            ! sv.c
29158 ____________________________________________________________________________
29159 [  9660] By: jhi                                   on 2001/04/09  13:07:53
29160         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
29161              From: Robin Barker <rmb1@cise.npl.co.uk> 
29162              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
29163              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
29164              
29165              (This corrects the case where the "isn't numeric" string contains \0s
29166              and is longer than the temporary buffer, and contains \0 at the point
29167              the string would be truncated by "...".) 
29168      Branch: perl
29169            ! sv.c
29170 ____________________________________________________________________________
29171 [  9659] By: jhi                                   on 2001/04/09  12:57:41
29172         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
29173      Branch: perl
29174            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
29175            ! t/lib/cgi-function.t t/lib/cgi-html.t
29176 ____________________________________________________________________________
29177 [  9658] By: jhi                                   on 2001/04/09  12:48:47
29178         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
29179              From: Ilmari Karonen <iltzu@sci.fi>
29180              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
29181              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
29182              
29183              Rearrange and rewrite the Method Invocation section
29184              to explain the concepts in nicer order.
29185      Branch: perl
29186            ! pod/perlobj.pod
29187 ____________________________________________________________________________
29188 [  9657] By: jhi                                   on 2001/04/09  12:35:58
29189         Log: Upgrade to podlators 1.09, from Russ Allbery.
29190      Branch: perl
29191            ! lib/Pod/Man.pm lib/Pod/Text.pm
29192 ____________________________________________________________________________
29193 [  9656] By: jhi                                   on 2001/04/09  12:31:53
29194         Log: perl571delta.
29195      Branch: perl
29196            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
29197 ____________________________________________________________________________
29198 [  9655] By: jhi                                   on 2001/04/09  12:20:09
29199         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
29200              From: Prymmer/Kahn <pvhp@best.com>
29201              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
29202              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
29203      Branch: perl
29204            ! lib/utf8.pm pod/perlunicode.pod
29205 ____________________________________________________________________________
29206 [  9654] By: gsar                                  on 2001/04/09  03:38:33
29207         Log: here lies 5.6.1
29208      Branch: maint-5.6/perl
29209            ! Changes
29210 ____________________________________________________________________________
29211 [  9653] By: jhi                                   on 2001/04/09  03:25:24
29212         Log: Update perlhist.
29213      Branch: perl
29214            ! pod/perlhist.pod
29215 ____________________________________________________________________________
29216 [  9652] By: jhi                                   on 2001/04/09  03:18:49
29217         Log: perl571delta tweaking continues.
29218      Branch: perl
29219            ! pod/perl571delta.pod
29220 ____________________________________________________________________________
29221 [  9651] By: gsar                                  on 2001/04/09  03:11:19
29222         Log: update Changes, patchlevel.h &c.
29223      Branch: maint-5.6/perl
29224            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
29225            ! pod/perltoc.pod
29226 ____________________________________________________________________________
29227 [  9650] By: jhi                                   on 2001/04/09  02:40:24
29228         Log: Integrate the perlfork half of #9513 from maintperl into mainline
29229              (the perlunicode half is obsolete)
29230      Branch: perl
29231            ! pod/perlfork.pod
29232 ____________________________________________________________________________
29233 [  9649] By: gsar                                  on 2001/04/09  02:35:43
29234         Log: tweak perldelta as suggested by Jarkko
29235      Branch: maint-5.6/perl
29236            ! pod/perldelta.pod
29237 ____________________________________________________________________________
29238 [  9648] By: jhi                                   on 2001/04/09  02:13:04
29239         Log: Integrate change #9646 from maintperl into mainline.
29240              
29241              add note about ithreads and Thread.pm
29242      Branch: perl
29243           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
29244 ____________________________________________________________________________
29245 [  9647] By: jhi                                   on 2001/04/09  02:10:18
29246         Log: Bad assumption that shortsize == 2.
29247      Branch: perl
29248            ! t/lib/xs-typemap.t
29249 ____________________________________________________________________________
29250 [  9646] By: gsar                                  on 2001/04/09  00:48:04
29251         Log: add note about ithreads and Thread.pm (too many people are
29252              confused by the fact that Thread.pm is built and installed
29253              under non-5005threads but doesn't work)
29254      Branch: maint-5.6/perl
29255            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
29256 ____________________________________________________________________________
29257 [  9645] By: gsar                                  on 2001/04/09  00:19:03
29258         Log: update perldelta.pod for changes in 5.6.1
29259      Branch: maint-5.6/perl
29260            ! Changes pod/perldelta.pod
29261 ____________________________________________________________________________
29262 [  9644] By: jhi                                   on 2001/04/08  20:37:00
29263         Log: Integrate change #9639 from maintperl into mainline:
29264              on windows, many of the README.* pods were being copied to
29265              the wrong location
29266      Branch: perl
29267           !> win32/Makefile win32/makefile.mk
29268 ____________________________________________________________________________
29269 [  9643] By: jhi                                   on 2001/04/08  20:07:11
29270         Log: Integrate change #9624 from maintperl into mainline:
29271              the pod tests were not okay.  (t/pod/find.t changes ignored)
29272      Branch: perl
29273           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
29274           !> t/pod/include.t t/pod/included.t t/pod/lref.t
29275           !> t/pod/multiline_items.t t/pod/nested_items.t
29276           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
29277           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
29278 ____________________________________________________________________________
29279 [  9642] By: jhi                                   on 2001/04/08  19:57:17
29280         Log: Integrate change #9638 from maintperl into mainline:
29281              update to latest JPL from the anoncvs repository
29282      Branch: perl
29283           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
29284           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29285           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
29286 ____________________________________________________________________________
29287 [  9641] By: jhi                                   on 2001/04/08  19:53:30
29288         Log: perl571delta updates.
29289      Branch: perl
29290            ! lib/Filter/Simple.pm pod/perl571delta.pod
29291 ____________________________________________________________________________
29292 [  9640] By: gsar                                  on 2001/04/08  19:20:46
29293         Log: integrate change#9634 from mainline
29294              
29295              Fix the perlmodlib generation (didn't understand separate .pod
29296              files; didn't understand -- as the name-thing separator).
29297              Update the CPAN mirrors list.
29298      Branch: maint-5.6/perl
29299            ! pod/perlmodlib.pod
29300           !> pod/perlmodlib.PL
29301 ____________________________________________________________________________
29302 [  9639] By: gsar                                  on 2001/04/08  18:57:31
29303         Log: on windows, many of the README.* pods were being copied to the wrong
29304              location
29305      Branch: maint-5.6/perl
29306            ! win32/Makefile win32/makefile.mk
29307 ____________________________________________________________________________
29308 [  9638] By: gsar                                  on 2001/04/08  18:38:25
29309         Log: update to latest JPL from the anoncvs repository
29310      Branch: maint-5.6/perl
29311            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
29312            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29313            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
29314 ____________________________________________________________________________
29315 [  9637] By: jhi                                   on 2001/04/08  17:53:53
29316         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
29317      Branch: perl
29318            ! pod/perl571delta.pod
29319 ____________________________________________________________________________
29320 [  9636] By: jhi                                   on 2001/04/08  17:18:32
29321         Log: Regen toc.
29322      Branch: perl
29323            ! pod/perltoc.pod
29324 ____________________________________________________________________________
29325 [  9635] By: jhi                                   on 2001/04/08  17:16:33
29326         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
29327              From: "Craig A. Berry" <craigberry@mac.com>
29328              Date: Sun, 08 Apr 2001 12:30:16 -0500
29329              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
29330      Branch: perl
29331            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
29332 ____________________________________________________________________________
29333 [  9634] By: jhi                                   on 2001/04/08  17:09:19
29334         Log: Fix the perlmodlib generation (didn't understand separate .pod
29335              files; didn't understand -- as the name-thing separator).
29336              
29337              Update the CPAN mirrors list.
29338      Branch: perl
29339            ! pod/perlmodlib.PL pod/perlmodlib.pod
29340 ____________________________________________________________________________
29341 [  9633] By: jhi                                   on 2001/04/08  16:49:17
29342         Log: Sort MANIFEST.
29343      Branch: perl
29344            ! MANIFEST
29345 ____________________________________________________________________________
29346 [  9632] By: gsar                                  on 2001/04/08  16:36:06
29347         Log: add $Tie::RefHash::VERSION
29348      Branch: maint-5.6/perl
29349            ! lib/Tie/RefHash.pm
29350 ____________________________________________________________________________
29351 [  9631] By: jhi                                   on 2001/04/08  16:10:15
29352         Log: perl571delta updates based on p5p feedback; still needs
29353              lots of examples.
29354      Branch: perl
29355            ! pod/perl571delta.pod
29356 ____________________________________________________________________________
29357 [  9630] By: jhi                                   on 2001/04/08  15:59:13
29358         Log: Update the list of supported platforms to talk about 5.7.1
29359              (and 5.6.1)
29360      Branch: perl
29361            ! pod/perlport.pod
29362 ____________________________________________________________________________
29363 [  9629] By: jhi                                   on 2001/04/08  15:55:41
29364         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
29365              from maintperl into mainline: perlport updates.
29366      Branch: perl
29367            ! pod/perlport.pod
29368 ____________________________________________________________________________
29369 [  9628] By: jhi                                   on 2001/04/08  15:53:17
29370         Log: perlsolaris.pod copied to wrong directory.
29371      Branch: perl
29372            ! win32/makefile.mk
29373 ____________________________________________________________________________
29374 [  9627] By: jhi                                   on 2001/04/08  14:48:18
29375         Log: Subject: Typos in perl571delta.pod
29376              From: "Stephen P. Potter" <spp@spotter.yi.org>
29377              Date: Sat, 07 Apr 2001 20:37:05 -0400
29378              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
29379      Branch: perl
29380            ! pod/perl571delta.pod
29381 ____________________________________________________________________________
29382 [  9626] By: jhi                                   on 2001/04/08  14:39:04
29383         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
29384      Branch: perl
29385            ! gv.c
29386 ____________________________________________________________________________
29387 [  9625] By: nick                                  on 2001/04/08  10:14:23
29388         Log: Integrate mainline
29389      Branch: perlio
29390           +> pod/perl570delta.pod pod/perl571delta.pod
29391           !> (integrate 27 files)
29392 ____________________________________________________________________________
29393 [  9624] By: gsar                                  on 2001/04/08  06:08:17
29394         Log: test in t/pod/* were busted
29395              
29396              these tests are still not enabled in t/{harness,TEST}
29397      Branch: maint-5.6/perl
29398            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
29399            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
29400            ! t/pod/multiline_items.t t/pod/nested_items.t
29401            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
29402            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
29403 ____________________________________________________________________________
29404 [  9623] By: gsar                                  on 2001/04/08  03:37:01
29405         Log: integrate change#9470 from mainline
29406              
29407              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
29408      Branch: maint-5.6/perl
29409           !> ext/Socket/Socket.xs
29410 ____________________________________________________________________________
29411 [  9622] By: jhi                                   on 2001/04/07  22:40:47
29412         Log: Update Changes.
29413      Branch: perl
29414            ! Changes patchlevel.h
29415 ____________________________________________________________________________
29416 [  9621] By: jhi                                   on 2001/04/07  22:34:16
29417         Log: Update AUTHORS.
29418      Branch: perl
29419            ! AUTHORS
29420 ____________________________________________________________________________
29421 [  9620] By: jhi                                   on 2001/04/07  22:12:47
29422         Log: Forgot to bump the number of tests in #9164.
29423      Branch: perl
29424            ! t/op/array.t
29425 ____________________________________________________________________________
29426 [  9619] By: jhi                                   on 2001/04/07  22:09:50
29427         Log: Bump patchlevel to 5.7.1.
29428      Branch: perl
29429            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29430            ! config_h.SH patchlevel.h
29431 ____________________________________________________________________________
29432 [  9618] By: jhi                                   on 2001/04/07  22:02:41
29433         Log: Populate perl571delta.
29434      Branch: perl
29435            ! pod/perl571delta.pod
29436 ____________________________________________________________________________
29437 [  9617] By: jhi                                   on 2001/04/07  22:01:23
29438         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
29439              to forget it later; do not change patchlevel.h yet or regenerate
29440              Configure yet.
29441      Branch: perl
29442            ! epoc/config.sh win32/Makefile win32/config_H.bc
29443            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
29444 ____________________________________________________________________________
29445 [  9616] By: jhi                                   on 2001/04/07  17:46:33
29446         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
29447      Branch: perl
29448            ! pod/perl571delta.pod
29449 ____________________________________________________________________________
29450 [  9615] By: jhi                                   on 2001/04/07  17:33:21
29451         Log: Change the toc configuration.
29452      Branch: perl
29453            ! pod/buildtoc.PL pod/perl.pod
29454 ____________________________________________________________________________
29455 [  9614] By: jhi                                   on 2001/04/07  17:29:47
29456         Log: Subject: PATCH: $[
29457              From: Robin Houston <robin@kitsite.com>
29458              Date: Fri, 6 Apr 2001 18:10:14 +0100
29459              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
29460      Branch: perl
29461            ! op.c t/op/array.t
29462 ____________________________________________________________________________
29463 [  9613] By: jhi                                   on 2001/04/07  17:28:26
29464         Log: Subject: [PATCH perl@9424] isn't numeric warning
29465              From: Robin Barker <rmb1@cise.npl.co.uk>
29466              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
29467              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
29468      Branch: perl
29469            ! sv.c t/pragma/warn/sv
29470 ____________________________________________________________________________
29471 [  9612] By: jhi                                   on 2001/04/07  17:26:45
29472         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
29473              From: Mike Guy <mjtg@cam.ac.uk>
29474              Date: Fri, 06 Apr 2001 12:47:06 +0100
29475              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
29476      Branch: perl
29477            ! dump.c t/lib/peek.t
29478 ____________________________________________________________________________
29479 [  9611] By: jhi                                   on 2001/04/07  17:21:35
29480         Log: Create perl571delta and seed it off with the perldelta changes
29481              since 5.7.0; remove those changes from perldelta and rename it
29482              as perl570delta; recreate perldelta but leave it almost empty.
29483      Branch: perl
29484            + pod/perl570delta.pod pod/perl571delta.pod
29485            ! MANIFEST pod/perldelta.pod
29486 ____________________________________________________________________________
29487 [  9610] By: jhi                                   on 2001/04/07  16:56:32
29488         Log: Denit.
29489      Branch: perl
29490            ! pod/perldelta.pod
29491 ____________________________________________________________________________
29492 [  9609] By: jhi                                   on 2001/04/07  16:38:32
29493         Log: Retract #9523: needs more thought.
29494      Branch: perl
29495            ! Makefile.SH
29496 ____________________________________________________________________________
29497 [  9608] By: jhi                                   on 2001/04/07  14:59:20
29498         Log: atmark() code cleanaup.
29499      Branch: perl
29500            ! ext/IO/IO.xs
29501 ____________________________________________________________________________
29502 [  9607] By: jhi                                   on 2001/04/07  14:48:14
29503         Log: Integrate change #9605 from maintperl into mainline.
29504              
29505              can't optimize away scope entry if tr/// is present
29506      Branch: perl
29507           !> op.c t/op/tr.t
29508 ____________________________________________________________________________
29509 [  9606] By: jhi                                   on 2001/04/07  14:43:59
29510         Log: Integrate perlio.
29511      Branch: perl
29512           +> win32/FindExt.pm
29513           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
29514           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
29515 ____________________________________________________________________________
29516 [  9605] By: gsar                                  on 2001/04/07  11:52:40
29517         Log: can't optimize away scope entry if tr/// is present
29518      Branch: maint-5.6/perl
29519            ! op.c t/op/tr.t
29520 ____________________________________________________________________________
29521 [  9604] By: nick                                  on 2001/04/07  11:39:45
29522         Log: Split out extension finding code from buildext.pl into FindExt.pm
29523              Use it to get Config.pm's idea of available extensions in line
29524              with what is built.
29525      Branch: perlio
29526            + win32/FindExt.pm
29527            ! MANIFEST win32/buildext.pl win32/config_sh.PL
29528            ! win32/makefile.mk
29529 ____________________________________________________________________________
29530 [  9603] By: nick                                  on 2001/04/07  09:11:38
29531         Log: Cleanup correction for failed :Via() layer, also set an error code.
29532      Branch: perlio
29533            ! ext/PerlIO/Via/Via.xs
29534 ____________________________________________________________________________
29535 [  9602] By: nick                                  on 2001/04/07  08:38:04
29536         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
29537              style. So don't use binmode() on the handles so that Win32 etc. see
29538              same sequence and produce same digests.
29539      Branch: perlio
29540            ! t/lib/md5-file.t
29541 ____________________________________________________________________________
29542 [  9601] By: nick                                  on 2001/04/07  08:36:26
29543         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
29544              Else it complains and so crlf layer (say) does not get pushed.
29545      Branch: perlio
29546            ! perlio.c
29547 ____________________________________________________________________________
29548 [  9600] By: jhi                                   on 2001/04/06  23:00:09
29549         Log: Integrate change #9599 from perlio into mainline.
29550      Branch: perl
29551           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
29552           !> win32/config_H.vc
29553 ____________________________________________________________________________
29554 [  9599] By: nick                                  on 2001/04/06  21:42:43
29555         Log: Quote $VERSION in Encode.pm.
29556              regen_config_h as requested.
29557      Branch: perlio
29558            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
29559            ! win32/config_H.vc
29560 ____________________________________________________________________________
29561 [  9598] By: nick                                  on 2001/04/06  20:34:59
29562         Log: Integrate mainline
29563      Branch: perlio
29564           +> README.macos
29565           !> (integrate 39 files)
29566 ____________________________________________________________________________
29567 [  9597] By: gsar                                  on 2001/04/06  18:06:35
29568         Log: integrate change#9464 from mainline (addendum to change#8313)
29569              
29570              Subject: [PATCH @9452] Better peep()ing for foreach() loops
29571      Branch: maint-5.6/perl
29572           !> op.c
29573 ____________________________________________________________________________
29574 [  9596] By: jhi                                   on 2001/04/06  17:26:03
29575         Log: The d_casti32=undef is good for you even when not use64bitall.
29576      Branch: perl
29577            ! hints/hpux.sh
29578 ____________________________________________________________________________
29579 [  9595] By: gsar                                  on 2001/04/06  14:57:17
29580         Log: add a low-impact fix to accomodate darwin-ism
29581      Branch: maint-5.6/perl
29582            ! ext/Errno/Errno_pm.PL
29583 ____________________________________________________________________________
29584 [  9594] By: jhi                                   on 2001/04/06  14:55:14
29585         Log: Integrate changes #9528,9593 from mainline into maintperl;
29586              tweaking the editor/IDE/shell list.
29587      Branch: maint-5.6/perl
29588           !> pod/perlfaq3.pod
29589 ____________________________________________________________________________
29590 [  9593] By: jhi                                   on 2001/04/06  14:51:39
29591         Log: Make the editor/IDE/shell list a little bit airier.
29592      Branch: perl
29593            ! pod/perlfaq3.pod
29594 ____________________________________________________________________________
29595 [  9592] By: gsar                                  on 2001/04/06  14:45:18
29596         Log: integrate change#9477 from mainline (base.pm doc tweak)
29597              
29598              missing doc entry for fmod()
29599      Branch: maint-5.6/perl
29600            ! lib/Math/BigFloat.pm
29601           !> lib/base.pm
29602 ____________________________________________________________________________
29603 [  9591] By: jhi                                   on 2001/04/06  13:55:48
29604         Log: Regen toc.
29605      Branch: perl
29606            ! pod/perltoc.pod
29607 ____________________________________________________________________________
29608 [  9590] By: jhi                                   on 2001/04/06  13:54:52
29609         Log: Math::BigFloat patches from John Peacock.  The equivalent
29610              of #9586 from maintperl but reworked by John to work with
29611              the bleadperl.
29612      Branch: perl
29613            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
29614 ____________________________________________________________________________
29615 [  9589] By: jhi                                   on 2001/04/06  13:42:23
29616         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
29617      Branch: perl
29618            ! ext/Digest/MD5/Makefile.PL
29619 ____________________________________________________________________________
29620 [  9588] By: jhi                                   on 2001/04/06  13:31:45
29621         Log: Integrate changes #9584,9587 from maintperl into mainline.
29622              
29623              keep eval"" CVs alive until the end of the statement in which
29624              they're called
29625              
29626              add README.macos (from Chris Nandor)
29627              
29628              tyop in change#9555
29629      Branch: perl
29630           +> README.macos
29631           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
29632           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
29633           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
29634           !> win32/makefile.mk
29635 ____________________________________________________________________________
29636 [  9587] By: gsar                                  on 2001/04/06  07:31:30
29637         Log: add README.macos (from Chris Nandor)
29638              
29639              tyop in change#9555
29640      Branch: maint-5.6/perl
29641            + README.macos
29642            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
29643            ! win32/Makefile win32/makefile.mk
29644 ____________________________________________________________________________
29645 [  9586] By: gsar                                  on 2001/04/06  07:08:54
29646         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
29647      Branch: maint-5.6/perl
29648            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
29649 ____________________________________________________________________________
29650 [  9585] By: gsar                                  on 2001/04/06  06:58:44
29651         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
29652              from mainline
29653              
29654              Subject: [PATCH] Base64 update to perlfaq9.pod
29655              
29656              Subject: [PATCH AUTHORS] Housekeeping
29657              
29658              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
29659              Mac OS X (Darwin) has extra pwent fields.
29660              
29661              Subject: [PATCH B::*] print control-character vars readably
29662              Needs EBCDICification.
29663              
29664              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
29665              
29666              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
29667              
29668              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
29669              
29670              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
29671              
29672              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
29673              
29674              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
29675              
29676              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
29677              
29678              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
29679              
29680              FreeBSD hints tweak from Anton Berezin.
29681              
29682              Subject: [PATCH foolperl & bleadperl] README.vms update
29683              
29684              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
29685      Branch: maint-5.6/perl
29686           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
29687           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
29688           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
29689 ____________________________________________________________________________
29690 [  9584] By: gsar                                  on 2001/04/06  04:09:00
29691         Log: keep eval"" CVs alive until the end of the statement in which
29692              they're called; this avoids a coredump ensuing from search for
29693              lexicals in code such as:
29694              
29695              sub bug {
29696              my $s = @_;
29697              eval q[sub { eval 'sub { &$s }' }];
29698              }
29699              bug("x")->()->();
29700              
29701              this code still doesn't work as intended (as it has remained
29702              since time immemorial), but it doesn't provoke a coredump anymore
29703      Branch: maint-5.6/perl
29704            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29705            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
29706 ____________________________________________________________________________
29707 [  9583] By: jhi                                   on 2001/04/05  23:52:51
29708         Log: Update Changes.
29709      Branch: perl
29710            ! Changes patchlevel.h
29711 ____________________________________________________________________________
29712 [  9582] By: jhi                                   on 2001/04/05  23:11:23
29713         Log: Slight doc tweak.
29714      Branch: perl
29715            ! pod/perlunicode.pod
29716 ____________________________________________________________________________
29717 [  9581] By: jhi                                   on 2001/04/05  23:04:11
29718         Log: Integrate perlio.
29719      Branch: perl
29720           !> pod/perlunicode.pod
29721 ____________________________________________________________________________
29722 [  9580] By: jhi                                   on 2001/04/05  23:03:29
29723         Log: Test for #9579.
29724      Branch: perl
29725            ! t/op/do.t
29726 ____________________________________________________________________________
29727 [  9579] By: jhi                                   on 2001/04/05  22:54:17
29728         Log: Subject: [PATCH] Propagate calling context for do '...'
29729              From: Gisle Aas <gisle@ActiveState.com>
29730              Date: 04 Apr 2001 20:17:29 -0700
29731              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
29732      Branch: perl
29733            ! pod/perlfunc.pod pp_ctl.c
29734 ____________________________________________________________________________
29735 [  9578] By: jhi                                   on 2001/04/05  22:52:51
29736         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
29737              From: Peter Prymmer <pvhp@forte.com>
29738              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
29739              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
29740      Branch: perl
29741            ! README.vms
29742 ____________________________________________________________________________
29743 [  9577] By: jhi                                   on 2001/04/05  22:48:22
29744         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
29745              From: "Craig A. Berry" <craigberry@mac.com>
29746              Date: Thu, 5 Apr 2001 13:43:28 -0500
29747              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
29748      Branch: perl
29749            ! README.vms
29750 ____________________________________________________________________________
29751 [  9576] By: jhi                                   on 2001/04/05  22:31:38
29752         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
29753              From: Michael G Schwern <schwern@pobox.com>
29754              Date: Thu, 5 Apr 2001 21:53:21 +0100
29755              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
29756      Branch: perl
29757            ! lib/base.pm t/lib/fields.t
29758 ____________________________________________________________________________
29759 [  9575] By: jhi                                   on 2001/04/05  22:26:10
29760         Log: FreeBSD hints tweak from Anton Berezin.
29761      Branch: perl
29762            ! hints/freebsd.sh
29763 ____________________________________________________________________________
29764 [  9574] By: jhi                                   on 2001/04/05  22:24:03
29765         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
29766              From: David Dyck <dcd@tc.fluke.com>
29767              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
29768              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
29769      Branch: perl
29770            ! t/op/oct.t
29771 ____________________________________________________________________________
29772 [  9573] By: jhi                                   on 2001/04/05  22:23:06
29773         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
29774              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
29775              From: David Dyck <dcd@tc.fluke.com>
29776              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
29777      Branch: perl
29778            ! pp.c
29779 ____________________________________________________________________________
29780 [  9572] By: jhi                                   on 2001/04/05  22:14:47
29781         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
29782              From: Robin Houston <robin@kitsite.com>
29783              Date: Thu, 5 Apr 2001 20:56:48 +0100
29784              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
29785      Branch: perl
29786            ! ext/B/B/Deparse.pm
29787 ____________________________________________________________________________
29788 [  9571] By: jhi                                   on 2001/04/05  22:12:53
29789         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
29790              From: Robin Houston <robin@kitsite.com>
29791              Date: Thu, 5 Apr 2001 19:55:51 +0100
29792              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
29793      Branch: perl
29794            ! ext/B/B/Deparse.pm
29795 ____________________________________________________________________________
29796 [  9570] By: jhi                                   on 2001/04/05  22:11:06
29797         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
29798              From: Robin Houston <robin@kitsite.com>
29799              Date: Thu, 5 Apr 2001 20:16:29 +0100
29800              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
29801      Branch: perl
29802            ! ext/B/B/Deparse.pm
29803 ____________________________________________________________________________
29804 [  9569] By: nick                                  on 2001/04/05  21:32:26
29805         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
29806      Branch: perlio
29807            ! pod/perlunicode.pod
29808 ____________________________________________________________________________
29809 [  9568] By: nick                                  on 2001/04/05  19:38:09
29810         Log: Integrate mainline
29811      Branch: perlio
29812           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
29813           !> (integrate 35 files)
29814 ____________________________________________________________________________
29815 [  9567] By: jhi                                   on 2001/04/05  18:31:45
29816         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
29817              From: Robin Houston <robin@kitsite.com>
29818              Date: Thu, 5 Apr 2001 18:03:23 +0100
29819              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
29820      Branch: perl
29821            ! ext/B/B/Deparse.pm
29822 ____________________________________________________________________________
29823 [  9566] By: jhi                                   on 2001/04/05  18:29:35
29824         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
29825              From: Robin Houston <robin@kitsite.com>
29826              Date: Thu, 5 Apr 2001 16:45:18 +0100
29827              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
29828      Branch: perl
29829            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
29830 ____________________________________________________________________________
29831 [  9565] By: jhi                                   on 2001/04/05  18:24:23
29832         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
29833              From: Robin Houston <robin@kitsite.com>
29834              Date: Thu, 5 Apr 2001 14:50:09 +0100
29835              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
29836      Branch: perl
29837            ! ext/B/B/Deparse.pm
29838 ____________________________________________________________________________
29839 [  9564] By: jhi                                   on 2001/04/05  18:23:03
29840         Log: Subject: [PATCH B::*] print control-character vars readably
29841              From: Robin Houston <robin@kitsite.com>
29842              Date: Thu, 5 Apr 2001 14:27:38 +0100
29843              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
29844              
29845              Needs EBCDICification.
29846      Branch: perl
29847            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
29848            ! ext/B/B/Terse.pm
29849 ____________________________________________________________________________
29850 [  9563] By: jhi                                   on 2001/04/05  18:20:32
29851         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
29852              Date: Thu, 5 Apr 2001 13:21:42 -0400
29853              From: Paul Schinder <schinder@pobox.com>
29854              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
29855              
29856              Mac OS X (Darwin) has extra pwent fields.
29857      Branch: perl
29858            ! t/op/pwent.t
29859 ____________________________________________________________________________
29860 [  9562] By: jhi                                   on 2001/04/05  17:57:51
29861         Log: Regen toc.
29862      Branch: perl
29863            ! pod/perltoc.pod
29864 ____________________________________________________________________________
29865 [  9561] By: jhi                                   on 2001/04/05  17:47:33
29866         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
29867      Branch: metaconfig
29868            ! U/Glossary.patch
29869      Branch: metaconfig/U/perl
29870            + d_u32align.U
29871            ! d_cmsghdr_s.U d_msghdr_s.U
29872 ____________________________________________________________________________
29873 [  9560] By: jhi                                   on 2001/04/05  17:47:01
29874         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
29875              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
29876              Introduce probes for struct msghdr, struct cmsghdr,
29877              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
29878              ualarm, usleep, for possible later extension work.
29879      Branch: perl
29880            + t/lib/md5-align.t
29881            ! Configure MANIFEST Porting/Glossary Porting/config.sh
29882            ! Porting/config_H config_h.SH configure.com epoc/config.sh
29883            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
29884            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29885            ! vos/config.ga.h win32/config.bc win32/config.gc
29886            ! win32/config.vc
29887 ____________________________________________________________________________
29888 [  9559] By: jhi                                   on 2001/04/05  13:03:04
29889         Log: Be traditional in your cpp (for the Errno extension).
29890      Branch: perl
29891            ! hints/darwin.sh
29892 ____________________________________________________________________________
29893 [  9558] By: jhi                                   on 2001/04/05  13:00:05
29894         Log: Add $Config{cppflags} to the gcc incantation.
29895      Branch: perl
29896            ! ext/Errno/Errno_pm.PL
29897 ____________________________________________________________________________
29898 [  9557] By: jhi                                   on 2001/04/05  04:22:39
29899         Log: Introduce Sean Burke's Class::ISA 0.32.
29900      Branch: perl
29901            + lib/Class/ISA.pm t/lib/class-isa.t
29902            ! MANIFEST
29903 ____________________________________________________________________________
29904 [  9556] By: jhi                                   on 2001/04/05  04:09:50
29905         Log: Subject: [PATCH AUTHORS] Housekeeping
29906              From: Paul Johnson <paul@pjcj.net> 
29907              Date: Wed, 4 Apr 2001 22:45:47 +0200
29908              Message-ID: <20010404224547.D9548@pjcj.net>
29909      Branch: perl
29910            ! AUTHORS
29911 ____________________________________________________________________________
29912 [  9555] By: jhi                                   on 2001/04/05  04:06:33
29913         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
29914              From: Gisle Aas <gisle@ActiveState.com>
29915              Date: 04 Apr 2001 14:23:04 -0700
29916              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
29917      Branch: perl
29918            ! pod/perlfaq9.pod
29919 ____________________________________________________________________________
29920 [  9554] By: jhi                                   on 2001/04/05  04:05:49
29921         Log: Downgrade also the "Wide character" diagnostic.
29922      Branch: perl
29923            ! pod/perldiag.pod
29924 ____________________________________________________________________________
29925 [  9553] By: jhi                                   on 2001/04/05  04:00:33
29926         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
29927              maintperl into mainline.
29928              
29929              "double" should be "NV"; standard typemap is missing entry
29930              for NV
29931              
29932              s/djSP/dSP/
29933              
29934              Downgrade "Wide character in print" to a warning.
29935              
29936              B::Deparse fix for ${^FOO} and documentation for PVX() method
29937              (from Robin Houston)
29938              
29939              tr/// doesn't null-terminate the result in some situations
29940              (from Gisle Aas)
29941      Branch: perl
29942           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
29943           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
29944           !> t/io/utf8.t t/op/tr.t
29945 ____________________________________________________________________________
29946 [  9552] By: jhi                                   on 2001/04/05  03:52:50
29947         Log: Retract changes #9542 and #9538 (from maintperl, integrated
29948              at #9540), shouldn't be needed because of the perlio changes.
29949      Branch: perl
29950            ! util.c
29951 ____________________________________________________________________________
29952 [  9551] By: gsar                                  on 2001/04/05  00:18:34
29953         Log: tr/// doesn't null-terminate the result in some situations
29954              (from Gisle Aas)
29955      Branch: maint-5.6/perl
29956            ! doop.c t/op/tr.t
29957 ____________________________________________________________________________
29958 [  9550] By: gsar                                  on 2001/04/04  20:04:17
29959         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
29960              (from Robin Houston)
29961      Branch: maint-5.6/perl
29962            ! ext/B/B.pm ext/B/B/Deparse.pm
29963 ____________________________________________________________________________
29964 [  9549] By: nick                                  on 2001/04/04  18:56:15
29965         Log: Downgrade "Wide character in print" to a warning.
29966      Branch: perlio
29967            ! doio.c t/io/utf8.t
29968 ____________________________________________________________________________
29969 [  9548] By: gsar                                  on 2001/04/04  18:51:49
29970         Log: integrate changes#9460,9462,9482,9521,9522
29971              
29972              Subject: PATCH: B::Debug should show LOOP-specific fields
29973              
29974              Subject: B::Deparse precedence bug. (Patch included.)
29975              
29976              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
29977              
29978              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
29979              
29980              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
29981      Branch: maint-5.6/perl
29982           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
29983           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
29984 ____________________________________________________________________________
29985 [  9547] By: gsar                                  on 2001/04/04  18:49:16
29986         Log: s/djSP/dSP/
29987      Branch: maint-5.6/perl
29988            ! ext/Thread/Thread.xs
29989 ____________________________________________________________________________
29990 [  9546] By: nick                                  on 2001/04/04  18:44:00
29991         Log: Integrate mainline.
29992      Branch: perlio
29993           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
29994           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
29995 ____________________________________________________________________________
29996 [  9545] By: gsar                                  on 2001/04/04  18:38:52
29997         Log: integrate change#8837 from mainline
29998              
29999              Subject: [patch] -Wall cleanup round 2
30000      Branch: maint-5.6/perl
30001           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
30002           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
30003           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
30004           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
30005           !> ext/SDBM_File/SDBM_File.xs
30006 ____________________________________________________________________________
30007 [  9544] By: gsar                                  on 2001/04/04  17:49:57
30008         Log: "double" should be "NV"; standard typemap is missing entry
30009              for NV
30010      Branch: maint-5.6/perl
30011            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
30012 ____________________________________________________________________________
30013 [  9543] By: jhi                                   on 2001/04/04  14:13:18
30014         Log: Thou shalt not (just) match for English error messages.
30015      Branch: perl
30016            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
30017            ! os2/OS2/Process/Process.pm
30018 ____________________________________________________________________________
30019 [  9542] By: jhi                                   on 2001/04/04  13:20:39
30020         Log: Make the stdio tricks of fflush_all() to exist only if
30021              stdio is being used.
30022      Branch: perl
30023            ! util.c
30024 ____________________________________________________________________________
30025 [  9541] By: jhi                                   on 2001/04/04  04:20:24
30026         Log: Subject: Re: [PATCH] Lighten up glob
30027              From: Benjamin Sugars <bsugars@canoe.ca>
30028              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
30029              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
30030      Branch: perl
30031            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
30032            ! util.c
30033 ____________________________________________________________________________
30034 [  9540] By: jhi                                   on 2001/04/04  04:03:57
30035         Log: Integrate changes #9538,9539 from maintperl into mainline.
30036              
30037              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
30038              for use with _fwalk() (fix for change#7705)
30039              
30040              another tweak needed for SunOS 4.1.x build (from Mike Guy)
30041              (cp -f is not portable)
30042      Branch: perl
30043           !> Makefile.SH util.c
30044 ____________________________________________________________________________
30045 [  9539] By: gsar                                  on 2001/04/04  03:01:14
30046         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
30047      Branch: maint-5.6/perl
30048            ! Makefile.SH
30049 ____________________________________________________________________________
30050 [  9538] By: gsar                                  on 2001/04/04  01:00:38
30051         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
30052              for use with _fwalk() (fix for change#7705)
30053      Branch: maint-5.6/perl
30054            ! util.c
30055 ____________________________________________________________________________
30056 [  9537] By: nick                                  on 2001/04/03  19:24:55
30057         Log: Integrate mainline
30058      Branch: perlio
30059           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
30060           +> lib/unicode/PropList.html
30061            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
30062           !> (integrate 69 files)
30063 ____________________________________________________________________________
30064 [  9536] By: jhi                                   on 2001/04/03  18:02:31
30065         Log: Integrate change #9533 from maintperl into mainline.
30066              
30067              better fix for change#9517 to accomodate UNC paths like
30068              \\server\share\foo, and paths with trailing backslash
30069              like c:\this\
30070      Branch: perl
30071           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
30072 ____________________________________________________________________________
30073 [  9535] By: jhi                                   on 2001/04/03  17:58:07
30074         Log: Change the push/unshift warning to be of class syntax, not misc.
30075      Branch: perl
30076            ! op.c pod/perldiag.pod t/pragma/warn/op
30077 ____________________________________________________________________________
30078 [  9534] By: jhi                                   on 2001/04/03  15:03:46
30079         Log: Change the push/unshift warning (#9532) to talk about "no values"
30080              instead of "no arguments".
30081      Branch: perl
30082            ! op.c pod/perldiag.pod t/pragma/warn/op
30083 ____________________________________________________________________________
30084 [  9533] By: gsar                                  on 2001/04/03  14:30:07
30085         Log: better fix for change#9517 to accomodate UNC paths like
30086              \\server\share\foo, and paths with trailing backslash
30087              like c:\this\
30088      Branch: maint-5.6/perl
30089            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
30090 ____________________________________________________________________________
30091 [  9532] By: jhi                                   on 2001/04/03  13:11:46
30092         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
30093              From: Robin Houston <robin@kitsite.com>
30094              Date: Mon, 2 Apr 2001 15:03:29 +0100
30095              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
30096      Branch: perl
30097            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
30098 ____________________________________________________________________________
30099 [  9531] By: jhi                                   on 2001/04/03  13:06:34
30100         Log: Integrate change #9530 from maintperl into mainline.
30101              
30102              accomodate VMS "mailbox overflow" quirk in testsuite (from
30103              Craig Berry)
30104      Branch: perl
30105           !> t/lib/socket.t
30106 ____________________________________________________________________________
30107 [  9530] By: gsar                                  on 2001/04/03  04:56:41
30108         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
30109              Craig Berry)
30110      Branch: maint-5.6/perl
30111            ! t/lib/socket.t
30112 ____________________________________________________________________________
30113 [  9529] By: jhi                                   on 2001/04/03  02:34:34
30114         Log: Update Changes.
30115      Branch: perl
30116            ! Changes patchlevel.h
30117 ____________________________________________________________________________
30118 [  9528] By: jhi                                   on 2001/04/03  01:27:57
30119         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
30120              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
30121              To: perl5-porters@perl.org
30122              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
30123      Branch: perl
30124            ! pod/perlfaq3.pod
30125 ____________________________________________________________________________
30126 [  9527] By: jhi                                   on 2001/04/03  01:22:09
30127         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
30128              From: Peter Prymmer <pvhp@forte.com>
30129              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
30130              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
30131      Branch: perl
30132            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
30133 ____________________________________________________________________________
30134 [  9526] By: jhi                                   on 2001/04/03  01:18:25
30135         Log: The metaconfig unit changes for #9525.
30136      Branch: metaconfig
30137            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
30138      Branch: metaconfig/U/perl
30139            ! use64bits.U
30140 ____________________________________________________________________________
30141 [  9525] By: jhi                                   on 2001/04/03  01:17:30
30142         Log: Configure sanity checks:
30143              * if use64bitall is attempted but pointers are only 32-bit,
30144              'downgrade' to use64bitint
30145              * if use64bitint is attempted but there's no quad type,
30146              forget about use64bitint (well, the default for it is 'n',
30147              the user can still override this)
30148              * if pointers are 64 bits, do not try to use Perl's malloc
30149      Branch: perl
30150            ! Configure
30151 ____________________________________________________________________________
30152 [  9524] By: gsar                                  on 2001/04/03  01:09:12
30153         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
30154      Branch: maint-5.6/perl
30155            ! pp_sys.c
30156 ____________________________________________________________________________
30157 [  9523] By: jhi                                   on 2001/04/03  00:02:31
30158         Log: (Retracted by #9609)
30159              
30160              Make it harder for parallel makes to enter 'test' before
30161              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
30162              should be unhappy enough, but sometimes parallel makes seem
30163              to sneak past both in Tru64 and AIX.)
30164      Branch: perl
30165            ! Makefile.SH
30166 ____________________________________________________________________________
30167 [  9522] By: jhi                                   on 2001/04/02  22:35:31
30168         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
30169              Date: Mon, 2 Apr 2001 22:54:10 +0100
30170              From: Robin Houston <robin@kitsite.com>
30171              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
30172      Branch: perl
30173            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
30174 ____________________________________________________________________________
30175 [  9521] By: jhi                                   on 2001/04/02  22:32:23
30176         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
30177              From: Robin Houston <robin@kitsite.com>
30178              Date: Mon, 2 Apr 2001 20:24:03 +0100
30179              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
30180      Branch: perl
30181            ! ext/B/B/Concise.pm
30182 ____________________________________________________________________________
30183 [  9520] By: jhi                                   on 2001/04/02  22:30:43
30184         Log: Subject: [PATCH] REALLY pedantic hv.h nit
30185              From: Simon Cozens <simon@netthink.co.uk>
30186              Date: Mon, 2 Apr 2001 15:43:06 +0100
30187              Message-ID: <20010402154306.A21711@netthink.co.uk>
30188      Branch: perl
30189            ! hv.h
30190 ____________________________________________________________________________
30191 [  9519] By: jhi                                   on 2001/04/02  22:28:04
30192         Log: Based on
30193              
30194              Subject: [foolperl] EPOC fix
30195              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30196              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
30197              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
30198      Branch: perl
30199            ! pp_sys.c
30200 ____________________________________________________________________________
30201 [  9518] By: jhi                                   on 2001/04/02  22:22:34
30202         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
30203              
30204              README.win32 tweaks; add a note about alternative location for
30205              getting a gcc-2.95.2 that will build perl properly on windows
30206              
30207              add some notes about gutsy threading matters
30208              
30209              many of the utilities interpolate literal paths within doublequotes
30210              (fails on dosish platforms where path contains backslashes)
30211      Branch: perl
30212           !> README.win32 pod/perlguts.pod utils/perldoc.PL
30213           !> x2p/find2perl.PL x2p/s2p.PL
30214 ____________________________________________________________________________
30215 [  9517] By: gsar                                  on 2001/04/02  19:52:21
30216         Log: many of the utilities interpolate literal paths within doublequotes
30217              (fails on dosish platforms where path contains backslashes)
30218      Branch: maint-5.6/perl
30219            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
30220 ____________________________________________________________________________
30221 [  9516] By: gsar                                  on 2001/04/02  05:49:37
30222         Log: a foolish release
30223      Branch: maint-5.6/perl
30224            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
30225            ! pod/perltoc.pod
30226 ____________________________________________________________________________
30227 [  9515] By: gsar                                  on 2001/04/02  05:04:29
30228         Log: add missing changelog summaries
30229      Branch: maint-5.6/perl
30230            ! Changes
30231 ____________________________________________________________________________
30232 [  9514] By: gsar                                  on 2001/04/02  04:07:13
30233         Log: add some notes about gutsy threading matters
30234      Branch: maint-5.6/perl
30235            ! pod/perlguts.pod
30236 ____________________________________________________________________________
30237 [  9513] By: gsar                                  on 2001/04/02  03:25:21
30238         Log: add more prominent caveat notices about experimental features
30239      Branch: maint-5.6/perl
30240            ! pod/perlfork.pod pod/perlunicode.pod
30241 ____________________________________________________________________________
30242 [  9512] By: gsar                                  on 2001/04/02  02:54:33
30243         Log: integrate changes#9479,9509 from mainline
30244              
30245              [PATCH] File::Glob stuff for Mac OS
30246              
30247              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
30248      Branch: maint-5.6/perl
30249           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
30250           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
30251           !> t/lib/glob-taint.t
30252 ____________________________________________________________________________
30253 [  9511] By: gsar                                  on 2001/04/02  02:38:24
30254         Log: README.win32 tweaks; add a note about alternative location for
30255              getting a gcc-2.95.2 that will build perl properly on windows
30256      Branch: maint-5.6/perl
30257            ! README.win32
30258 ____________________________________________________________________________
30259 [  9510] By: jhi                                   on 2001/04/01  20:45:10
30260         Log: An ambiguosity warning.
30261      Branch: perl
30262            ! t/lib/trig.t
30263 ____________________________________________________________________________
30264 [  9509] By: jhi                                   on 2001/04/01  19:53:47
30265         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
30266              From: Jonathan Stowe <gellyfish@gellyfish.com>
30267              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
30268              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
30269      Branch: perl
30270            ! ext/File/Glob/bsd_glob.c
30271 ____________________________________________________________________________
30272 [  9508] By: jhi                                   on 2001/04/01  19:35:03
30273         Log: Update Changes.
30274      Branch: perl
30275            ! Changes patchlevel.h
30276 ____________________________________________________________________________
30277 [  9507] By: jhi                                   on 2001/04/01  19:24:01
30278         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
30279              from mainline to maintperl: pod tweaks.
30280      Branch: maint-5.6/perl
30281           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
30282           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
30283           !> pod/perlvar.pod
30284 ____________________________________________________________________________
30285 [  9506] By: jhi                                   on 2001/04/01  19:11:53
30286         Log: Commit Sarathy to April release of 5.6.1 :-)
30287      Branch: perl
30288            ! pod/perlfaq1.pod
30289 ____________________________________________________________________________
30290 [  9505] By: jhi                                   on 2001/04/01  19:03:15
30291         Log: Subject: PATCH 5.6.0 (perldebug.pod)
30292              From: Mark-Jason Dominus <mjd@plover.com>
30293              Date: Sun, 01 Apr 2001 14:25:11 -0400
30294              Message-ID: <20010401182511.9247.qmail@plover.com>
30295      Branch: perl
30296            ! pod/perldebug.pod
30297 ____________________________________________________________________________
30298 [  9504] By: jhi                                   on 2001/04/01  18:43:09
30299         Log: Add great_circle_direction().
30300      Branch: perl
30301            ! lib/Math/Trig.pm t/lib/trig.t
30302 ____________________________________________________________________________
30303 [  9503] By: jhi                                   on 2001/04/01  17:29:12
30304         Log: Unicode ReadMe update for Unicode 3.1.
30305      Branch: perl
30306            ! lib/unicode/ReadMe.txt
30307 ____________________________________________________________________________
30308 [  9502] By: jhi                                   on 2001/04/01  17:18:40
30309         Log: Integrate change #9501 from maintperl into mainline.
30310              
30311              fix the perlembed notes on multiple interpreters
30312              
30313              fix ExtUtils::Embed to work passably on Windows
30314      Branch: perl
30315           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
30316 ____________________________________________________________________________
30317 [  9501] By: gsar                                  on 2001/04/01  07:21:57
30318         Log: fix the perlembed notes on multiple interpreters
30319              
30320              fix ExtUtils::Embed to work passably on Windows
30321      Branch: maint-5.6/perl
30322            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
30323 ____________________________________________________________________________
30324 [  9500] By: jhi                                   on 2001/04/01  05:58:23
30325         Log: Test for #9499.
30326      Branch: perl
30327            ! t/op/tr.t
30328 ____________________________________________________________________________
30329 [  9499] By: jhi                                   on 2001/04/01  05:55:46
30330         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
30331      Branch: perl
30332            ! embed.h embed.pl op.c proto.h
30333 ____________________________________________________________________________
30334 [  9498] By: jhi                                   on 2001/04/01  05:44:34
30335         Log: Protect the workaround hunk more.
30336      Branch: perl
30337            ! toke.c
30338 ____________________________________________________________________________
30339 [  9497] By: jhi                                   on 2001/04/01  00:24:25
30340         Log: Integrate changes #9493,9494,9495,9496 from maintperl
30341              into mainline.
30342              
30343              fix a broken workaround for Borland compiler in change#4739
30344              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
30345              
30346              nits spotted by Borland compiler
30347              
30348              avoid redefinition warnings under Borland 5.02
30349              
30350              various nits identified by the Borland 5.5 compiler; remove suppression
30351              of a few warnings
30352      Branch: perl
30353           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
30354           !> win32/win32.h
30355 ____________________________________________________________________________
30356 [  9496] By: gsar                                  on 2001/03/31  23:22:28
30357         Log: various nits identified by the Borland 5.5 compiler; remove suppression
30358              of a few warnings
30359      Branch: maint-5.6/perl
30360            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
30361 ____________________________________________________________________________
30362 [  9495] By: gsar                                  on 2001/03/31  21:03:08
30363         Log: avoid redefinition warnings under Borland 5.02
30364      Branch: maint-5.6/perl
30365            ! win32/makefile.mk
30366 ____________________________________________________________________________
30367 [  9494] By: gsar                                  on 2001/03/31  20:18:59
30368         Log: nits spotted by Borland compiler
30369      Branch: maint-5.6/perl
30370            ! utf8.h win32/win32.h
30371 ____________________________________________________________________________
30372 [  9493] By: gsar                                  on 2001/03/31  20:18:05
30373         Log: fix a broken workaround for Borland compiler in change#4739
30374              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
30375      Branch: maint-5.6/perl
30376            ! toke.c
30377 ____________________________________________________________________________
30378 [  9492] By: jhi                                   on 2001/03/31  18:36:24
30379         Log: Integrate change #9491 from maintperl into mainline.
30380              
30381              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
30382              directory is relative (need to fetch the full path name *before*
30383              the chdir!)
30384      Branch: perl
30385           !> lib/Cwd.pm
30386 ____________________________________________________________________________
30387 [  9491] By: gsar                                  on 2001/03/31  17:01:56
30388         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
30389              directory is relative (need to fetch the full path name *before*
30390              the chdir!)
30391              
30392              this is a followup patch for change#6749
30393      Branch: maint-5.6/perl
30394            ! lib/Cwd.pm
30395 ____________________________________________________________________________
30396 [  9490] By: jhi                                   on 2001/03/31  15:50:18
30397         Log: Subject: Re: [PATCH] av.h cosmetics
30398              From: Simon Cozens <simon@netthink.co.uk>
30399              Date: Sat, 31 Mar 2001 13:09:59 +0100
30400              Message-ID: <20010331130959.A22000@netthink.co.uk>
30401              
30402              Document AvALLOC.
30403      Branch: perl
30404            ! pod/perlguts.pod
30405 ____________________________________________________________________________
30406 [  9489] By: jhi                                   on 2001/03/31  15:48:44
30407         Log: Subject: [PATCH] Re: Math::Big* v1.21
30408              From: Tels <perl_dummy@bloodgate.com>
30409              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
30410              Message-Id: <200103311125.GAA377738@www08.hway.net>
30411      Branch: perl
30412            ! pod/perlop.pod
30413 ____________________________________________________________________________
30414 [  9488] By: jhi                                   on 2001/03/31  03:39:51
30415         Log: Debug output tweak.
30416      Branch: perl
30417            ! t/lib/cwd.t
30418 ____________________________________________________________________________
30419 [  9487] By: jhi                                   on 2001/03/31  03:33:02
30420         Log: OverVMSification.
30421      Branch: perl
30422            ! t/lib/cwd.t
30423 ____________________________________________________________________________
30424 [  9486] By: jhi                                   on 2001/03/31  03:01:40
30425         Log: Missed MANIFESTations in #9483.
30426      Branch: perl
30427            ! MANIFEST
30428 ____________________________________________________________________________
30429 [  9485] By: jhi                                   on 2001/03/31  02:58:17
30430         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
30431              From: Peter Prymmer <pvhp@forte.com>
30432              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
30433              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
30434      Branch: perl
30435            ! regexec.c t/lib/cwd.t
30436 ____________________________________________________________________________
30437 [  9484] By: jhi                                   on 2001/03/31  01:04:41
30438         Log: Obsolete file (see #3938)
30439      Branch: perl
30440            - lib/unicode/README.Ethiopic
30441            ! MANIFEST
30442 ____________________________________________________________________________
30443 [  9483] By: jhi                                   on 2001/03/31  00:52:42
30444         Log: Update to Unicode 3.1.
30445              (Rename Names.txt to NamesList.txt.)
30446      Branch: perl
30447            + lib/unicode/NamesList.txt lib/unicode/PropList.html
30448            - lib/unicode/Names.txt
30449            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
30450            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
30451            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
30452            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
30453            ! lib/unicode/UCD.html lib/unicode/Unicode.html
30454            ! lib/unicode/rename lib/unicode/version
30455 ____________________________________________________________________________
30456 [  9482] By: jhi                                   on 2001/03/30  23:33:44
30457         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
30458              From: Robin Houston <robin@kitsite.com>
30459              Date: Fri, 30 Mar 2001 20:07:22 +0100
30460              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
30461      Branch: perl
30462            ! ext/B/B/Deparse.pm
30463 ____________________________________________________________________________
30464 [  9481] By: jhi                                   on 2001/03/30  23:20:25
30465         Log: Subject: Re: [PATCH] CwdXS, Take 2
30466              From: Benjamin Sugars <bsugars@canoe.ca>
30467              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
30468              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
30469      Branch: perl
30470            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
30471            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
30472 ____________________________________________________________________________
30473 [  9480] By: jhi                                   on 2001/03/30  22:52:38
30474         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
30475              From: David Dyck <dcd@tc.fluke.com>
30476              Date: Fri, 30 Mar 2001 14:44:13 -0800
30477              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
30478              
30479              The t/rantests flags file creation was accidentally
30480              removed by #9217.
30481      Branch: perl
30482            ! Makefile.SH
30483 ____________________________________________________________________________
30484 [  9479] By: jhi                                   on 2001/03/30  22:45:45
30485         Log: Subject: [PATCH] File::Glob stuff for Mac OS
30486              From: Chris Nandor <pudge@pobox.com>
30487              Date: Fri, 30 Mar 2001 16:51:00 -0500
30488              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
30489      Branch: perl
30490            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
30491            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
30492            ! t/lib/glob-taint.t
30493 ____________________________________________________________________________
30494 [  9478] By: jhi                                   on 2001/03/30  22:43:12
30495         Log: Subject: fix for win32/buildext.pl
30496              From: "Vadim Konovalov" <watman@inbox.ru>
30497              Date: Sat, 31 Mar 2001 00:50:36 +0400
30498              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
30499      Branch: perl
30500            ! win32/buildext.pl
30501 ____________________________________________________________________________
30502 [  9477] By: jhi                                   on 2001/03/30  22:41:16
30503         Log: Subject: small base.pm doc patch
30504              From: Leon Brocard <acme@astray.com>
30505              Date: Fri, 30 Mar 2001 21:49:57 +0100
30506              Message-ID: <20010330214957.B8733@ns0.astray.com>
30507      Branch: perl
30508            ! lib/base.pm
30509 ____________________________________________________________________________
30510 [  9476] By: jhi                                   on 2001/03/30  18:16:57
30511         Log: Subject: [PATCH] av.h cosmetics
30512              From: Simon Cozens <simon@netthink.co.uk>
30513              Date: Fri, 30 Mar 2001 18:12:28 +0100
30514              Message-ID: <20010330181228.A9319@netthink.co.uk>
30515      Branch: perl
30516            ! av.h
30517 ____________________________________________________________________________
30518 [  9475] By: jhi                                   on 2001/03/30  18:15:50
30519         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
30520              From: "Philip Newton" <pnewton@gmx.de>
30521              Date: Fri, 30 Mar 2001 19:06:57 +0200
30522              Message-ID: <3AC4D951.14815.1AC7068@localhost>
30523      Branch: perl
30524            ! pod/perlhack.pod
30525 ____________________________________________________________________________
30526 [  9474] By: jhi                                   on 2001/03/30  18:14:02
30527         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
30528              From: Benjamin Sugars <bsugars@canoe.ca>
30529              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
30530              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
30531      Branch: perl
30532            ! t/lib/glob-basic.t
30533 ____________________________________________________________________________
30534 [  9473] By: jhi                                   on 2001/03/30  16:09:24
30535         Log: Update Changes.
30536      Branch: perl
30537            ! Changes patchlevel.h
30538 ____________________________________________________________________________
30539 [  9472] By: jhi                                   on 2001/03/30  15:16:08
30540         Log: Integrate perlio.
30541      Branch: perl
30542           !> t/lib/cwd.t t/lib/glob-basic.t
30543 ____________________________________________________________________________
30544 [  9471] By: nick                                  on 2001/03/30  14:47:10
30545         Log: Should be (^O eq 'MSWin32') not 'Win32'
30546              Fail #12 seems real - chdir is in wrong dir.
30547      Branch: perlio
30548            ! t/lib/cwd.t
30549 ____________________________________________________________________________
30550 [  9470] By: jhi                                   on 2001/03/30  14:41:11
30551         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
30552              From: Radu Greab <radu@netsoft.ro>
30553              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
30554              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
30555              
30556              Replace #9352.
30557      Branch: perl
30558            ! ext/Socket/Socket.xs pp_sys.c
30559 ____________________________________________________________________________
30560 [  9469] By: jhi                                   on 2001/03/30  14:37:51
30561         Log: Subject: PATCH pod/perldiag.pod
30562              From: Robin Houston <robin@kitsite.com>
30563              Date: Fri, 30 Mar 2001 14:10:36 +0100
30564              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
30565      Branch: perl
30566            ! pod/perldiag.pod t/lib/glob-basic.t
30567 ____________________________________________________________________________
30568 [  9468] By: jhi                                   on 2001/03/30  14:36:36
30569         Log: Subject: Better diagnostic in io/fs.t
30570              From: andreas.koenig@anima.de (Andreas J. Koenig)
30571              Date: 30 Mar 2001 10:11:43 +0200
30572              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
30573      Branch: perl
30574            ! t/io/fs.t
30575 ____________________________________________________________________________
30576 [  9467] By: nick                                  on 2001/03/30  14:25:43
30577         Log: Skip order test of glob if case-ignoring system cannot 
30578              create a.test and A.test
30579      Branch: perlio
30580            ! t/lib/glob-basic.t
30581 ____________________________________________________________________________
30582 [  9466] By: nick                                  on 2001/03/30  13:03:12
30583         Log: Integrate mainline.
30584      Branch: perlio
30585            - ext/re/hints/aix.pl
30586           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
30587           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
30588           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
30589           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
30590 ____________________________________________________________________________
30591 [  9465] By: jhi                                   on 2001/03/30  03:53:37
30592         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
30593              the tests sometimes hang, sometimes not.)
30594      Branch: perl
30595            ! t/lib/io_multihomed.t t/lib/io_sock.t
30596 ____________________________________________________________________________
30597 [  9464] By: jhi                                   on 2001/03/30  02:56:04
30598         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
30599              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30600              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
30601              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
30602      Branch: perl
30603            ! op.c
30604 ____________________________________________________________________________
30605 [  9463] By: jhi                                   on 2001/03/30  02:34:48
30606         Log: Test for #9462.
30607      Branch: perl
30608            ! t/lib/b.t
30609 ____________________________________________________________________________
30610 [  9462] By: jhi                                   on 2001/03/30  02:29:37
30611         Log: Subject: B::Deparse precedence bug. (Patch included.)
30612              From: Jeremy Madea <jmadea@inktomi.com>
30613              Date: Thu, 29 Mar 2001 12:05:02 -0800
30614              Message-ID: <20010329120502.A24881@dr.inktomi.com>
30615      Branch: perl
30616            ! ext/B/B/Deparse.pm
30617 ____________________________________________________________________________
30618 [  9461] By: jhi                                   on 2001/03/30  02:18:41
30619         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
30620              From: Peter Prymmer <pvhp@forte.com>
30621              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
30622              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
30623      Branch: perl
30624            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
30625            ! t/lib/md5-file.t
30626 ____________________________________________________________________________
30627 [  9460] By: jhi                                   on 2001/03/30  02:17:07
30628         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
30629              From: Robin Houston <robin@kitsite.com>
30630              Date: Thu, 29 Mar 2001 20:47:56 +0100
30631              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
30632      Branch: perl
30633            ! ext/B/B/Debug.pm
30634 ____________________________________________________________________________
30635 [  9459] By: jhi                                   on 2001/03/30  02:16:05
30636         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
30637              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
30638              Date: Wed, 28 Mar 2001 18:02:20 -0600
30639              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
30640      Branch: perl
30641            ! lib/ExtUtils/MM_VMS.pm
30642 ____________________________________________________________________________
30643 [  9458] By: jhi                                   on 2001/03/30  02:07:58
30644         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
30645              From: "Joshua E. Rodd" <jrodd@pbs.org>
30646              Date: Wed, 28 Mar 2001 17:29:12 -0500
30647              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
30648      Branch: perl
30649            ! pod/perlop.pod
30650 ____________________________________________________________________________
30651 [  9457] By: jhi                                   on 2001/03/30  02:04:33
30652         Log: Subject: ext/re/aix.pl can go
30653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30654              Date: Thu, 29 Mar 2001 12:03:28 +0200
30655              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
30656      Branch: perl
30657            - ext/re/hints/aix.pl
30658            ! MANIFEST
30659 ____________________________________________________________________________
30660 [  9456] By: jhi                                   on 2001/03/30  02:03:32
30661         Log: Integrate perlio.
30662      Branch: perl
30663           !> ext/Encode/Encode.xs installperl
30664 ____________________________________________________________________________
30665 [  9455] By: nick                                  on 2001/03/29  21:11:46
30666         Log: DLL name has changed so installperl needs to know
30667              (Why isn't it working it out or passed it?)
30668      Branch: perlio
30669            ! installperl
30670 ____________________________________________________________________________
30671 [  9454] By: nick                                  on 2001/03/29  20:56:12
30672         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
30673              and we don't get undef warnings.
30674      Branch: perlio
30675            ! ext/Encode/Encode.xs
30676 ____________________________________________________________________________
30677 [  9453] By: nick                                  on 2001/03/29  17:58:48
30678         Log: Integrate mainline
30679      Branch: perlio
30680           !> Changes patchlevel.h
30681 ____________________________________________________________________________
30682 [  9452] By: jhi                                   on 2001/03/29  16:44:55
30683         Log: Update Changes.
30684      Branch: perl
30685            ! Changes patchlevel.h
30686 ____________________________________________________________________________
30687 [  9451] By: nick                                  on 2001/03/29  16:31:38
30688         Log: Integrate mainline
30689      Branch: perlio
30690           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
30691           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
30692           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
30693           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
30694           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
30695 ____________________________________________________________________________
30696 [  9450] By: jhi                                   on 2001/03/29  16:29:17
30697         Log: Integrate perlio.
30698      Branch: perl
30699           !> win32/buildext.pl
30700 ____________________________________________________________________________
30701 [  9449] By: jhi                                   on 2001/03/29  15:50:01
30702         Log: Update Changes.
30703      Branch: perl
30704            ! Changes patchlevel.h
30705 ____________________________________________________________________________
30706 [  9448] By: nick                                  on 2001/03/29  15:47:15
30707         Log: Make sure buildext.pl finds Errno.pm
30708      Branch: perlio
30709            ! win32/buildext.pl
30710 ____________________________________________________________________________
30711 [  9447] By: jhi                                   on 2001/03/29  15:39:34
30712         Log: Integrate perlio.
30713      Branch: perl
30714           !> win32/makefile.mk
30715 ____________________________________________________________________________
30716 [  9446] By: nick                                  on 2001/03/29  15:30:03
30717         Log: Integrate win32/makefile.mk with mainline.
30718      Branch: perlio
30719           !> win32/makefile.mk
30720 ____________________________________________________________________________
30721 [  9445] By: nick                                  on 2001/03/29  15:27:32
30722         Log: Fix breakage ... 
30723      Branch: perlio
30724            ! win32/makefile.mk
30725 ____________________________________________________________________________
30726 [  9444] By: jhi                                   on 2001/03/29  15:03:08
30727         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
30728              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
30729              Date: Thu, 29 Mar 2001 10:32:59 +0400
30730              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
30731      Branch: perl
30732            ! win32/makefile.mk
30733 ____________________________________________________________________________
30734 [  9443] By: jhi                                   on 2001/03/29  15:02:12
30735         Log: Integrate perlio.
30736      Branch: perl
30737           +> win32/buildext.pl
30738           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
30739           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
30740 ____________________________________________________________________________
30741 [  9442] By: nick                                  on 2001/03/29  14:59:11
30742         Log: Work in progress - determine win32 extensions to build via script.
30743      Branch: perlio
30744            + win32/buildext.pl
30745            ! MANIFEST win32/makefile.mk
30746 ____________________________________________________________________________
30747 [  9441] By: jhi                                   on 2001/03/29  14:51:47
30748         Log: Reintroduce the use of external pwd.
30749      Branch: perl
30750            ! t/lib/cwd.t
30751 ____________________________________________________________________________
30752 [  9440] By: jhi                                   on 2001/03/29  14:42:58
30753         Log: use warnings instead of -w.
30754      Branch: perl
30755            ! utils/h2xs.PL
30756 ____________________________________________________________________________
30757 [  9439] By: jhi                                   on 2001/03/29  14:41:52
30758         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
30759              From: Jonathan Stowe <gellyfish@gellyfish.com>
30760              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
30761              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
30762      Branch: perl
30763            ! utils/h2xs.PL
30764 ____________________________________________________________________________
30765 [  9438] By: jhi                                   on 2001/03/29  14:39:38
30766         Log: Subject: [PATCH perl@9424] minor pod nits
30767              From: Robin Barker <rmb1@cise.npl.co.uk>
30768              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
30769              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
30770      Branch: perl
30771            ! pod/perlhack.pod pod/perliol.pod
30772 ____________________________________________________________________________
30773 [  9437] By: jhi                                   on 2001/03/29  14:29:16
30774         Log: Subject: [PATCH perl@9424] typemap cast warning
30775              From: Robin Barker <rmb1@cise.npl.co.uk>
30776              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
30777              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
30778      Branch: perl
30779            ! lib/ExtUtils/typemap
30780 ____________________________________________________________________________
30781 [  9436] By: jhi                                   on 2001/03/29  14:26:03
30782         Log: Subject: [PATCH perl@9424] printf warning
30783              From: Robin Barker <rmb1@cise.npl.co.uk>
30784              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
30785              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
30786      Branch: perl
30787            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
30788            ! ext/Storable/Storable.xs toke.c
30789 ____________________________________________________________________________
30790 [  9435] By: nick                                  on 2001/03/29  14:23:31
30791         Log: Win32 has name conflict with ERROR
30792      Branch: perlio
30793            ! ext/PerlIO/Via/Via.xs
30794 ____________________________________________________________________________
30795 [  9434] By: jhi                                   on 2001/03/29  14:17:48
30796         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
30797              From: Peter Prymmer <pvhp@forte.com>
30798              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
30799              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
30800      Branch: perl
30801            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
30802 ____________________________________________________________________________
30803 [  9433] By: jhi                                   on 2001/03/29  13:52:44
30804         Log: test-prep target was missing.
30805      Branch: perl
30806            ! Makefile.SH
30807 ____________________________________________________________________________
30808 [  9432] By: nick                                  on 2001/03/29  12:40:03
30809         Log: Make as-shipped compiler default to MSVC6 
30810      Branch: perlio
30811            ! win32/makefile.mk
30812 ____________________________________________________________________________
30813 [  9431] By: nick                                  on 2001/03/29  12:12:16
30814         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
30815              akin to PerlIO::Scalar.
30816      Branch: perlio
30817            ! perlio.c perlio.h
30818 ____________________________________________________________________________
30819 [  9430] By: nick                                  on 2001/03/29  10:56:35
30820         Log: Integrate mainline.
30821      Branch: perlio
30822           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
30823           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
30824           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
30825           !> win32/makefile.mk win32/win32sck.c
30826 ____________________________________________________________________________
30827 [  9429] By: nick                                  on 2001/03/29  09:03:43
30828         Log: Noticed that two tests were skipped as perlio:: package
30829              isn't there any more. Changed the skip condition.
30830              Avoid core-dump if sv_utf8_upgrade() called on something
30831              that does not become SvPOK after SvPV() (e.g. a ref).
30832      Branch: perlio
30833            ! sv.c t/io/utf8.t t/lib/io_scalar.t
30834 ____________________________________________________________________________
30835 [  9428] By: jhi                                   on 2001/03/29  01:31:47
30836         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
30837              From: Benjamin Sugars <bsugars@canoe.ca> 
30838              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
30839              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
30840      Branch: perl
30841            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
30842            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
30843            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
30844 ____________________________________________________________________________
30845 [  9427] By: jhi                                   on 2001/03/29  00:49:30
30846         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
30847              From: "Vadim Konovalov" <watman@inbox.ru>
30848              Date: Thu, 29 Mar 2001 01:50:12 +0400
30849              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
30850      Branch: perl
30851            ! win32/makefile.mk win32/win32sck.c
30852 ____________________________________________________________________________
30853 [  9426] By: gsar                                  on 2001/03/29  00:28:04
30854         Log: dmake can only handle == and != in comparisons; support building
30855              with Borland's VCL libraries (from Vadim Konovalov)
30856      Branch: maint-5.6/perl
30857            ! win32/makefile.mk
30858 ____________________________________________________________________________
30859 [  9425] By: nick                                  on 2001/03/28  19:29:56
30860         Log: Integrate (@snapshot)
30861      Branch: perlio
30862           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
30863 ____________________________________________________________________________
30864 [  9424] By: jhi                                   on 2001/03/28  19:03:16
30865         Log: Update Changes.
30866      Branch: perl
30867            ! Changes patchlevel.h
30868 ____________________________________________________________________________
30869 [  9423] By: jhi                                   on 2001/03/28  18:52:09
30870         Log: Rmdir lib/XS on cleanup.
30871      Branch: perl
30872            ! Makefile.SH
30873 ____________________________________________________________________________
30874 [  9422] By: jhi                                   on 2001/03/28  18:49:34
30875         Log: Integrate perlio.
30876      Branch: perl
30877           !> t/op/utf8decode.t
30878 ____________________________________________________________________________
30879 [  9421] By: nick                                  on 2001/03/28  18:46:44
30880         Log: Loose duplicate chunk.
30881      Branch: perlio
30882            ! t/op/utf8decode.t
30883 ____________________________________________________________________________
30884 [  9420] By: nick                                  on 2001/03/28  18:44:11
30885         Log: Integrate mainline.
30886      Branch: perlio
30887           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
30888           !> vms/vmsish.h
30889 ____________________________________________________________________________
30890 [  9419] By: jhi                                   on 2001/03/28  18:42:05
30891         Log: Can't trust external pwds
30892              (either shell builtins or external programs)
30893      Branch: perl
30894            ! t/lib/cwd.t
30895 ____________________________________________________________________________
30896 [  9418] By: jhi                                   on 2001/03/28  18:34:05
30897         Log: Integrate perlio.
30898      Branch: perl
30899            - lib/perlio.pm
30900           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
30901           !> t/op/utf8decode.t
30902 ____________________________________________________________________________
30903 [  9417] By: nick                                  on 2001/03/28  18:24:02
30904         Log: PerlIO.pm / perlio.pm conflict.
30905              Update some pods.
30906              Make t/op/utf8decode.t a text file.
30907      Branch: perlio
30908            - lib/perlio.pm
30909            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
30910            ! t/op/utf8decode.t
30911 ____________________________________________________________________________
30912 [  9416] By: jhi                                   on 2001/03/28  18:06:07
30913         Log: Integrate change #9409 from mainline to maintperl.
30914              
30915              Yet another tweak on AIX dynaloading.
30916      Branch: maint-5.6/perl
30917           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30918 ____________________________________________________________________________
30919 [  9415] By: gsar                                  on 2001/03/28  17:13:01
30920         Log: integrate changes#9377,9385,9401 from mainline
30921              
30922              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
30923              
30924              If directory entries compare equal case-insensitively,
30925              retry case-sensitively.
30926              
30927              Subject: [PATCH] B::Terse and warnings
30928      Branch: maint-5.6/perl
30929           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
30930           !> t/pragma/warn/perl
30931 ____________________________________________________________________________
30932 [  9414] By: jhi                                   on 2001/03/28  17:11:12
30933         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
30934              From: "Craig A. Berry" <craigberry@mac.com>
30935              Date: Wed, 28 Mar 2001 10:55:20 -0600
30936              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
30937      Branch: perl
30938            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
30939 ____________________________________________________________________________
30940 [  9413] By: jhi                                   on 2001/03/28  17:03:12
30941         Log: Dup hunk.
30942      Branch: perl
30943            ! t/op/utf8decode.t
30944 ____________________________________________________________________________
30945 [  9412] By: jhi                                   on 2001/03/28  17:02:36
30946         Log: Forced integrate from perlio.
30947      Branch: perl
30948           !> t/op/utf8decode.t
30949 ____________________________________________________________________________
30950 [  9411] By: nick                                  on 2001/03/28  16:50:03
30951         Log: Integrate mainline.
30952      Branch: perlio
30953           +> t/lib/cwd.t
30954           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30955           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
30956           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
30957           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
30958           !> t/pragma/warn/perl
30959 ____________________________________________________________________________
30960 [  9410] By: jhi                                   on 2001/03/28  16:44:23
30961         Log: Subject: Re: [PATCH] 9403 cannot be tested
30962              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30963              Date: Wed, 28 Mar 2001 18:33:56 +0200
30964              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
30965      Branch: perl
30966            ! makedef.pl
30967 ____________________________________________________________________________
30968 [  9409] By: jhi                                   on 2001/03/28  16:12:45
30969         Log: Yet another tweak on AIX dynaloading.
30970      Branch: perl
30971            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30972 ____________________________________________________________________________
30973 [  9408] By: jhi                                   on 2001/03/28  15:52:55
30974         Log: Subject: [PATCH] 9403 cannot be tested
30975              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
30976              Date: Wed, 28 Mar 2001 17:23:00 +0200
30977              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
30978              
30979              A missing symbol.
30980      Branch: perl
30981            ! makedef.pl
30982 ____________________________________________________________________________
30983 [  9407] By: jhi                                   on 2001/03/28  15:47:43
30984         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
30985      Branch: perl
30986            ! t/op/utf8decode.t
30987           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
30988           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
30989 ____________________________________________________________________________
30990 [  9406] By: jhi                                   on 2001/03/28  15:37:08
30991         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
30992              From: Benjamin Sugars <bsugars@canoe.ca> 
30993              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
30994              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
30995      Branch: perl
30996            + t/lib/cwd.t
30997            ! MANIFEST
30998 ____________________________________________________________________________
30999 [  9405] By: jhi                                   on 2001/03/28  15:13:18
31000         Log: pp_ne() needs a CORRECT boolean.
31001      Branch: perl
31002            ! pp.c
31003 ____________________________________________________________________________
31004 [  9404] By: jhi                                   on 2001/03/28  15:09:23
31005         Log: pp_ne() needs a boolean, not an integer.
31006      Branch: perl
31007            ! pp.c
31008 ____________________________________________________________________________
31009 [  9403] By: jhi                                   on 2001/03/28  14:47:43
31010         Log: (Retracted by #9404.)
31011      Branch: perl
31012            ! pp.c
31013 ____________________________________________________________________________
31014 [  9402] By: jhi                                   on 2001/03/28  14:43:59
31015         Log: Subject: Re: [PATCH] Typemap testing
31016              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
31017              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
31018              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
31019      Branch: perl
31020            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31021            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
31022 ____________________________________________________________________________
31023 [  9401] By: jhi                                   on 2001/03/28  14:42:14
31024         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
31025              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
31026              Date: Sun, 25 Mar 2001 21:59:15 +0100
31027              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
31028              
31029              A variable will be checked for the "use once" warnings if:
31030              
31031              1. It is in the scope of a use warnings 'once'
31032              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
31033              
31034              Otherwise it won't be checked at all.
31035              
31036              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
31037              
31038              The enclosed patch partially fixes this issue. What I didn't
31039              get to work was the case where the "used once" warning is enabled
31040              in any file other than the main file.
31041      Branch: perl
31042            ! gv.c t/pragma/warn/perl
31043 ____________________________________________________________________________
31044 [  9400] By: nick                                  on 2001/03/28  14:38:24
31045         Log: More EBCDIC tweaks:
31046              - one more swash issue &~(0xA0-1) did not do the right thing,
31047              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
31048              - add "use re 'asciirange'" to make [!-~] etc. work
31049              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
31050              - Choose a key for t/op/each.t test which gets encoded.
31051              - Skip utf8decode if this is UTF-EBCDIC.
31052      Branch: perlio
31053            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
31054            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
31055 ____________________________________________________________________________
31056 [  9399] By: jhi                                   on 2001/03/28  14:21:00
31057         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
31058              Andreas Schwab.
31059      Branch: perl
31060            ! pp.c
31061 ____________________________________________________________________________
31062 [  9398] By: jhi                                   on 2001/03/28  00:55:56
31063         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
31064              From: David Dyck <dcd@tc.fluke.com>
31065              Date: Tue, 27 Mar 2001 15:16:24 -0800
31066              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
31067      Branch: perl
31068            ! ext/IO/lib/IO/Socket.pm
31069 ____________________________________________________________________________
31070 [  9397] By: jhi                                   on 2001/03/27  21:52:49
31071         Log: Integrate perlio.
31072      Branch: perl
31073           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
31074           +> ext/PerlIO/Via/Via.xs
31075           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
31076 ____________________________________________________________________________
31077 [  9396] By: nick                                  on 2001/03/27  21:45:13
31078         Log: Integrate mainline.
31079      Branch: perlio
31080           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
31081           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
31082 ____________________________________________________________________________
31083 [  9395] By: nick                                  on 2001/03/27  21:18:58
31084         Log: Outline docs for PerlIO and PerlIO::Scalar
31085      Branch: perlio
31086            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
31087 ____________________________________________________________________________
31088 [  9394] By: nick                                  on 2001/03/27  20:50:13
31089         Log: PerlIO::Via layer (alpha-ish).
31090      Branch: perlio
31091            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
31092            + ext/PerlIO/Via/Via.xs
31093            ! MANIFEST
31094 ____________________________________________________________________________
31095 [  9393] By: jhi                                   on 2001/03/27  20:49:55
31096         Log: Retract #9329 now that 9390 should take care of the matter.
31097      Branch: perl
31098            ! utils/h2xs.PL
31099 ____________________________________________________________________________
31100 [  9390] By: jhi                                   on 2001/03/27  20:47:50
31101         Log: Subject: Autoloading Errno.pm when %! is encountered
31102              From: Robin Houston <robin@kitsite.com>
31103              Date: Tue, 27 Mar 2001 20:57:11 +0100
31104              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
31105      Branch: perl
31106            ! embed.h embed.pl gv.c proto.h t/op/magic.t
31107 ____________________________________________________________________________
31108 [  9389] By: jhi                                   on 2001/03/27  20:24:31
31109         Log: Integrate perlio.
31110      Branch: perl
31111           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
31112           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
31113           !> utf8.c
31114 ____________________________________________________________________________
31115 [  9388] By: jhi                                   on 2001/03/27  20:21:38
31116         Log: Better have a three-element array if one is going to assign
31117              to the third element of that array. (from Tim Jenness)
31118      Branch: perl
31119            ! ext/XS/Typemap/Typemap.xs
31120 ____________________________________________________________________________
31121 [  9387] By: nick                                  on 2001/03/27  20:15:43
31122         Log: Integrate mainline.
31123      Branch: perlio
31124           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
31125           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31126           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
31127           +> t/lib/xs-typemap.t
31128           !> (integrate 34 files)
31129 ____________________________________________________________________________
31130 [  9386] By: jhi                                   on 2001/03/27  20:04:18
31131         Log: Subject: Re: perl@9359 breaks HTML::Parser
31132              From: Gisle Aas <gisle@ActiveState.com>
31133              Date: 27 Mar 2001 11:30:24 -0800
31134              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
31135              
31136              Clarify the UTF-8 issues of the API docs.
31137              (Slightly reworded and expanded.)
31138      Branch: perl
31139            ! pod/perlapi.pod sv.c sv.h
31140 ____________________________________________________________________________
31141 [  9385] By: jhi                                   on 2001/03/27  19:44:25
31142         Log: If directory entries compare equal case-insensitively,
31143              retry case-sensitively.
31144      Branch: perl
31145            ! ext/File/Glob/bsd_glob.c
31146 ____________________________________________________________________________
31147 [  9384] By: nick                                  on 2001/03/27  19:38:50
31148         Log: Various EBCDIC fixes:
31149              - major revelation that swash code is encoding aware,
31150              (or thought it was) - now it is ;-)
31151              - With that out of the way fix a slab of tr/// cases.
31152              - Fix Encode 'Unicode' to be true Unicode so tests pass.
31153              - As anticipated Base64.xs needed tweaks.
31154              - Until tr/// works right avoid old_encode64 in MIME tests.
31155      Branch: perlio
31156            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
31157            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
31158 ____________________________________________________________________________
31159 [  9383] By: jhi                                   on 2001/03/27  18:34:41
31160         Log: Add the std test suite BEGIN block.
31161      Branch: perl
31162            ! t/lib/xs-typemap.t
31163 ____________________________________________________________________________
31164 [  9382] By: jhi                                   on 2001/03/27  15:16:07
31165         Log: Add debugging output to the test.
31166      Branch: perl
31167            ! t/lib/glob-basic.t
31168 ____________________________________________________________________________
31169 [  9381] By: jhi                                   on 2001/03/27  15:08:10
31170         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
31171      Branch: perl
31172            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
31173            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31174            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
31175            + t/lib/xs-typemap.t
31176            ! MANIFEST
31177 ____________________________________________________________________________
31178 [  9380] By: jhi                                   on 2001/03/27  14:48:34
31179         Log: Subject: [PATCH] Typemap testing
31180              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
31181              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
31182              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
31183              
31184              (The first part of the patch.)
31185      Branch: perl
31186            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
31187 ____________________________________________________________________________
31188 [  9379] By: jhi                                   on 2001/03/27  14:44:56
31189         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
31190              From: Benjamin Sugars <bsugars@canoe.ca> 
31191              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
31192              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
31193      Branch: perl
31194            ! t/lib/glob-basic.t
31195 ____________________________________________________________________________
31196 [  9378] By: jhi                                   on 2001/03/27  14:42:30
31197         Log: Subject: [PATCH] perlvar nit
31198              From: Simon Cozens <simon@netthink.co.uk>
31199              Date: Tue, 27 Mar 2001 01:12:01 +0100
31200              Message-ID: <20010327011201.A19179@netthink.co.uk>
31201      Branch: perl
31202            ! pod/perlvar.pod
31203 ____________________________________________________________________________
31204 [  9377] By: jhi                                   on 2001/03/27  14:36:26
31205         Log: Subject: [PATCH] B::Terse and warnings
31206              From: Benjamin Sugars <ben.sugars@home.com>
31207              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
31208              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
31209      Branch: perl
31210            ! ext/B/B.pm ext/B/B/Terse.pm
31211 ____________________________________________________________________________
31212 [  9376] By: jhi                                   on 2001/03/27  14:31:31
31213         Log: Document sockatmark() some.
31214      Branch: perl
31215            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
31216            ! pod/perltoc.pod
31217 ____________________________________________________________________________
31218 [  9375] By: jhi                                   on 2001/03/27  14:00:24
31219         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
31220              noted by Gisle and fixed by NI-S.
31221      Branch: perl
31222            ! sv.c
31223 ____________________________________________________________________________
31224 [  9374] By: jhi                                   on 2001/03/27  05:50:01
31225         Log: Regen toc.
31226      Branch: perl
31227            ! pod/perltoc.pod
31228 ____________________________________________________________________________
31229 [  9373] By: jhi                                   on 2001/03/27  05:43:51
31230         Log: Pixie documenting.
31231      Branch: perl
31232            ! Makefile.SH pod/perlhack.pod
31233 ____________________________________________________________________________
31234 [  9372] By: jhi                                   on 2001/03/27  05:29:34
31235         Log: Metaconfig unit changes for #9371.
31236      Branch: metaconfig
31237            ! U/modified/myhostname.U
31238      Branch: metaconfig/U/perl
31239            + d_sockatmark.U
31240            ! gccvers.U
31241 ____________________________________________________________________________
31242 [  9371] By: jhi                                   on 2001/03/27  05:29:07
31243         Log: Add sockatmark() probing.
31244      Branch: perl
31245            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31246            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
31247            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31248            ! vos/config.ga.h win32/config.bc win32/config.gc
31249            ! win32/config.vc
31250 ____________________________________________________________________________
31251 [  9370] By: jhi                                   on 2001/03/26  22:01:18
31252         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
31253              Really need to benchmark this.
31254      Branch: perl
31255            ! pp.c
31256 ____________________________________________________________________________
31257 [  9369] By: nick                                  on 2001/03/26  21:59:30
31258         Log: Integrate mainline.
31259      Branch: perlio
31260            ! ext/MIME/Base64/QuotedPrint.pm
31261           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
31262           !> patchlevel.h pod/perlhack.pod pp_sys.c
31263 ____________________________________________________________________________
31264 [  9368] By: jhi                                   on 2001/03/26  21:47:03
31265         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
31266              
31267              TODO1: perlbench.
31268              TODO2: le, lt, ge, gt?  Yech.
31269      Branch: perl
31270            ! pp.c
31271 ____________________________________________________________________________
31272 [  9367] By: jhi                                   on 2001/03/26  21:34:57
31273         Log: Too much cut-and-paste in #9363.
31274      Branch: perl
31275            ! pp_sys.c
31276 ____________________________________________________________________________
31277 [  9366] By: jhi                                   on 2001/03/26  21:20:53
31278         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
31279              From: Andreas Schwab <schwab@suse.de>
31280              Date: 26 Mar 2001 17:29:04 +0200
31281              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
31282              
31283              (The patch for 5.6.0 or so, this is a guess for bleadperl)
31284      Branch: perl
31285            ! pp_hot.c
31286 ____________________________________________________________________________
31287 [  9365] By: jhi                                   on 2001/03/26  21:07:54
31288         Log: Integrate perlio.
31289      Branch: perl
31290           !> perlio.c
31291 ____________________________________________________________________________
31292 [  9364] By: nick                                  on 2001/03/26  20:30:48
31293         Log: REFCNT botch in layer name cache hash.
31294      Branch: perlio
31295            ! perlio.c
31296 ____________________________________________________________________________
31297 [  9363] By: jhi                                   on 2001/03/26  18:44:32
31298         Log: Subject: [PATCH] socket() leaks file descriptors
31299              From: Benjamin Sugars <bsugars@canoe.ca>
31300              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
31301              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
31302              
31303              Also sockpair() fixed similarly.
31304      Branch: perl
31305            ! pp_sys.c
31306 ____________________________________________________________________________
31307 [  9362] By: jhi                                   on 2001/03/26  18:37:52
31308         Log: Integrate perlio.
31309      Branch: perl
31310           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
31311 ____________________________________________________________________________
31312 [  9361] By: nick                                  on 2001/03/26  17:32:06
31313         Log: Implement flush of linebuffered streams on read of a tty.
31314      Branch: perlio
31315            ! perlio.c perliol.h
31316 ____________________________________________________________________________
31317 [  9360] By: nick                                  on 2001/03/26  17:12:32
31318         Log: Memory tweaks and notes for OEMVS.
31319      Branch: perlio
31320            ! README.os390 miniperlmain.c t/op/pat.t
31321 ____________________________________________________________________________
31322 [  9359] By: jhi                                   on 2001/03/26  02:12:54
31323         Log: Update Changes.
31324      Branch: perl
31325            ! Changes patchlevel.h
31326 ____________________________________________________________________________
31327 [  9358] By: jhi                                   on 2001/03/26  02:05:32
31328         Log: Document the most common pixie options.
31329      Branch: perl
31330            ! pod/perlhack.pod
31331 ____________________________________________________________________________
31332 [  9357] By: jhi                                   on 2001/03/26  01:25:28
31333         Log: For perl.pixie check *before* compiling that optimize is -g,
31334              as for perl.third.
31335      Branch: perl
31336            ! Makefile.SH
31337 ____________________________________________________________________________
31338 [  9356] By: jhi                                   on 2001/03/26  01:13:41
31339         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
31340      Branch: perl
31341            ! Makefile.SH
31342 ____________________________________________________________________________
31343 [  9355] By: jhi                                   on 2001/03/26  01:11:19
31344         Log: Remove t/perl.third.
31345      Branch: perl
31346            ! Makefile.SH
31347 ____________________________________________________________________________
31348 [  9354] By: jhi                                   on 2001/03/26  00:23:38
31349         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
31350              IO::Sockatmark().
31351      Branch: perl
31352            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
31353 ____________________________________________________________________________
31354 [  9353] By: jhi                                   on 2001/03/25  22:25:04
31355         Log: Integrate perlio.
31356      Branch: perl
31357           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
31358           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
31359           !> pp_hot.c win32/makefile.mk
31360 ____________________________________________________________________________
31361 [  9352] By: jhi                                   on 2001/03/25  22:21:41
31362         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
31363              From: Radu Greab <radu@netsoft.ro>
31364              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
31365              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
31366      Branch: perl
31367            ! pp_sys.c
31368 ____________________________________________________________________________
31369 [  9351] By: nick                                  on 2001/03/25  22:15:02
31370         Log: Fix readline in list mode to tell rest of world that it has
31371              things on the stack. Otherwise if perl code gets invoked
31372              underneath it it scribbles over results-so-far.
31373              (Why TIEHANDLE has not tripped on this is a mystery.)
31374      Branch: perlio
31375            ! pp_hot.c
31376 ____________________________________________________________________________
31377 [  9350] By: nick                                  on 2001/03/25  22:10:13
31378         Log: win32/makefile.mk typos
31379      Branch: perlio
31380            ! win32/makefile.mk
31381 ____________________________________________________________________________
31382 [  9349] By: nick                                  on 2001/03/25  21:31:14
31383         Log: Integrate now-non-binary file.
31384      Branch: perlio
31385           !> t/lib/mimeqp.t
31386 ____________________________________________________________________________
31387 [  9348] By: nick                                  on 2001/03/25  21:27:24
31388         Log: Make it text
31389      Branch: perlio
31390            ! t/lib/mimeqp.t
31391 ____________________________________________________________________________
31392 [  9347] By: nick                                  on 2001/03/25  21:25:37
31393         Log: Integrate mainline.
31394      Branch: perlio
31395           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
31396           !> lib/Term/ReadLine.pm t/lib/md5-file.t
31397 ____________________________________________________________________________
31398 [  9346] By: nick                                  on 2001/03/25  20:58:15
31399         Log: Add destruct time hook to PerlIO (for work-in-process implementing
31400              layers in perl code. In such cases layers need to be popped before
31401              we loose the ability to run perl code.)
31402              Also back-out "PerlIO::object" hook - it isn't going to work like that...
31403      Branch: perlio
31404            ! perl.c perlio.c perlio.h perliol.h
31405 ____________________________________________________________________________
31406 [  9345] By: nick                                  on 2001/03/25  20:49:11
31407         Log: Avoid at leasy one of undefined warnings in Encode.
31408      Branch: perlio
31409            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
31410 ____________________________________________________________________________
31411 [  9344] By: jhi                                   on 2001/03/25  20:37:43
31412         Log: A workaround for using Term::ReadLine in emacs minibuffer
31413              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
31414              additional tweaks from Ilya Zakharevich.
31415      Branch: perl
31416            ! lib/Term/ReadLine.pm
31417 ____________________________________________________________________________
31418 [  9343] By: nick                                  on 2001/03/25  20:21:14
31419         Log: Missing return value.
31420      Branch: perlio
31421            ! ext/PerlIO/Scalar/Scalar.xs
31422 ____________________________________________________________________________
31423 [  9342] By: jhi                                   on 2001/03/25  16:21:00
31424         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
31425              to equal the CPAN versions since no code changes have been made.
31426      Branch: perl
31427            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
31428            ! t/lib/md5-file.t
31429 ____________________________________________________________________________
31430 [  9341] By: jhi                                   on 2001/03/25  16:01:48
31431         Log: Escape 8-bit characters.
31432      Branch: perl
31433            ! t/lib/mimeqp.t
31434 ____________________________________________________________________________
31435 [  9340] By: gsar                                  on 2001/03/25  15:50:53
31436         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
31437              chars)
31438      Branch: perl
31439            + t/lib/mimeqp.t
31440 ____________________________________________________________________________
31441 [  9339] By: gsar                                  on 2001/03/25  15:48:50
31442         Log: delete mimeqp.t for later add with text mode set
31443      Branch: perl
31444            - t/lib/mimeqp.t
31445 ____________________________________________________________________________
31446 [  9338] By: nick                                  on 2001/03/25  09:01:57
31447         Log: Integrate mainline.
31448      Branch: perlio
31449           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
31450           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
31451           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
31452           +> t/lib/mimeb64u.t t/lib/mimeqp.t
31453           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
31454           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
31455           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
31456 ____________________________________________________________________________
31457 [  9337] By: jhi                                   on 2001/03/25  04:23:24
31458         Log: Add MIME::Base64 here and there.  Again, a lot of
31459              optimism is in the air.
31460      Branch: perl
31461            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
31462            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
31463 ____________________________________________________________________________
31464 [  9336] By: jhi                                   on 2001/03/25  04:12:43
31465         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
31466              this by ear as I do not do Win32 programming.)
31467      Branch: perl
31468            ! win32/Makefile win32/makefile.mk
31469 ____________________________________________________________________________
31470 [  9335] By: jhi                                   on 2001/03/25  04:03:50
31471         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
31472      Branch: perl
31473            ! t/lib/md5-file.t
31474 ____________________________________________________________________________
31475 [  9334] By: jhi                                   on 2001/03/25  03:58:53
31476         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
31477      Branch: perl
31478            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
31479            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
31480            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
31481            + t/lib/mimeb64u.t t/lib/mimeqp.t
31482            ! MANIFEST
31483 ____________________________________________________________________________
31484 [  9333] By: jhi                                   on 2001/03/24  20:14:37
31485         Log: Integrate perlio.
31486      Branch: perl
31487           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
31488 ____________________________________________________________________________
31489 [  9332] By: nick                                  on 2001/03/24  19:40:34
31490         Log: Fix un-init variable leading to spurious "Out of Memory!"
31491      Branch: perlio
31492            ! doio.c
31493 ____________________________________________________________________________
31494 [  9331] By: nick                                  on 2001/03/24  19:09:59
31495         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
31496              and update layers internals doc.
31497      Branch: perlio
31498            ! pod/perlfunc.pod pod/perliol.pod
31499 ____________________________________________________________________________
31500 [  9330] By: jhi                                   on 2001/03/24  18:42:11
31501         Log: The length might be uninitialized garbage if the *svp is the undef.
31502      Branch: perl
31503            ! doio.c
31504 ____________________________________________________________________________
31505 [  9329] By: jhi                                   on 2001/03/24  18:26:57
31506         Log: (Retracted by #9393)
31507              
31508              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
31509              From: Simon Cozens <simon@netthink.co.uk>
31510              Date: Sat, 24 Mar 2001 17:13:17 +0000
31511              Message-ID: <20010324171317.A13406@netthink.co.uk>
31512      Branch: perl
31513            ! utils/h2xs.PL
31514 ____________________________________________________________________________
31515 [  9328] By: nick                                  on 2001/03/24  17:22:02
31516         Log: Integrate mainline.
31517      Branch: perlio
31518           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
31519           !> lib/unicode/version
31520 ____________________________________________________________________________
31521 [  9327] By: nick                                  on 2001/03/24  17:16:02
31522         Log: Integrate mainline.
31523      Branch: perlio
31524           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
31525           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
31526           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
31527           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
31528           +> t/lib/md5-file.t
31529           !> MANIFEST Makefile.SH configure.com djgpp/config.over
31530           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
31531           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
31532           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
31533           !> win32/makefile.mk
31534 ____________________________________________________________________________
31535 [  9326] By: jhi                                   on 2001/03/24  17:00:42
31536         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
31537      Branch: perl
31538            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
31539            ! lib/unicode/version
31540 ____________________________________________________________________________
31541 [  9325] By: jhi                                   on 2001/03/24  16:22:33
31542         Log: Subject: Re: B::Deparse bug (5.6.0)
31543              From: Robin Houston <robin@kitsite.com>
31544              Date: Sat, 24 Mar 2001 14:33:09 +0000
31545              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
31546      Branch: perl
31547            ! op.c pp.c t/lib/b.t t/op/repeat.t
31548 ____________________________________________________________________________
31549 [  9324] By: jhi                                   on 2001/03/24  16:21:56
31550         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
31551              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
31552              these additions may be too optimistic.
31553      Branch: perl
31554            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
31555            ! hints/uwin.sh hints/vmesa.sh
31556 ____________________________________________________________________________
31557 [  9323] By: jhi                                   on 2001/03/24  16:06:01
31558         Log: Integrate perlio.
31559      Branch: perl
31560           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
31561           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
31562            ! Makefile.SH
31563           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
31564           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
31565           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
31566           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31567           !> win32/makefile.mk win32/perlhost.h win32/win32.c
31568           !> win32/win32iop.h
31569 ____________________________________________________________________________
31570 [  9322] By: nick                                  on 2001/03/24  14:39:12
31571         Log: Routine Win32 regen_config_h - no real changes.
31572      Branch: perlio
31573            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31574 ____________________________________________________________________________
31575 [  9321] By: nick                                  on 2001/03/24  14:31:49
31576         Log: PerlIO fixups for Win32:
31577              - provide win33_popenlist() - non-functional as yet.
31578              - avoid need for aTHX in PerlIO_debug calls - even if not 
31579              enabled args are still evaluated so Win32 has trouble during fork().
31580              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
31581              - Fixup makedef.pl for latest set of symbols.
31582      Branch: perlio
31583            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
31584            ! win32/perlhost.h win32/win32.c win32/win32iop.h
31585 ____________________________________________________________________________
31586 [  9320] By: nick                                  on 2001/03/24  14:26:58
31587         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
31588              was gibberish - broke it on WIn32 at least.
31589      Branch: perlio
31590            ! ext/POSIX/POSIX.xs
31591 ____________________________________________________________________________
31592 [  9319] By: nick                                  on 2001/03/24  11:29:41
31593         Log: Generated files.
31594      Branch: perlio
31595            ! embed.h global.sym objXSUB.h perlapi.c proto.h
31596 ____________________________________________________________________________
31597 [  9318] By: nick                                  on 2001/03/24  10:29:37
31598         Log: Implement:
31599              1.  open($fh,"+<",undef);  # add test to t/io/open.t
31600              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
31601      Branch: perlio
31602            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
31603            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
31604            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
31605            ! t/io/open.t t/io/utf8.t
31606 ____________________________________________________________________________
31607 [  9317] By: jhi                                   on 2001/03/23  23:41:25
31608         Log: AIX does seems to have optimization problems with its C compilers.
31609      Branch: perl
31610            ! hints/aix.sh
31611 ____________________________________________________________________________
31612 [  9316] By: jhi                                   on 2001/03/23  23:40:46
31613         Log: Integrate perlio.
31614      Branch: perl
31615           +> lib/PerlIO.pm
31616           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
31617           !> perliol.h
31618 ____________________________________________________________________________
31619 [  9315] By: jhi                                   on 2001/03/23  22:16:30
31620         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
31621      Branch: perl
31622            ! t/lib/md5-file.t
31623 ____________________________________________________________________________
31624 [  9314] By: nick                                  on 2001/03/23  20:49:02
31625         Log: Perlio internals re-organized.
31626              - open process creates AV of layer/arg pairs
31627              (appends layers from open() or open.pm to default list).
31628              - push arg is now an SV.
31629              - layer ->Open get passed the AV
31630              - open is no longer mandatory method.
31631              - topmost layer that has ->Open method does the open
31632              - any layers above are pushed once that returns.
31633              - vtable re-ordered so dummy layers need only provide push/pop methods.
31634      Branch: perlio
31635            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
31636 ____________________________________________________________________________
31637 [  9313] By: nick                                  on 2001/03/23  16:27:41
31638         Log: Check in a stable (working) version before next round of tweaks.
31639              Changes include:
31640              - Move default layers code out of doio.c and into perlio.c
31641              - Single routine for parsing layer specification strings.
31642              - Skeleton support for demand loading of layers
31643              - Core-dump avoidance if PERLIO environment specifies loadable layer
31644              (does not _work_ as need IO to load and need load to do IO ...)
31645      Branch: perlio
31646            + lib/PerlIO.pm
31647            ! MANIFEST doio.c perlio.c
31648 ____________________________________________________________________________
31649 [  9312] By: gsar                                  on 2001/03/23  16:25:25
31650         Log: add execute bit to files with shebang lines in the repository;
31651              avoid clobbering execute bit in Porting/makerel 
31652      Branch: maint-5.6/perl
31653            ! (edit 144 files)
31654 ____________________________________________________________________________
31655 [  9311] By: jhi                                   on 2001/03/23  14:25:35
31656         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
31657      Branch: perl
31658            ! MANIFEST
31659 ____________________________________________________________________________
31660 [  9310] By: jhi                                   on 2001/03/23  13:45:04
31661         Log: Subject: [PATCH] Net::Ping
31662              From: Colin McMillen <mcmi0037@tc.umn.edu>
31663              Date: Thu, 22 Mar 2001 19:30:31 -0600
31664              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
31665      Branch: perl
31666            ! lib/Net/Ping.pm
31667 ____________________________________________________________________________
31668 [  9309] By: jhi                                   on 2001/03/23  13:39:13
31669         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
31670      Branch: perl
31671            ! t/lib/md5-aaa.t t/lib/md5-file.t
31672 ____________________________________________________________________________
31673 [  9308] By: jhi                                   on 2001/03/23  13:20:34
31674         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
31675              - bump the version to 2.14
31676              - drop the base64 tests since they require MIME::Base64
31677              - drop the rfc1321.txt
31678              - drop the hints/dec_osf.pl since it's only needed for
31679              pre-5.005_03 Perls
31680              Todo:
31681              - the U32 alignment testing is now removed; it needs to
31682              be reintroduced as as a Config variable (meaning also
31683              as a Configure test)
31684              - get the new EBCDIC md5sum for MD5.pm
31685              - test in Win32 to see how badly I botched the makefiles
31686      Branch: perl
31687            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
31688            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
31689            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
31690            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
31691            + t/lib/md5-file.t
31692            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
31693            ! win32/Makefile win32/makefile.mk
31694 ____________________________________________________________________________
31695 [  9307] By: jhi                                   on 2001/03/23  12:56:14
31696         Log: Integrate change #9306 from maintperl into mainline,
31697              AIX dynaloader for AIXes without <load.h>.
31698      Branch: perl
31699           !> ext/DynaLoader/hints/aix.pl
31700 ____________________________________________________________________________
31701 [  9306] By: jhi                                   on 2001/03/23  12:51:36
31702         Log: There are AIXes without /usr/include/load.h,
31703              patch from H.Merijn Brand.
31704      Branch: maint-5.6/perl
31705            ! ext/DynaLoader/hints/aix.pl
31706 ____________________________________________________________________________
31707 [  9305] By: nick                                  on 2001/03/23  11:00:42
31708         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
31709      Branch: perlio
31710            ! ext/Encode/Encode.xs perlio.c perlio.h
31711 ____________________________________________________________________________
31712 [  9304] By: nick                                  on 2001/03/23  10:20:46
31713         Log: Render -Duseperlio functional again.
31714              - this is "quick fix" which calls PerlIO_apply_layers after opening,
31715              which is what old scheme did. New scheme needs to change that
31716              to make open(...,\$scalar) etc. work but this will do for now.
31717      Branch: perlio
31718            ! perlio.c
31719 ____________________________________________________________________________
31720 [  9303] By: nick                                  on 2001/03/23  09:53:20
31721         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
31722              -Uuseperlio now works again.
31723              -Duseperlio is still poorly. Don't merge yet...
31724      Branch: perlio
31725            ! doio.c perlio.h
31726 ____________________________________________________________________________
31727 [  9302] By: nick                                  on 2001/03/22  22:26:51
31728         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
31729              type code.
31730              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
31731              is its main caller. In particular now has access to "extra" args, and
31732              can tell when an open handle is "reopened" (or duped?).
31733              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
31734              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
31735              PerlIO_open() et. al. (i.e. other way round).
31736              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
31737              with args close to PerlIO_openn().
31738      Branch: perlio
31739            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
31740 ____________________________________________________________________________
31741 [  9301] By: jhi                                   on 2001/03/22  20:58:04
31742         Log: Integrate perlio.
31743      Branch: perl
31744           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
31745           !> t/io/open.t util.c
31746 ____________________________________________________________________________
31747 [  9300] By: nick                                  on 2001/03/22  17:36:32
31748         Log: Don't include $@ in not ok message.
31749      Branch: perlio
31750            ! t/io/open.t
31751 ____________________________________________________________________________
31752 [  9299] By: gsar                                  on 2001/03/22  16:53:45
31753         Log: back out changes#7532,7521 for now (appears to have problems
31754              on IRIX)
31755      Branch: maint-5.6/perl
31756            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31757            ! ext/POSIX/typemap pod/perlvar.pod
31758 ____________________________________________________________________________
31759 [  9298] By: nick                                  on 2001/03/22  14:35:46
31760         Log: Give a meaning to '&' in n-arg open case:
31761              open($fh,"<&",$scalar);
31762              $scalar can be:
31763              - an integer which does "fdopen"
31764              open($fh,"<&",2); # like open($fh,"<&2")
31765              - something that will yield a file handle via sv_2io()
31766              useful for dup'ing anonymous handles.
31767              e.g.:
31768              open(my $fh,"<&",\*STDIN);
31769              open(my $dup,"<&",$fh);
31770      Branch: perlio
31771            ! doio.c t/io/open.t
31772 ____________________________________________________________________________
31773 [  9297] By: nick                                  on 2001/03/22  13:34:35
31774         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
31775      Branch: perlio
31776            ! util.c
31777 ____________________________________________________________________________
31778 [  9296] By: nick                                  on 2001/03/22  12:51:20
31779         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
31780      Branch: perlio
31781            ! perl.c
31782 ____________________________________________________________________________
31783 [  9295] By: nick                                  on 2001/03/22  11:59:44
31784         Log: If stdin, stdout or stderr get opened in unexpected read/write state
31785              then warn at time of open not at time of use.
31786      Branch: perlio
31787            ! doio.c pp_hot.c pp_sys.c
31788 ____________________________________________________________________________
31789 [  9294] By: nick                                  on 2001/03/22  10:54:35
31790         Log: Die on n-arg open(...,"",xxx,yyy,...)
31791              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
31792              - die on read/write cases so we can decide what it means later.
31793      Branch: perlio
31794            ! doio.c embed.pl iperlsys.h util.c
31795 ____________________________________________________________________________
31796 [  9293] By: nick                                  on 2001/03/22  09:02:45
31797         Log: perlio tweaks (reported by Nick Clark)
31798              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
31799              error check in Pendinf_read().
31800      Branch: perlio
31801            ! perlio.c
31802 ____________________________________________________________________________
31803 [  9292] By: gsar                                  on 2001/03/22  07:12:00
31804         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
31805              fixes)
31806      Branch: maint-5.6/perl
31807           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
31808 ____________________________________________________________________________
31809 [  9291] By: jhi                                   on 2001/03/22  06:06:44
31810         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
31811      Branch: perl
31812            ! t/op/re_tests
31813 ____________________________________________________________________________
31814 [  9290] By: jhi                                   on 2001/03/22  05:57:01
31815         Log: Move MacOS Classic higher in the list of supported platforms.
31816      Branch: maint-5.6/perl
31817            ! pod/perlport.pod
31818 ____________________________________________________________________________
31819 [  9289] By: gsar                                  on 2001/03/22  05:35:04
31820         Log: revert part of change#6438 for compatibility (av_reify()
31821              appears to be needed to implement av_splice()ish things
31822              in XS)
31823      Branch: maint-5.6/perl
31824            ! embed.pl global.sym objXSUB.h perlapi.c
31825 ____________________________________________________________________________
31826 [  9288] By: gsar                                  on 2001/03/22  03:09:19
31827         Log: update copyright year
31828      Branch: maint-5.6/perl
31829            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
31830            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
31831            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
31832            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
31833            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
31834            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
31835            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
31836            ! x2p/walk.c
31837 ____________________________________________________________________________
31838 [  9287] By: jhi                                   on 2001/03/21  20:30:54
31839         Log: Integrate perlio.
31840      Branch: perl
31841           !> ext/Data/Dumper/Dumper.xs
31842 ____________________________________________________________________________
31843 [  9286] By: gsar                                  on 2001/03/21  19:49:54
31844         Log: makefile.mk tweak
31845      Branch: maint-5.6/perl
31846            ! win32/Makefile win32/makefile.mk
31847 ____________________________________________________________________________
31848 [  9285] By: nick                                  on 2001/03/21  19:07:13
31849         Log: Multiplicity fix for Dumper.
31850      Branch: perlio
31851            ! ext/Data/Dumper/Dumper.xs
31852 ____________________________________________________________________________
31853 [  9284] By: nick                                  on 2001/03/21  19:01:07
31854         Log: Integrate mainline - (does not build xTHX issue in Dumper).
31855      Branch: perlio
31856           !> (integrate 27 files)
31857 ____________________________________________________________________________
31858 [  9283] By: jhi                                   on 2001/03/21  17:17:35
31859         Log: Integrate change #9282 from mainline into maintperl,
31860              4-arg UTF-8 substr().
31861      Branch: maint-5.6/perl
31862           !> pp.c
31863 ____________________________________________________________________________
31864 [  9282] By: jhi                                   on 2001/03/21  17:15:43
31865         Log: The #9270 would have leaked a scalar if pp_substr()
31866              returned early.
31867      Branch: perl
31868            ! pp.c
31869 ____________________________________________________________________________
31870 [  9281] By: gsar                                  on 2001/03/21  17:03:14
31871         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
31872      Branch: maint-5.6/perl
31873            ! win32/makefile.mk
31874 ____________________________________________________________________________
31875 [  9280] By: gsar                                  on 2001/03/21  17:01:20
31876         Log: some tweaks to change#9278 (fork() emulation should be enabled
31877              by setting BUILD_FLAVOR instead of changing the defaults)
31878      Branch: maint-5.6/perl
31879            ! win32/makefile.mk
31880 ____________________________________________________________________________
31881 [  9279] By: gsar                                  on 2001/03/21  16:47:19
31882         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
31883      Branch: maint-5.6/perl
31884            ! ext/File/Glob/Glob.pm
31885           !> lib/Cwd.pm
31886 ____________________________________________________________________________
31887 [  9278] By: jhi                                   on 2001/03/21  14:35:10
31888         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
31889              From: "Vadim Konovalov" <watman@inbox.ru>
31890              Date: Wed, 21 Mar 2001 01:53:51 +0300
31891              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
31892      Branch: maint-5.6/perl
31893            ! win32/makefile.mk win32/win32sck.c
31894 ____________________________________________________________________________
31895 [  9277] By: jhi                                   on 2001/03/21  13:58:28
31896         Log: Integrate change #9270 from mainline to maintperl:
31897              continued 4-arg UTF-8 substr() fixing.
31898      Branch: maint-5.6/perl
31899           !> pp.c t/op/substr.t
31900 ____________________________________________________________________________
31901 [  9276] By: jhi                                   on 2001/03/21  13:33:00
31902         Log: More pixie cleaning.
31903      Branch: perl
31904            ! Makefile.SH
31905 ____________________________________________________________________________
31906 [  9275] By: jhi                                   on 2001/03/21  03:54:17
31907         Log: Update Changes.
31908      Branch: perl
31909            ! Changes patchlevel.h
31910 ____________________________________________________________________________
31911 [  9274] By: jhi                                   on 2001/03/21  03:48:24
31912         Log: First stab at making Data::Dumper to grok Unicode.
31913              
31914              TODO: tests, EBCDICify.
31915      Branch: perl
31916            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
31917 ____________________________________________________________________________
31918 [  9273] By: jhi                                   on 2001/03/21  02:23:00
31919         Log: Fix for
31920              
31921              Subject: Memory leak in unquoted print   
31922              From: Benjamin Sugars <bsugars@canoe.ca> 
31923              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
31924              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
31925      Branch: perl
31926            ! perlio.c
31927 ____________________________________________________________________________
31928 [  9272] By: jhi                                   on 2001/03/21  01:33:17
31929         Log: Subject: Re: [PATCH] POSIX::getcwd()
31930              From: Benjamin Sugars <bsugars@canoe.ca> 
31931              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
31932              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
31933      Branch: perl
31934            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31935 ____________________________________________________________________________
31936 [  9271] By: jhi                                   on 2001/03/21  01:22:52
31937         Log: Subject: [PATCH] Cwd.pm docs
31938              From: Benjamin Sugars <bsugars@canoe.ca>
31939              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
31940              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
31941      Branch: perl
31942            ! lib/Cwd.pm
31943 ____________________________________________________________________________
31944 [  9270] By: jhi                                   on 2001/03/21  01:16:29
31945         Log: Continue 4-arg substr() UTF-8 fixage.
31946      Branch: perl
31947            ! pp.c t/op/substr.t
31948 ____________________________________________________________________________
31949 [  9269] By: jhi                                   on 2001/03/21  00:46:14
31950         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
31951              
31952              revert the leak fix in change#9142 (problem needs a more experimental
31953              fix unsuitable for 5.6.1)
31954              
31955              do alphabetical sorting by default (for csh compatibility)
31956              
31957              cut-n-paste goof in change#9264
31958              
31959              VMS piping fixes (from Charles Lane)
31960      Branch: perl
31961           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
31962           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
31963           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
31964 ____________________________________________________________________________
31965 [  9268] By: jhi                                   on 2001/03/21  00:37:04
31966         Log: Integrate perlio.
31967      Branch: perl
31968           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
31969           !> utf8.c utf8.h utfebcdic.h
31970 ____________________________________________________________________________
31971 [  9267] By: nick                                  on 2001/03/20  20:04:39
31972         Log: More EBCDIC stuff:
31973              - Loose the extra level of function on ASCII.
31974              - spotted a chr(0) issue in sv.c
31975              - re-work of UTF-X tr/// ranges to work in Unicode
31976              space. Still issues with the "0xff is illegal UTF-8" hack.
31977              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
31978              (why do it once when you can do it all over the place :-(
31979              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
31980              need utf8.pm for swashes.
31981              - Simplified and commented scan_const() in toke.c
31982              Still something wrong regexp and tr (swashes?).
31983      Branch: perlio
31984            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
31985            ! utf8.c utf8.h utfebcdic.h
31986 ____________________________________________________________________________
31987 [  9266] By: gsar                                  on 2001/03/20  19:16:43
31988         Log: VMS piping fixes (from Charles Lane)
31989      Branch: maint-5.6/perl
31990            ! vms/vms.c vms/vmspipe.com
31991 ____________________________________________________________________________
31992 [  9265] By: gsar                                  on 2001/03/20  17:53:52
31993         Log: cut-n-paste goof in change#9264
31994      Branch: maint-5.6/perl
31995            ! ext/File/Glob/Glob.xs
31996 ____________________________________________________________________________
31997 [  9264] By: gsar                                  on 2001/03/20  17:43:47
31998         Log: do alphabetical sorting by default (for csh compatibility);
31999              bsd_glob() does ASCII sort by default as usual, unless
32000              GLOB_ALPHASORT was specified
32001      Branch: maint-5.6/perl
32002            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
32003            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
32004            ! ext/File/Glob/bsd_glob.h
32005 ____________________________________________________________________________
32006 [  9263] By: gsar                                  on 2001/03/20  16:40:08
32007         Log: integrate change#9255 from mainline (unicode fix)
32008              
32009              substr($bytestr, i, n, $charstr)
32010      Branch: maint-5.6/perl
32011           !> Todo-5.6 pp.c t/op/substr.t
32012 ____________________________________________________________________________
32013 [  9262] By: gsar                                  on 2001/03/20  15:57:41
32014         Log: revert the leak fix in change#9142 (problem needs a more experimental
32015              fix unsuitable for 5.6.1)
32016      Branch: maint-5.6/perl
32017            ! scope.c
32018 ____________________________________________________________________________
32019 [  9261] By: jhi                                   on 2001/03/20  14:26:25
32020         Log: Integrate changes #9259,9260 from maintperl into mainline.
32021              
32022              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
32023              
32024              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
32025      Branch: perl
32026           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
32027 ____________________________________________________________________________
32028 [  9260] By: jhi                                   on 2001/03/20  14:05:46
32029         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
32030              From: Robin Barker <rmb1@cise.npl.co.uk>
32031              Date: Tue, 20 Mar 2001 10:12:04 GMT
32032              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
32033      Branch: maint-5.6/perl
32034            ! run.c
32035 ____________________________________________________________________________
32036 [  9259] By: jhi                                   on 2001/03/20  14:04:39
32037         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
32038              From: Chris Nandor <pudge@pobox.com>
32039              Date: Tue, 20 Mar 2001 00:40:56 -0500
32040              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
32041      Branch: maint-5.6/perl
32042            ! ext/POSIX/POSIX.xs lib/File/Path.pm
32043 ____________________________________________________________________________
32044 [  9258] By: jhi                                   on 2001/03/20  05:09:34
32045         Log: Update Changes.
32046      Branch: perl
32047            ! Changes patchlevel.h
32048 ____________________________________________________________________________
32049 [  9257] By: jhi                                   on 2001/03/20  05:04:25
32050         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
32051      Branch: perl
32052            ! t/op/tr.t
32053 ____________________________________________________________________________
32054 [  9256] By: jhi                                   on 2001/03/20  04:43:12
32055         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
32056              From: Peter Prymmer <pvhp@forte.com>
32057              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
32058              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
32059      Branch: maint-5.6/perl
32060            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
32061 ____________________________________________________________________________
32062 [  9255] By: jhi                                   on 2001/03/19  23:17:17
32063         Log: substr($bytestr, i, n, $charstr)
32064              
32065              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
32066      Branch: perl
32067            ! Todo-5.6 pp.c t/op/substr.t
32068 ____________________________________________________________________________
32069 [  9254] By: jhi                                   on 2001/03/19  22:25:09
32070         Log: Rearrange the make test target prerequisites so that
32071              in a parallel make 'all' is finished before 'test'.
32072      Branch: perl
32073            ! Makefile.SH
32074 ____________________________________________________________________________
32075 [  9253] By: jhi                                   on 2001/03/19  21:48:07
32076         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
32077              From: Robin Houston <robin@kitsite.com>
32078              Date: Mon, 19 Mar 2001 15:48:41 +0000
32079              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
32080      Branch: perl
32081            ! pp_ctl.c
32082 ____________________________________________________________________________
32083 [  9252] By: jhi                                   on 2001/03/19  21:42:27
32084         Log: Integrate perlio.
32085      Branch: perl
32086           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
32087           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
32088           !> utfebcdic.h vms/perly_c.vms
32089 ____________________________________________________________________________
32090 [  9251] By: jhi                                   on 2001/03/19  21:31:28
32091         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
32092              
32093              Dynaloading in 64-bit AIX with vac.
32094      Branch: perl
32095           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32096           !> hints/aix.sh
32097 ____________________________________________________________________________
32098 [  9250] By: jhi                                   on 2001/03/19  21:18:00
32099         Log: A more robust solution for the 64bitall AIX dynaloading
32100              problem, from Jens-Uwe Mager.
32101      Branch: maint-5.6/perl
32102            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32103 ____________________________________________________________________________
32104 [  9249] By: nick                                  on 2001/03/19  20:59:37
32105         Log: Integrate mainline.
32106      Branch: perlio
32107           !> (integrate 42 files)
32108 ____________________________________________________________________________
32109 [  9248] By: nick                                  on 2001/03/19  20:22:07
32110         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
32111              (Building on OS390 uses native YACC and YYDEBUG has other
32112              side effects.)
32113      Branch: perlio
32114            ! perly.c perly.y vms/perly_c.vms
32115 ____________________________________________________________________________
32116 [  9247] By: jhi                                   on 2001/03/19  19:59:53
32117         Log: 64-bit AIX dynaloading problem (see #9244) idea
32118              from Jens-Uwe Mager.
32119      Branch: maint-5.6/perl
32120            ! ext/DynaLoader/dl_aix.xs
32121 ____________________________________________________________________________
32122 [  9246] By: nick                                  on 2001/03/19  19:27:57
32123         Log: More EBCDIC fixes.
32124      Branch: perlio
32125            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
32126            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
32127 ____________________________________________________________________________
32128 [  9245] By: jhi                                   on 2001/03/19  19:05:19
32129         Log: Integrate change #9243 from mainline into maintperl.
32130              
32131              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
32132      Branch: maint-5.6/perl
32133           !> README.vmesa
32134 ____________________________________________________________________________
32135 [  9244] By: jhi                                   on 2001/03/19  19:03:15
32136         Log: Get 64bitall AIX building, but still does not test okay:
32137              dynaloading anything fails, for example for op/defins:
32138              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
32139              (update: fixed by #9247,9250)
32140      Branch: maint-5.6/perl
32141            ! hints/aix.sh
32142 ____________________________________________________________________________
32143 [  9243] By: jhi                                   on 2001/03/19  19:00:16
32144         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
32145              From: Robin Barker <rmb1@cise.npl.co.uk>
32146              Date: Mon, 19 Mar 2001 18:01:57 GMT
32147              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
32148      Branch: perl
32149            ! README.vmesa
32150 ____________________________________________________________________________
32151 [  9242] By: jhi                                   on 2001/03/19  18:58:43
32152         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
32153              
32154              TODO: tests.
32155      Branch: perl
32156            ! doop.c op.c
32157 ____________________________________________________________________________
32158 [  9241] By: gsar                                  on 2001/03/19  17:34:46
32159         Log: VMSify tests (from Charles Lane)
32160      Branch: maint-5.6/perl
32161            ! t/lib/filehand.t t/lib/texttabs.t
32162 ____________________________________________________________________________
32163 [  9240] By: jhi                                   on 2001/03/19  14:24:26
32164         Log: Integrate change #9233 from maintperl into mainline.
32165              
32166              some refcounts were incorrect in perl_clone()
32167      Branch: perl
32168           !> sv.c
32169 ____________________________________________________________________________
32170 [  9239] By: gsar                                  on 2001/03/19  09:23:17
32171         Log: this is 5.6.1-trial3
32172      Branch: maint-5.6/perl
32173            ! Changes
32174 ____________________________________________________________________________
32175 [  9238] By: gsar                                  on 2001/03/19  08:47:04
32176         Log: some new symbols are only available under ithreads
32177      Branch: maint-5.6/perl
32178            ! makedef.pl
32179 ____________________________________________________________________________
32180 [  9237] By: gsar                                  on 2001/03/19  08:42:28
32181         Log: update patchlevel.h, Changes, &c.
32182      Branch: maint-5.6/perl
32183            ! Changes patchlevel.h pod/perlhist.pod
32184           !> AUTHORS
32185 ____________________________________________________________________________
32186 [  9236] By: gsar                                  on 2001/03/19  08:17:49
32187         Log: integrate changes#8068,8717 from mainline
32188              
32189              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
32190              
32191              [PATCH CPAN 1.59_51] warning message (not!)
32192      Branch: maint-5.6/perl
32193           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
32194           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
32195           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
32196           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
32197           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
32198 ____________________________________________________________________________
32199 [  9235] By: gsar                                  on 2001/03/19  08:07:09
32200         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
32201              
32202              [PATCH] Add missing CV flags to dump.c
32203              
32204              Re: [patch] Re: PL_ptr_table
32205              
32206              Fixup non-ithread build after 8713
32207              
32208              Generated files form 8713 etc.
32209              
32210              Correct the correction :-(
32211              
32212              Documenting coderef @INC (Re: CPAN "make this script work" feature)
32213              
32214              Subject: Re: sync sync sync: have I missed any patches?
32215              Replace djSP with dSP.
32216      Branch: maint-5.6/perl
32217           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
32218           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
32219           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
32220           !> sv.c sv.h win32/perlhost.h
32221 ____________________________________________________________________________
32222 [  9234] By: gsar                                  on 2001/03/19  07:22:05
32223         Log: revert the change#9090 integrate for now (change looks somewhat
32224              incomplete in that [ha]v_exists() need something similar; lacks
32225              tests; &c.)
32226      Branch: maint-5.6/perl
32227            ! hv.c
32228 ____________________________________________________________________________
32229 [  9233] By: gsar                                  on 2001/03/19  07:10:01
32230         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
32231              destruction when there are unreferenced scalars (SvREFCNT==0)
32232      Branch: maint-5.6/perl
32233            ! sv.c
32234 ____________________________________________________________________________
32235 [  9232] By: jhi                                   on 2001/03/19  05:11:02
32236         Log: Regen api and toc.
32237      Branch: maint-5.6/perl
32238            ! pod/perlapi.pod pod/perltoc.pod
32239 ____________________________________________________________________________
32240 [  9231] By: jhi                                   on 2001/03/19  04:06:03
32241         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
32242              add a lost line in pp.c:pp_chop(), update to new op/chop.
32243              
32244              Clarify the description differentiating for and while; inspired by
32245              
32246              Subject: [ID 20010306.004] || != named unary operator
32247              
32248              The $Is_MacOS needs to be declared.
32249      Branch: maint-5.6/perl
32250            ! pp.c t/op/chop.t
32251           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
32252 ____________________________________________________________________________
32253 [  9230] By: jhi                                   on 2001/03/19  03:48:16
32254         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
32255              9079,9083,9089,9090,9091 from mainline to maintperl.
32256              
32257              Quieten some noise in Win32 builds
32258              
32259              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
32260              
32261              The perlretut was still talking about the old \p and \P
32262              definitions.
32263              
32264              More tweakage on the Unicode character class descriptions.
32265              
32266              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
32267              
32268              Subject: 'no *POSIX' Patch speeding up make on BS2000 
32269              
32270              Subject: [PATCH] perldata.pod here-doc docs
32271              
32272              Add /sbin and /usr/sbin to the list of directories scanned
32273              for setuid programs.  Takes care of bug id 20010309.003.
32274              
32275              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
32276              
32277              In op/stat #35 better to scan all the potential directories
32278              for setuids, not just the first one.
32279      Branch: maint-5.6/perl
32280            ! Makefile.SH
32281           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
32282           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
32283           !> t/op/stat.t toke.c win32/win32.h
32284 ____________________________________________________________________________
32285 [  9229] By: jhi                                   on 2001/03/19  02:31:50
32286         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
32287              From: Chris Nandor <pudge@pobox.com>
32288              Date: Sat, 10 Mar 2001 14:22:19 -0500
32289              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
32290      Branch: maint-5.6/perl
32291            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
32292            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
32293            ! t/lib/b.t t/lib/errno.t
32294 ____________________________________________________________________________
32295 [  9228] By: jhi                                   on 2001/03/19  02:29:59
32296         Log: Integrate changes #9113,9122 from mainline into maintperl.
32297              
32298              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?)
32299      Branch: maint-5.6/perl
32300           !> Configure README.os390 hints/os390.sh
32301 ____________________________________________________________________________
32302 [  9227] By: jhi                                   on 2001/03/19  02:22:35
32303         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
32304              into maintperl.
32305              
32306              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
32307              
32308              Forgot to check-in the larger part of #9120, duh.
32309              
32310              Subject: Another patch for integer.pm POD 
32311              
32312              h2ph strictness and cleanliness from Kurt Starsinic.
32313              
32314              Borland filename case problem.
32315              
32316              h2ph strictness and cleanliness from Kurt Starsinic.
32317              
32318              Subject: [PATCH] the uncontroversial doc patches
32319      Branch: maint-5.6/perl
32320           +> win32/sncfnmcs.pl
32321           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
32322           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
32323           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
32324           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
32325           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
32326           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
32327           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
32328 ____________________________________________________________________________
32329 [  9226] By: jhi                                   on 2001/03/19  02:10:21
32330         Log: Integrate changes #9207,9214 from mainline into maintperl.
32331              
32332              podchecker relaxations: =over has an *optional* number after it,
32333              and whitespace in L<> is okay.
32334      Branch: maint-5.6/perl
32335           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
32336           !> t/pod/poderrs.xr
32337 ____________________________________________________________________________
32338 [  9225] By: jhi                                   on 2001/03/19  02:07:38
32339         Log: Integrate change #9219 from maintperl into mainline.
32340              
32341              remove duplicated tests
32342      Branch: perl
32343           !> t/op/re_tests
32344 ____________________________________________________________________________
32345 [  9224] By: jhi                                   on 2001/03/19  02:06:11
32346         Log: Integrate change #9223 from mainline to maintperl.
32347              
32348              Document -Dmksymlinks.
32349      Branch: maint-5.6/perl
32350           !> INSTALL
32351 ____________________________________________________________________________
32352 [  9223] By: jhi                                   on 2001/03/19  02:01:25
32353         Log: Document -Dmksymlinks.
32354      Branch: perl
32355            ! INSTALL
32356 ____________________________________________________________________________
32357 [  9222] By: jhi                                   on 2001/03/19  01:15:35
32358         Log: The -Dmksymlinks wasn't working for maintperl.
32359      Branch: maint-5.6/perl
32360            ! Configure
32361 ____________________________________________________________________________
32362 [  9221] By: jhi                                   on 2001/03/19  00:49:43
32363         Log: Cleanup pixie residue.
32364      Branch: perl
32365            ! Makefile.SH
32366 ____________________________________________________________________________
32367 [  9220] By: jhi                                   on 2001/03/19  00:44:47
32368         Log: Document the use of pixie/prof; create make targets for it.
32369              
32370              TODO: make t/TEST pixie-aware.
32371      Branch: perl
32372            ! Makefile.SH pod/perlhack.pod
32373 ____________________________________________________________________________
32374 [  9219] By: gsar                                  on 2001/03/19  00:16:55
32375         Log: remove duplicated tests
32376      Branch: maint-5.6/perl
32377            ! t/op/re_tests
32378 ____________________________________________________________________________
32379 [  9218] By: jhi                                   on 2001/03/18  23:59:31
32380         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
32381      Branch: perl
32382            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
32383 ____________________________________________________________________________
32384 [  9217] By: jhi                                   on 2001/03/18  23:25:20
32385         Log: Rewrite the tests section of Makefile to be less redundant
32386              and to allow for more flexible test targets, many recursive
32387              make calls introduced.
32388      Branch: perl
32389            ! Makefile.SH
32390 ____________________________________________________________________________
32391 [  9216] By: jhi                                   on 2001/03/18  22:30:04
32392         Log: Document the use of Third Degree (sparsely).
32393      Branch: perl
32394            ! pod/perlhack.pod t/TEST
32395 ____________________________________________________________________________
32396 [  9215] By: jhi                                   on 2001/03/18  22:10:30
32397         Log: Make targets for testing with Third Degree.
32398      Branch: perl
32399            ! Makefile.SH
32400 ____________________________________________________________________________
32401 [  9214] By: jhi                                   on 2001/03/18  21:08:53
32402         Log: The podchecker relaxations need to mirrored also at the tests.
32403      Branch: perl
32404            ! t/pod/poderrs.xr
32405 ____________________________________________________________________________
32406 [  9213] By: jhi                                   on 2001/03/18  20:56:21
32407         Log: Update Changes.
32408      Branch: perl
32409            ! Changes patchlevel.h
32410 ____________________________________________________________________________
32411 [  9212] By: jhi                                   on 2001/03/18  20:36:59
32412         Log: Looking for config.sh in parent directories isn't
32413              very useful for the toplevel Makefile.
32414      Branch: perl
32415            ! Makefile.SH
32416 ____________________________________________________________________________
32417 [  9211] By: jhi                                   on 2001/03/18  20:33:37
32418         Log: On "make clean" take care of Third Degree droppings.
32419      Branch: perl
32420            ! Makefile.SH
32421 ____________________________________________________________________________
32422 [  9210] By: jhi                                   on 2001/03/18  20:21:34
32423         Log: Add a hook for running the tests under the Third Degree
32424              debugging tool (set $ENV{PERL_3LOG} to non-zero)
32425              
32426              TODO: Document the use of Third Degree.
32427      Branch: perl
32428            ! t/TEST
32429 ____________________________________________________________________________
32430 [  9209] By: jhi                                   on 2001/03/18  20:19:07
32431         Log: Regen toc and api pods.
32432      Branch: perl
32433            ! pod/perlapi.pod pod/perltoc.pod
32434 ____________________________________________________________________________
32435 [  9208] By: jhi                                   on 2001/03/18  20:12:12
32436         Log: Integrate changes #8128,9132 from mainline into maintperl,
32437              Tie::SubstrHash fixes.
32438      Branch: maint-5.6/perl
32439           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
32440 ____________________________________________________________________________
32441 [  9207] By: jhi                                   on 2001/03/18  20:07:43
32442         Log: podchecker relaxations from Michael Stevens.
32443      Branch: perl
32444            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
32445 ____________________________________________________________________________
32446 [  9206] By: jhi                                   on 2001/03/18  20:04:24
32447         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
32448      Branch: perl
32449            ! lib/Locale/Constants.pm lib/Locale/Country.pm
32450            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
32451            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
32452 ____________________________________________________________________________
32453 [  9205] By: jhi                                   on 2001/03/18  19:54:45
32454         Log: Integrate changes #9161,9162 from maintperl to mainline.
32455              
32456              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
32457              results
32458      Branch: perl
32459           !> t/op/magic.t
32460 ____________________________________________________________________________
32461 [  9204] By: jhi                                   on 2001/03/18  19:37:46
32462         Log: Make perl.third checks more understandable to the builder.
32463      Branch: perl
32464            ! Makefile.SH
32465 ____________________________________________________________________________
32466 [  9203] By: jhi                                   on 2001/03/18  19:20:54
32467         Log: Re-integrate #9138 from maintperl to mainline,
32468              the squelching of the unneeded "Scalars leaked" messages.
32469      Branch: perl
32470           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
32471           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
32472           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
32473 ____________________________________________________________________________
32474 [  9202] By: jhi                                   on 2001/03/18  18:48:36
32475         Log: More robust and more paranoid perl.third target.
32476      Branch: perl
32477            ! Makefile.SH
32478 ____________________________________________________________________________
32479 [  9201] By: jhi                                   on 2001/03/18  18:39:21
32480         Log: Integrate change #9197 from maintperl to mainline.
32481              
32482              more thorough cleaning of arenas.
32483      Branch: perl
32484           !> embed.pl perl.c proto.h sv.c t/op/sort.t
32485 ____________________________________________________________________________
32486 [  9200] By: jhi                                   on 2001/03/18  18:25:17
32487         Log: Integrate perlio.
32488      Branch: perl
32489           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
32490           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
32491           !> t/lib/encode.t toke.c universal.c utf8.c
32492 ____________________________________________________________________________
32493 [  9199] By: nick                                  on 2001/03/18  15:23:51
32494         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
32495              is the sense of the test being done. Avoid some magical 127 and 128 values
32496              by using macros.
32497      Branch: perlio
32498            ! doop.c pp_ctl.c sv.c toke.c
32499 ____________________________________________________________________________
32500 [  9198] By: nick                                  on 2001/03/18  14:18:12
32501         Log: UTF-X encoding invariance for Encode:
32502              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
32503              - move the XS code for those to universal.c (so in miniperl)
32504              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
32505              - change ext/Encode/compile to use above.
32506              - Fix t/lib/encode.t for above
32507              - Teach t/lib/b.t to expect -uutf8
32508              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
32509              utf8.pm is needed.
32510      Branch: perlio
32511            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
32512            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
32513 ____________________________________________________________________________
32514 [  9197] By: gsar                                  on 2001/03/18  12:15:57
32515         Log: more thorough cleaning of arenas--keep going until no more
32516              SvREFCNT_dec()s occur (this fixes the problem that causes the
32517              pesky "Scalars leaked" warnings)
32518      Branch: maint-5.6/perl
32519            ! embed.pl perl.c proto.h sv.c t/op/sort.t
32520 ____________________________________________________________________________
32521 [  9196] By: nick                                  on 2001/03/18  10:57:29
32522         Log: Fix pragma/utf8.t # 15
32523              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
32524              are SvUTF8 as well.
32525      Branch: perlio
32526            ! toke.c
32527 ____________________________________________________________________________
32528 [  9195] By: nick                                  on 2001/03/18  09:27:06
32529         Log: Integrate mainline
32530      Branch: perlio
32531           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
32532           !> t/op/pat.t
32533 ____________________________________________________________________________
32534 [  9194] By: jhi                                   on 2001/03/18  05:29:59
32535         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
32536              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
32537      Branch: perl
32538            ! op.c op.h t/op/misc.t t/op/pat.t
32539 ____________________________________________________________________________
32540 [  9193] By: jhi                                   on 2001/03/18  05:15:06
32541         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
32542      Branch: perl
32543            ! mg.c t/op/pat.t
32544 ____________________________________________________________________________
32545 [  9192] By: jhi                                   on 2001/03/18  04:22:43
32546         Log: tr/// UTF-8 patches from Inaba Hiroto.
32547      Branch: perl
32548            ! doop.c op.c
32549 ____________________________________________________________________________
32550 [  9191] By: jhi                                   on 2001/03/18  04:21:17
32551         Log: Integrate perlio.
32552      Branch: perl
32553           !> utf8.c utfebcdic.h
32554 ____________________________________________________________________________
32555 [  9190] By: nick                                  on 2001/03/17  20:32:01
32556         Log: Correct #if EBCDIC side typos.
32557              Builds and passes many tests on OS390.
32558      Branch: perlio
32559            ! utf8.c utfebcdic.h
32560 ____________________________________________________________________________
32561 [  9189] By: jhi                                   on 2001/03/17  18:55:49
32562         Log: Add prerequisites for the perl.third target.
32563      Branch: perl
32564            ! Makefile.SH
32565 ____________________________________________________________________________
32566 [  9188] By: jhi                                   on 2001/03/17  18:46:00
32567         Log: Integrate perlio.
32568      Branch: perl
32569           +> utfebcdic.h
32570           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
32571 ____________________________________________________________________________
32572 [  9187] By: jhi                                   on 2001/03/17  18:38:47
32573         Log: Add a make rule for perl.third (the Third Degree memory debugging
32574              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
32575      Branch: perl
32576            ! Makefile.SH
32577 ____________________________________________________________________________
32578 [  9186] By: nick                                  on 2001/03/17  18:34:48
32579         Log: MANIFEST addition :-(
32580      Branch: perlio
32581            ! MANIFEST
32582 ____________________________________________________________________________
32583 [  9185] By: nick                                  on 2001/03/17  18:29:50
32584         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
32585              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
32586              a superset of ASCII are invariant under the encoding. This is EBCDIC
32587              friendly as an encoded string can be looked at as being EBCDIC by lexer
32588              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
32589              ASCII on ASCII machines.
32590              
32591              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
32592              seperate.
32593              - Add some more macros to comprehend different shift amounts and
32594              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
32595              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
32596              and conditionaly #include it.
32597              
32598              EBCDIC build as yet untested.  ASCII still fails the one test.
32599      Branch: perlio
32600            + utfebcdic.h
32601            ! utf8.c utf8.h
32602 ____________________________________________________________________________
32603 [  9184] By: nick                                  on 2001/03/17  17:44:16
32604         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
32605      Branch: perlio
32606            ! doop.c perl.h pp.c utf8.h
32607 ____________________________________________________________________________
32608 [  9183] By: jhi                                   on 2001/03/17  15:55:42
32609         Log: Integrate perlio.
32610      Branch: perl
32611            ! MANIFEST
32612           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
32613 ____________________________________________________________________________
32614 [  9182] By: nick                                  on 2001/03/17  09:16:06
32615         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
32616      Branch: perlio
32617            ! t/op/pat.t
32618 ____________________________________________________________________________
32619 [  9181] By: nick                                  on 2001/03/17  09:15:11
32620         Log: Integrate mainline.
32621      Branch: perlio
32622           +> lib/Locale/Constants.pm lib/Locale/Country.pm
32623           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
32624           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
32625           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
32626           !> (integrate 83 files)
32627 ____________________________________________________________________________
32628 [  9180] By: nick                                  on 2001/03/16  17:23:21
32629         Log: EBCDIC Fixes.
32630      Branch: perlio
32631            ! perl.h sv.c toke.c utf8.c utf8.h
32632 ____________________________________________________________________________
32633 [  9179] By: jhi                                   on 2001/03/16  14:10:12
32634         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
32635              a change needed to work around an AIX compiler bug.
32636      Branch: perl
32637            ! ext/Storable/Storable.xs
32638 ____________________________________________________________________________
32639 [  9178] By: jhi                                   on 2001/03/16  03:19:59
32640         Log: With Damian's approval synchronize damian's modules'
32641              licensing with Perl's standard module licensing.
32642      Branch: perl
32643            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
32644 ____________________________________________________________________________
32645 [  9177] By: jhi                                   on 2001/03/16  03:15:34
32646         Log: Make the Filter::Util:Call files have their own copies
32647              of the Perl standard module licensing, from Paul Marquess.
32648      Branch: perl
32649            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
32650 ____________________________________________________________________________
32651 [  9176] By: jhi                                   on 2001/03/16  02:56:04
32652         Log: Subject: [PATCH] more pod patches
32653              From: Michael Stevens <michael@etla.org>
32654              Date: Thu, 15 Mar 2001 21:25:18 +0000
32655              Message-ID: <20010315212518.A18870@firedrake.org>
32656      Branch: perl
32657            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
32658            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
32659            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
32660            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
32661            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
32662            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
32663            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
32664            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
32665            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
32666            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
32667            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
32668            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
32669            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
32670            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
32671            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
32672            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
32673            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
32674            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
32675            ! lib/Locale/Country.pm lib/Locale/Language.pm
32676            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
32677            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
32678            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
32679            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
32680            ! os2/OS2/Process/Process.pm
32681 ____________________________________________________________________________
32682 [  9175] By: jhi                                   on 2001/03/16  02:53:32
32683         Log: Subject: [PATCH] the uncontroversial doc patches
32684              From: Michael Stevens <michael@etla.org>
32685              Date: Thu, 15 Mar 2001 20:01:12 +0000
32686              Message-ID: <20010315200112.A7636@firedrake.org>
32687      Branch: perl
32688            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
32689            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
32690            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
32691            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
32692            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
32693 ____________________________________________________________________________
32694 [  9174] By: jhi                                   on 2001/03/16  02:50:49
32695         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
32696              From: Paul Lindner <lindner@inuus.com>
32697              Date: Fri, 16 Mar 2001 11:28:03 -0800
32698              Message-ID: <20010316112803.A7577@inuus.com>
32699      Branch: perl
32700            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
32701 ____________________________________________________________________________
32702 [  9173] By: nick                                  on 2001/03/15  20:21:03
32703         Log: 1st day's EBCDIC fixes:
32704              - toke.c's parsing of strings needed attention
32705              needed to conditionally e2a if string was already UTF-8
32706              - e2a/a2e tables where wrong way round.
32707              - new macros in utf8.h
32708      Branch: perlio
32709            ! perl.h toke.c utf8.h
32710 ____________________________________________________________________________
32711 [  9172] By: jhi                                   on 2001/03/15  15:17:17
32712         Log: Update Changes.
32713      Branch: perl
32714            ! Changes patchlevel.h
32715 ____________________________________________________________________________
32716 [  9171] By: jhi                                   on 2001/03/15  15:09:32
32717         Log: Subject: Re: Another Borland C++ problem.
32718              From: "Vadim Konovalov" <watman@inbox.ru>
32719              Date: Sat, 10 Mar 2001 19:26:07 +0300
32720              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
32721              
32722              Borland filename case problem.
32723      Branch: perl
32724            + win32/sncfnmcs.pl
32725            ! MANIFEST README.win32
32726 ____________________________________________________________________________
32727 [  9170] By: jhi                                   on 2001/03/15  14:54:23
32728         Log: Add Locale::Codes 1.06, from Neil Bowers.
32729      Branch: perl
32730            + lib/Locale/Constants.pm lib/Locale/Country.pm
32731            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
32732            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
32733            + t/lib/lc-language.t t/lib/lc-uk.t
32734            ! MANIFEST
32735 ____________________________________________________________________________
32736 [  9169] By: jhi                                   on 2001/03/15  14:19:01
32737         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
32738      Branch: perl
32739            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32740            ! ext/Storable/Storable.xs
32741 ____________________________________________________________________________
32742 [  9168] By: jhi                                   on 2001/03/15  14:13:22
32743         Log: Integrate changes #9120,9167 from mainline to maintperl.
32744              
32745              Subject: [PATCH 5.6.1] OS/2 docs
32746              
32747              Subject: [PATCH 5.6.1] perldoc
32748      Branch: maint-5.6/perl
32749           !> os2/Changes utils/perldoc.PL
32750 ____________________________________________________________________________
32751 [  9167] By: jhi                                   on 2001/03/15  14:07:42
32752         Log: Subject: [PATCH 5.6.1] perldoc
32753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32754              Date: Wed, 14 Mar 2001 23:46:52 -0500
32755              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
32756      Branch: perl
32757            ! utils/perldoc.PL
32758 ____________________________________________________________________________
32759 [  9166] By: jhi                                   on 2001/03/15  13:53:15
32760         Log: sigaction test condition tweakage.
32761      Branch: perl
32762            ! t/lib/sigaction.t
32763 ____________________________________________________________________________
32764 [  9165] By: alanbur                               on 2001/03/15  03:49:17
32765         Log: Resynchronised with parent
32766      Branch: maint-5.6/pureperl
32767           +> os2/os2add.sym t/op/anonsub.t
32768           !> (integrate 72 files)
32769 ____________________________________________________________________________
32770 [  9164] By: jhi                                   on 2001/03/15  01:05:01
32771         Log: Avoid stomping off the beginning of an array in tr///.
32772      Branch: perl
32773            ! op.c
32774 ____________________________________________________________________________
32775 [  9163] By: jhi                                   on 2001/03/15  00:58:57
32776         Log: h2ph strictness and cleanliness from Kurt Starsinic.
32777      Branch: perl
32778            ! utils/h2ph.PL
32779 ____________________________________________________________________________
32780 [  9162] By: gsar                                  on 2001/03/15  00:56:53
32781         Log: avoid warnings
32782      Branch: maint-5.6/perl
32783            ! t/op/magic.t
32784 ____________________________________________________________________________
32785 [  9161] By: gsar                                  on 2001/03/15  00:52:09
32786         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
32787              results
32788      Branch: maint-5.6/perl
32789            ! t/op/magic.t
32790 ____________________________________________________________________________
32791 [  9160] By: jhi                                   on 2001/03/14  22:02:10
32792         Log: Do not use the Perl malloc in IRIX, suggested by
32793              Helmus Jarausch.
32794      Branch: perl
32795            ! hints/irix_6.sh
32796 ____________________________________________________________________________
32797 [  9159] By: nick                                  on 2001/03/14  21:45:59
32798         Log: Integrate mainline
32799      Branch: perlio
32800           +> t/op/loopctl.t
32801           !> (integrate 41 files)
32802 ____________________________________________________________________________
32803 [  9158] By: jhi                                   on 2001/03/14  21:10:09
32804         Log: The Day of the Retractions continues: the #9138
32805              (integrated in #9144) doesn't work well in mainline.
32806      Branch: perl
32807            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
32808            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
32809            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
32810 ____________________________________________________________________________
32811 [  9157] By: jhi                                   on 2001/03/14  20:58:12
32812         Log: The #9145 CANNOT be enabled: the clear_pmop code still
32813              dumps core all over in Tru64.
32814      Branch: perl
32815            ! op.c op.h t/op/pat.t
32816 ____________________________________________________________________________
32817 [  9156] By: jhi                                   on 2001/03/14  20:48:06
32818         Log: Integrate change #9154 from maintperl to mainline.
32819              
32820              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
32821              (caused Storable 1.0.10 to break on windows)
32822      Branch: perl
32823           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
32824           !> perlapi.c proto.h
32825 ____________________________________________________________________________
32826 [  9155] By: jhi                                   on 2001/03/14  20:23:53
32827         Log: Retract #9136: breaks threading (and binary compatibility).
32828      Branch: perl
32829            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
32830 ____________________________________________________________________________
32831 [  9154] By: gsar                                  on 2001/03/14  17:48:18
32832         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
32833              (caused Storable 1.0.10 to break on windows)
32834      Branch: maint-5.6/perl
32835            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
32836            ! perlapi.c proto.h
32837 ____________________________________________________________________________
32838 [  9153] By: jhi                                   on 2001/03/14  13:35:21
32839         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
32840      Branch: perl
32841            ! t/lib/sigaction.t
32842 ____________________________________________________________________________
32843 [  9152] By: gsar                                  on 2001/03/14  07:29:40
32844         Log: back out changes#9012,9010,9009 and parts of change#9016
32845              (causes ABRs under purify, and some prerequisites don't
32846              seem to be there in 5.6.x)
32847      Branch: maint-5.6/perl
32848            ! doop.c op.c t/op/tr.t toke.c
32849 ____________________________________________________________________________
32850 [  9151] By: gsar                                  on 2001/03/14  07:01:29
32851         Log: reenable change#9145 (the test was busted due to a missing
32852              C<print "ok 27\n">)
32853      Branch: perl
32854            ! op.c op.h t/op/pat.t
32855 ____________________________________________________________________________
32856 [  9150] By: jhi                                   on 2001/03/14  06:38:36
32857         Log: Retract #9145.
32858      Branch: perl
32859            ! op.c op.h t/op/pat.t
32860 ____________________________________________________________________________
32861 [  9149] By: jhi                                   on 2001/03/14  06:14:56
32862         Log: Retract #9143.
32863      Branch: perl
32864            ! op.c
32865 ____________________________________________________________________________
32866 [  9148] By: gsar                                  on 2001/03/14  06:13:02
32867         Log: Uninitialized Memory Read in regexec.c
32868      Branch: perl
32869            ! regexec.c
32870 ____________________________________________________________________________
32871 [  9147] By: jhi                                   on 2001/03/14  04:59:54
32872         Log: Subject: PATCH: make goto work in nested eval ""
32873              From: Robin Houston <robin@kitsite.com>
32874              Date: Wed, 14 Mar 2001 04:16:10 +0000
32875              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
32876      Branch: perl
32877            ! pp_ctl.c t/op/goto.t
32878 ____________________________________________________________________________
32879 [  9146] By: jhi                                   on 2001/03/14  04:42:54
32880         Log: Preserve the #ifdef PERL_CORE in perly.h.
32881      Branch: perl
32882            ! perly.fixer
32883 ____________________________________________________________________________
32884 [  9145] By: jhi                                   on 2001/03/14  03:57:41
32885         Log: (Retracted by #9150.)
32886      Branch: perl
32887            ! op.c op.h t/op/pat.t
32888 ____________________________________________________________________________
32889 [  9144] By: jhi                                   on 2001/03/14  03:50:38
32890         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
32891              
32892              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
32893              
32894              remove squelch controls for "Scalars leaked" messages in most places
32895              (these are now cured)
32896              
32897              fix another memory leak reported by purify (tie callbacks that
32898              croak can leak when wiping out magic)
32899      Branch: perl
32900           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
32901           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
32902           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
32903           !> t/pragma/warnings.t
32904 ____________________________________________________________________________
32905 [  9143] By: jhi                                   on 2001/03/14  03:37:53
32906         Log: (Retracted by #9149.)
32907      Branch: perl
32908            ! op.c
32909 ____________________________________________________________________________
32910 [  9142] By: gsar                                  on 2001/03/14  03:20:48
32911         Log: fix another memory leak reported by purify (tie callbacks that
32912              croak can leak when wiping out magic)
32913      Branch: maint-5.6/perl
32914            ! scope.c
32915 ____________________________________________________________________________
32916 [  9141] By: jhi                                   on 2001/03/14  02:55:00
32917         Log: Subject: PATCH for [ID 20010305.003]
32918              From: Robin Houston <robin@kitsite.com>
32919              Date: Wed, 14 Mar 2001 02:45:51 +0000
32920              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
32921      Branch: perl
32922            ! pp_ctl.c t/op/eval.t
32923 ____________________________________________________________________________
32924 [  9140] By: jhi                                   on 2001/03/14  02:41:54
32925         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
32926              Date: Wed, 14 Mar 2001 01:52:51 +0000
32927              From: Robin Houston <robin@kitsite.com>
32928              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
32929              
32930              Fix for 2000313.004.
32931      Branch: perl
32932            ! pp_ctl.c t/op/goto.t
32933 ____________________________________________________________________________
32934 [  9139] By: jhi                                   on 2001/03/14  02:40:50
32935         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
32936              From: Robin Houston <robin@kitsite.com>
32937              Date: Wed, 14 Mar 2001 00:43:45 +0000
32938              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
32939      Branch: perl
32940            + t/op/loopctl.t
32941            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
32942            ! vms/perly_c.vms
32943 ____________________________________________________________________________
32944 [  9138] By: gsar                                  on 2001/03/14  01:18:00
32945         Log: remove squelch controls for "Scalars leaked" messages in most places
32946              (these are now cured)
32947      Branch: maint-5.6/perl
32948            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
32949            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
32950            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
32951 ____________________________________________________________________________
32952 [  9137] By: gsar                                  on 2001/03/14  00:57:04
32953         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
32954      Branch: maint-5.6/perl
32955            ! regcomp.c
32956 ____________________________________________________________________________
32957 [  9136] By: jhi                                   on 2001/03/13  23:12:24
32958         Log: (Retracted by #9155)
32959              
32960              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
32961              From: Jens-Uwe Mager <jum@helios.de>
32962              Date: Wed, 21 Feb 2001 21:32:04 +0100
32963              Message-ID: <20010221213203.A18340@ans.helios.de>
32964      Branch: perl
32965            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
32966 ____________________________________________________________________________
32967 [  9135] By: jhi                                   on 2001/03/13  22:50:05
32968         Log: Integrate perlio.
32969      Branch: perl
32970           !> pp.c
32971 ____________________________________________________________________________
32972 [  9134] By: jhi                                   on 2001/03/13  22:49:05
32973         Log: Integrate change #9131 from maintperl into mainline.
32974              
32975              make the error text look more consistent in hints/hpux.sh
32976      Branch: perl
32977           !> hints/hpux.sh
32978 ____________________________________________________________________________
32979 [  9133] By: gsar                                  on 2001/03/13  22:46:20
32980         Log: integrate change#9067 from mainline
32981              
32982              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
32983      Branch: maint-5.6/perl
32984           !> lib/ExtUtils/MM_Unix.pm
32985 ____________________________________________________________________________
32986 [  9132] By: jhi                                   on 2001/03/13  22:41:21
32987         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
32988              From: "John P. Linderman" <jpl@research.att.com>
32989              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
32990              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
32991              
32992              A more correct prime finder.
32993      Branch: perl
32994            ! lib/Tie/SubstrHash.pm
32995 ____________________________________________________________________________
32996 [  9131] By: gsar                                  on 2001/03/13  22:30:42
32997         Log: make the error text look more consistent in hints/hpux.sh
32998      Branch: maint-5.6/perl
32999            ! hints/hpux.sh
33000 ____________________________________________________________________________
33001 [  9130] By: jhi                                   on 2001/03/13  22:23:44
33002         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
33003              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33004              Date: Tue, 13 Mar 2001 18:41:26 +0100
33005              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
33006              
33007              If the test is run non-interactively the default handler
33008              is different.
33009      Branch: perl
33010            ! t/lib/sigaction.t
33011 ____________________________________________________________________________
33012 [  9129] By: jhi                                   on 2001/03/13  22:20:21
33013         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
33014              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33015              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
33016              Date:     Tue, 13 Mar 2001 16:44:32 EST
33017      Branch: perl
33018            ! t/lib/1_compile.t
33019 ____________________________________________________________________________
33020 [  9128] By: jhi                                   on 2001/03/13  22:18:34
33021         Log: Subject: Another patch for integer.pm POD 
33022              From: "John L. Allen" <allen@grumman.com>
33023              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
33024              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
33025      Branch: perl
33026            ! lib/integer.pm
33027 ____________________________________________________________________________
33028 [  9127] By: nick                                  on 2001/03/13  21:26:30
33029         Log: Integrate mainline.
33030      Branch: perlio
33031           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
33032           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
33033           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
33034           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
33035           !> Changes Configure MANIFEST README.os2 README.os390
33036           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
33037           !> os2/Changes patchlevel.h win32/perlhost.h
33038 ____________________________________________________________________________
33039 [  9126] By: nick                                  on 2001/03/13  20:39:51
33040         Log: #ifdef'ed out code to make packed side of pack/unpack
33041              octets. (i.e. pack('U') => encode_utf8).
33042      Branch: perlio
33043            ! pp.c
33044 ____________________________________________________________________________
33045 [  9125] By: jhi                                   on 2001/03/13  15:07:16
33046         Log: Update Changes.
33047      Branch: perl
33048            ! Changes patchlevel.h
33049 ____________________________________________________________________________
33050 [  9124] By: jhi                                   on 2001/03/13  14:22:45
33051         Log: Workaround for the buggy ("internal compiler error")
33052              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
33053              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
33054              of Andreas König.
33055      Branch: perl
33056            ! ext/re/Makefile.PL hints/aix.sh
33057 ____________________________________________________________________________
33058 [  9123] By: jhi                                   on 2001/03/13  03:24:34
33059         Log: Typo in #9114.
33060      Branch: metaconfig
33061            ! U/modified/myhostname.U
33062 ____________________________________________________________________________
33063 [  9122] By: jhi                                   on 2001/03/13  03:24:06
33064         Log: Typo in #9113.
33065      Branch: perl
33066            ! Configure
33067 ____________________________________________________________________________
33068 [  9121] By: jhi                                   on 2001/03/13  01:53:05
33069         Log: Forgot to check-in the larger part of #9120, duh.
33070      Branch: perl
33071            ! README.os2
33072 ____________________________________________________________________________
33073 [  9120] By: jhi                                   on 2001/03/13  01:51:31
33074         Log: Subject: [PATCH 5.6.1] OS/2 docs
33075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33076              Date: Mon, 12 Mar 2001 03:27:32 -0500
33077              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
33078      Branch: perl
33079            ! os2/Changes
33080 ____________________________________________________________________________
33081 [  9119] By: jhi                                   on 2001/03/13  01:49:41
33082         Log: Integrate change #9116 from maintperl into mainline.
33083              
33084              Win32::GetCwd() returns C: instead of C:\ in the root directory
33085              under ithreads
33086      Branch: perl
33087           !> win32/perlhost.h
33088 ____________________________________________________________________________
33089 [  9118] By: jhi                                   on 2001/03/13  01:13:39
33090         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
33091      Branch: perl
33092            + lib/Switch.pm t/lib/switch.t
33093            ! MANIFEST
33094 ____________________________________________________________________________
33095 [  9117] By: jhi                                   on 2001/03/13  01:03:17
33096         Log: Add Text::Balanced 1.83.
33097      Branch: perl
33098            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
33099            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
33100            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
33101            + t/lib/tb-xvari.t
33102            ! MANIFEST
33103 ____________________________________________________________________________
33104 [  9116] By: gsar                                  on 2001/03/13  00:55:53
33105         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
33106              under ithreads
33107      Branch: maint-5.6/perl
33108            ! win32/perlhost.h
33109 ____________________________________________________________________________
33110 [  9115] By: jhi                                   on 2001/03/13  00:54:09
33111         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
33112              From: "John L. Allen" <allen@grumman.com>
33113              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
33114              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
33115              
33116              use integer document clarification.
33117      Branch: perl
33118            ! lib/integer.pm
33119 ____________________________________________________________________________
33120 [  9114] By: jhi                                   on 2001/03/13  00:38:54
33121         Log: Metaconfig unit change for #9113.
33122      Branch: metaconfig
33123            ! U/modified/myhostname.U
33124 ____________________________________________________________________________
33125 [  9113] By: jhi                                   on 2001/03/13  00:38:35
33126         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?)
33127              From: Peter Prymmer <pvhp@forte.com>
33128              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
33129              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
33130      Branch: perl
33131            ! Configure README.os390 hints/os390.sh
33132 ____________________________________________________________________________
33133 [  9112] By: jhi                                   on 2001/03/13  00:29:00
33134         Log: Integrate perlio.
33135      Branch: perl
33136           !> sv.c utf8.h
33137 ____________________________________________________________________________
33138 [  9111] By: nick                                  on 2001/03/12  21:16:33
33139         Log: Integrate mainline.
33140      Branch: perlio
33141           +> t/op/anonsub.t
33142           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
33143           !> proto.h sv.c
33144 ____________________________________________________________________________
33145 [  9110] By: nick                                  on 2001/03/12  21:00:13
33146         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
33147      Branch: perlio
33148            ! sv.c utf8.h
33149 ____________________________________________________________________________
33150 [  9109] By: jhi                                   on 2001/03/12  16:04:47
33151         Log: Integrate change #9108 from maintperl to mainline.
33152              
33153              fix memory leak in C<sub X { sub {} }> arising from a refcount
33154              loop between the outer sub and the inner prototype anonsub
33155              
33156              this also enables closures returned by subroutines that
33157              subsequently get redefined to work without generating coredumps :)
33158              
33159              completely removed the free_closures() hack--it shouldn't be
33160              needed anymore
33161      Branch: perl
33162           +> t/op/anonsub.t
33163           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
33164           !> proto.h sv.c
33165 ____________________________________________________________________________
33166 [  9108] By: gsar                                  on 2001/03/12  10:21:31
33167         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
33168              loop between the outer sub and the inner prototype anonsub
33169              
33170              this also enables closures returned by subroutines that
33171              subsequently get redefined to work without generating coredumps :)
33172              
33173              completely removed the free_closures() hack--it shouldn't be
33174              needed anymore
33175      Branch: maint-5.6/perl
33176            + t/op/anonsub.t
33177            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
33178            ! proto.h sv.c
33179 ____________________________________________________________________________
33180 [  9107] By: jhi                                   on 2001/03/12  05:15:31
33181         Log: Integrate perlio.
33182      Branch: perl
33183           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
33184 ____________________________________________________________________________
33185 [  9106] By: nick                                  on 2001/03/11  20:10:12
33186         Log: regcomp.c is working in native space, not Unicode space (if different)
33187              as it is doing compare against 'W' in \W etc.
33188      Branch: perlio
33189            ! regcomp.c
33190 ____________________________________________________________________________
33191 [  9105] By: nick                                  on 2001/03/11  19:39:34
33192         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
33193              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
33194      Branch: perlio
33195            ! regcomp.c toke.c utf8.c
33196 ____________________________________________________________________________
33197 [  9104] By: nick                                  on 2001/03/11  18:15:44
33198         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
33199      Branch: perlio
33200            ! sv.c
33201 ____________________________________________________________________________
33202 [  9103] By: nick                                  on 2001/03/11  18:03:28
33203         Log: Integrate mainline (for regexp stuff).
33204      Branch: perlio
33205           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
33206           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
33207           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
33208           !> t/lib/errno.t t/op/pat.t
33209 ____________________________________________________________________________
33210 [  9102] By: nick                                  on 2001/03/11  17:44:20
33211         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
33212              - exclude layer syms in makedef.pl for sfio
33213              - also inhibit Encode from trying to build ":encode()" layer.
33214      Branch: perlio
33215            ! ext/Encode/Encode.xs makedef.pl
33216 ____________________________________________________________________________
33217 [  9101] By: jhi                                   on 2001/03/10  22:38:13
33218         Log: The $Is_MacOS needs to be declared.
33219      Branch: perl
33220            ! lib/ExtUtils/Manifest.pm
33221 ____________________________________________________________________________
33222 [  9100] By: jhi                                   on 2001/03/10  22:14:29
33223         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
33224              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
33225              pollute the symbolspace if using sfio.
33226      Branch: perl
33227            ! ext/Encode/Encode.xs
33228 ____________________________________________________________________________
33229 [  9099] By: jhi                                   on 2001/03/10  21:58:48
33230         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
33231              Date: Sat, 10 Mar 2001 14:23:55 -0500
33232              From: Chris Nandor <pudge@pobox.com>
33233              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
33234      Branch: perl
33235            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
33236            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
33237            ! t/lib/errno.t
33238 ____________________________________________________________________________
33239 [  9098] By: jhi                                   on 2001/03/10  21:38:30
33240         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
33241      Branch: perl
33242            ! regcomp.c regexec.c t/op/pat.t
33243 ____________________________________________________________________________
33244 [  9097] By: jhi                                   on 2001/03/10  14:38:07
33245         Log: Integrate perlio.
33246      Branch: perl
33247           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
33248           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
33249           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
33250 ____________________________________________________________________________
33251 [  9096] By: nick                                  on 2001/03/10  11:55:43
33252         Log: EBCDIC sanity - phase I
33253              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
33254              - use utf8n_xxxx (c.f. pvn) for forms which take length.
33255              - back out vN.N and $^V exceptions to e2a/a2e
33256              - make "locale" isxxx macros be uvchr (may be redundant?)
33257              
33258              Not clear yet that toUPPER_uni et. al. return being handled correctly.
33259              The tr// and rexexp stuff still needs an audit, assumption is they are working
33260              in Unicode space.
33261              
33262              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
33263      Branch: perlio
33264            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
33265            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
33266            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
33267 ____________________________________________________________________________
33268 [  9095] By: jhi                                   on 2001/03/09  22:10:01
33269         Log: Integrate perlio.
33270      Branch: perl
33271           !> dump.c
33272 ____________________________________________________________________________
33273 [  9094] By: nick                                  on 2001/03/09  17:36:38
33274         Log: Builds an passes all tests after integrate and this tweak.
33275      Branch: perlio
33276            ! dump.c
33277 ____________________________________________________________________________
33278 [  9093] By: nick                                  on 2001/03/09  17:16:03
33279         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
33280      Branch: perlio
33281           +> lib/unicode/Scripts.txt t/lib/sigaction.t
33282           !> (integrate 79 files)
33283 ____________________________________________________________________________
33284 [  9092] By: jhi                                   on 2001/03/09  15:28:26
33285         Log: Update Changes.
33286      Branch: perl
33287            ! Changes patchlevel.h
33288 ____________________________________________________________________________
33289 [  9091] By: jhi                                   on 2001/03/09  15:25:05
33290         Log: In op/stat #35 better to scan all the potential directories
33291              for setuids, not just the first one.
33292      Branch: perl
33293            ! t/op/stat.t
33294 ____________________________________________________________________________
33295 [  9090] By: jhi                                   on 2001/03/09  15:01:27
33296         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
33297              From: rspier@pobox.com (Robert Spier)
33298              Date: Fri, 9 Mar 2001 03:30:20 -0500
33299              Message-ID: <15016.38044.381174.160189@rls.cx>
33300              
33301              EXISTS() returning undef mistakenly triggered a FETCH().
33302      Branch: perl
33303            ! hv.c
33304 ____________________________________________________________________________
33305 [  9089] By: jhi                                   on 2001/03/09  14:59:02
33306         Log: Add /sbin and /usr/sbin to the list of directories scanned
33307              for setuid programs.  Takes care of bug id 20010309.003.
33308      Branch: perl
33309            ! t/op/stat.t
33310 ____________________________________________________________________________
33311 [  9088] By: jhi                                   on 2001/03/09  14:48:32
33312         Log: Regen perlapi, perltoc.
33313      Branch: perl
33314            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
33315 ____________________________________________________________________________
33316 [  9087] By: jhi                                   on 2001/03/09  14:38:56
33317         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
33318              From: David Mitchell <davem@fdgroup.co.uk>
33319              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
33320              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
33321      Branch: perl
33322            ! dump.c perl.c perl.h pod/perlrun.pod
33323 ____________________________________________________________________________
33324 [  9086] By: jhi                                   on 2001/03/09  01:47:16
33325         Log: A modified version of
33326              
33327              Subject: [ID 20010307.005] POSIX::sigaction has various problems
33328              From: anders@broadcom.com
33329              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
33330              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
33331              
33332              Currently the sigaction.t test #6 fails (and is fudged to look
33333              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
33334              This may well be a genuine bug in Linux sigaction() (since at
33335              least Tru64, Solaris, and HP-UX disagree with Linux).
33336              Anyone with POSIX / SUSv2 tome handy?  The problem is that
33337              the flags of the oldaction don't match with the flags in
33338              the previously installed disposition.
33339      Branch: perl
33340            + t/lib/sigaction.t
33341            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
33342 ____________________________________________________________________________
33343 [  9085] By: jhi                                   on 2001/03/09  01:30:13
33344         Log: Subject: Re: mission impossible for the day
33345              From: Alex Gough <alex@rcon.org>
33346              Date: Thu, 08 Mar 2001 17:18:19 +0000
33347              Message-ID: <3AA7BEDB.8070409@rcon.org>
33348              
33349              If references (are overloaded) and can be directly stringified,
33350              show that instead of "stringified".
33351              
33352              (The problem, infinite mutual recursion caused by overloaded bool
33353              in Switch.pm, tracked by David Mitchell)
33354      Branch: perl
33355            ! lib/Carp/Heavy.pm
33356 ____________________________________________________________________________
33357 [  9084] By: jhi                                   on 2001/03/09  01:20:39
33358         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
33359              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
33360              From: David Mitchell <davem@fdgroup.co.uk>
33361              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
33362      Branch: perl
33363            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
33364            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
33365 ____________________________________________________________________________
33366 [  9083] By: jhi                                   on 2001/03/09  01:16:51
33367         Log: Subject: [PATCH] perldata.pod here-doc docs
33368              From: Jeff Pinyan <jeffp@crusoe.net>
33369              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
33370              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
33371      Branch: perl
33372            ! pod/perldata.pod
33373 ____________________________________________________________________________
33374 [  9082] By: jhi                                   on 2001/03/09  01:01:27
33375         Log: Subject: Re: Unicode/EBCDIC
33376              From: Peter Prymmer <pvhp@forte.com>
33377              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
33378              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
33379      Branch: perl
33380            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
33381 ____________________________________________________________________________
33382 [  9081] By: jhi                                   on 2001/03/08  13:41:30
33383         Log: Subject: Ooops, wrong 'no *POSIX' Patch
33384              From: Dorner Thomas <Thomas.Dorner@start.de>
33385              Date: Thu, 8 Mar 2001 08:43:28 +0100
33386              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
33387      Branch: perl
33388            ! hints/posix-bc.sh
33389 ____________________________________________________________________________
33390 [  9080] By: jhi                                   on 2001/03/08  13:11:42
33391         Log: It's Scripts.txt, not Script.txt.
33392      Branch: perl
33393            ! MANIFEST
33394 ____________________________________________________________________________
33395 [  9079] By: jhi                                   on 2001/03/08  12:59:05
33396         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
33397              From: Dorner Thomas <Thomas.Dorner@start.de>
33398              Date: Wed, 7 Mar 2001 14:13:31 +0100
33399              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
33400      Branch: perl
33401            ! makedepend.SH
33402 ____________________________________________________________________________
33403 [  9078] By: jhi                                   on 2001/03/08  12:57:43
33404         Log: Retract #9069, wrong patch.
33405      Branch: perl
33406            ! Makefile.SH
33407 ____________________________________________________________________________
33408 [  9077] By: jhi                                   on 2001/03/08  01:06:13
33409         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
33410      Branch: perl
33411            + lib/unicode/Scripts.txt
33412            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
33413            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
33414            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
33415            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
33416            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
33417            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
33418            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
33419            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
33420            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
33421            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
33422            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
33423            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
33424            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
33425            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
33426            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
33427            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
33428            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
33429            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
33430            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
33431            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
33432            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
33433            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
33434            ! lib/unicode/version
33435 ____________________________________________________________________________
33436 [  9076] By: jhi                                   on 2001/03/07  22:59:39
33437         Log: Integrate change #7784 from mainline into maintperl.
33438              
33439              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
33440      Branch: maint-5.6/perl
33441           !> pp_ctl.c t/op/pat.t
33442 ____________________________________________________________________________
33443 [  9075] By: jhi                                   on 2001/03/07  22:05:11
33444         Log: More UTF-8 test tweaks.
33445      Branch: perl
33446            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
33447 ____________________________________________________________________________
33448 [  9074] By: nick                                  on 2001/03/07  21:39:29
33449         Log: Integrate mainline.
33450      Branch: perlio
33451           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
33452           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
33453           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
33454           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
33455           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
33456 ____________________________________________________________________________
33457 [  9073] By: jhi                                   on 2001/03/07  16:37:09
33458         Log: Update Changes.
33459      Branch: perl
33460            ! Changes patchlevel.h
33461 ____________________________________________________________________________
33462 [  9072] By: jhi                                   on 2001/03/07  16:32:30
33463         Log: Subject: [ID 20010306.004] || != named unary operator
33464              From: abela@geneanet.org
33465              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
33466              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
33467      Branch: perl
33468            ! pod/perlop.pod
33469 ____________________________________________________________________________
33470 [  9071] By: jhi                                   on 2001/03/07  15:14:11
33471         Log: Subject: downgrading to bytes for common functions
33472              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
33473              Date: Wed, 7 Mar 2001 02:36:55 -0500
33474              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
33475      Branch: perl
33476            ! pp_sys.c
33477 ____________________________________________________________________________
33478 [  9070] By: jhi                                   on 2001/03/07  15:04:58
33479         Log: Clarify the description differentiating for and while; inspired by
33480              
33481              Subject: [ID 20010306.002] for/while difference in for definition
33482              From: abela@geneanet.org
33483              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
33484              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
33485      Branch: perl
33486            ! pod/perlsyn.pod
33487 ____________________________________________________________________________
33488 [  9069] By: jhi                                   on 2001/03/07  14:55:30
33489         Log: (Retracted by #9078.)
33490      Branch: perl
33491            ! Makefile.SH
33492 ____________________________________________________________________________
33493 [  9068] By: jhi                                   on 2001/03/07  14:51:17
33494         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
33495              From: Radu Greab <radu@netsoft.ro>
33496              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
33497              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
33498      Branch: perl
33499            ! pp.c t/op/chop.t
33500 ____________________________________________________________________________
33501 [  9067] By: jhi                                   on 2001/03/07  14:48:57
33502         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
33503              From: Simon Cozens <simon@netthink.co.uk>
33504              Date: Wed, 7 Mar 2001 13:59:28 +0000
33505              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
33506              
33507              In order to allow MakeMaker to build correct Makefiles,
33508              you need to change the order of the arguments in MM_Unix.pm
33509              as well. (Unless you have C89_CCMODE set, but we're trying
33510              to be POSIXly correct)
33511              
33512              Thanks to Merijn Broeren for tracking this down.
33513      Branch: perl
33514            ! lib/ExtUtils/MM_Unix.pm
33515 ____________________________________________________________________________
33516 [  9066] By: jhi                                   on 2001/03/07  14:30:02
33517         Log: Floating point too messy.
33518      Branch: perl
33519            ! t/camel-III/vstring.t
33520 ____________________________________________________________________________
33521 [  9065] By: jhi                                   on 2001/03/07  14:17:44
33522         Log: Integrate change #9064 from maintperl into mainline.
33523              
33524              fix memory leak in pack("Bb",...)
33525      Branch: perl
33526           !> perl.c
33527 ____________________________________________________________________________
33528 [  9064] By: gsar                                  on 2001/03/07  06:29:24
33529         Log: fix memory leak in pack("Bb",...)
33530      Branch: maint-5.6/perl
33531            ! perl.c
33532 ____________________________________________________________________________
33533 [  9063] By: jhi                                   on 2001/03/07  00:55:04
33534         Log: Major utf8 test reorganisation and rewrite.
33535              Hopefully no tests were lost in the shuffle.
33536              (The beginning of pragma/utf8 was lost intentionally,
33537              the tests were rather bogus and incomplete.)
33538      Branch: perl
33539            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
33540            ! t/pragma/utf8.t
33541 ____________________________________________________________________________
33542 [  9062] By: jhi                                   on 2001/03/07  00:41:16
33543         Log: More tweakage on the Unicode character class descriptions.
33544      Branch: perl
33545            ! lib/unicode/mktables.PL pod/perlretut.pod
33546 ____________________________________________________________________________
33547 [  9061] By: jhi                                   on 2001/03/06  23:12:38
33548         Log: The perlretut was still talking about the old \p and \P
33549              definitions.
33550      Branch: perl
33551            ! pod/perlretut.pod
33552 ____________________________________________________________________________
33553 [  9060] By: nick                                  on 2001/03/06  20:52:37
33554         Log: Integrate mainline (make test works again now).
33555      Branch: perlio
33556           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
33557 ____________________________________________________________________________
33558 [  9059] By: jhi                                   on 2001/03/06  15:36:14
33559         Log: 0.999... does equal 1.0, doesn't it?
33560      Branch: perl
33561            ! t/camel-III/vstring.t
33562 ____________________________________________________________________________
33563 [  9058] By: jhi                                   on 2001/03/06  15:34:00
33564         Log: Make /x{abcd}/ to work without use utf8.
33565      Branch: perl
33566            ! regcomp.c
33567 ____________________________________________________________________________
33568 [  9057] By: jhi                                   on 2001/03/06  03:02:36
33569         Log: Easier to outcomment all the three reset() tests for now.
33570      Branch: perl
33571            ! t/op/pat.t
33572 ____________________________________________________________________________
33573 [  9056] By: jhi                                   on 2001/03/06  02:30:02
33574         Log: Comment out the deadly reset; until the 20010301.005
33575              is finally fixed.
33576      Branch: perl
33577            ! t/op/pat.t
33578 ____________________________________________________________________________
33579 [  9055] By: jhi                                   on 2001/03/06  02:21:26
33580         Log: Integrate the change #9054 from mainline:
33581              retract the PMOP cleanup patch pending further investigation.
33582      Branch: maint-5.6/perl
33583           !> op.c op.h
33584 ____________________________________________________________________________
33585 [  9054] By: jhi                                   on 2001/03/06  02:19:57
33586         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
33587              with oddly familiar stack traces.
33588      Branch: perl
33589            ! op.c op.h
33590 ____________________________________________________________________________
33591 [  9053] By: jhi                                   on 2001/03/05  23:20:28
33592         Log: Integrate perlio.
33593      Branch: perl
33594           +> ext/Encode/Encode/koi8-r.ucm
33595           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
33596           !> makedef.pl
33597 ____________________________________________________________________________
33598 [  9052] By: nick                                  on 2001/03/05  23:08:17
33599         Log: skipping USE_PERLIO symbols correction.
33600      Branch: perlio
33601            ! makedef.pl
33602 ____________________________________________________________________________
33603 [  9051] By: nick                                  on 2001/03/05  22:35:07
33604         Log: More Encode alias tidying.
33605      Branch: perlio
33606            + ext/Encode/Encode/koi8-r.ucm
33607            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
33608 ____________________________________________________________________________
33609 [  9050] By: jhi                                   on 2001/03/05  21:44:29
33610         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
33611              Sarathy's fix for ID 20010301.005.
33612      Branch: maint-5.6/perl
33613           !> op.c op.h
33614 ____________________________________________________________________________
33615 [  9049] By: nick                                  on 2001/03/05  19:54:04
33616         Log: Integrate Jarkko's Encode.pm tweak.
33617      Branch: perlio
33618           !> ext/Encode/Encode.pm
33619 ____________________________________________________________________________
33620 [  9048] By: nick                                  on 2001/03/05  19:47:57
33621         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
33622      Branch: perlio
33623           +> os2/os2add.sym
33624           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
33625           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
33626           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
33627           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
33628           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
33629 ____________________________________________________________________________
33630 [  9047] By: jhi                                   on 2001/03/05  19:25:26
33631         Log: Regen perlapi.
33632      Branch: perl
33633            ! pod/perlapi.pod
33634 ____________________________________________________________________________
33635 [  9046] By: jhi                                   on 2001/03/05  19:12:14
33636         Log: Integrate perlio.
33637      Branch: perl
33638           +> t/camel-III/vstring.t
33639           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
33640 ____________________________________________________________________________
33641 [  9045] By: jhi                                   on 2001/03/05  19:10:36
33642         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
33643      Branch: perl
33644            ! ext/Encode/Encode.pm
33645 ____________________________________________________________________________
33646 [  9044] By: jhi                                   on 2001/03/05  18:49:12
33647         Log: Forgot the other half of the PMOP patch (#9033).
33648      Branch: perl
33649            ! op.h
33650 ____________________________________________________________________________
33651 [  9043] By: nick                                  on 2001/03/05  18:14:47
33652         Log: Update MANIFEST for new test.
33653      Branch: perlio
33654            ! MANIFEST
33655 ____________________________________________________________________________
33656 [  9042] By: nick                                  on 2001/03/05  18:12:41
33657         Log: Some tests for Camel 3rd edition features.
33658              Make gethostbyaddr() test in above work.
33659      Branch: perlio
33660            + t/camel-III/vstring.t
33661            ! pp.h pp_sys.c t/TEST t/harness
33662 ____________________________________________________________________________
33663 [  9041] By: jhi                                   on 2001/03/05  17:41:48
33664         Log: Add more ISO 8859 encoding aliases.
33665      Branch: perl
33666            ! ext/Encode/Encode.pm
33667 ____________________________________________________________________________
33668 [  9040] By: jhi                                   on 2001/03/05  17:30:43
33669         Log: Integrate perlio.
33670      Branch: perl
33671           !> MANIFEST sv.c
33672 ____________________________________________________________________________
33673 [  9039] By: nick                                  on 2001/03/05  17:11:36
33674         Log: Missed added file.
33675      Branch: perlio
33676            ! MANIFEST
33677 ____________________________________________________________________________
33678 [  9038] By: jhi                                   on 2001/03/05  15:58:01
33679         Log: Add tr tests for EBCDIC, from Karsten Sperling.
33680      Branch: perl
33681            ! t/op/tr.t
33682 ____________________________________________________________________________
33683 [  9037] By: nick                                  on 2001/03/05  15:56:35
33684         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
33685              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
33686              
33687              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
33688              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
33689              - uses SvPV() rather than sv_2pv() in case it isn't a string.
33690      Branch: perlio
33691            ! sv.c
33692 ____________________________________________________________________________
33693 [  9036] By: jhi                                   on 2001/03/05  15:49:15
33694         Log: Add matching tests currently failing in EBCDIC,
33695              suggested by Karsten Sperling.
33696      Branch: perl
33697            ! t/op/pat.t
33698 ____________________________________________________________________________
33699 [  9035] By: jhi                                   on 2001/03/05  15:36:55
33700         Log: The #9034 needs a MANIFESTation.
33701      Branch: perl
33702            ! MANIFEST
33703 ____________________________________________________________________________
33704 [  9034] By: jhi                                   on 2001/03/05  15:35:14
33705         Log: Integrate perlio.
33706      Branch: perl
33707           +> ext/Encode/Encode/Tcl.pm
33708           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
33709           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
33710           !> ext/Encode/Encode/iso8859-1.ucm
33711           !> ext/Encode/Encode/iso8859-10.ucm
33712           !> ext/Encode/Encode/iso8859-13.ucm
33713           !> ext/Encode/Encode/iso8859-14.ucm
33714           !> ext/Encode/Encode/iso8859-15.ucm
33715           !> ext/Encode/Encode/iso8859-16.ucm
33716           !> ext/Encode/Encode/iso8859-2.ucm
33717           !> ext/Encode/Encode/iso8859-3.ucm
33718           !> ext/Encode/Encode/iso8859-4.ucm
33719           !> ext/Encode/Encode/iso8859-5.ucm
33720           !> ext/Encode/Encode/iso8859-6.ucm
33721           !> ext/Encode/Encode/iso8859-7.ucm
33722           !> ext/Encode/Encode/iso8859-8.ucm
33723           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
33724           !> t/lib/encode.t
33725 ____________________________________________________________________________
33726 [  9033] By: jhi                                   on 2001/03/05  15:33:18
33727         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
33728              From: Gurusamy Sarathy <gsar@ActiveState.com>
33729              Date: Sun, 04 Mar 2001 22:33:15 -0800
33730              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
33731              
33732              PMOPs need to remember their own stash so that they can
33733              gracefully remove themselves from their linked list.
33734      Branch: perl
33735            ! op.c
33736 ____________________________________________________________________________
33737 [  9032] By: nick                                  on 2001/03/05  14:51:50
33738         Log: Encode implementation "completion"
33739              Implement and document define_encoding()
33740              Implement and document encoding aliases including define_alias()
33741              Make Encode::XS use define_encoding() rather than back-door.
33742              Move run-time *.enc to separate Encode::Tcl module.
33743              Make 'compile' honour <codeset_name>
33744              Change canonical names of to iso-8859-* and US-ascii.
33745      Branch: perlio
33746            + ext/Encode/Encode/Tcl.pm
33747            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
33748            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
33749            ! ext/Encode/Encode/iso8859-1.ucm
33750            ! ext/Encode/Encode/iso8859-10.ucm
33751            ! ext/Encode/Encode/iso8859-13.ucm
33752            ! ext/Encode/Encode/iso8859-14.ucm
33753            ! ext/Encode/Encode/iso8859-15.ucm
33754            ! ext/Encode/Encode/iso8859-16.ucm
33755            ! ext/Encode/Encode/iso8859-2.ucm
33756            ! ext/Encode/Encode/iso8859-3.ucm
33757            ! ext/Encode/Encode/iso8859-4.ucm
33758            ! ext/Encode/Encode/iso8859-5.ucm
33759            ! ext/Encode/Encode/iso8859-6.ucm
33760            ! ext/Encode/Encode/iso8859-7.ucm
33761            ! ext/Encode/Encode/iso8859-8.ucm
33762            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
33763            ! t/lib/encode.t
33764 ____________________________________________________________________________
33765 [  9031] By: jhi                                   on 2001/03/05  13:51:17
33766         Log: Integrate change #9030 from maintperl into mainline.
33767              
33768              Subject: [PATCH 5.6.1] OS/2 cleanup
33769      Branch: perl
33770           +> os2/os2add.sym
33771           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
33772           !> makedef.pl os2/Changes os2/Makefile.SHs
33773           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
33774           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
33775           !> os2/os2.sym os2/os2ish.h
33776 ____________________________________________________________________________
33777 [  9030] By: jhi                                   on 2001/03/05  13:46:49
33778         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
33779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33780              Date: Mon, 5 Mar 2001 02:29:44 -0500
33781              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
33782      Branch: maint-5.6/perl
33783            + os2/os2add.sym
33784            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
33785            ! makedef.pl os2/Changes os2/Makefile.SHs
33786            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
33787            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
33788            ! os2/os2.sym os2/os2ish.h
33789 ____________________________________________________________________________
33790 [  9029] By: jhi                                   on 2001/03/05  13:40:35
33791         Log: Integrate change #9028 from maintperl into mainline.
33792              
33793              various nits in MM_Unix.pm found by disabling SelfLoader
33794      Branch: perl
33795           !> lib/ExtUtils/MM_Unix.pm
33796 ____________________________________________________________________________
33797 [  9028] By: gsar                                  on 2001/03/05  09:58:38
33798         Log: various nits in MM_Unix.pm found by disabling SelfLoader
33799      Branch: maint-5.6/perl
33800            ! lib/ExtUtils/MM_Unix.pm
33801 ____________________________________________________________________________
33802 [  9027] By: nick                                  on 2001/03/05  08:35:22
33803         Log: Integrate mainline
33804      Branch: perlio
33805           !> (integrate 28 files)
33806 ____________________________________________________________________________
33807 [  9026] By: jhi                                   on 2001/03/05  02:14:59
33808         Log: Integrate change #9025 from mainline to maintperl,
33809              retract \N{U+HHHH}.
33810      Branch: maint-5.6/perl
33811           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
33812           !> t/lib/charnames.t toke.c
33813 ____________________________________________________________________________
33814 [  9025] By: jhi                                   on 2001/03/05  02:13:09
33815         Log: Retracting \N{U+HHHH}.
33816      Branch: perl
33817            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
33818            ! t/lib/charnames.t toke.c
33819 ____________________________________________________________________________
33820 [  9024] By: jhi                                   on 2001/03/04  20:51:07
33821         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
33822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33823              Date: Fri, 02 Mar 2001 18:25:26 +0100
33824              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
33825              
33826              Casting problem.
33827      Branch: perl
33828            ! ext/Storable/Storable.xs
33829 ____________________________________________________________________________
33830 [  9023] By: jhi                                   on 2001/03/04  19:46:45
33831         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
33832              From: nick@talking.bollo.cx
33833              Date: Sat, 03 Mar 2001 21:41:33 +0000
33834              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
33835              
33836              Revert the workaround.
33837      Branch: perl
33838            ! perlio.c
33839 ____________________________________________________________________________
33840 [  9022] By: jhi                                   on 2001/03/04  19:36:28
33841         Log: Update Changes.
33842      Branch: perl
33843            ! Changes patchlevel.h
33844 ____________________________________________________________________________
33845 [  9021] By: jhi                                   on 2001/03/04  18:41:00
33846         Log: makedef.pl updates suggested by Chris Nandor; double-checking
33847              the changes in AIX, OS/2 Win32 would be nice.
33848      Branch: perl
33849            ! makedef.pl
33850 ____________________________________________________________________________
33851 [  9020] By: jhi                                   on 2001/03/04  18:23:58
33852         Log: Integrate change #9012 from maintperl into mainline,
33853              quench a compiler warning.
33854      Branch: perl
33855           !> toke.c
33856 ____________________________________________________________________________
33857 [  9019] By: jhi                                   on 2001/03/04  18:18:43
33858         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
33859              
33860              \N{U+HHHH} fix.
33861              
33862              pattern in G_ARRAY context
33863      Branch: maint-5.6/perl
33864           !> pp_hot.c t/op/pat.t toke.c
33865 ____________________________________________________________________________
33866 [  9018] By: jhi                                   on 2001/03/04  18:07:48
33867         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
33868              From: Jeff Pinyan <jeffp@crusoe.net>
33869              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
33870              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
33871      Branch: perl
33872            ! pp_hot.c t/op/pat.t
33873 ____________________________________________________________________________
33874 [  9017] By: jhi                                   on 2001/03/04  18:06:21
33875         Log: I thought I tested the #9014.
33876      Branch: perl
33877            ! toke.c
33878 ____________________________________________________________________________
33879 [  9016] By: jhi                                   on 2001/03/04  17:41:22
33880         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
33881              
33882              Tweak the get*ent() OS/2 prototypes.
33883              
33884              Add the \N{U+HHHH} syntax.
33885              
33886              More tr/// UTF-8 fixes from Inaba Hiroto.
33887      Branch: maint-5.6/perl
33888           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
33889           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
33890 ____________________________________________________________________________
33891 [  9015] By: jhi                                   on 2001/03/04  17:36:04
33892         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
33893      Branch: perl
33894            ! doop.c t/op/tr.t
33895 ____________________________________________________________________________
33896 [  9014] By: jhi                                   on 2001/03/04  17:24:49
33897         Log: Add the \N{U+HHHH} syntax.
33898      Branch: perl
33899            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
33900            ! t/lib/charnames.t toke.c
33901 ____________________________________________________________________________
33902 [  9013] By: jhi                                   on 2001/03/04  17:20:45
33903         Log: Tweak the get*ent() OS/2 prototypes.
33904      Branch: perl
33905            ! os2/os2.c
33906 ____________________________________________________________________________
33907 [  9012] By: gsar                                  on 2001/03/04  06:26:14
33908         Log: avoid warning (nit in change#9009)
33909      Branch: maint-5.6/perl
33910            ! toke.c
33911 ____________________________________________________________________________
33912 [  9011] By: gsar                                  on 2001/03/04  06:15:24
33913         Log: lib/charnames.t fails in 5.6.x because of older Unicode
33914              data
33915              
33916              TODO: need to revisit this after updating lib/unicode/...
33917      Branch: maint-5.6/perl
33918            ! t/lib/charnames.t
33919 ____________________________________________________________________________
33920 [  9010] By: gsar                                  on 2001/03/04  06:08:36
33921         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
33922      Branch: maint-5.6/perl
33923            ! toke.c
33924 ____________________________________________________________________________
33925 [  9009] By: jhi                                   on 2001/03/03  19:27:20
33926         Log: Integrate change #9008 from mainline to maintperl,
33927              UTF-8 tr/// fixes from Inaba Hiroto.
33928      Branch: maint-5.6/perl
33929           !> doop.c op.c t/op/tr.t toke.c
33930 ____________________________________________________________________________
33931 [  9008] By: jhi                                   on 2001/03/03  19:19:42
33932         Log: UTF8 tr/// fixes from Inaba Hiroto.
33933      Branch: perl
33934            ! doop.c op.c t/op/tr.t toke.c
33935 ____________________________________________________________________________
33936 [  9007] By: jhi                                   on 2001/03/03  19:00:30
33937         Log: Integrate change #9006 from maintperl to mainline,
33938              more robust quest for the infinite.
33939      Branch: perl
33940           !> lib/Math/Complex.pm
33941 ____________________________________________________________________________
33942 [  9006] By: jhi                                   on 2001/03/03  18:58:06
33943         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
33944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33945              Date: Sat, 3 Mar 2001 12:51:50 -0500
33946              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
33947              
33948              Be more robust in our quest for the infinite.
33949      Branch: maint-5.6/perl
33950            ! lib/Math/Complex.pm
33951 ____________________________________________________________________________
33952 [  9005] By: jhi                                   on 2001/03/03  17:55:50
33953         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
33954      Branch: maint-5.6/perl
33955            ! doio.c
33956 ____________________________________________________________________________
33957 [  9004] By: jhi                                   on 2001/03/03  17:40:14
33958         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
33959              so that picky compilers like IRIX won't get huffy about
33960              "statements without effect" (like 1;).
33961      Branch: perl
33962            ! toke.c
33963 ____________________________________________________________________________
33964 [  9003] By: jhi                                   on 2001/03/03  17:15:52
33965         Log: Integrate change #9002 from mainline to maintperl.
33966              
33967              Subject: [perl-5.6.x, perl-current] accept for EPOC
33968      Branch: maint-5.6/perl
33969           !> pp_sys.c
33970 ____________________________________________________________________________
33971 [  9002] By: jhi                                   on 2001/03/03  17:14:30
33972         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
33973              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33974              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
33975              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
33976      Branch: perl
33977            ! pp_sys.c
33978 ____________________________________________________________________________
33979 [  9001] By: jhi                                   on 2001/03/03  17:13:13
33980         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
33981              From: "Craig A. Berry" <craigberry@mac.com>
33982              Date: Fri, 02 Mar 2001 17:44:40 -0600
33983              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
33984      Branch: perl
33985            ! t/pod/find.t
33986 ____________________________________________________________________________
33987 [  9000] By: jhi                                   on 2001/03/03  17:11:55
33988         Log: Integrate changes #8997,8999 from maintperl.
33989              
33990              Subject: [PATCH 5.6.1] compiling on OS/2
33991              (Better error message from hints/os2.sh)
33992              
33993              Subject: [PATCH 5.6.1] syslog.t
33994      Branch: perl
33995           !> hints/os2.sh t/lib/syslog.t
33996 ____________________________________________________________________________
33997 [  8999] By: jhi                                   on 2001/03/03  17:09:28
33998         Log: Subject: [PATCH 5.6.1] syslog.t
33999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34000              Date: Sat, 3 Mar 2001 02:11:17 -0500
34001              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
34002      Branch: maint-5.6/perl
34003            ! t/lib/syslog.t
34004 ____________________________________________________________________________
34005 [  8998] By: jhi                                   on 2001/03/03  17:07:50
34006         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
34007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34008              Date: Sat, 3 Mar 2001 01:53:52 -0500
34009              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
34010      Branch: maint-5.6/perl
34011            ! opcode.pl os2/os2.c
34012 ____________________________________________________________________________
34013 [  8997] By: jhi                                   on 2001/03/03  17:03:30
34014         Log: Subject: [PATCH 5.6.1] compiling on OS/2
34015              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34016              Date: Sat, 3 Mar 2001 01:59:59 -0500
34017              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
34018      Branch: maint-5.6/perl
34019            ! hints/os2.sh
34020 ____________________________________________________________________________
34021 [  8996] By: jhi                                   on 2001/03/03  00:55:58
34022         Log: Regen files for mainline.
34023      Branch: perl
34024            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34025            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
34026 ____________________________________________________________________________
34027 [  8995] By: jhi                                   on 2001/03/03  00:35:22
34028         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
34029              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
34030              to maintperl.
34031              
34032              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
34033              
34034              Add Configure option -Dmksymlinks which will create a symlink
34035              forest if the current/build differs from the source directory.
34036              (8218,8220,8221,8317,8318,8971)
34037              
34038              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
34039              (Document APPLLIB_EXP in INSTALL.)
34040              
34041              If running byacc write-enable also perly.h.
34042              
34043              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
34044              
34045              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
34046              
34047              Sanity check for conflicting thread flavours.
34048              
34049              Fix the sys/fcntl.h problem reported by Peter Prymmer.
34050              
34051              Add few CPUs/architectures to the Cppsym scan,
34052              add -perlio to archname if so selected (modified 8890)
34053              
34054              Be more helpful for devel builders, suggested by John L. Allen.
34055              (admittedly pointless change for maintperl, but the usedevel
34056              code is there already)
34057      Branch: maint-5.6/perl
34058           !> Configure INSTALL Makefile.SH Porting/Glossary
34059           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
34060           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
34061           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
34062           !> win32/config.bc win32/config.gc win32/config.vc
34063 ____________________________________________________________________________
34064 [  8994] By: jhi                                   on 2001/03/02  23:31:41
34065         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
34066      Branch: metaconfig/U/perl
34067            ! gccvers.U
34068 ____________________________________________________________________________
34069 [  8993] By: jhi                                   on 2001/03/02  23:22:12
34070         Log: Regenerate various files for maint.
34071      Branch: maint-5.6/perl
34072            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
34073            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
34074 ____________________________________________________________________________
34075 [  8992] By: alanbur                               on 2001/03/02  22:48:34
34076         Log: Resync wuth parent
34077      Branch: maint-5.6/pureperl
34078           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
34079           !> (integrate 60 files)
34080 ____________________________________________________________________________
34081 [  8991] By: jhi                                   on 2001/03/02  21:00:08
34082         Log: Retract the #8742 part of #8986, backward compat.
34083      Branch: maint-5.6/perl
34084            ! embed.pl
34085 ____________________________________________________________________________
34086 [  8990] By: jhi                                   on 2001/03/02  20:40:07
34087         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
34088      Branch: maint-5.6/perl
34089            ! hv.c
34090 ____________________________________________________________________________
34091 [  8989] By: jhi                                   on 2001/03/02  19:59:56
34092         Log: Update Changes.
34093      Branch: perl
34094            ! Changes patchlevel.h
34095 ____________________________________________________________________________
34096 [  8988] By: jhi                                   on 2001/03/02  19:57:08
34097         Log: Integrate perlio.
34098      Branch: perl
34099           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34100           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34101           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34102           !> ext/Encode/Encode/iso8859-10.ucm
34103           !> ext/Encode/Encode/iso8859-13.ucm
34104           !> ext/Encode/Encode/iso8859-14.ucm
34105           !> ext/Encode/Encode/iso8859-15.ucm
34106           !> ext/Encode/Encode/iso8859-16.ucm
34107           !> ext/Encode/Encode/iso8859-2.ucm
34108           !> ext/Encode/Encode/iso8859-3.ucm
34109           !> ext/Encode/Encode/iso8859-4.ucm
34110           !> ext/Encode/Encode/iso8859-5.ucm
34111           !> ext/Encode/Encode/iso8859-6.ucm
34112           !> ext/Encode/Encode/iso8859-7.ucm
34113           !> ext/Encode/Encode/iso8859-8.ucm
34114           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34115           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
34116 ____________________________________________________________________________
34117 [  8987] By: jhi                                   on 2001/03/02  19:43:40
34118         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
34119              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
34120              8950,8952,8955 from mainline to maintperl.
34121              
34122              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
34123              
34124              Put to rest the 20010205.001, the email address checking (not) regex.
34125              
34126              fork() not everywhere, cleanup temp files.
34127              
34128              The #8843 wasn't quite right: %Config needs to imported.
34129              
34130              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
34131              (#8849: the glob-basic hunk needed massaging as it depended
34132              on Schwern's large-scale (unintegrated) patches)
34133              
34134              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
34135              
34136              Upgrade to CGI.pm 2.752, from Lincoln Stein.
34137              (Note: there were some conflicts due to EBCDIC and EPOC
34138              patches, in general I preferred the repository code.)
34139              (When 2.753 comes out, we need to synchronize.)
34140              
34141              Subject: [PATCH] fix for charnames above FFFF
34142              
34143              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
34144              
34145              If no sfio, no -lsfio.
34146              
34147              Run run/*.t also in minitest.
34148              
34149              Subject:  [PATCH perl 5.7.0] malloc message address offset
34150              
34151              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
34152              
34153              Subject: fix for parameter -Dm (for perl@8867)
34154              
34155              Subject: [PATCH: perl@8892] was Re: hashing order difference?
34156              (make the test more portable)
34157              
34158              Subject: Re: [PATCH] fix for charnames above FFFF
34159              
34160              Subject: Re: I'm losing the war...
34161              (hv_store() not working correctly in ENV_IS_CASELESS case.)
34162              
34163              Subject: Modified README.bs2000 
34164              
34165              Subject: [PATCH: perl@8935] -Dt padsv($var)
34166              
34167              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
34168              
34169              Subject: PATCH: extra tests to check on negative float to unsigned cast
34170              
34171              Subject: [PATCH] XPUSH[insp] was Re: progress
34172              
34173              Subject: Re: Compile with perlcc..
34174      Branch: maint-5.6/perl
34175           !> (integrate 36 files)
34176 ____________________________________________________________________________
34177 [  8986] By: jhi                                   on 2001/03/02  18:51:25
34178         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
34179              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
34180              to maintperl.
34181              
34182              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
34183              
34184              Subject: [DOC PATCH] overload.pm nits
34185              
34186              Add header for LIB$ prototypes (C. Berry)
34187              
34188              Convert fwrite()s to sockets to write()s, since some socket stacks
34189              don't take kindly to stdio.
34190              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34191              (for often optional LNMs)
34192              Correct a few typos
34193              (C. Bailey)
34194              
34195              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
34196              
34197              De-cut-and-pasto.
34198              
34199              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
34200              
34201              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
34202              
34203              Upgrade to CPAN 1.59_54, from Andreas König.
34204              
34205              Bogus shebang.
34206              
34207              Subject: [PATCH] Document makepatch in Porting/patching
34208              
34209              UTF-8 documentation.
34210              
34211              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
34212              
34213              Sort the MANIFEST.
34214              
34215              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
34216              
34217              Subject: [PATCH @8807] toke.c cleanup: scan_str()
34218              
34219              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
34220              
34221              Add run/*.t to testables.
34222              
34223              TODO: integrate #8784.
34224      Branch: maint-5.6/perl
34225           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
34226           !> (integrate 28 files)
34227 ____________________________________________________________________________
34228 [  8985] By: nick                                  on 2001/03/02  18:15:45
34229         Log: Integrate mainline
34230      Branch: perlio
34231           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
34232           !> vms/vms.c
34233 ____________________________________________________________________________
34234 [  8984] By: jhi                                   on 2001/03/02  16:00:17
34235         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
34236              
34237              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
34238              5.004_05, and mention the suidperl August 2000 security problem.
34239              (#8978,#8981)
34240              
34241              Subject: [ID 20010301.004] Technically speaking in perldata
34242              
34243              Subject: [PATCH] File::Copy for bleadperl, maintperl
34244              
34245              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
34246              
34247              (The #8982, fix for 20010221.005 and 20010221.008,
34248              would be nice too but it didn't integrate cleanly.)
34249      Branch: maint-5.6/perl
34250           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
34251 ____________________________________________________________________________
34252 [  8983] By: jhi                                   on 2001/03/02  15:51:16
34253         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
34254              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34255              Date:     Thu, 1 Mar 2001 15:54:09 EST
34256              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
34257      Branch: perl
34258            ! vms/vms.c
34259 ____________________________________________________________________________
34260 [  8982] By: jhi                                   on 2001/03/02  15:43:31
34261         Log: Subject: Re: sync sync sync: have I missed any patches?
34262              From: Radu Greab <radu@netsoft.ro> 
34263              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
34264              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
34265              
34266              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
34267              was checking argv[0] regardless of whether a different pathname
34268              will actually be executed."  Test case not supplied because 
34269              drafting that, ironically enough, revealed another bug
34270              (or a feature).
34271      Branch: perl
34272            ! doio.c
34273 ____________________________________________________________________________
34274 [  8981] By: jhi                                   on 2001/03/02  15:28:03
34275         Log: Misdate in #8978.
34276      Branch: perl
34277            ! pod/perlfaq1.pod
34278 ____________________________________________________________________________
34279 [  8980] By: jhi                                   on 2001/03/02  15:24:20
34280         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
34281              From: Chris Nandor <pudge@pobox.com>
34282              Date: Wed, 28 Feb 2001 22:10:15 -0500
34283              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
34284      Branch: perl
34285            ! lib/File/Copy.pm
34286 ____________________________________________________________________________
34287 [  8979] By: jhi                                   on 2001/03/02  15:17:16
34288         Log: Subject: [ID 20010301.004] Technically speaking in perldata
34289              From: abela@geneanet.org
34290              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
34291              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
34292      Branch: perl
34293            ! pod/perldata.pod
34294 ____________________________________________________________________________
34295 [  8978] By: jhi                                   on 2001/03/02  15:15:27
34296         Log: Subject: [ID 20010301.003] ref to 5.004
34297              From: abela@geneanet.org
34298              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
34299              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
34300              
34301              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
34302              and mention the suidperl August 2000 security problem.
34303      Branch: perl
34304            ! pod/perlfaq1.pod
34305 ____________________________________________________________________________
34306 [  8977] By: alanbur                               on 2001/03/02  14:17:45
34307         Log: Resynchronised with parent
34308      Branch: maint-5.6/pureperl
34309           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
34310           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
34311           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
34312           !> vms/descrip_mms.template win32/win32.c win32/win32.h
34313           !> win32/win32iop.h
34314 ____________________________________________________________________________
34315 [  8976] By: nick                                  on 2001/03/01  23:25:30
34316         Log: Integrate mainline.
34317      Branch: perlio
34318            - t/op/qu.t
34319           !> (integrate 55 files)
34320 ____________________________________________________________________________
34321 [  8975] By: jhi                                   on 2001/03/01  16:51:34
34322         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
34323      Branch: perl
34324           !> toke.c
34325 ____________________________________________________________________________
34326 [  8974] By: gsar                                  on 2001/03/01  16:28:21
34327         Log: fix for bugid 20010226.008
34328              
34329              the problem was that some of the pointers (PL_last_lop and
34330              PL_last_uni specifically) into the lex buffers weren't correctly
34331              being invalidated when the buffer changed; this would leave the
34332              pointers pointing at an arbitrary location in the buffer if
34333              the buffer didn't need to be reallocated, or point into freed
34334              memory if the buffer had to be realloced
34335              
34336              TODO item for bugdb maintainers: check other seemingly random
34337              parser-related bugs--they might be cured by this
34338      Branch: maint-5.6/perl
34339            ! toke.c
34340 ____________________________________________________________________________
34341 [  8973] By: jhi                                   on 2001/03/01  02:23:25
34342         Log: Retract #8970 because of a completely mysterious core dump:
34343              adding the tests 241..244 causes op/pat dump core at test #25.
34344              The test needs a lot of whittling down before the bug can be solved.
34345      Branch: perl
34346            ! t/op/pat.t
34347 ____________________________________________________________________________
34348 [  8972] By: jhi                                   on 2001/03/01  01:58:38
34349         Log: Regen perlapi.
34350      Branch: perl
34351            ! pod/perlapi.pod
34352 ____________________________________________________________________________
34353 [  8971] By: jhi                                   on 2001/03/01  01:34:09
34354         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))
34355              From: Nicholas Clark <nick@ccl4.org>
34356              Date: Wed, 28 Feb 2001 23:28:49 +0000
34357              Message-ID: <20010228232849.A55187@plum.flirble.org>
34358              
34359              Allow a completely write protected source code tree
34360              when using the Configure -Dmksymlinks.
34361      Branch: perl
34362            ! embed.pl warnings.pl
34363 ____________________________________________________________________________
34364 [  8970] By: jhi                                   on 2001/03/01  01:32:04
34365         Log: Add back the EBCDIC character range tests (for matching).
34366      Branch: perl
34367            ! t/op/pat.t
34368 ____________________________________________________________________________
34369 [  8969] By: nick                                  on 2001/02/28  18:18:01
34370         Log: Add charname comments to .ucm files writen by 'compile',
34371              also order charmaps in those files by source encoding.
34372              regenerate distrubuted .ucm files
34373      Branch: perlio
34374            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34375            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34376            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34377            ! ext/Encode/Encode/iso8859-10.ucm
34378            ! ext/Encode/Encode/iso8859-13.ucm
34379            ! ext/Encode/Encode/iso8859-14.ucm
34380            ! ext/Encode/Encode/iso8859-15.ucm
34381            ! ext/Encode/Encode/iso8859-16.ucm
34382            ! ext/Encode/Encode/iso8859-2.ucm
34383            ! ext/Encode/Encode/iso8859-3.ucm
34384            ! ext/Encode/Encode/iso8859-4.ucm
34385            ! ext/Encode/Encode/iso8859-5.ucm
34386            ! ext/Encode/Encode/iso8859-6.ucm
34387            ! ext/Encode/Encode/iso8859-7.ucm
34388            ! ext/Encode/Encode/iso8859-8.ucm
34389            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34390            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
34391 ____________________________________________________________________________
34392 [  8968] By: jhi                                   on 2001/02/28  16:26:37
34393         Log: Expand usemorebits early if d_casti32 needs to be undefined.
34394      Branch: perl
34395            ! hints/hpux.sh hints/irix_6.sh
34396 ____________________________________________________________________________
34397 [  8967] By: jhi                                   on 2001/02/28  16:22:26
34398         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
34399              retract toke.c/qu parts of #8583, retract #8485, retract
34400              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
34401              op/length.t, and MANIFEST, and delete t/op/qu.t.
34402      Branch: perl
34403            - t/op/qu.t
34404            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
34405            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
34406            ! t/op/length.t toke.c
34407 ____________________________________________________________________________
34408 [  8966] By: jhi                                   on 2001/02/28  15:00:27
34409         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
34410              by not changing from pre-Unicode days into being Unicode-aware.
34411              Sniff.
34412      Branch: perl
34413            ! pp.c t/op/pack.t t/op/qu.t
34414 ____________________________________________________________________________
34415 [  8965] By: jhi                                   on 2001/02/28  14:37:55
34416         Log: Subject: Re: Errors in core PODs
34417              From: Michael Stevens <michael@etla.org> 
34418              Date: Fri, 23 Feb 2001 15:47:56 +0000
34419              Message-ID: <20010223154756.A7723@firedrake.org> 
34420      Branch: perl
34421            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
34422            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
34423            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
34424            ! x2p/a2p.pod
34425 ____________________________________________________________________________
34426 [  8964] By: jhi                                   on 2001/02/28  14:35:35
34427         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
34428              (The #8961 was too bold.)
34429      Branch: perl
34430            ! hints/hpux.sh hints/irix_6.sh
34431 ____________________________________________________________________________
34432 [  8963] By: jhi                                   on 2001/02/28  14:33:39
34433         Log: Subject: Re: sync sync sync: have I missed any patches?
34434              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34435              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
34436              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
34437              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
34438              
34439              Replace djSP with dSP.
34440      Branch: perl
34441            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
34442            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
34443            ! win32/perlhost.h
34444 ____________________________________________________________________________
34445 [  8962] By: jhi                                   on 2001/02/27  23:21:14
34446         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
34447      Branch: perl
34448            ! lib/Filter/Simple.pm
34449 ____________________________________________________________________________
34450 [  8961] By: jhi                                   on 2001/02/27  22:55:26
34451         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
34452              and this would be it.
34453      Branch: perl
34454            ! hints/hpux.sh hints/irix_6.sh
34455 ____________________________________________________________________________
34456 [  8960] By: jhi                                   on 2001/02/27  22:51:33
34457         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
34458              From: "Craig A. Berry" <craigberry@mac.com>
34459              Date: Tue, 27 Feb 2001 16:11:44 -0600
34460              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
34461      Branch: maint-5.6/perl
34462            ! configure.com vms/descrip_mms.template
34463 ____________________________________________________________________________
34464 [  8959] By: jhi                                   on 2001/02/27  22:47:23
34465         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
34466              From: "Craig A. Berry" <craigberry@mac.com>
34467              Date: Tue, 27 Feb 2001 16:11:44 -0600
34468              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
34469      Branch: perl
34470            ! configure.com vms/descrip_mms.template
34471 ____________________________________________________________________________
34472 [  8958] By: jhi                                   on 2001/02/27  15:16:42
34473         Log: Update Changes.
34474      Branch: perl
34475            ! Changes patchlevel.h
34476 ____________________________________________________________________________
34477 [  8957] By: jhi                                   on 2001/02/27  06:15:07
34478         Log: Subject: [5.6.x] EPOC additions
34479              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34480              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
34481              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
34482      Branch: maint-5.6/perl
34483            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
34484 ____________________________________________________________________________
34485 [  8956] By: jhi                                   on 2001/02/27  06:12:11
34486         Log: Subject: [perl-current] EPOC 
34487              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34488              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
34489              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
34490      Branch: perl
34491            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
34492            ! epoc/epocish.c epoc/epocish.h pp_sys.c
34493 ____________________________________________________________________________
34494 [  8955] By: jhi                                   on 2001/02/27  05:59:50
34495         Log: Subject: Re: Compile with perlcc..
34496              From: Edward Peschko <edwardp@excitehome.net>
34497              Date: Mon, 26 Feb 2001 18:51:58 -0800
34498              Message-ID: <20010226185158.A9871@excitehome.net>
34499              
34500              plus add a simple usage message if no arguments given.
34501      Branch: perl
34502            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
34503            ! utils/Makefile utils/perlcc.PL win32/pod.mak
34504 ____________________________________________________________________________
34505 [  8954] By: nick                                  on 2001/02/26  21:02:59
34506         Log: Integrate mainline
34507      Branch: perlio
34508           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
34509           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
34510           !> t/op/sprintf.t
34511 ____________________________________________________________________________
34512 [  8953] By: jhi                                   on 2001/02/26  14:43:54
34513         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
34514              From: Nicholas Clark <nick@ccl4.org>
34515              Date: Mon, 26 Feb 2001 00:42:07 +0000
34516              Message-ID: <20010226004207.F23333@plum.flirble.org>
34517      Branch: perl
34518            ! pp_ctl.c
34519 ____________________________________________________________________________
34520 [  8952] By: jhi                                   on 2001/02/26  14:42:13
34521         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
34522              From: Simon Cozens <simon@netthink.co.uk>
34523              Date: Mon, 26 Feb 2001 12:23:48 +0000
34524              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
34525      Branch: perl
34526            ! pod/perlguts.pod
34527 ____________________________________________________________________________
34528 [  8951] By: jhi                                   on 2001/02/26  14:39:15
34529         Log: Subject: [PATCH] perlio - unknown layer
34530              From: Nicholas Clark <nick@ccl4.org>
34531              Date: Mon, 26 Feb 2001 00:27:19 +0000
34532              Message-ID: <20010226002719.E23333@plum.flirble.org>
34533      Branch: perl
34534            ! perlio.c
34535 ____________________________________________________________________________
34536 [  8950] By: jhi                                   on 2001/02/26  14:38:04
34537         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
34538              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
34539              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
34540              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
34541      Branch: perl
34542            ! t/op/bop.t
34543 ____________________________________________________________________________
34544 [  8949] By: jhi                                   on 2001/02/26  14:37:07
34545         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
34546              From: Peter Prymmer <pvhp@forte.com>
34547              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
34548              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
34549      Branch: perl
34550            ! lib/Test.pm
34551 ____________________________________________________________________________
34552 [  8948] By: jhi                                   on 2001/02/26  14:35:53
34553         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
34554              From: Radu Greab <radu@netsoft.ro>
34555              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
34556              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
34557      Branch: perl
34558            ! pod/perlop.pod
34559 ____________________________________________________________________________
34560 [  8947] By: jhi                                   on 2001/02/26  14:34:46
34561         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
34562              From: David Mitchell <davem@fdgroup.co.uk>
34563              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
34564              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
34565      Branch: perl
34566            ! run.c
34567 ____________________________________________________________________________
34568 [  8946] By: jhi                                   on 2001/02/26  14:32:37
34569         Log: Subject: Modified README.bs2000 
34570              From: Dorner Thomas <Thomas.Dorner@start.de>
34571              Date: Mon, 26 Feb 2001 09:22:17 +0100
34572              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
34573      Branch: perl
34574            ! README.bs2000
34575 ____________________________________________________________________________
34576 [  8945] By: jhi                                   on 2001/02/26  14:19:53
34577         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
34578              to maintperl, listing the known failures on the tests 129 and 130.
34579      Branch: maint-5.6/perl
34580           !> t/op/sprintf.t
34581 ____________________________________________________________________________
34582 [  8944] By: jhi                                   on 2001/02/26  14:14:15
34583         Log: Add more known sprintf failures.
34584      Branch: perl
34585            ! t/op/sprintf.t
34586 ____________________________________________________________________________
34587 [  8943] By: jhi                                   on 2001/02/26  13:56:22
34588         Log: perlglob.exe needs to be found in Win32, patch from
34589              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
34590              which needs external glob at mini-perl time."
34591      Branch: perl
34592            ! ext/Encode/compile
34593 ____________________________________________________________________________
34594 [  8942] By: jhi                                   on 2001/02/26  13:52:19
34595         Log: A missing dTHX from Vadim Konovalov.
34596      Branch: perl
34597            ! perlio.c
34598 ____________________________________________________________________________
34599 [  8941] By: jhi                                   on 2001/02/26  13:37:05
34600         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
34601      Branch: perl
34602            ! op.c
34603 ____________________________________________________________________________
34604 [  8940] By: jhi                                   on 2001/02/26  13:35:40
34605         Log: Integrate perlio.
34606      Branch: perl
34607           !> ext/Encode/Encode.pm
34608 ____________________________________________________________________________
34609 [  8939] By: nick                                  on 2001/02/25  23:47:09
34610         Log: Integrate mainline.
34611      Branch: perlio
34612           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
34613           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
34614 ____________________________________________________________________________
34615 [  8938] By: nick                                  on 2001/02/25  19:36:28
34616         Log: Encode implementations docs.
34617      Branch: perlio
34618            ! ext/Encode/Encode.pm
34619 ____________________________________________________________________________
34620 [  8937] By: jhi                                   on 2001/02/25  19:26:16
34621         Log: Script wasn't aligned with reality.
34622      Branch: perl
34623            ! t/pod/find.t
34624 ____________________________________________________________________________
34625 [  8936] By: jhi                                   on 2001/02/25  18:54:55
34626         Log: Update Changes.
34627      Branch: perl
34628            ! Changes patchlevel.h
34629 ____________________________________________________________________________
34630 [  8935] By: jhi                                   on 2001/02/25  18:46:36
34631         Log: Retract #8929,8930,8932,8933 for now.
34632      Branch: perl
34633            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
34634 ____________________________________________________________________________
34635 [  8934] By: jhi                                   on 2001/02/25  17:34:35
34636         Log: Integrate perlio.
34637      Branch: perl
34638           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
34639           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
34640           !> t/lib/encode.t
34641 ____________________________________________________________________________
34642 [  8933] By: jhi                                   on 2001/02/25  17:33:12
34643         Log: (Retracted by #8395.)
34644              
34645              Slight tweaks in scan_const(), not fixes yet, it seems like
34646              lots of work remains to be done...
34647      Branch: perl
34648            ! toke.c
34649 ____________________________________________________________________________
34650 [  8932] By: jhi                                   on 2001/02/25  17:27:11
34651         Log: (Retracted by #8395.)
34652              
34653              Missing from #8930.
34654      Branch: perl
34655            ! perl.h
34656 ____________________________________________________________________________
34657 [  8931] By: jhi                                   on 2001/02/25  17:26:19
34658         Log: A comment tweak.
34659      Branch: perl
34660            ! utf8.c
34661 ____________________________________________________________________________
34662 [  8930] By: jhi                                   on 2001/02/25  17:25:47
34663         Log: (Retracted by #8395.)
34664              
34665              Attempt to fix the EBCDIC character range problwm with //.
34666      Branch: perl
34667            ! regcomp.c
34668 ____________________________________________________________________________
34669 [  8929] By: jhi                                   on 2001/02/25  17:23:45
34670         Log: (Retracted by #8395.)
34671              
34672              Expand the EBCDIC character range tests, and add few nasty
34673              tr tests from Karsten Sperling.
34674      Branch: perl
34675            ! t/op/pat.t t/op/tr.t
34676 ____________________________________________________________________________
34677 [  8928] By: jhi                                   on 2001/02/25  17:18:49
34678         Log: Missing check-in.
34679      Branch: perl
34680            ! lib/Pod/Find.pm
34681 ____________________________________________________________________________
34682 [  8927] By: nick                                  on 2001/02/25  11:30:22
34683         Log: Change method names in Encode implementation classes to something
34684              less confusing (preparing to "go public").
34685      Branch: perlio
34686            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
34687 ____________________________________________________________________________
34688 [  8926] By: nick                                  on 2001/02/25  10:53:24
34689         Log: GCC __atribute__ / printf fix
34690      Branch: perlio
34691            ! perl.h
34692 ____________________________________________________________________________
34693 [  8925] By: nick                                  on 2001/02/25  10:52:25
34694         Log: Checked in the wrong one ...
34695      Branch: perlio
34696            ! ext/Encode/Encode.pm
34697 ____________________________________________________________________________
34698 [  8924] By: nick                                  on 2001/02/24  18:46:51
34699         Log: Integrate mainline - to see what Jarkko has in ...
34700      Branch: perlio
34701           +> t/pod/testpods/lib/Pod/Stuff.pm
34702           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
34703 ____________________________________________________________________________
34704 [  8923] By: nick                                  on 2001/02/24  17:05:23
34705         Log: Encode API documentation nd tidy up.
34706              Minor additions to test.
34707              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
34708              Adds STRLEN to standard typemap.
34709      Branch: perlio
34710            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
34711            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
34712 ____________________________________________________________________________
34713 [  8922] By: jhi                                   on 2001/02/24  16:38:12
34714         Log: Add a test for the "character range should match in EBCDIC
34715              if specified using explicit numerics" bug found by Karsten
34716              Sperling.
34717      Branch: perl
34718            ! t/op/pat.t
34719 ____________________________________________________________________________
34720 [  8921] By: jhi                                   on 2001/02/24  16:30:16
34721         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
34722              From: schwern@pobox.com
34723              Date: Fri, 23 Feb 2001 03:21:37 -0500
34724              Message-ID: <20010223032137.A26022@magnonel.guild.net>
34725              
34726              plus Charles Lane's fixes, plus tweaks.
34727      Branch: perl
34728            + t/pod/testpods/lib/Pod/Stuff.pm
34729            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
34730 ____________________________________________________________________________
34731 [  8920] By: nick                                  on 2001/02/24  10:30:11
34732         Log: Integrate mainline
34733      Branch: perlio
34734           !> (integrate 33 files)
34735 ____________________________________________________________________________
34736 [  8919] By: jhi                                   on 2001/02/24  00:23:35
34737         Log: Subject: Re: I'm losing the war...
34738              From: "Vadim Konovalov" <watman@inbox.ru>
34739              Date: Sat, 24 Feb 2001 00:10:14 +0300
34740              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
34741              
34742              hv_store() not working correctly in ENV_IS_CASELESS case.
34743      Branch: perl
34744            ! hv.c
34745 ____________________________________________________________________________
34746 [  8918] By: jhi                                   on 2001/02/24  00:20:09
34747         Log: Subject: Re: [PATCH] fix for charnames above FFFF
34748              From: andreas.koenig@anima.de (Andreas J. Koenig)
34749              Date: 23 Feb 2001 02:39:03 +0100
34750              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
34751              
34752              A further efficiency tweak.
34753      Branch: perl
34754            ! lib/charnames.pm
34755 ____________________________________________________________________________
34756 [  8917] By: jhi                                   on 2001/02/23  20:27:51
34757         Log: Integrate change #8916 from mainline,
34758              do away with USE_WIN32_RTL_ENV.
34759      Branch: maint-5.6/perl
34760           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
34761 ____________________________________________________________________________
34762 [  8916] By: jhi                                   on 2001/02/23  20:02:25
34763         Log: Abolish USE_WIN32_RTL_ENV.
34764      Branch: perl
34765            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
34766 ____________________________________________________________________________
34767 [  8915] By: jhi                                   on 2001/02/23  19:36:00
34768         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
34769              later protected by some #define.
34770      Branch: perl
34771            ! gv.c
34772 ____________________________________________________________________________
34773 [  8914] By: jhi                                   on 2001/02/23  19:31:38
34774         Log: Retract #8902 for now, requested by Charles Lane, the correct
34775              fix will be something else.
34776      Branch: perl
34777            ! op.c
34778 ____________________________________________________________________________
34779 [  8913] By: jhi                                   on 2001/02/23  19:11:36
34780         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
34781              From: Peter Prymmer <pvhp@forte.com>
34782              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
34783              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
34784      Branch: perl
34785            ! t/op/lex_assign.t
34786 ____________________________________________________________________________
34787 [  8912] By: jhi                                   on 2001/02/23  18:38:20
34788         Log: Subject: [patch] perlio + useithreads
34789              From: Doug MacEachern <dougm@covalent.net>
34790              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
34791              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
34792              
34793              Gets things running but not complete.
34794      Branch: perl
34795            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
34796 ____________________________________________________________________________
34797 [  8911] By: jhi                                   on 2001/02/23  04:20:02
34798         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
34799              
34800              Duplicated environment freeing, File::Temp 0.12,
34801              op/append portability (EBCDIC) tweak.
34802      Branch: maint-5.6/perl
34803           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34804           !> t/op/append.t
34805 ____________________________________________________________________________
34806 [  8910] By: jhi                                   on 2001/02/23  02:07:33
34807         Log: Integrate change #8909 from mainline, a better Borland
34808              putenv() workaround.
34809      Branch: maint-5.6/perl
34810           !> perl.c
34811 ____________________________________________________________________________
34812 [  8909] By: jhi                                   on 2001/02/23  02:05:46
34813         Log: A better workaround for Borland putenv() brokenness from Sarathy.
34814      Branch: perl
34815            ! perl.c
34816 ____________________________________________________________________________
34817 [  8908] By: jhi                                   on 2001/02/23  02:04:14
34818         Log: Subject: fix for parameter -Dm (for perl@8867)
34819              From: "Vadim Konovalov" <watman@inbox.ru>
34820              Date: Thu, 22 Feb 2001 17:30:12 +0300
34821              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
34822      Branch: perl
34823            ! perl.h
34824 ____________________________________________________________________________
34825 [  8907] By: jhi                                   on 2001/02/23  01:58:20
34826         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
34827              From: Peter Prymmer <pvhp@forte.com>
34828              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
34829              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
34830      Branch: perl
34831            ! t/op/append.t
34832 ____________________________________________________________________________
34833 [  8906] By: jhi                                   on 2001/02/23  01:48:34
34834         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
34835      Branch: perl
34836            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34837 ____________________________________________________________________________
34838 [  8905] By: jhi                                   on 2001/02/23  01:43:30
34839         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
34840              From: Peter Prymmer <pvhp@forte.com>
34841              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
34842              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
34843      Branch: perl
34844            ! t/lib/st-06compat.t
34845 ____________________________________________________________________________
34846 [  8904] By: jhi                                   on 2001/02/23  01:42:39
34847         Log: Metaconfig unit change for #8903.
34848      Branch: metaconfig/U/perl
34849            ! Devel.U
34850 ____________________________________________________________________________
34851 [  8903] By: jhi                                   on 2001/02/23  01:42:12
34852         Log: Be more helpful for devel builders, suggested by John L. Allen.
34853      Branch: perl
34854            ! Configure
34855 ____________________________________________________________________________
34856 [  8902] By: jhi                                   on 2001/02/23  01:37:41
34857         Log: (Retracted by #8914)
34858              (Wrongly, reinstated by #8941)
34859              
34860              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
34861              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34862              Date:     Thu, 22 Feb 2001 09:43:57 EST
34863              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
34864      Branch: perl
34865            ! op.c
34866 ____________________________________________________________________________
34867 [  8901] By: jhi                                   on 2001/02/23  01:20:32
34868         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
34869              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34870              Date:     Thu, 22 Feb 2001 08:01:35 EST
34871              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
34872      Branch: perl
34873            ! malloc.c
34874 ____________________________________________________________________________
34875 [  8900] By: jhi                                   on 2001/02/23  01:18:02
34876         Log: Integrate changes #8898,8899 from mainline, environ handling.
34877      Branch: maint-5.6/perl
34878           !> perl.c
34879 ____________________________________________________________________________
34880 [  8899] By: jhi                                   on 2001/02/23  01:16:25
34881         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
34882              putenv() is not to be relied on, they are either broken or leaky
34883              or both.)
34884      Branch: perl
34885            ! perl.c
34886 ____________________________________________________________________________
34887 [  8898] By: jhi                                   on 2001/02/22  23:36:59
34888         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
34889              and safesysfree() must be used.
34890      Branch: perl
34891            ! perl.c
34892 ____________________________________________________________________________
34893 [  8897] By: jhi                                   on 2001/02/22  23:25:45
34894         Log: With environ one must use safesysmalloc()/safesysfree().
34895      Branch: perl
34896            ! perl.c
34897 ____________________________________________________________________________
34898 [  8896] By: jhi                                   on 2001/02/22  22:13:18
34899         Log: If we have a duplicated environment free it
34900              if PERL_DESTRUCT_LEVEL.
34901      Branch: perl
34902            ! perl.c
34903 ____________________________________________________________________________
34904 [  8895] By: alanbur                               on 2001/02/22  19:31:57
34905         Log: Synchronised with parent
34906      Branch: maint-5.6/pureperl
34907           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
34908 ____________________________________________________________________________
34909 [  8894] By: gsar                                  on 2001/02/22  19:06:18
34910         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
34911              
34912              fix memory leak in method call optimization (change#3768);
34913              made C<eval "$x->foo()"> leak
34914              
34915              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
34916      Branch: maint-5.6/perl
34917           !> op.c
34918 ____________________________________________________________________________
34919 [  8893] By: jhi                                   on 2001/02/22  18:35:27
34920         Log: (Retracted by #8915.)
34921              
34922              Third Degree finding:
34923              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
34924      Branch: perl
34925            ! gv.c
34926 ____________________________________________________________________________
34927 [  8892] By: jhi                                   on 2001/02/22  14:28:32
34928         Log: Update Changes.
34929      Branch: perl
34930            ! Changes patchlevel.h
34931 ____________________________________________________________________________
34932 [  8891] By: jhi                                   on 2001/02/22  13:22:45
34933         Log: Metaconfig unit changes for #8890.
34934      Branch: metaconfig
34935            ! U/modified/Cppsym.U U/threads/archname.U
34936 ____________________________________________________________________________
34937 [  8890] By: jhi                                   on 2001/02/22  13:22:12
34938         Log: Add -stdio to the archname if no perlio selected,
34939              no -perlio added since that is now the default.
34940              
34941              Add few CPUs/architectures to the Cppsym scan.
34942      Branch: perl
34943            ! Configure config_h.SH
34944 ____________________________________________________________________________
34945 [  8889] By: jhi                                   on 2001/02/22  13:05:59
34946         Log: Metaconfig unit change for #8888.
34947      Branch: metaconfig/U/perl
34948            ! useperlio.U
34949 ____________________________________________________________________________
34950 [  8888] By: jhi                                   on 2001/02/22  13:05:28
34951         Log: *drum roll*  Make perlio the default.
34952      Branch: perl
34953            ! Configure config_h.SH
34954 ____________________________________________________________________________
34955 [  8887] By: jhi                                   on 2001/02/22  12:50:52
34956         Log: Integrate change #8665 from maintperl to mainline,
34957              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
34958      Branch: perl
34959           !> ext/POSIX/POSIX.xs
34960 ____________________________________________________________________________
34961 [  8886] By: jhi                                   on 2001/02/22  12:49:24
34962         Log: Integrate changes #8883,8884 from mainline to maintperl.
34963              
34964              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
34965              Subject: Re: File::Temp::_gettemp warning
34966      Branch: maint-5.6/perl
34967           !> embed.h embed.pl lib/File/Temp.pm
34968 ____________________________________________________________________________
34969 [  8885] By: jhi                                   on 2001/02/22  12:43:59
34970         Log: Based on
34971              
34972              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
34973              From: schwab@suse.de
34974              Date: Thu, 22 Feb 2001 13:08:09 +0100
34975              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
34976              
34977              but the fix done slightly differently because the other
34978              half was already done in #8664.
34979      Branch: maint-5.6/perl
34980            ! ext/POSIX/POSIX.xs
34981 ____________________________________________________________________________
34982 [  8884] By: jhi                                   on 2001/02/22  12:37:15
34983         Log: Subject: Re: File::Temp::_gettemp warning
34984              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34985              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
34986              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
34987              
34988              This patch to File::Temp does two things:
34989              
34990              1. Fixes the problem with CGI::Carp when determining
34991              the Fcntl constants
34992              
34993              2. Removes most of the carps and consolidates them so that all the
34994              reasons are included in a single die that is caught by the test. This
34995              means that the correct skipping behaviour is displayed by the test.
34996      Branch: perl
34997            ! lib/File/Temp.pm
34998 ____________________________________________________________________________
34999 [  8883] By: jhi                                   on 2001/02/22  12:29:19
35000         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
35001              From: Peter Prymmer <pvhp@forte.com>
35002              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
35003              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
35004      Branch: perl
35005            ! embed.h embed.pl
35006 ____________________________________________________________________________
35007 [  8882] By: jhi                                   on 2001/02/21  19:41:33
35008         Log: Integrate change #8881 from mainlin to maintperl.
35009              
35010              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
35011      Branch: maint-5.6/perl
35012           !> op.c
35013 ____________________________________________________________________________
35014 [  8881] By: jhi                                   on 2001/02/21  19:38:57
35015         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
35016              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35017              Date:     Wed, 21 Feb 2001 13:08:03 EST
35018              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
35019      Branch: perl
35020            ! op.c
35021 ____________________________________________________________________________
35022 [  8880] By: jhi                                   on 2001/02/21  19:34:34
35023         Log: Retract #8875, cannot let go of the old semantics of unpack U
35024              without rethinking utf8decode.t.
35025      Branch: perl
35026            ! pp.c t/op/pack.t
35027 ____________________________________________________________________________
35028 [  8879] By: jhi                                   on 2001/02/21  19:08:02
35029         Log: Run run/*.t also in minitest.
35030      Branch: perl
35031            ! Makefile.SH
35032 ____________________________________________________________________________
35033 [  8878] By: nick                                  on 2001/02/21  18:55:37
35034         Log: Integrate mainline
35035      Branch: perlio
35036           !> (integrate 76 files)
35037 ____________________________________________________________________________
35038 [  8877] By: jhi                                   on 2001/02/21  15:09:33
35039         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
35040      Branch: metaconfig
35041            ! U/compline/nblock_io.U
35042      Branch: perl
35043            ! Configure config_h.SH
35044 ____________________________________________________________________________
35045 [  8876] By: jhi                                   on 2001/02/21  14:54:45
35046         Log: If no sfio, no -lsfio.
35047      Branch: metaconfig/U/perl
35048            ! d_sfio.U
35049      Branch: perl
35050            ! Configure config_h.SH
35051 ____________________________________________________________________________
35052 [  8875] By: jhi                                   on 2001/02/21  14:54:00
35053         Log: Make unpack C and unpack U truly equivalent.
35054      Branch: perl
35055            ! pp.c t/op/pack.t
35056 ____________________________________________________________________________
35057 [  8874] By: jhi                                   on 2001/02/21  14:26:02
35058         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
35059              From: Peter Prymmer <pvhp@forte.com>
35060              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
35061              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
35062      Branch: perl
35063            ! pod/perlport.pod
35064 ____________________________________________________________________________
35065 [  8873] By: jhi                                   on 2001/02/21  14:24:31
35066         Log: Subject: [PATCH] fix for charnames above FFFF
35067              From: andreas.koenig@anima.de (Andreas J. Koenig)
35068              Date: 21 Feb 2001 07:05:45 +0100
35069              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
35070      Branch: perl
35071            ! lib/charnames.pm t/lib/charnames.t
35072 ____________________________________________________________________________
35073 [  8872] By: jhi                                   on 2001/02/21  14:15:25
35074         Log: Integrate change #8868 from pureperl to mainline.
35075              
35076              Fixed reference count loop caused by sv_magic.
35077      Branch: perl
35078           !> sv.c
35079 ____________________________________________________________________________
35080 [  8871] By: jhi                                   on 2001/02/21  14:07:29
35081         Log: Integrate change #8868 from pureperl to maintperl.
35082              
35083              Fixed reference count loop caused by sv_magic.
35084      Branch: maint-5.6/perl
35085           !> sv.c
35086 ____________________________________________________________________________
35087 [  8870] By: jhi                                   on 2001/02/21  14:04:41
35088         Log: Put back the #8840, it was innocent.
35089      Branch: perl
35090            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35091            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
35092 ____________________________________________________________________________
35093 [  8869] By: jhi                                   on 2001/02/21  14:00:03
35094         Log: unpack("C", ...) was left slightly unfinished by #8865.
35095      Branch: perl
35096            ! pp.c t/op/pack.t
35097 ____________________________________________________________________________
35098 [  8868] By: alanbur                               on 2001/02/21  01:33:45
35099         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
35100              from gv_fetchpv to create single-character magic variables (e.g. $!),
35101              and it is passed a sv and the gv that contains the sv as the mg_obj
35102              value.  When sv_magic stores the mg_obj pointer it increments the gv
35103              refcount, thus causing a sv-gv pair that can't be freed.  There is
35104              already a check for sv == obj which is used to prevent such reference
35105              loops.  This change extends the check to cover the case described above.
35106      Branch: maint-5.6/pureperl
35107            ! sv.c
35108 ____________________________________________________________________________
35109 [  8867] By: jhi                                   on 2001/02/21  00:52:39
35110         Log: Update Changes.
35111      Branch: perl
35112            ! Changes patchlevel.h
35113 ____________________________________________________________________________
35114 [  8866] By: jhi                                   on 2001/02/21  00:34:20
35115         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
35116              (Note: there were some conflicts due to EBCDIC and EPOC
35117              patches, in general I preferred the repository code.)
35118              (When 2.753 comes out, we need to synchronize.)
35119      Branch: perl
35120            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
35121            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
35122            ! t/lib/cgi-html.t
35123 ____________________________________________________________________________
35124 [  8865] By: jhi                                   on 2001/02/21  00:24:22
35125         Log: Make pack("C", 0x100) to create Unicode, unless under the
35126              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
35127              will understand Unicode, unless you under know what.
35128      Branch: perl
35129            ! pp.c t/op/pack.t t/op/qu.t
35130 ____________________________________________________________________________
35131 [  8864] By: alanbur                               on 2001/02/20  22:35:34
35132         Log: Resynchronised with parent
35133      Branch: maint-5.6/pureperl
35134           !> README.win32 ext/GDBM_File/GDBM_File.pm
35135           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
35136           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
35137           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
35138           !> t/lib/sdbm.t util.c
35139 ____________________________________________________________________________
35140 [  8863] By: jhi                                   on 2001/02/20  20:55:11
35141         Log: Integrate change #8860,8861 from mainline into maintperl.
35142              
35143              "pseudo-literal j"
35144              
35145              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
35146      Branch: maint-5.6/perl
35147           !> lib/Test.pm pod/perlop.pod
35148 ____________________________________________________________________________
35149 [  8862] By: jhi                                   on 2001/02/20  20:30:07
35150         Log: Don't do casting between pointers pointing to differently sized
35151              integers.
35152      Branch: perl
35153            ! hv.c sv.c
35154 ____________________________________________________________________________
35155 [  8861] By: jhi                                   on 2001/02/20  19:53:44
35156         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
35157              From: Peter Prymmer <pvhp@forte.com>
35158              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
35159              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
35160      Branch: perl
35161            ! lib/Test.pm
35162 ____________________________________________________________________________
35163 [  8860] By: jhi                                   on 2001/02/20  19:48:02
35164         Log: "pseudo-literal j", a documentation glitch reported to Debian.
35165              The text recovered from Perl 5.005_03, and pseudo-literal replaced
35166              by "backtick string".
35167      Branch: perl
35168            ! pod/perlop.pod
35169 ____________________________________________________________________________
35170 [  8859] By: jhi                                   on 2001/02/20  19:15:46
35171         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
35172              from Chris Nandor.
35173      Branch: perl
35174            ! makedef.pl
35175 ____________________________________________________________________________
35176 [  8858] By: jhi                                   on 2001/02/20  17:36:53
35177         Log: Integrate pureperl changes #8844,8845,8850 to mainline
35178              (via maintperl #8855).
35179              
35180              Fixed %^H scoping bug
35181              
35182              Removed GV <-> CV refcount loop
35183              
35184              Removed %ENV refcount loop
35185      Branch: perl
35186           !> gv.c op.c perl.c pp.c scope.c
35187 ____________________________________________________________________________
35188 [  8857] By: jhi                                   on 2001/02/20  17:34:32
35189         Log: Integrate changes #8853,8854 from maintperl to mainline.
35190              
35191              EBDIC fixes, README.win32 Borland update.
35192      Branch: perl
35193           !> README.win32 handy.h util.c
35194 ____________________________________________________________________________
35195 [  8856] By: jhi                                   on 2001/02/20  17:33:16
35196         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
35197      Branch: maint-5.6/perl
35198           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
35199           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
35200           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
35201 ____________________________________________________________________________
35202 [  8855] By: jhi                                   on 2001/02/20  17:32:13
35203         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
35204              
35205              Fixed %^H scoping bug
35206              
35207              Removed GV <-> CV refcount loop
35208              
35209              Removed %ENV refcount loop
35210      Branch: maint-5.6/perl
35211           !> gv.c op.c perl.c pp.c scope.c
35212 ____________________________________________________________________________
35213 [  8854] By: jhi                                   on 2001/02/20  17:25:06
35214         Log: Subject: Addition to readme.win32 for Borland C++ compilers
35215              Date: Tue, 20 Feb 2001 02:15:25 +0300
35216              From: "Vadim Konovalov" <watman@inbox.ru>
35217              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
35218              
35219              Document Borland compiler misbehaviour.
35220      Branch: maint-5.6/perl
35221            ! README.win32
35222 ____________________________________________________________________________
35223 [  8853] By: jhi                                   on 2001/02/20  17:22:25
35224         Log: The assimilation of ebcdic.c didn't quite work at the first try,
35225              patches from Thomas Dorner.
35226      Branch: maint-5.6/perl
35227            ! handy.h util.c
35228 ____________________________________________________________________________
35229 [  8852] By: jhi                                   on 2001/02/20  17:20:15
35230         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
35231              From: Chris Nandor <pudge@pobox.com>
35232              Date: Tue, 20 Feb 2001 08:32:45 -0500
35233              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
35234      Branch: maint-5.6/perl
35235            ! makedef.pl mg.c
35236 ____________________________________________________________________________
35237 [  8851] By: jhi                                   on 2001/02/20  17:15:52
35238         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
35239      Branch: perl
35240            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
35241            ! t/lib/filter-util.t
35242 ____________________________________________________________________________
35243 [  8850] By: alanbur                               on 2001/02/20  17:12:40
35244         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
35245              and the magic pointer points back to the GV that contains the
35246              %ENV hash.  This creates a refcount loop that prevents members
35247              of %ENV from being freed correctly.  This change removes the
35248              refcount loop - the magic pointer was never used anyway, the
35249              only use of the magic was to check the type ('E') so that the
35250              appropriate environment manipulation code is called when %ENV
35251              is modified.
35252      Branch: maint-5.6/pureperl
35253            ! perl.c
35254 ____________________________________________________________________________
35255 [  8849] By: jhi                                   on 2001/02/20  17:12:20
35256         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
35257              From: "Craig A. Berry" <craigberry@mac.com>
35258              Date: Mon, 19 Feb 2001 23:36:12 -0600
35259              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
35260              
35261              Case-forgiving systems match TestInit.pm with TES*.
35262      Branch: perl
35263            ! t/lib/glob-basic.t
35264 ____________________________________________________________________________
35265 [  8848] By: jhi                                   on 2001/02/20  17:10:02
35266         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
35267      Branch: perl
35268            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
35269            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
35270            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
35271 ____________________________________________________________________________
35272 [  8847] By: jhi                                   on 2001/02/20  15:34:41
35273         Log: The #8843 wasn't quite right: %Config needs to imported.
35274      Branch: perl
35275            ! t/run/runenv.t
35276 ____________________________________________________________________________
35277 [  8846] By: jhi                                   on 2001/02/20  15:31:50
35278         Log: Retract the #8838 and #8840 for now because of
35279              the DB_File tie problem.
35280      Branch: perl
35281            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
35282            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
35283            ! proto.h sv.c
35284 ____________________________________________________________________________
35285 [  8845] By: alanbur                               on 2001/02/20  14:25:41
35286         Log: Removed GV <-> CV refcount loop
35287              CvGV(mycv) points to the parent GV of the CV, and was previously
35288              refcounted.  The pointer remains, but the refcounting has been removed
35289              as it causes a refcount loop between the CV and GV that means the CV
35290              can't ever be deleted.
35291      Branch: maint-5.6/pureperl
35292            ! gv.c op.c pp.c
35293 ____________________________________________________________________________
35294 [  8844] By: alanbur                               on 2001/02/20  14:23:13
35295         Log: Fixed %^H scoping bug
35296      Branch: maint-5.6/pureperl
35297            ! scope.c
35298 ____________________________________________________________________________
35299 [  8843] By: jhi                                   on 2001/02/19  13:38:08
35300         Log: fork() not everywhere, cleanup temp files.
35301      Branch: perl
35302            ! t/run/runenv.t
35303 ____________________________________________________________________________
35304 [  8842] By: alanbur                               on 2001/02/19  12:42:07
35305         Log: Resynchronised with parent
35306      Branch: maint-5.6/pureperl
35307           !> pod/perlfaq4.pod sv.c utf8.c
35308 ____________________________________________________________________________
35309 [  8841] By: jhi                                   on 2001/02/19  03:35:51
35310         Log: Update Changes.
35311      Branch: perl
35312            ! Changes patchlevel.h
35313 ____________________________________________________________________________
35314 [  8840] By: jhi                                   on 2001/02/19  00:23:41
35315         Log: Subject: [patch] add sv_setref_uv
35316              From: Doug MacEachern <dougm@covalent.net>
35317              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
35318              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
35319      Branch: perl
35320            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35321            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
35322 ____________________________________________________________________________
35323 [  8839] By: jhi                                   on 2001/02/19  00:01:38
35324         Log: Put to rest the 20010205.001, the email address checking (not) regex.
35325      Branch: perl
35326            ! pod/perlfaq9.pod
35327 ____________________________________________________________________________
35328 [  8838] By: jhi                                   on 2001/02/18  22:17:54
35329         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
35330              From: Doug MacEachern <dougm@covalent.net>
35331              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
35332              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
35333      Branch: perl
35334            ! lib/ExtUtils/xsubpp
35335 ____________________________________________________________________________
35336 [  8837] By: jhi                                   on 2001/02/18  22:16:50
35337         Log: Subject: [patch] -Wall cleanup round 2
35338              From: Doug MacEachern <dougm@covalent.net>
35339              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
35340              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
35341      Branch: perl
35342            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
35343            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
35344            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
35345            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
35346            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
35347            ! ext/SDBM_File/SDBM_File.xs
35348 ____________________________________________________________________________
35349 [  8836] By: jhi                                   on 2001/02/18  22:11:20
35350         Log: Misapplied regex optimizations when \C is present.
35351              Fixes 20001230.002.
35352              
35353              What still remains broken is that the submatches that
35354              have \C in them get their UTF8 flag on because their
35355              parent SV has it on.  This will result in malformed
35356              UTF8 if a \C happened to match a non-ASCII byte.
35357      Branch: perl
35358            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
35359            ! t/pragma/utf8.t
35360 ____________________________________________________________________________
35361 [  8835] By: jhi                                   on 2001/02/18  20:12:02
35362         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
35363              
35364              The hash key got wrongly UTF8fied.
35365      Branch: perl
35366            ! pod/perlapi.pod toke.c utf8.c
35367 ____________________________________________________________________________
35368 [  8834] By: jhi                                   on 2001/02/18  19:44:25
35369         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
35370              don't warn on magical or overloaded things.
35371      Branch: perl
35372            ! pp_hot.c
35373 ____________________________________________________________________________
35374 [  8833] By: nick                                  on 2001/02/18  19:31:22
35375         Log: Integrate mainline
35376      Branch: perlio
35377           +> t/TestInit.pm t/run/runenv.t
35378            - t/UTEST
35379           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
35380           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
35381           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
35382           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
35383           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
35384           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
35385           !> utf8.c
35386 ____________________________________________________________________________
35387 [  8832] By: jhi                                   on 2001/02/18  19:21:18
35388         Log: Integrate perlio.
35389      Branch: perl
35390           !> perlio.c pod/perldiag.pod
35391 ____________________________________________________________________________
35392 [  8831] By: jhi                                   on 2001/02/18  19:14:20
35393         Log: Integrate change #8827 from mainline.
35394              
35395              UTF8 tweaks.
35396      Branch: maint-5.6/perl
35397           !> sv.c utf8.c
35398 ____________________________________________________________________________
35399 [  8830] By: nick                                  on 2001/02/18  19:10:34
35400         Log: Apply the spirit of patch from Nick Clark:
35401              Subject: [PATCH] Re: extensions that provide layers
35402              From: Nicholas Clark <nick@ccl4.org>
35403              Date: Mon, 12 Feb 2001 16:43:51 +0000
35404              Message-Id: <20010212164350.Q3652@plum.flirble.org>
35405      Branch: perlio
35406            ! perlio.c pod/perldiag.pod
35407 ____________________________________________________________________________
35408 [  8829] By: jhi                                   on 2001/02/18  19:03:25
35409         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
35410              From: schwern@pobox.com 
35411              Date: Sun, 18 Feb 2001 13:44:35 -0500
35412              Message-ID: <20010218134435.A17544@magnonel.guild.net>
35413              
35414              Applied, but as t/TestInit.pm.
35415      Branch: perl
35416            + t/TestInit.pm
35417            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
35418            ! t/op/subst_wamp.t
35419 ____________________________________________________________________________
35420 [  8828] By: jhi                                   on 2001/02/18  18:43:52
35421         Log: Integrate perlio.
35422      Branch: perl
35423           !> perlio.c
35424 ____________________________________________________________________________
35425 [  8827] By: jhi                                   on 2001/02/18  18:41:33
35426         Log: UTF-8 tweaks.
35427      Branch: perl
35428            ! sv.c utf8.c
35429 ____________________________________________________________________________
35430 [  8826] By: nick                                  on 2001/02/18  17:40:59
35431         Log: Fix [ID 20010217.002]
35432              open FOO, "<:raw:perlio", ...
35433              :raw now inserts default base layer below itself.
35434              Also
35435              open FOO, "<:unix", ...
35436              works as well - but leaves buffer layer on stack under the unix layer.
35437      Branch: perlio
35438            ! perlio.c
35439 ____________________________________________________________________________
35440 [  8825] By: jhi                                   on 2001/02/18  17:15:39
35441         Log: Integrate perlio.
35442      Branch: perl
35443           !> perlio.c perliol.h
35444 ____________________________________________________________________________
35445 [  8824] By: jhi                                   on 2001/02/18  17:10:53
35446         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
35447              From: schwern@pobox.com
35448              Date: Sun, 18 Feb 2001 01:48:50 -0500
35449              Message-ID: <20010218014850.C19957@magnonel.guild.net>
35450      Branch: perl
35451            ! lib/Test/Harness.pm t/TEST t/op/chop.t
35452 ____________________________________________________________________________
35453 [  8823] By: jhi                                   on 2001/02/18  17:01:06
35454         Log: Add run/*.t to testables.
35455      Branch: perl
35456            ! t/TEST
35457 ____________________________________________________________________________
35458 [  8822] By: jhi                                   on 2001/02/18  16:58:58
35459         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
35460              From: schwern@pobox.com
35461              Date: Sun, 18 Feb 2001 01:11:35 -0500
35462              Message-ID: <20010218011135.A19957@magnonel.guild.net>
35463              
35464              Revive mjd's and Simon's PERL5OPT fix.
35465      Branch: perl
35466            + t/run/runenv.t
35467            ! MANIFEST perl.c
35468 ____________________________________________________________________________
35469 [  8821] By: jhi                                   on 2001/02/18  16:53:46
35470         Log: Subject: Re: Why t/TEST and not Test::Harness?
35471              From: schwern@pobox.com
35472              Date: Sat, 17 Feb 2001 22:44:44 -0500
35473              Message-ID: <20010217224444.A6679@magnonel.guild.net>
35474              
35475              Replace UTEST with TEST -utf8.
35476      Branch: perl
35477            - t/UTEST
35478            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
35479            ! t/lib/glob-basic.t
35480 ____________________________________________________________________________
35481 [  8820] By: nick                                  on 2001/02/18  13:06:16
35482         Log: Clean up a few core dumps when layers are used in unexpected ways.
35483              (Still not "right"...)
35484      Branch: perlio
35485            ! perlio.c perliol.h
35486 ____________________________________________________________________________
35487 [  8819] By: jhi                                   on 2001/02/18  02:25:55
35488         Log: Integrate change #8818 from maintperl, a FAQ nit.
35489      Branch: perl
35490           !> pod/perlfaq4.pod
35491 ____________________________________________________________________________
35492 [  8818] By: jhi                                   on 2001/02/18  02:24:50
35493         Log: FAQ nit from Chris Fedde.
35494      Branch: maint-5.6/perl
35495            ! pod/perlfaq4.pod
35496 ____________________________________________________________________________
35497 [  8817] By: nick                                  on 2001/02/17  18:20:14
35498         Log: Integrate mainline
35499      Branch: perlio
35500           +> lib/unicode/UCD.html lib/unicode/Unicode.html
35501           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
35502           +> pod/perlclib.pod
35503            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
35504            - lib/unicode/Unicode.301
35505           !> (integrate 324 files)
35506 ____________________________________________________________________________
35507 [  8816] By: jhi                                   on 2001/02/17  16:56:58
35508         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
35509      Branch: perl
35510            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35511            ! ext/Storable/Storable.xs t/lib/st-06compat.t
35512            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
35513 ____________________________________________________________________________
35514 [  8815] By: jhi                                   on 2001/02/17  16:40:07
35515         Log: Subject: [patch] -Wall
35516              From: Doug MacEachern <dougm@covalent.net>
35517              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
35518              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
35519      Branch: perl
35520            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
35521            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
35522 ____________________________________________________________________________
35523 [  8814] By: jhi                                   on 2001/02/16  19:27:18
35524         Log: Document qu better.
35525      Branch: perl
35526            ! pod/perlop.pod
35527 ____________________________________________________________________________
35528 [  8813] By: jhi                                   on 2001/02/15  13:54:37
35529         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
35530              From: Hugo <hv@crypt.compulink.co.uk>
35531              Date: Thu, 15 Feb 2001 13:39:49 +0000
35532              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
35533      Branch: perl
35534            ! toke.c
35535 ____________________________________________________________________________
35536 [  8812] By: alanbur                               on 2001/02/15  13:52:16
35537         Log: Resynchronised with parent
35538      Branch: maint-5.6/pureperl
35539            - ebcdic.c
35540           !> (integrate 36 files)
35541 ____________________________________________________________________________
35542 [  8811] By: jhi                                   on 2001/02/15  13:51:16
35543         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
35544              
35545              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
35546              From: Jan Dubois <JanD@ActiveState.com>
35547              Date: Wed, 31 Jan 2001 21:17:03 -0800
35548              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
35549              
35550              tweak change#8659 to keep it simple
35551              
35552              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
35553              From: Russ Allbery <rra@stanford.edu>
35554              Date: 14 Feb 2001 10:15:41 -0800
35555              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
35556              
35557              (8809 empty)
35558              
35559              Upgrade to podlators 1.08, from Russ Allbery.
35560      Branch: perl
35561           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
35562           !> utils/perldoc.PL
35563 ____________________________________________________________________________
35564 [  8810] By: jhi                                   on 2001/02/15  13:35:08
35565         Log: Upgrade to podlators 1.08, from Russ Allbery.
35566      Branch: maint-5.6/perl
35567            ! lib/Pod/Man.pm lib/Pod/Text.pm
35568 ____________________________________________________________________________
35569 [  8809] By: jhi                                   on 2001/02/15  13:26:38
35570         Log: (accidentally empty check-in)
35571      Branch: maint-5.6/perl
35572            ! lib/Test/Harness.pm
35573 ____________________________________________________________________________
35574 [  8808] By: jhi                                   on 2001/02/15  13:23:47
35575         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
35576              From: Russ Allbery <rra@stanford.edu>
35577              Date: 14 Feb 2001 10:15:41 -0800
35578              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
35579              
35580              perldoc was hardcoding $Config{installscript}, which breaks
35581              when install* isn't where Perl ends up (such as with AFS).
35582              
35583              Use $Config{scriptdir} instead.
35584      Branch: maint-5.6/perl
35585            ! utils/perldoc.PL
35586 ____________________________________________________________________________
35587 [  8807] By: jhi                                   on 2001/02/14  14:37:27
35588         Log: Update Changes.
35589      Branch: perl
35590            ! Changes patchlevel.h
35591 ____________________________________________________________________________
35592 [  8806] By: jhi                                   on 2001/02/14  14:25:31
35593         Log: Integrate changes #8803,8804,8805 from mainline.
35594              
35595              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
35596              
35597              Don't skip too much of the locale error message if no environ array,
35598              from Chris Nandor.
35599              
35600              More MacOS Classic fixes from Chris Nandor.
35601      Branch: maint-5.6/perl
35602           !> doop.c lib/Cwd.pm perl.c perl.h util.c
35603 ____________________________________________________________________________
35604 [  8805] By: jhi                                   on 2001/02/14  03:29:01
35605         Log: More MacOS Classic fixes from Chris Nandor.
35606      Branch: perl
35607            ! doop.c lib/Cwd.pm
35608 ____________________________________________________________________________
35609 [  8804] By: jhi                                   on 2001/02/14  03:18:35
35610         Log: Don't skip too much of the locale error message if no environ array,
35611              from Chris Nandor.
35612      Branch: perl
35613            ! util.c
35614 ____________________________________________________________________________
35615 [  8803] By: jhi                                   on 2001/02/14  03:14:14
35616         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
35617      Branch: perl
35618            ! perl.c perl.h
35619 ____________________________________________________________________________
35620 [  8802] By: jhi                                   on 2001/02/13  18:31:33
35621         Log: AUTHORS update.
35622      Branch: perl
35623            ! AUTHORS
35624 ____________________________________________________________________________
35625 [  8801] By: jhi                                   on 2001/02/13  17:55:19
35626         Log: Integrate change #8792 from mainline.
35627              
35628              Subject: buncha MacPerl patches for bleadperl
35629              From: Chris Nandor <pudge@pobox.com>
35630              Date: Tue, 13 Feb 2001 00:02:43 -0500
35631              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
35632      Branch: maint-5.6/perl
35633           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
35634           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
35635           !> t/lib/basename.t toke.c util.h
35636 ____________________________________________________________________________
35637 [  8800] By: jhi                                   on 2001/02/13  17:46:43
35638         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
35639              to be forced to Off_t.
35640              
35641              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
35642              From: nick@ccl4.org
35643              Date: Thu, 1 Feb 2001 12:01:04 +0000
35644              Message-Id: <20010201120103.E11401@plum.flirble.org>
35645      Branch: maint-5.6/perl
35646            ! iperlsys.h perlio.c
35647 ____________________________________________________________________________
35648 [  8799] By: jhi                                   on 2001/02/13  16:52:51
35649         Log: Duplex duplex hunk hunk.
35650      Branch: maint-5.6/perl
35651            ! Makefile.SH
35652 ____________________________________________________________________________
35653 [  8797] By: jhi                                   on 2001/02/13  14:52:04
35654         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
35655              From: "Craig A. Berry" <craigberry@mac.com>
35656              Date: Mon, 12 Feb 2001 11:05:25 -0600
35657              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
35658      Branch: perl
35659            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
35660 ____________________________________________________________________________
35661 [  8796] By: jhi                                   on 2001/02/13  14:36:47
35662         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
35663              From: simon.cozens@pembroke.oxford.ac.uk 
35664              Date: Sat, 10 Feb 2001 17:57:02 +0000
35665              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
35666              
35667              Now it does include.
35668      Branch: perl
35669            ! pod/perldiag.pod
35670 ____________________________________________________________________________
35671 [  8795] By: jhi                                   on 2001/02/13  14:30:11
35672         Log: Sort the MANIFEST.
35673      Branch: perl
35674            ! MANIFEST
35675 ____________________________________________________________________________
35676 [  8794] By: jhi                                   on 2001/02/13  14:26:51
35677         Log: Integrate change #8793 from mainline, FAQ updates.
35678      Branch: maint-5.6/perl
35679           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
35680 ____________________________________________________________________________
35681 [  8793] By: jhi                                   on 2001/02/13  14:25:13
35682         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
35683      Branch: perl
35684            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
35685 ____________________________________________________________________________
35686 [  8792] By: jhi                                   on 2001/02/13  14:22:50
35687         Log: Subject: buncha MacPerl patches for bleadperl
35688              From: Chris Nandor <pudge@pobox.com>
35689              Date: Tue, 13 Feb 2001 00:02:43 -0500
35690              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
35691      Branch: perl
35692            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
35693            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
35694            ! t/lib/basename.t toke.c util.h
35695 ____________________________________________________________________________
35696 [  8791] By: jhi                                   on 2001/02/13  14:10:39
35697         Log: Integrate change #8790 from mainline.
35698              
35699              environ array wrongly assumed in Perl_init_i18nl10n(),
35700      Branch: maint-5.6/perl
35701           !> util.c
35702 ____________________________________________________________________________
35703 [  8790] By: jhi                                   on 2001/02/13  14:06:15
35704         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
35705              noticed by Chris Nandor in MacOS Classic.
35706      Branch: perl
35707            ! util.c
35708 ____________________________________________________________________________
35709 [  8789] By: jhi                                   on 2001/02/13  13:58:07
35710         Log: Integrate changes #8373,8487,8544,8783 from mainline.
35711              
35712              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
35713              hints files, the dynaloading, assimilate ebcdic into util.c.
35714      Branch: maint-5.6/perl
35715            - ebcdic.c
35716            ! MANIFEST hints/posix-bc.sh
35717           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
35718           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
35719           !> perlapi.c proto.h util.c
35720 ____________________________________________________________________________
35721 [  8788] By: alanbur                               on 2001/02/13  10:33:13
35722         Log: Integrated changes from maint-5.6
35723      Branch: maint-5.6/pureperl
35724           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
35725           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
35726           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35727           !> vos/config.ga.h vos/configure_perl.cm
35728 ____________________________________________________________________________
35729 [  8787] By: jhi                                   on 2001/02/13  05:56:36
35730         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
35731      Branch: perl
35732           !> Makefile.SH
35733 ____________________________________________________________________________
35734 [  8786] By: jhi                                   on 2001/02/13  05:54:34
35735         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
35736              From: Dorner Thomas <Thomas.Dorner@start.de>
35737              Date: Mon, 12 Feb 2001 15:06:26 +0100
35738              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
35739      Branch: maint-5.6/perl
35740            ! Makefile.SH
35741 ____________________________________________________________________________
35742 [  8785] By: jhi                                   on 2001/02/13  05:29:04
35743         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
35744      Branch: perl
35745           !> hints/openbsd.sh
35746 ____________________________________________________________________________
35747 [  8784] By: jhi                                   on 2001/02/13  02:25:24
35748         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
35749              From: Peter Prymmer <pvhp@forte.com>
35750              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
35751              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
35752      Branch: perl
35753            ! pod/perlclib.pod
35754 ____________________________________________________________________________
35755 [  8783] By: jhi                                   on 2001/02/13  02:22:36
35756         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
35757      Branch: perl
35758            - ebcdic.c
35759            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
35760            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
35761            ! util.c
35762 ____________________________________________________________________________
35763 [  8782] By: jhi                                   on 2001/02/13  02:00:07
35764         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
35765      Branch: maint-5.6/perl
35766            ! pod/perlport.pod
35767 ____________________________________________________________________________
35768 [  8781] By: jhi                                   on 2001/02/13  01:58:44
35769         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
35770      Branch: maint-5.6/perl
35771            ! hints/openbsd.sh
35772 ____________________________________________________________________________
35773 [  8780] By: jhi                                   on 2001/02/13  01:57:33
35774         Log: Synchronize the regexp tests between maintperl and mainline.
35775      Branch: maint-5.6/perl
35776           !> t/op/re_tests
35777 ____________________________________________________________________________
35778 [  8779] By: jhi                                   on 2001/02/13  01:49:35
35779         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
35780              From: Hugo <hv@crypt.compulink.co.uk>
35781              Date: Tue, 13 Feb 2001 00:11:11 +0000
35782              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
35783      Branch: perl
35784            ! regcomp.c t/op/re_tests
35785 ____________________________________________________________________________
35786 [  8778] By: jhi                                   on 2001/02/13  00:23:10
35787         Log: Comments do not nest.
35788      Branch: perl
35789            ! perl.h
35790 ____________________________________________________________________________
35791 [  8777] By: jhi                                   on 2001/02/13  00:17:54
35792         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
35793              From: Hugo <hv@crypt.compulink.co.uk>
35794              Date: Tue, 13 Feb 2001 00:11:11 +0000
35795              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
35796      Branch: maint-5.6/perl
35797            ! regcomp.c t/op/re_tests
35798 ____________________________________________________________________________
35799 [  8776] By: jhi                                   on 2001/02/12  23:25:52
35800         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
35801      Branch: maint-5.6/perl
35802            ! pod/perlport.pod
35803 ____________________________________________________________________________
35804 [  8775] By: jhi                                   on 2001/02/12  23:04:28
35805         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
35806      Branch: maint-5.6/perl
35807            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
35808            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35809            ! vos/configure_perl.cm
35810 ____________________________________________________________________________
35811 [  8774] By: jhi                                   on 2001/02/12  22:59:11
35812         Log: Subject: Re: [patch] context for 'U' magic functions
35813              From: Doug MacEachern <dougm@covalent.net>
35814              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
35815              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
35816              
35817              plus the suggestion by Nick Ing-Simmons to name the macro
35818              as PERL_MG_UFUNC to avoid namespace pollution, plus add
35819              the advice by Doug for XS writers to perl.h
35820      Branch: perl
35821            ! mg.c perl.h
35822 ____________________________________________________________________________
35823 [  8773] By: jhi                                   on 2001/02/11  20:14:12
35824         Log: Update Changes.
35825      Branch: perl
35826            ! Changes patchlevel.h
35827 ____________________________________________________________________________
35828 [  8772] By: jhi                                   on 2001/02/11  18:47:52
35829         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
35830              From: Simon Cozens <simon@cozens.net>
35831              Date: Wed, 31 Jan 2001 16:31:43 +0000
35832              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
35833      Branch: perl
35834            + pod/perlclib.pod
35835            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
35836            ! pod/perltoc.pod
35837 ____________________________________________________________________________
35838 [  8771] By: jhi                                   on 2001/02/11  18:36:48
35839         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
35840              
35841              Blocks-4d3.beta.txt
35842              CaseFolding-3d4.beta.txt
35843              CompositionExclusions-3d6.beta.txt
35844              EastAsianWidth-4d4.beta.txt
35845              LineBreak-6d3.beta.txt
35846              NamesList-3.1.0d1.beta.txt
35847              PropList-3.1.0d4.beta.txt
35848              SpecialCasing-4d1.beta.txt
35849              UnicodeData-3.1.0d6.beta.txt
35850      Branch: perl
35851            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
35852           +> lib/unicode/UCD.html lib/unicode/Unicode.html
35853            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
35854            - lib/unicode/Unicode.301
35855            ! (edit 257 files)
35856 ____________________________________________________________________________
35857 [  8770] By: jhi                                   on 2001/02/11  17:26:22
35858         Log: UTF-8 documentation.
35859      Branch: perl
35860            ! utf8.h
35861 ____________________________________________________________________________
35862 [  8769] By: jhi                                   on 2001/02/11  17:12:49
35863         Log: Retract #8762.
35864      Branch: perl
35865            ! regexec.c
35866 ____________________________________________________________________________
35867 [  8768] By: jhi                                   on 2001/02/11  16:54:45
35868         Log: Subject: [PATCH] Test::Harness
35869              From: andreas.koenig@anima.de (Andreas J. Koenig)
35870              Date: 11 Feb 2001 14:37:00 +0100
35871              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
35872      Branch: perl
35873            ! lib/Test/Harness.pm
35874 ____________________________________________________________________________
35875 [  8767] By: jhi                                   on 2001/02/11  16:53:52
35876         Log: Subject: [PATCH] Document makepatch in Porting/patching
35877              From: andreas.koenig@anima.de (Andreas J. Koenig)
35878              Date: 11 Feb 2001 16:46:28 +0100
35879              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
35880      Branch: perl
35881            ! Porting/patching.pod
35882 ____________________________________________________________________________
35883 [  8766] By: jhi                                   on 2001/02/11  06:30:23
35884         Log: Subject: Re: [patch] GvSHARED
35885              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
35886              From: Doug MacEachern <dougm@covalent.net>
35887              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
35888              
35889              Subject: Re: [patch] GvSHARED
35890              From: Doug MacEachern <dougm@covalent.net>
35891              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
35892              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
35893              
35894              Subject: [patch] attributes.pm support for `shared'
35895              From: Doug MacEachern <dougm@covalent.net>
35896              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
35897              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
35898              
35899              our() attributes were ignored, our :shared pieces missing,
35900              allow attributes.pm to turn on shared.
35901      Branch: perl
35902            ! op.c t/op/attrs.t toke.c xsutils.c
35903 ____________________________________________________________________________
35904 [  8765] By: alanbur                               on 2001/02/10  23:11:19
35905         Log: Resync with parent (hopefully sucessfully this time)
35906      Branch: maint-5.6/pureperl
35907           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
35908           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
35909           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
35910           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
35911           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
35912           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
35913           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
35914 ____________________________________________________________________________
35915 [  8764] By: jhi                                   on 2001/02/10  22:54:38
35916         Log: Make TEST and UTEST more verbose in case something goes
35917              wrong in running/compiling a script, suggested by Doug
35918              MacEachern.
35919      Branch: perl
35920            ! t/TEST t/UTEST
35921 ____________________________________________________________________________
35922 [  8763] By: jhi                                   on 2001/02/10  22:11:34
35923         Log: Bogus shebang.
35924      Branch: perl
35925            ! t/lib/texttabs.t
35926 ____________________________________________________________________________
35927 [  8762] By: jhi                                   on 2001/02/10  21:56:02
35928         Log: (Retracted by #8769)
35929      Branch: perl
35930            ! regexec.c
35931 ____________________________________________________________________________
35932 [  8761] By: jhi                                   on 2001/02/10  21:26:15
35933         Log: Subject: Re: [patch] GvSHARED 
35934              From: Doug MacEachern <dougm@covalent.net>
35935              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
35936              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
35937              
35938              our @EXPORT : shared = (...);
35939      Branch: perl
35940            ! toke.c
35941 ____________________________________________________________________________
35942 [  8760] By: jhi                                   on 2001/02/10  21:25:07
35943         Log: Subject: [patch] GvSHARED
35944              From: Doug MacEachern <dougm@covalent.net>
35945              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
35946              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
35947      Branch: perl
35948            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
35949 ____________________________________________________________________________
35950 [  8759] By: alanbur                               on 2001/02/10  21:24:27
35951         Log: Backed out mismerge.
35952      Branch: maint-5.6/pureperl
35953            ! MANIFEST README.hpux README.vmesa gv.c installhtml
35954            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
35955            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
35956            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
35957            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
35958            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
35959            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
35960 ____________________________________________________________________________
35961 [  8758] By: jhi                                   on 2001/02/10  18:01:17
35962         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
35963              
35964              Fixed UMRs and leak in Perl_pmtrans()
35965              
35966              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
35967              associated UTFied tr/// code.  Also fixed scoping leak of
35968              PL_reg_start_tmp.
35969              
35970              newATTRSUB leaks when an attempt to redefine the active sort sub is
35971              made.
35972      Branch: maint-5.6/perl
35973           !> op.c regcomp.c
35974 ____________________________________________________________________________
35975 [  8757] By: alanbur                               on 2001/02/10  17:56:46
35976         Log: Resynchronised with parent
35977      Branch: maint-5.6/pureperl
35978           +> README.bs2000
35979            - README.posix-bc
35980            ! gv.c perl.c sv.c
35981           !> MANIFEST README.hpux README.vmesa installhtml
35982           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
35983           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
35984           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
35985           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
35986           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
35987           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
35988 ____________________________________________________________________________
35989 [  8756] By: alanbur                               on 2001/02/10  17:51:15
35990         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
35991              made.
35992      Branch: maint-5.6/pureperl
35993            ! op.c
35994 ____________________________________________________________________________
35995 [  8755] By: jhi                                   on 2001/02/09  22:41:35
35996         Log: Upgrade to CPAN 1.59_54, from Andreas König.
35997      Branch: perl
35998            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35999 ____________________________________________________________________________
36000 [  8754] By: jhi                                   on 2001/02/09  22:29:20
36001         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
36002              
36003              Didn't upgrade the fill.t since it has a dependency to File::Slurp
36004              purely for debugging purposes, the actual test hasn't changed.
36005      Branch: perl
36006            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
36007            ! t/lib/textwrap.t
36008 ____________________________________________________________________________
36009 [  8753] By: jhi                                   on 2001/02/09  20:17:50
36010         Log: Integrate change #8682 from maintperl.
36011              
36012              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
36013              to work correctly.
36014      Branch: perl
36015           !> hints/irix_6.sh
36016 ____________________________________________________________________________
36017 [  8752] By: jhi                                   on 2001/02/09  20:00:46
36018         Log: Update Changes.
36019      Branch: perl
36020            ! Changes patchlevel.h
36021 ____________________________________________________________________________
36022 [  8751] By: nick                                  on 2001/02/09  19:48:37
36023         Log: Integrate mainline
36024      Branch: perlio
36025           +> README.bs2000 t/lib/cgi-esc.t
36026            - README.posix-bc
36027           !> (integrate 53 files)
36028 ____________________________________________________________________________
36029 [  8750] By: nick                                  on 2001/02/09  19:25:16
36030         Log: Subject: RE: Biannual Competition to Improve Hashing Function
36031              From: Fisher Mark <fisherm@tce.com>
36032              Date: Thu, 8 Feb 2001 10:44:00 -0500
36033              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
36034              Date: Thu, 8 Feb 2001 15:02:47 -0500
36035              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
36036      Branch: perl
36037            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
36038 ____________________________________________________________________________
36039 [  8749] By: jhi                                   on 2001/02/09  19:02:35
36040         Log: Forgotten fragment.
36041      Branch: perl
36042            ! pod/perlapi.pod
36043 ____________________________________________________________________________
36044 [  8748] By: jhi                                   on 2001/02/09  18:31:34
36045         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
36046              plus manual tweakage.
36047              
36048              Sync the perlfaq2 between mainline and maintperl.
36049      Branch: maint-5.6/perl
36050            ! pod/perlfaq2.pod
36051      Branch: perl
36052           !> pod/perlfaq2.pod
36053 ____________________________________________________________________________
36054 [  8747] By: jhi                                   on 2001/02/09  18:12:04
36055         Log: Subject: versiononly and installperl
36056              From: abigail@foad.org
36057              Date: Wed, 7 Feb 2001 22:43:12 +0100
36058              Message-ID: <20010207214312.7045.qmail@foad.org>    
36059              
36060              Add +v flag to force a normal install of the perl binary
36061              and the utilities.
36062              
36063              Subject: [PATCH] installperl
36064              From: Nicholas Clark <nick@ccl4.org>
36065              Date: Fri, 9 Feb 2001 16:28:57 +0000
36066              Message-ID: <20010209162857.B10931@plum.flirble.org>
36067              
36068              Add -A flag which also hardlinks the binary with
36069              the full architecture name.
36070      Branch: perl
36071            ! installperl
36072 ____________________________________________________________________________
36073 [  8746] By: jhi                                   on 2001/02/09  18:03:43
36074         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
36075              
36076              Subject: perlfaq2, re: perlmongers
36077              
36078              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
36079              
36080              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
36081              
36082              Subject: [ID 20010205.001] typo in perlfaq9
36083              
36084              Subject: [ID 20010208.002] unordered explanation in perlcall
36085      Branch: maint-5.6/perl
36086           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
36087           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
36088           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
36089 ____________________________________________________________________________
36090 [  8745] By: jhi                                   on 2001/02/09  17:59:09
36091         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
36092              From: abela@geneanet.org
36093              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
36094              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
36095      Branch: perl
36096            ! pod/perlcall.pod
36097 ____________________________________________________________________________
36098 [  8744] By: jhi                                   on 2001/02/09  17:48:16
36099         Log: Subject: [ID 20010205.001] typo in perlfaq9
36100              From: eserte@vran.herceg.de
36101              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
36102              Message-Id: <200102042244.XAA21926@vran.herceg.de>
36103      Branch: perl
36104            ! pod/perlfaq9.pod
36105 ____________________________________________________________________________
36106 [  8743] By: jhi                                   on 2001/02/09  17:25:12
36107         Log: Integrate change #8695 from maintperl.
36108              
36109              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
36110      Branch: perl
36111           !> thread.h
36112 ____________________________________________________________________________
36113 [  8742] By: jhi                                   on 2001/02/09  17:21:22
36114         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
36115              From: Andy Dougherty <doughera@lafayette.edu>
36116              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
36117              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
36118      Branch: perl
36119            ! embed.pl
36120 ____________________________________________________________________________
36121 [  8741] By: jhi                                   on 2001/02/09  17:05:19
36122         Log: Integrate changes #8738,8739,8740 from maintperl.
36123              
36124              Html files will be installed in a more logical and easier to
36125              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
36126              
36127              Html files will be generated with a header to make them look
36128              a little less bare.
36129              
36130              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
36131      Branch: perl
36132           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
36133 ____________________________________________________________________________
36134 [  8740] By: jhi                                   on 2001/02/09  17:03:46
36135         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
36136              From: "Brendan O'Dea" <bod@compusol.com.au>
36137              Date: Sun, 4 Feb 2001 11:17:56 +1100
36138              Message-ID: <20010204111756.A16301@compusol.com.au>
36139      Branch: maint-5.6/perl
36140            ! pod/perlfaq3.pod
36141 ____________________________________________________________________________
36142 [  8739] By: jhi                                   on 2001/02/09  17:01:59
36143         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
36144              From: "Indy Singh" <indy@nusphere.com>
36145              Date: Fri, 2 Feb 2001 15:09:59 -0500
36146              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
36147              
36148              Html files will be generated with a header to make them look
36149              a little less bare.
36150      Branch: maint-5.6/perl
36151            ! installhtml
36152 ____________________________________________________________________________
36153 [  8738] By: jhi                                   on 2001/02/09  16:58:48
36154         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
36155              From: "Indy Singh" <indy@nusphere.com>
36156              Date: Fri, 2 Feb 2001 15:08:23 -0500
36157              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
36158              
36159              Html files will be installed in a more logical and easier to
36160              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
36161      Branch: maint-5.6/perl
36162            ! win32/Makefile win32/makefile.mk
36163 ____________________________________________________________________________
36164 [  8737] By: jhi                                   on 2001/02/09  16:46:54
36165         Log: Integrate changes #8687,8736 from maintperl.
36166              
36167              HP-UX thread patches from Merijn H. Brand.
36168              
36169              Latin nit from Philip Newton.
36170      Branch: perl
36171           !> README.hpux hints/hpux.sh
36172 ____________________________________________________________________________
36173 [  8736] By: jhi                                   on 2001/02/09  16:42:31
36174         Log: Latin nit from Philip Newton.
36175      Branch: maint-5.6/perl
36176            ! README.hpux
36177 ____________________________________________________________________________
36178 [  8735] By: jhi                                   on 2001/02/09  16:24:03
36179         Log: Integrate changes #8704,8710 from pureperl.
36180              
36181              Fixed UMRs and leak in Perl_pmtrans()
36182              
36183              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
36184              associated UTFied tr/// code.  Also fixed scoping leak of
36185              PL_reg_start_tmp.
36186      Branch: perl
36187           !> op.c regcomp.c
36188 ____________________________________________________________________________
36189 [  8734] By: jhi                                   on 2001/02/09  15:40:21
36190         Log: Integrate change #8733 from maintperl.
36191              
36192              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
36193      Branch: perl
36194           !> pod/perlre.pod
36195 ____________________________________________________________________________
36196 [  8733] By: jhi                                   on 2001/02/09  15:35:47
36197         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
36198              From: Prymmer/Kahn <pvhp@best.com>
36199              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
36200              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
36201      Branch: maint-5.6/perl
36202            ! pod/perlre.pod
36203 ____________________________________________________________________________
36204 [  8732] By: jhi                                   on 2001/02/09  15:26:17
36205         Log: Rename README.posix-bc to README.bs2000 (to avoid the
36206              confusion of a "perlposix-bc.pod"), add a few missing
36207              arch pods, regen toc.
36208      Branch: maint-5.6/perl
36209           +> README.bs2000
36210            - README.posix-bc
36211            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
36212            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
36213 ____________________________________________________________________________
36214 [  8731] By: jhi                                   on 2001/02/09  15:23:39
36215         Log: De-cut-and-pasto.
36216      Branch: perl
36217            ! pod/perl.pod
36218 ____________________________________________________________________________
36219 [  8730] By: jhi                                   on 2001/02/09  15:11:13
36220         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
36221              when people think that perlposix-bc.pod tells anything about
36222              Perl and POSIX.  Regen toc.
36223      Branch: perl
36224           +> README.bs2000
36225            - README.posix-bc
36226            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
36227            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
36228 ____________________________________________________________________________
36229 [  8729] By: jhi                                   on 2001/02/09  14:52:28
36230         Log: The README.vmesa part of #8712 from maintperl.
36231      Branch: perl
36232            ! README.vmesa
36233 ____________________________________________________________________________
36234 [  8728] By: jhi                                   on 2001/02/09  14:46:06
36235         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
36236              From: Peter Prymmer <pvhp@forte.com>
36237              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
36238              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
36239      Branch: maint-5.6/perl
36240            ! README.vmesa win32/Makefile win32/makefile.mk
36241 ____________________________________________________________________________
36242 [  8727] By: jhi                                   on 2001/02/09  14:33:25
36243         Log: Integrate change #8712 from mainline.
36244              
36245              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
36246      Branch: maint-5.6/perl
36247           !> lib/Pod/Find.pm
36248 ____________________________________________________________________________
36249 [  8726] By: jhi                                   on 2001/02/09  14:30:28
36250         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
36251              From: Peter Prymmer <pvhp@forte.com>
36252              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
36253              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
36254      Branch: perl
36255            + t/lib/cgi-esc.t
36256            ! MANIFEST lib/CGI/Util.pm
36257 ____________________________________________________________________________
36258 [  8725] By: jhi                                   on 2001/02/09  04:56:47
36259         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
36260      Branch: maint-5.6/perl
36261            ! pod/perlport.pod
36262 ____________________________________________________________________________
36263 [  8724] By: jhi                                   on 2001/02/09  04:40:59
36264         Log: Integrate changes 7819,7820 from vmsperl into mainline.
36265              
36266              Add header for LIB$ prototypes (C. Berry)
36267              
36268              Convert fwrite()s to sockets to write()s, since some socket stacks
36269              don't take kindly to stdio.
36270              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
36271              (for often optional LNMs)
36272              Correct a few typos
36273              (C. Bailey)
36274      Branch: perl
36275           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
36276 ____________________________________________________________________________
36277 [  8723] By: jhi                                   on 2001/02/09  03:29:29
36278         Log: Integrate change #8722 from mainline.
36279              
36280              The Im() function wasn't returning zero for non-Math::Complex
36281              arguments.  The bug reported by John Gamble.
36282      Branch: maint-5.6/perl
36283           !> lib/Math/Complex.pm
36284 ____________________________________________________________________________
36285 [  8722] By: jhi                                   on 2001/02/09  03:28:33
36286         Log: The Im() function wasn't returning zero for non-Math::Complex
36287              arguments.  The bug reported by John Gamble.
36288      Branch: perl
36289            ! lib/Math/Complex.pm
36290 ____________________________________________________________________________
36291 [  8721] By: nick                                  on 2001/02/08  22:11:35
36292         Log: Correct the correction :-(
36293      Branch: perl
36294            ! perl.c
36295 ____________________________________________________________________________
36296 [  8720] By: bailey                                on 2001/02/08  20:59:22
36297         Log: Convert frwite()s to sockets to write()s, since some socket stacks
36298              don't take kindly to stdio.
36299              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
36300              (for often optional LNMs)
36301              Correct a few typos
36302              (C. Bailey)
36303      Branch: vmsperl
36304            ! vms/vms.c vms/vmsish.h
36305 ____________________________________________________________________________
36306 [  8719] By: bailey                                on 2001/02/08  20:51:02
36307         Log: Add header for LIB$ prototypes (C. Berry)
36308      Branch: vmsperl
36309            ! ext/Devel/DProf/DProf.xs
36310 ____________________________________________________________________________
36311 [  8718] By: bailey                                on 2001/02/08  20:49:00
36312         Log: SYN SYN
36313      Branch: vmsperl
36314           +> pod/perliol.pod t/lib/sample-tests/bailout
36315           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
36316           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
36317           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
36318           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
36319           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
36320           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
36321            - lib/unicode/Is/DCinital.pl
36322           !> (integrate 101 files)
36323 ____________________________________________________________________________
36324 [  8717] By: nick                                  on 2001/02/08  19:38:48
36325         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
36326              From: Robin Barker <rmb1@cise.npl.co.uk>
36327              Date: Thu, 8 Feb 2001 14:38:07 GMT
36328              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
36329      Branch: perl
36330            ! lib/CPAN.pm
36331 ____________________________________________________________________________
36332 [  8716] By: nick                                  on 2001/02/08  19:29:07
36333         Log: Generated files form 8713 etc.
36334      Branch: perl
36335            ! embed.h global.sym objXSUB.h perlapi.c proto.h
36336 ____________________________________________________________________________
36337 [  8715] By: nick                                  on 2001/02/08  19:26:08
36338         Log: Fixup non-ithread build after 8713
36339      Branch: perl
36340            ! perl.c
36341 ____________________________________________________________________________
36342 [  8714] By: nick                                  on 2001/02/08  19:17:45
36343         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
36344              From: nick@ccl4.org
36345              Date: Wed, 7 Feb 2001 00:27:47 +0000
36346              Message-Id: <20010207002747.B63724@plum.flirble.org>
36347      Branch: perl
36348            ! sv.c toke.c
36349 ____________________________________________________________________________
36350 [  8713] By: nick                                  on 2001/02/08  19:15:58
36351         Log: Subject: Re: [patch] Re: PL_ptr_table
36352              From: Doug Maceachern <dougm@covalent.net>
36353              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
36354              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
36355      Branch: perl
36356            ! embed.pl perl.c sv.c sv.h
36357 ____________________________________________________________________________
36358 [  8712] By: nick                                  on 2001/02/08  19:12:47
36359         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
36360              From: Peter Prymmer <pvhp@forte.com>
36361              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
36362              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
36363      Branch: perl
36364            ! lib/Pod/Find.pm
36365 ____________________________________________________________________________
36366 [  8711] By: nick                                  on 2001/02/07  21:06:11
36367         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
36368              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
36369              From: Alan Burlison <Alan.Burlison@uk.sun.com>
36370              Date: Tue, 06 Feb 2001 23:37:01 +0000
36371              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
36372      Branch: perl
36373            ! regcomp.c
36374 ____________________________________________________________________________
36375 [  8710] By: alanbur                               on 2001/02/07  00:22:04
36376         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
36377              associated UTFied tr/// code.  Also fixed scoping leak of
36378              PL_reg_start_tmp.
36379      Branch: maint-5.6/pureperl
36380            ! op.c regcomp.c
36381 ____________________________________________________________________________
36382 [  8709] By: nick                                  on 2001/02/06  21:16:49
36383         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
36384              From: Michael G Schwern <schwern@pobox.com>
36385              Date: Sun, 4 Feb 2001 19:47:14 -0500
36386              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
36387      Branch: perl
36388            ! pod/perlapi.pod pod/perlmodlib.PL
36389 ____________________________________________________________________________
36390 [  8708] By: nick                                  on 2001/02/06  20:41:20
36391         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
36392              From: Michael G Schwern <schwern@pobox.com>
36393              Date: Sun, 4 Feb 2001 21:17:49 -0500
36394              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
36395      Branch: perl
36396            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
36397            ! pod/perltootc.pod
36398 ____________________________________________________________________________
36399 [  8707] By: nick                                  on 2001/02/06  20:29:11
36400         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
36401              From: Michael G Schwern <schwern@pobox.com>
36402              Date: Tue, 6 Feb 2001 05:54:30 -0500
36403              Message-Id: <20010206055430.A951@blackrider.aocn.com>
36404      Branch: perl
36405            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
36406 ____________________________________________________________________________
36407 [  8706] By: nick                                  on 2001/02/06  20:21:40
36408         Log: Subject: RE: some win32 fixes
36409              Date: Tue, 6 Feb 2001 09:23:20 +0300
36410              From: Vadim Konovalov <vkonovalov@lucent.com>
36411              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
36412      Branch: perl
36413            ! toke.c win32/Makefile win32/config.bc win32/config.gc
36414            ! win32/config.vc win32/config_H.bc win32/makefile.mk
36415 ____________________________________________________________________________
36416 [  8705] By: alanbur                               on 2001/02/06  15:00:03
36417         Log: Synchronised with parent
36418      Branch: maint-5.6/pureperl
36419            ! regexec.c
36420           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
36421           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
36422 ____________________________________________________________________________
36423 [  8704] By: alanbur                               on 2001/02/06  14:55:24
36424         Log: Fixed UMRs and leak in Perl_pmtrans()
36425      Branch: maint-5.6/pureperl
36426            ! op.c
36427 ____________________________________________________________________________
36428 [  8703] By: gsar                                  on 2001/02/06  02:29:37
36429         Log: $(MAKE) distclean doesn't clean up properly on windows
36430      Branch: maint-5.6/perl
36431            ! win32/Makefile win32/makefile.mk
36432 ____________________________________________________________________________
36433 [  8702] By: gsar                                  on 2001/02/06  01:00:46
36434         Log: tweak change#8659 to keep it simple
36435      Branch: maint-5.6/perl
36436            ! utils/perldoc.PL
36437 ____________________________________________________________________________
36438 [  8701] By: gsar                                  on 2001/02/05  22:45:41
36439         Log: change#8693 was missing testsuite changes
36440      Branch: maint-5.6/perl
36441           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
36442 ____________________________________________________________________________
36443 [  8700] By: nick                                  on 2001/02/05  20:32:52
36444         Log: Integrate mainline
36445      Branch: perlio
36446           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
36447           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
36448           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
36449           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
36450           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
36451           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
36452           +> t/lib/test-harness.t
36453           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
36454           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
36455           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
36456           !> pod/perlutil.pod t/TEST utils/h2xs.PL
36457 ____________________________________________________________________________
36458 [  8699] By: nick                                  on 2001/02/05  19:41:07
36459         Log: Subject: perlfaq2, re: perlmongers
36460              From: David H. Adler <dha@panix.com>
36461              Date: Sun, 4 Feb 2001 23:48:23 -0500
36462              Message-Id: <20010204234823.A13429@panix.com>
36463      Branch: perl
36464            ! pod/perlfaq2.pod
36465 ____________________________________________________________________________
36466 [  8698] By: nick                                  on 2001/02/05  19:39:31
36467         Log: Missed file f#rom the testharness mess.
36468      Branch: perl
36469            + t/lib/test-harness.t
36470 ____________________________________________________________________________
36471 [  8697] By: nick                                  on 2001/02/05  19:37:21
36472         Log: Subject: [DOC PATCH] overload.pm nits
36473              From: John Tobey <jtobey@john-edwin-tobey.org>
36474              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
36475              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
36476      Branch: perl
36477            ! lib/overload.pm
36478 ____________________________________________________________________________
36479 [  8696] By: alanbur                               on 2001/02/05  11:56:00
36480         Log: Sync with parent
36481      Branch: maint-5.6/pureperl
36482           !> thread.h
36483 ____________________________________________________________________________
36484 [  8695] By: gsar                                  on 2001/02/05  03:27:34
36485         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
36486      Branch: maint-5.6/perl
36487            ! thread.h
36488 ____________________________________________________________________________
36489 [  8694] By: alanbur                               on 2001/02/05  00:07:47
36490         Log: Initial branch creation from //depot/maint-5.6/perl
36491      Branch: maint-5.6/pureperl
36492           +> (branch 1719 files)
36493 ____________________________________________________________________________
36494 [  8693] By: gsar                                  on 2001/02/04  22:38:49
36495         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
36496              changes)
36497      Branch: maint-5.6/perl
36498           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
36499           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
36500           !> ext/DB_File/version.c
36501 ____________________________________________________________________________
36502 [  8692] By: nick                                  on 2001/02/04  18:15:57
36503         Log: The missed t/TEST part of the grand testharness upgrade.
36504      Branch: perl
36505            ! t/TEST
36506 ____________________________________________________________________________
36507 [  8691] By: nick                                  on 2001/02/04  18:05:17
36508         Log: New improved test harness
36509              Subject: Re: [PATCH Test::Harness] Third time's a charm?
36510              From: Michael G Schwern <schwern@pobox.com>
36511              Date: Sun, 4 Feb 2001 08:01:20 -0500
36512              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
36513      Branch: perl
36514            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
36515            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
36516            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
36517            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
36518            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
36519            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
36520            ! MANIFEST lib/Test/Harness.pm
36521 ____________________________________________________________________________
36522 [  8690] By: nick                                  on 2001/02/04  17:57:51
36523         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
36524              From: Jonathan Stowe <gellyfish@gellyfish.com>
36525              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
36526              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
36527      Branch: perl
36528            ! utils/h2xs.PL
36529 ____________________________________________________________________________
36530 [  8689] By: nick                                  on 2001/02/04  17:55:24
36531         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
36532              From: Michael G Schwern <schwern@pobox.com>
36533              Date: Sat, 3 Feb 2001 22:46:38 -0500
36534              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
36535      Branch: perl
36536            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
36537            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
36538 ____________________________________________________________________________
36539 [  8688] By: nick                                  on 2001/02/04  17:43:55
36540         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
36541              length byfailing to spot lack of closing )
36542              From: nick@talking.bollo.cx
36543              Date: Sat, 03 Feb 2001 23:53:16 +0000
36544              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
36545      Branch: perl
36546            ! perlio.c pod/perldiag.pod
36547 ____________________________________________________________________________
36548 [  8687] By: jhi                                   on 2001/02/03  17:11:42
36549         Log: HP-UX thread patches from Merijn H. Brand.
36550      Branch: maint-5.6/perl
36551            ! README.hpux hints/hpux.sh
36552 ____________________________________________________________________________
36553 [  8686] By: jhi                                   on 2001/02/03  16:40:12
36554         Log: Metaconfig changes for #8685.
36555      Branch: metaconfig
36556            ! U/installdirs/instubperl.U
36557      Branch: metaconfig/U/perl
36558            ! Devel.U versiononly.U
36559 ____________________________________________________________________________
36560 [  8685] By: jhi                                   on 2001/02/03  16:39:49
36561         Log: For -Dusedevel builds turn off installusrbinperl and turn on
36562              versiononly, a combined idea of Richard Soderberg and Merijn
36563              H. Brand.  You can still override both of these from the command
36564              line if you need to, -Dinstallusrbinperl and -Uversiononly.
36565      Branch: perl
36566            ! Configure
36567 ____________________________________________________________________________
36568 [  8684] By: jhi                                   on 2001/02/03  16:16:34
36569         Log: Metaconfig unit fix for #8683.
36570      Branch: metaconfig
36571            ! U/compline/nblock_io.U
36572 ____________________________________________________________________________
36573 [  8683] By: jhi                                   on 2001/02/03  16:16:12
36574         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
36575              reported by Peter Prymmer for 5.6-TRIAL1.
36576      Branch: perl
36577            ! Configure
36578 ____________________________________________________________________________
36579 [  8682] By: jhi                                   on 2001/02/03  05:52:11
36580         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
36581              to work correctly.
36582      Branch: maint-5.6/perl
36583            ! hints/irix_6.sh
36584 ____________________________________________________________________________
36585 [  8681] By: jhi                                   on 2001/02/03  05:47:33
36586         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
36587      Branch: maint-5.6/perl
36588            ! pod/perlport.pod
36589 ____________________________________________________________________________
36590 [  8680] By: jhi                                   on 2001/02/02  21:39:49
36591         Log: perlport update from Peter Prymmer.
36592      Branch: maint-5.6/perl
36593            ! pod/perlport.pod
36594 ____________________________________________________________________________
36595 [  8679] By: nick                                  on 2001/02/02  20:50:48
36596         Log: Integrate mainline
36597      Branch: perlio
36598           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
36599           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
36600           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
36601 ____________________________________________________________________________
36602 [  8678] By: gsar                                  on 2001/02/02  16:02:12
36603         Log: note about bincompat, slightly modified (from Lupe Christoph)
36604      Branch: maint-5.6/perl
36605            ! README.solaris
36606 ____________________________________________________________________________
36607 [  8677] By: jhi                                   on 2001/02/02  15:46:20
36608         Log: Supported platforms updates.
36609      Branch: maint-5.6/perl
36610            ! pod/perlport.pod
36611 ____________________________________________________________________________
36612 [  8676] By: jhi                                   on 2001/02/02  03:41:26
36613         Log: A couple more perlfaq2 tweaks.
36614      Branch: maint-5.6/perl
36615            ! pod/perlfaq2.pod
36616 ____________________________________________________________________________
36617 [  8675] By: jhi                                   on 2001/02/02  03:17:44
36618         Log: Misedit in #8661.
36619      Branch: maint-5.6/perl
36620            ! Configure
36621 ____________________________________________________________________________
36622 [  8674] By: jhi                                   on 2001/02/02  03:14:38
36623         Log: Damien again.
36624      Branch: maint-5.6/perl
36625            ! pod/perlfaq2.pod
36626 ____________________________________________________________________________
36627 [  8673] By: jhi                                   on 2001/02/02  03:12:40
36628         Log: perlfaq update from Elaine Ashton.
36629      Branch: maint-5.6/perl
36630            ! pod/perlfaq2.pod
36631 ____________________________________________________________________________
36632 [  8672] By: jhi                                   on 2001/02/02  03:07:08
36633         Log: UTF-8 s/// patch from Inaba Hiroto.
36634      Branch: maint-5.6/perl
36635            ! pp_ctl.c pp_hot.c
36636 ____________________________________________________________________________
36637 [  8671] By: jhi                                   on 2001/02/01  22:34:31
36638         Log: Update Changes.
36639      Branch: perl
36640            ! Changes patchlevel.h
36641 ____________________________________________________________________________
36642 [  8670] By: jhi                                   on 2001/02/01  22:15:29
36643         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
36644              from maintperl.
36645              
36646              Upgrade to Getopt::Long 2.25, from Johan Vromans.
36647              
36648              more files need to be writable in the source distribution
36649              
36650              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
36651              
36652              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
36653              
36654              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
36655              
36656              Allow the float to be fuzzier.
36657              
36658              need to use INT2PTR instead of a straight cast or ia64 fails
36659              
36660              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
36661              
36662              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
36663      Branch: perl
36664           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
36665           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
36666           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
36667 ____________________________________________________________________________
36668 [  8669] By: jhi                                   on 2001/02/01  21:57:02
36669         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
36670              From: Robin Barker <rmb1@cise.npl.co.uk>
36671              Date: Thu, 1 Feb 2001 16:59:05 GMT
36672              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
36673      Branch: maint-5.6/perl
36674            ! pod/perlmodlib.PL
36675 ____________________________________________________________________________
36676 [  8668] By: nick                                  on 2001/02/01  19:41:40
36677         Log: Integrate mainline
36678      Branch: perlio
36679           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
36680           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
36681           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
36682 ____________________________________________________________________________
36683 [  8667] By: gsar                                  on 2001/02/01  16:59:11
36684         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
36685      Branch: maint-5.6/perl
36686            ! embed.pl embedvar.h
36687 ____________________________________________________________________________
36688 [  8666] By: gsar                                  on 2001/02/01  16:34:51
36689         Log: add missing entries to win32/config.?c
36690      Branch: maint-5.6/perl
36691            ! win32/config.bc win32/config.gc win32/config.vc
36692            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36693 ____________________________________________________________________________
36694 [  8665] By: jhi                                   on 2001/02/01  14:58:51
36695         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
36696              From: "Stephen P. Potter" <spp@spotter.yi.org>
36697              Date: Thu, 01 Feb 2001 10:45:46 -0500
36698              Message-Id: <200102011545.KAA31479@spotter.yi.org>
36699      Branch: maint-5.6/perl
36700            ! pod/perlfunc.pod
36701 ____________________________________________________________________________
36702 [  8664] By: gsar                                  on 2001/02/01  14:52:37
36703         Log: need to use INT2PTR instead of a straight cast or ia64 fails
36704              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
36705      Branch: maint-5.6/perl
36706            ! ext/POSIX/POSIX.xs
36707 ____________________________________________________________________________
36708 [  8663] By: jhi                                   on 2001/02/01  14:09:13
36709         Log: Allow the float to be fuzzier.
36710      Branch: maint-5.6/perl
36711            ! t/lib/peek.t
36712 ____________________________________________________________________________
36713 [  8662] By: jhi                                   on 2001/02/01  13:59:00
36714         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
36715              From: Robin Barker <rmb1@cise.npl.co.uk>
36716              Date: Thu, 1 Feb 2001 13:05:39 GMT
36717              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
36718      Branch: maint-5.6/perl
36719            ! pod/perlmodlib.pod
36720 ____________________________________________________________________________
36721 [  8661] By: jhi                                   on 2001/02/01  13:57:38
36722         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
36723              Date: Thu, 01 Feb 2001 14:15:41 +0100
36724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36725              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
36726              
36727              Have the $ccflags in the gcc version test (strange, this change
36728              is claimed to be have been integrated already)
36729      Branch: maint-5.6/perl
36730            ! Configure
36731 ____________________________________________________________________________
36732 [  8660] By: jhi                                   on 2001/02/01  13:44:10
36733         Log: Integrate changes #7950,7964,7962 from mainline.
36734              
36735              Find the stdchar signedness using cpp, should fix some of
36736              the Solaris compiler warnings reported by Alan Burlison.
36737      Branch: maint-5.6/perl
36738           !> Configure config_h.SH
36739 ____________________________________________________________________________
36740 [  8659] By: jhi                                   on 2001/02/01  05:35:32
36741         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
36742              From: Jan Dubois <JanD@ActiveState.com>
36743              Date: Wed, 31 Jan 2001 21:17:03 -0800
36744              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
36745      Branch: maint-5.6/perl
36746            ! utils/perldoc.PL
36747 ____________________________________________________________________________
36748 [  8658] By: jhi                                   on 2001/02/01  04:33:17
36749         Log: Integrate the README.os390 and README.posix-bc parts of mainline
36750              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
36751              installperl parts were taken care of by #8657.)
36752      Branch: maint-5.6/perl
36753           !> README.os390 README.posix-bc
36754 ____________________________________________________________________________
36755 [  8657] By: jhi                                   on 2001/02/01  04:29:21
36756         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36757              From: Peter Prymmer <pvhp@forte.com>
36758              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
36759              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
36760      Branch: maint-5.6/perl
36761            + ext/DynaLoader/dl_dllload.xs
36762            ! MANIFEST Makefile.SH hints/os390.sh installperl
36763 ____________________________________________________________________________
36764 [  8656] By: jhi                                   on 2001/02/01  04:25:45
36765         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
36766              From: Peter Prymmer <pvhp@forte.com>
36767              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
36768              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
36769      Branch: maint-5.6/perl
36770            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
36771 ____________________________________________________________________________
36772 [  8655] By: jhi                                   on 2001/02/01  04:14:47
36773         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
36774              From: troc@netrus.net
36775              Date: Wed, 31 Jan 2001 22:31:26 -0500
36776              Message-Id: <200102010331.WAA117.85@rocco.homenet>
36777      Branch: maint-5.6/perl
36778            ! os2/os2.c
36779 ____________________________________________________________________________
36780 [  8654] By: jhi                                   on 2001/02/01  04:12:52
36781         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
36782              as reported by Alan Burlison.
36783      Branch: maint-5.6/perl
36784            ! pp.h
36785 ____________________________________________________________________________
36786 [  8653] By: jhi                                   on 2001/02/01  04:05:12
36787         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
36788              From: dsugalski@northernlight.com
36789              Date: Wed, 31 Jan 2001 18:54:11 -0500
36790              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
36791      Branch: maint-5.6/perl
36792            ! configure.com
36793 ____________________________________________________________________________
36794 [  8652] By: jhi                                   on 2001/02/01  04:03:11
36795         Log: Misplaced #endif.
36796              
36797              Subject: [perl-5-6-1-trial2] patches for EPOC
36798              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36799              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
36800              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
36801      Branch: maint-5.6/perl
36802            ! epoc/epocish.c
36803 ____________________________________________________________________________
36804 [  8651] By: jhi                                   on 2001/02/01  04:00:25
36805         Log: Integrate changes #8647,8648,8650 from mainline.
36806              
36807              Macrofy a magic UTF-8 test.
36808              
36809              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
36810              
36811              Watch out for cross compiling for EPOC (usually done on linux).
36812      Branch: maint-5.6/perl
36813           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
36814 ____________________________________________________________________________
36815 [  8650] By: jhi                                   on 2001/02/01  03:56:20
36816         Log: Watch out for cross compiling for EPOC (usually done on linux)
36817              
36818              Subject: [perl-5-6-1-trial2] patches for EPOC
36819              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36820              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
36821              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
36822      Branch: perl
36823            ! ext/Errno/Errno_pm.PL
36824 ____________________________________________________________________________
36825 [  8649] By: gsar                                  on 2001/02/01  00:46:00
36826         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
36827      Branch: maint-5.6/perl
36828            ! sv.c
36829 ____________________________________________________________________________
36830 [  8648] By: jhi                                   on 2001/01/31  23:35:36
36831         Log: All the uses of PL_numeric_radix must be protected by
36832              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
36833              
36834              Subject: [perl-5-6-1-trial2] patches for EPOC
36835              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36836              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
36837              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
36838      Branch: perl
36839            ! sv.c
36840 ____________________________________________________________________________
36841 [  8647] By: jhi                                   on 2001/01/31  22:56:16
36842         Log: Macrofy a magic UTF-8 test.
36843      Branch: perl
36844            ! utf8.c utf8.h
36845 ____________________________________________________________________________
36846 [  8646] By: gsar                                  on 2001/01/31  15:55:12
36847         Log: update Changes
36848      Branch: maint-5.6/perl
36849            ! Changes
36850 ____________________________________________________________________________
36851 [  8645] By: gsar                                  on 2001/01/31  15:10:14
36852         Log: Configure tweak suggested by Peter Prymmer
36853      Branch: maint-5.6/perl
36854            ! Configure
36855 ____________________________________________________________________________
36856 [  8644] By: gsar                                  on 2001/01/31  15:06:32
36857         Log: more files need to be writable in the source distribution
36858      Branch: maint-5.6/perl
36859            ! Porting/makerel
36860 ____________________________________________________________________________
36861 [  8643] By: jhi                                   on 2001/01/31  14:59:46
36862         Log: Integrate changes #8258,8278,8279 from mainline.
36863              
36864              Make the large file tests more robust/talkative.
36865      Branch: maint-5.6/perl
36866           !> t/lib/syslfs.t t/op/lfs.t
36867 ____________________________________________________________________________
36868 [  8642] By: gsar                                  on 2001/01/31  14:53:48
36869         Log: integrate changes#8311,8334 from mainline
36870              
36871              Add a new MakeMaker variable PM_FILTER that defines a Unix
36872              filter to be run on each .pm during the pm_to_blib() phase,
36873              a fixed version of
36874              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
36875              
36876              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
36877              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
36878              accurate reading of the "atime".  
36879      Branch: maint-5.6/perl
36880           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
36881           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
36882           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
36883 ____________________________________________________________________________
36884 [  8641] By: jhi                                   on 2001/01/31  14:46:37
36885         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
36886      Branch: maint-5.6/perl
36887            ! lib/Getopt/Long.pm
36888 ____________________________________________________________________________
36889 [  8640] By: gsar                                  on 2001/01/31  14:40:24
36890         Log: make regen_all
36891      Branch: maint-5.6/perl
36892            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
36893 ____________________________________________________________________________
36894 [  8639] By: gsar                                  on 2001/01/31  14:37:25
36895         Log: refresh windows config files
36896      Branch: maint-5.6/perl
36897            ! win32/Makefile win32/config_H.bc win32/config_H.gc
36898            ! win32/config_H.vc win32/makefile.mk
36899 ____________________________________________________________________________
36900 [  8638] By: gsar                                  on 2001/01/31  14:28:10
36901         Log: makefile tweaks for windows: introduce a bulk-switch to enable
36902              same options as ActivePerl; sync changes with makefile.mk
36903      Branch: maint-5.6/perl
36904            ! win32/Makefile win32/makefile.mk
36905 ____________________________________________________________________________
36906 [  8637] By: jhi                                   on 2001/01/31  04:41:30
36907         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
36908              From: Nicholas Clark <nick@ccl4.org>
36909              Date: Tue, 30 Jan 2001 19:51:05 +0000
36910              Message-ID: <20010130195105.R76607@plum.flirble.org> 
36911              
36912              op/inc cure.
36913      Branch: perl
36914            ! pp.c pp.h pp_hot.c t/op/arith.t
36915 ____________________________________________________________________________
36916 [  8636] By: jhi                                   on 2001/01/31  02:38:32
36917         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
36918              no perlio],8257,8380,8479,8515 from mainline.
36919              
36920              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
36921              
36922              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
36923              Subject: [PATCH perl@8133] fix-up for VMS extensions
36924              
36925              In VMS embedded perls couldn't access the statically built Socket.
36926              
36927              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
36928              
36929              Further VMS piping fixes from Charles Lane.
36930              
36931              Subject:  [PATCH] make t/op/misc.t work on VMS
36932              
36933              Add tracing for debugging extensions builds in VMS.
36934              
36935              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
36936      Branch: maint-5.6/perl
36937           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
36938           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
36939           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
36940 ____________________________________________________________________________
36941 [  8635] By: jhi                                   on 2001/01/31  01:46:41
36942         Log: Integrate change #7732 from mainline.
36943              
36944              Sparc 64-bit pack() fix from Jens Hamisch.
36945      Branch: maint-5.6/perl
36946           !> pp.c
36947 ____________________________________________________________________________
36948 [  8634] By: jhi                                   on 2001/01/31  01:41:16
36949         Log: One spot missing from #8626.
36950      Branch: maint-5.6/perl
36951            ! sv.c
36952 ____________________________________________________________________________
36953 [  8633] By: jhi                                   on 2001/01/31  00:49:17
36954         Log: Integrate change #7495 from mainline.
36955              
36956              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
36957      Branch: maint-5.6/perl
36958           !> MANIFEST ext/re/Makefile.PL
36959 ____________________________________________________________________________
36960 [  8632] By: jhi                                   on 2001/01/30  23:38:49
36961         Log: Integrate change #8396 from mainline.
36962              
36963              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
36964              better multicast support (resend)
36965      Branch: maint-5.6/perl
36966           !> ext/Socket/Socket.pm
36967 ____________________________________________________________________________
36968 [  8631] By: jhi                                   on 2001/01/30  23:28:03
36969         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
36970              
36971              More AIX lore. (7514, ext/re/hints/aix.pl)
36972              
36973              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
36974              
36975              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)
36976              
36977              Subject: [ID 20001214.002] Net::Ping patch
36978              
36979              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
36980              
36981              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
36982              
36983              Add ReuseAddr as a (preferred) alias for Reuse as we now
36984              also have ReusePort.
36985              
36986              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
36987      Branch: maint-5.6/perl
36988           +> ext/re/hints/aix.pl
36989           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
36990           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
36991 ____________________________________________________________________________
36992 [  8630] By: jhi                                   on 2001/01/30  23:03:59
36993         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
36994              
36995              read() documentation tweak for 20001121.004.
36996              
36997              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
36998      Branch: maint-5.6/perl
36999           !> pod/perlfunc.pod pod/perlre.pod
37000 ____________________________________________________________________________
37001 [  8629] By: jhi                                   on 2001/01/30  22:41:57
37002         Log: Integrate change #8098 from mainline.
37003              
37004              fastgetcwd is defined using a glob alias on a $^O dependent basis
37005              and there was no default assignment or perl subroutine.
37006      Branch: maint-5.6/perl
37007           !> lib/Cwd.pm
37008 ____________________________________________________________________________
37009 [  8628] By: jhi                                   on 2001/01/30  21:58:52
37010         Log: Integrate change #7866 from mainline.
37011              
37012              File::Temp 0.11.
37013      Branch: maint-5.6/perl
37014           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
37015 ____________________________________________________________________________
37016 [  8627] By: jhi                                   on 2001/01/30  21:39:44
37017         Log: Integrate changes #8075,8086,8228 from mainline.  
37018              
37019              Darwin is not Windows. (8075,8086)
37020              
37021              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
37022      Branch: maint-5.6/perl
37023           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
37024           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
37025           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
37026           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
37027 ____________________________________________________________________________
37028 [  8626] By: jhi                                   on 2001/01/30  21:22:11
37029         Log: Integrate with tweakery the change #8625 from mainline,
37030              the multibyte decimal separator fix ("fa_IR locale failure").
37031      Branch: maint-5.6/perl
37032            ! embedvar.h perlapi.h
37033           !> intrpvar.h perl.c perl.h sv.c util.c
37034 ____________________________________________________________________________
37035 [  8625] By: jhi                                   on 2001/01/30  20:26:33
37036         Log: Fix for the fa_IR locale failure.  The reason for the failure
37037              was that Perl was assuming the decimal separator aka the radix
37038              separator is one character.  The Farsi-Iranian locale crushed
37039              that bad assumption since there the separator is 'Momayyez',
37040              glyphwise looking somewhat like a slash, and in Unicode UTF-8
37041              encoded in two bytes, 0xd9 0xab.
37042      Branch: perl
37043            ! intrpvar.h perl.c perl.h sv.c util.c
37044 ____________________________________________________________________________
37045 [  8624] By: gsar                                  on 2001/01/30  20:17:03
37046         Log: regen_headers
37047      Branch: maint-5.6/perl
37048            ! Makefile.SH pod/perlintern.pod
37049 ____________________________________________________________________________
37050 [  8623] By: gsar                                  on 2001/01/30  19:42:34
37051         Log: backout change#7431 and its dependents (causes spurious rebuilds
37052              of autogenerated files)
37053              
37054              fix benign b.t failure
37055      Branch: maint-5.6/perl
37056            ! Makefile.SH t/lib/b.t
37057 ____________________________________________________________________________
37058 [  8622] By: jhi                                   on 2001/01/30  19:41:41
37059         Log: Microperl sync.
37060      Branch: perl
37061            ! mg.c perl.h
37062 ____________________________________________________________________________
37063 [  8621] By: gsar                                  on 2001/01/30  19:24:47
37064         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
37065              from mainline
37066              
37067              Subject: podlators 1.06 released
37068              
37069              Subject: [PATCH @8436] Eliminate op_children
37070              
37071              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
37072              
37073              (Replaced by #8448)  More op_children traces (cleanup of #8442).
37074              
37075              Subject: [PATCH #3 @8436] Re: Eliminate op_children
37076              Replace #8444 and #8445.
37077              
37078              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
37079              at the setting of the ofs_sv in new_struct_thread() as the
37080              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
37081              uninitialized fields are, uh, initialized with),
37082              SvREFCNT_inc()ing that invited a core dump.
37083              
37084              podlators 1.07, from Russ Allbery.
37085              
37086              Subject: [PATCH] regcomp.c old feature removal
37087              From: mjd@plover.com
37088              Date: 16 Jan 2001 14:43:18 -0000 
37089              Message-ID: <20010116144318.7140.qmail@plover.com> 
37090      Branch: maint-5.6/perl
37091           +> lib/Pod/Text/Overstrike.pm
37092           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
37093           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
37094           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
37095           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
37096           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
37097           !> util.c
37098 ____________________________________________________________________________
37099 [  8620] By: gsar                                  on 2001/01/30  18:48:32
37100         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
37101              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
37102              now fails one test)
37103              
37104              Subject: [PATCH] lvalue AUTOLOAD. No, really.
37105              
37106              Subject: [PATCH] Interesting syntax idea
37107              Make opens + bareword assigns do typeglob assigns.
37108              
37109              Tests for #8254.
37110              
37111              Subject: [PATCH @8269] Continue blocks and B::Deparse
37112              Make the peephole optimizer to bypass more null ops and
37113              and rewrite the deparse handling of continue blocks.
37114              
37115              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
37116              Doc tweak on #8313.
37117              
37118              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
37119              
37120              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
37121              
37122              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
37123              
37124              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
37125              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
37126              according to the platform.
37127              
37128              Subject: [PATCH @8404] Consolidated lvalue sub changes
37129              
37130              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
37131              
37132              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
37133              
37134              Subject: B::Concise -- an improved replacement for B::Terse 
37135              
37136              The B::Terse drop-in replacement wasn't quite drop-in.
37137              
37138              The LVRET macro needed an aTHX.
37139              
37140              Use the /^Perl_/-less form of is_lvalue_sub().
37141              
37142              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
37143      Branch: maint-5.6/perl
37144           +> ext/B/B/Concise.pm
37145           !> (integrate 27 files)
37146 ____________________________________________________________________________
37147 [  8619] By: nick                                  on 2001/01/30  18:40:28
37148         Log: Integrate mainline
37149      Branch: perlio
37150           !> (integrate 40 files)
37151 ____________________________________________________________________________
37152 [  8618] By: jhi                                   on 2001/01/30  18:37:18
37153         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
37154              Date: Mon, 29 Jan 2001 22:51:29 -0600
37155              From: "Craig A. Berry" <craigberry@mac.com>
37156              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
37157      Branch: perl
37158            ! vms/test.com
37159 ____________________________________________________________________________
37160 [  8617] By: jhi                                   on 2001/01/30  18:34:53
37161         Log: Subject: [PATCH] Add missing CV flags to dump.c
37162              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37163              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
37164              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
37165      Branch: perl
37166            ! dump.c
37167 ____________________________________________________________________________
37168 [  8616] By: jhi                                   on 2001/01/30  18:20:58
37169         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
37170              part isn't applicable to maintperl.
37171              
37172              UTF-8 nit from Inaba Hiroto.
37173      Branch: maint-5.6/perl
37174           !> pod/perlapi.pod utf8.c
37175 ____________________________________________________________________________
37176 [  8615] By: jhi                                   on 2001/01/30  18:18:51
37177         Log: UTF-8 nit from Inaba Hiroto.
37178      Branch: perl
37179            ! pod/perlapi.pod t/op/each.t utf8.c
37180 ____________________________________________________________________________
37181 [  8614] By: jhi                                   on 2001/01/30  18:13:38
37182         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
37183              
37184              perl's internal variables are not for public consumption,
37185              move their docs from perlapi.pod to perlintern.pod
37186              
37187              support for -Dusethreads build under HP-UX 10.20 and DCE threads
37188              library (11.0 and later have pthreads but 10.x don't)
37189              
37190              avoid uninitialized value warnings
37191              
37192              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
37193              gets weird results)
37194              
37195              perldoc nit on windows
37196              
37197              make it possible to run the tests outside the source tree
37198              (there's still a dependency on ../lib being the library
37199              location)
37200      Branch: perl
37201           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
37202           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
37203           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
37204           !> win32/bin/search.pl win32/vdir.h
37205 ____________________________________________________________________________
37206 [  8613] By: gsar                                  on 2001/01/30  16:39:59
37207         Log: make it possible to run the tests outside the source tree
37208              (there's still a dependency on ../lib being the library
37209              location)
37210      Branch: maint-5.6/perl
37211            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
37212 ____________________________________________________________________________
37213 [  8612] By: gsar                                  on 2001/01/30  16:31:12
37214         Log: perldoc nit on windows
37215      Branch: maint-5.6/perl
37216            ! utils/perldoc.PL
37217 ____________________________________________________________________________
37218 [  8611] By: gsar                                  on 2001/01/30  16:22:54
37219         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
37220              gets weird results)
37221      Branch: maint-5.6/perl
37222            ! win32/vdir.h
37223 ____________________________________________________________________________
37224 [  8610] By: gsar                                  on 2001/01/30  16:12:45
37225         Log: avoid uninitialized value warnings
37226      Branch: maint-5.6/perl
37227            ! win32/bin/search.pl
37228 ____________________________________________________________________________
37229 [  8609] By: gsar                                  on 2001/01/30  16:08:01
37230         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
37231              library (11.0 and later have pthreads but 10.x don't)
37232      Branch: maint-5.6/perl
37233            ! hints/hpux.sh thread.h
37234 ____________________________________________________________________________
37235 [  8608] By: gsar                                  on 2001/01/30  15:48:55
37236         Log: perl's internal variables are not for public consumption,
37237              move their docs from perlapi.pod to perlintern.pod
37238      Branch: maint-5.6/perl
37239            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
37240            ! thrdvar.h
37241 ____________________________________________________________________________
37242 [  8607] By: gsar                                  on 2001/01/30  15:44:27
37243         Log: mistakenly branched perl56delta.pod, revert
37244      Branch: maint-5.6/perl
37245            - pod/perl56delta.pod
37246           !> pod/perldelta.pod
37247 ____________________________________________________________________________
37248 [  8606] By: gsar                                  on 2001/01/30  14:20:24
37249         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
37250              dTHR which has been a noop for a while now, except for the
37251              compatibility definition in thread.h)
37252      Branch: maint-5.6/perl
37253           !> (integrate 45 files)
37254 ____________________________________________________________________________
37255 [  8605] By: jhi                                   on 2001/01/30  05:43:58
37256         Log: Mark the UTF-8 APIs as experimental.
37257      Branch: maint-5.6/perl
37258            ! embed.pl pod/perlapi.pod
37259 ____________________________________________________________________________
37260 [  8604] By: jhi                                   on 2001/01/30  05:38:40
37261         Log: Nits from earlier integrates.
37262      Branch: maint-5.6/perl
37263            ! lib/Carp/Heavy.pm
37264           !> sv.c
37265 ____________________________________________________________________________
37266 [  8603] By: jhi                                   on 2001/01/30  05:27:26
37267         Log: Regenerate Porting files.
37268      Branch: maint-5.6/perl
37269            ! Porting/Glossary Porting/config.sh Porting/config_H
37270 ____________________________________________________________________________
37271 [  8602] By: jhi                                   on 2001/01/30  05:14:59
37272         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
37273              8310,8339,8447,8492,8493,8505,8525: documentation changes.
37274              
37275              Subject: Re: perlfaq style changes
37276              
37277              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
37278              
37279              Subject: [PATCH] docs on NaN
37280              
37281              Subject: [patch] perlfaq7
37282              
37283              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
37284              
37285              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
37286              
37287              Subject: [PATCH] open() example in perlfunc.pod
37288              
37289              Podify README.mpeix (a new version from the web)
37290              
37291              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37292              
37293              Subject: [PATCH] format and rewording in perlfaq.pod
37294              
37295              Subject: [PATCH] API Variable documentation   
37296              
37297              Memory management calls documentation.
37298              
37299              Subject: [PATCH: perl@8482] README.vms URL updates
37300              
37301              Subject: Minor typos in perlfaq2.pod
37302              
37303              Subject: [PATCH] pod/perlvar.pod
37304      Branch: maint-5.6/perl
37305           +> pod/perl56delta.pod
37306            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37307           !> README.amiga README.epoc README.mpeix README.vms
37308           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
37309           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
37310           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
37311           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
37312           !> pod/perlvar.pod thrdvar.h
37313 ____________________________________________________________________________
37314 [  8601] By: jhi                                   on 2001/01/30  04:38:35
37315         Log: Integrate changes #8036,8096,8253 from mainline:
37316              hints changes.
37317              
37318              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
37319              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
37320              
37321              Output the (apparent) version of gcc in Tru64.
37322      Branch: maint-5.6/perl
37323           +> ext/POSIX/hints/svr4.pl
37324           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
37325           !> hints/svr4.sh t/lib/bigfltpm.t
37326 ____________________________________________________________________________
37327 [  8600] By: jhi                                   on 2001/01/30  04:04:01
37328         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
37329              locale fixes.
37330              
37331              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
37332              
37333              Debian allows /usr/bin/locale to exist without any locales. (7868)
37334              
37335              Allow the locale test needing POSIX and the taint test
37336              needing IPC::SysV to run under 'minitest' (basically,
37337              bail out if loading the extension fails). (8384)
37338              
37339              Cleanup the locale.t output  (8480)
37340      Branch: maint-5.6/perl
37341           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
37342           !> t/pragma/locale.t
37343 ____________________________________________________________________________
37344 [  8599] By: jhi                                   on 2001/01/30  03:51:04
37345         Log: Missing generated files from #8598.
37346      Branch: maint-5.6/perl
37347            ! embed.h global.sym objXSUB.h perlapi.c proto.h
37348 ____________________________________________________________________________
37349 [  8598] By: jhi                                   on 2001/01/30  03:41:54
37350         Log: Integrate change #8555 from mainline, manually integrate parts
37351              of changes 8452 and 8583.
37352              
37353              Subject: [PATCH] utf8.c documentation (8452)
37354              
37355              No point in checking the length if the pointer is bogus. (8555)
37356              
37357              Introduce bytes_from_utf8() and implement sv_eq() using it,
37358              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
37359              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
37360              was malformed. (8583)
37361      Branch: maint-5.6/perl
37362            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
37363           !> pod/perlapi.pod sv.c utf8.c
37364 ____________________________________________________________________________
37365 [  8597] By: gsar                                  on 2001/01/30  02:37:26
37366         Log: get PERL_OBJECT build going again on windows
37367      Branch: maint-5.6/perl
37368            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
37369            ! pod/perlapi.pod proto.h sv.c
37370 ____________________________________________________________________________
37371 [  8596] By: jhi                                   on 2001/01/30  02:16:17
37372         Log: Signedness nit.
37373      Branch: perl
37374            ! sv.c
37375 ____________________________________________________________________________
37376 [  8595] By: jhi                                   on 2001/01/30  02:11:07
37377         Log: EBCDIC patch for Storable, from Peter Prymmer.
37378      Branch: perl
37379            ! t/lib/st-06compat.t
37380 ____________________________________________________________________________
37381 [  8594] By: jhi                                   on 2001/01/30  01:04:48
37382         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
37383              From: Peter Prymmer <pvhp@forte.com>
37384              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
37385              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
37386      Branch: perl
37387            ! t/lib/b.t
37388 ____________________________________________________________________________
37389 [  8593] By: jhi                                   on 2001/01/30  00:56:47
37390         Log: Subject: [PATCH: perl@8585] pod problems in io
37391              From: Peter Prymmer <pvhp@forte.com>
37392              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
37393              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
37394      Branch: perl
37395            ! pod/perlapio.pod pod/perliol.pod
37396 ____________________________________________________________________________
37397 [  8592] By: jhi                                   on 2001/01/30  00:48:20
37398         Log: Integrate perlio.
37399      Branch: perl
37400           !> pod/perlapio.pod pod/perliol.pod
37401 ____________________________________________________________________________
37402 [  8591] By: nick                                  on 2001/01/29  22:02:28
37403         Log: GNU 'merge' Simon's copy of perliol.pod with version
37404              patched by Craig's patch.
37405      Branch: perlio
37406            ! pod/perliol.pod
37407 ____________________________________________________________________________
37408 [  8590] By: nick                                  on 2001/01/29  21:55:10
37409         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
37410      Branch: perlio
37411            ! pod/perlapio.pod pod/perliol.pod
37412 ____________________________________________________________________________
37413 [  8589] By: jhi                                   on 2001/01/29  15:35:33
37414         Log: Integrate change #8586 from maint-5.6/perl.
37415              
37416              make the BOM detection code not call tell() until it has to
37417              (meant to fix esoteric compatibility issues where PL_rsfp
37418              is overridden)
37419      Branch: perl
37420           !> toke.c
37421 ____________________________________________________________________________
37422 [  8588] By: jhi                                   on 2001/01/29  15:29:11
37423         Log: Subject: MAking Solaris malloc() the default
37424              From: Lupe Christoph <lupe@lupe-christoph.de>
37425              Date: Mon, 29 Jan 2001 12:59:36 +0100
37426              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
37427              
37428              The README.solaris part slightly tweaked.
37429      Branch: perl
37430            ! README.solaris hints/solaris_2.sh
37431 ____________________________________________________________________________
37432 [  8587] By: jhi                                   on 2001/01/29  15:17:34
37433         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
37434              From: root@ak-75.mind.de
37435              Date: Sun, 28 Jan 2001 20:32:29 +0100
37436              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
37437      Branch: perl
37438            ! pod/perlre.pod
37439 ____________________________________________________________________________
37440 [  8586] By: gsar                                  on 2001/01/29  13:43:44
37441         Log: make the BOM detection code not call tell() until it has to
37442              (meant to fix esoteric compatibility issues where PL_rsfp
37443              is overridden)
37444      Branch: maint-5.6/perl
37445            ! toke.c
37446 ____________________________________________________________________________
37447 [  8585] By: jhi                                   on 2001/01/28  20:05:45
37448         Log: Update Changes.
37449      Branch: perl
37450            ! Changes patchlevel.h
37451 ____________________________________________________________________________
37452 [  8584] By: jhi                                   on 2001/01/28  19:30:02
37453         Log: Integrate perlio.
37454      Branch: perl
37455           +> pod/perliol.pod
37456           !> MANIFEST pod/perlapio.pod
37457 ____________________________________________________________________________
37458 [  8583] By: jhi                                   on 2001/01/28  19:28:40
37459         Log: Patch from Inaba Hiroto:
37460              - canonical UTF-8 hash keys: if a key string for a hash is
37461              UTF8-on, try downgrade the string and use it if
37462              unicode::distinct is not in effect.
37463              For the task, I added a function bytes_from_utf8() to utf8.c.
37464              It might resemble utf8_to_bytes() but it is not convenient
37465              to the task.
37466              Made a test for it and added to t/op/each.t
37467              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
37468              the mortal copy of the argument SV.
37469              And changed t/io/utf8.t test 18 which expects print() to
37470              upgrade its argument.
37471              - re-implement sv_eq with bytes_from_utf8()
37472              - some bug fixes
37473              - tr/// does not handle UTF8 range (\x{}-\x{})
37474              - \ before raw UTF8 character produced
37475              "Malformed UTF-8 character" warning.
37476              - "\x{100}\N{CENT SIGN}" is Malformed.
37477              Added tests for these 3.
37478              - and one silly bug (by me) with qu operator.
37479      Branch: perl
37480            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
37481            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
37482            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
37483 ____________________________________________________________________________
37484 [  8582] By: nick                                  on 2001/01/28  19:25:04
37485         Log: Add pod/perliol.pod to MANIFEST :-(
37486      Branch: perlio
37487            ! MANIFEST
37488 ____________________________________________________________________________
37489 [  8581] By: nick                                  on 2001/01/28  19:22:40
37490         Log: PerlIO documentation. Proofing and sub-editing requested.
37491      Branch: perlio
37492            + pod/perliol.pod
37493            ! pod/perlapio.pod
37494 ____________________________________________________________________________
37495 [  8580] By: jhi                                   on 2001/01/28  05:16:25
37496         Log: Revert the change to sv_2pv() done by #8054: Someone who
37497              did SvNV_set() on a scalar that also happened to be POK,
37498              followed by sv_2pv() won't get the right coercion anymore.
37499              [Sarathy]
37500      Branch: maint-5.6/perl
37501            ! sv.c
37502 ____________________________________________________________________________
37503 [  8579] By: jhi                                   on 2001/01/28  05:15:04
37504         Log: Remove the #8084 effect: do not allow -Q to be interpreted
37505              as -&Q(), this is too much wiggle room.
37506      Branch: maint-5.6/perl
37507            ! toke.c
37508 ____________________________________________________________________________
37509 [  8578] By: jhi                                   on 2001/01/28  05:12:45
37510         Log: Needed bits of #8439 (should have been in #8576),
37511              mainly for lval substr().
37512      Branch: maint-5.6/perl
37513            ! mg.c pp.c pp_hot.c
37514 ____________________________________________________________________________
37515 [  8577] By: jhi                                   on 2001/01/28  05:02:46
37516         Log: A missing check-in.
37517      Branch: maint-5.6/perl
37518            ! utf8.c
37519 ____________________________________________________________________________
37520 [  8576] By: jhi                                   on 2001/01/28  04:26:18
37521         Log: Integrate changes #8425,8436,8439,8517 from mainline.
37522              The 8439 was not truly integrated because it had too many
37523              dependencies on the development branch and because it introduced
37524              concepts too bold for a maintenance branch (such as the qu operator).
37525              
37526              Subject: [PATCH perl@8342] -Wformat
37527              
37528              Tighten some of the UTF-8 tests a bit.
37529              
37530              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
37531              - The substr lval was still not okay.
37532              - Now pp_stringify and sv_setsv copies source's UTF8 flag
37533              even if IN_BYTE.  pp_stringify is called from fold_constants
37534              at optimization phase and "\x{100}" was made SvUTF8_off under
37535              use bytes (the bytes pragma is for "byte semantics" and not
37536              for "do not produce UTF8 data")
37537      Branch: maint-5.6/perl
37538            ! t/lib/charnames.t t/op/substr.t toke.c
37539           !> sv.c t/pragma/utf8.t
37540 ____________________________________________________________________________
37541 [  8575] By: jhi                                   on 2001/01/28  04:01:51
37542         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
37543              
37544              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
37545              
37546              Subject: [ID 20001230.003] UTF-8 tr still hurts
37547              
37548              Test cases for #8385 (from Simon's "torture.pl")
37549              
37550              Start fixing UTF-8 lval substr() (8405)
37551      Branch: maint-5.6/perl
37552           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
37553           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
37554 ____________________________________________________________________________
37555 [  8574] By: jhi                                   on 2001/01/28  03:09:06
37556         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
37557              from mainline.
37558              
37559              UTF-8 cleanup.
37560              
37561              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
37562              
37563              "\x{FF}\xFF" was broken.
37564              
37565              Tests for #8329 and #8330.
37566              
37567              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
37568              
37569              IRIX compiler noticed that the bof initialization might be
37570              bypassed by control flow.
37571              
37572              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
37573      Branch: maint-5.6/perl
37574           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
37575           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
37576 ____________________________________________________________________________
37577 [  8573] By: jhi                                   on 2001/01/28  02:06:12
37578         Log: Retract #8552.
37579      Branch: perl
37580            ! lib/Text/Wrap.pm t/lib/textwrap.t
37581 ____________________________________________________________________________
37582 [  8572] By: jhi                                   on 2001/01/28  02:04:49
37583         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
37584              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
37585              not really integrated but instead salvaged by hand
37586              (they had too many dependencies on the development release
37587              to be cleanly integratable).
37588              
37589              Subject: more UTF8 test suites and an UTF8 patch
37590              
37591              Tweak for MULTIPLICITY/USE_PERLIO
37592              
37593              Signedness nit.
37594              
37595              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
37596              
37597              Use the UTF8_XXX macros in is_utf8_char().
37598              
37599              Rewrite pp_concat() in terms of sv_catsv().  The . operator
37600              should now be UTF-8-proof.
37601              
37602              Subject: [PATCH perl@8269] scanning two hex-constants
37603              fails on EBCDIC environment (script length.t)
37604              
37605              Add some Unicode chop() tests.
37606      Branch: maint-5.6/perl
37607            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
37608           !> sv.c t/op/chop.t utf8.h
37609 ____________________________________________________________________________
37610 [  8571] By: jhi                                   on 2001/01/28  00:35:59
37611         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
37612              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
37613              
37614              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
37615              
37616              The maxiters upper limit sanity check (guarding against
37617              non-progress) assumed bytes instead of characters in s///
37618              and split().
37619              
37620              Signedness nit.
37621              
37622              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
37623              join() should now be UTF-8-proof.
37624              
37625              More split // UTF-8 tests. (8250)
37626      Branch: maint-5.6/perl
37627           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
37628           !> util.c
37629 ____________________________________________________________________________
37630 [  8570] By: jhi                                   on 2001/01/27  22:15:46
37631         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
37632              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
37633              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
37634              8084,8204,8244,8333 from mainline.
37635              
37636              For -Q where Q might be a one-letter sub name one does no more
37637              get a warning about an unknown filetest (7941,7943,7944,8084).
37638              
37639              Subject: Re: [ID 20001130.011] expression parsing bug ?
37640              
37641              Make uv_to_utf8() to zero-terminate its output buffer.
37642              
37643              Split off t/op/length.t (7995)
37644              
37645              Split off t/op/utf8decode.t (7996)
37646              
37647              Remove an unnecessary 'use utf8' from the utf8.t (7998)
37648              
37649              Split off t/op/concat.t (8004)
37650              
37651              Split off t/op/ver.t (8005)
37652              
37653              Document utf8_length(), utf8_distance(), and utf8_hop().
37654              
37655              Document utf8_to_uv() better.
37656              
37657              Introduce macros for UTF8 decoding (8028,8033).
37658              
37659              Add test for reverse() (8030,8031).
37660              
37661              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
37662              
37663              Do not return the Unicode replacement character    on UTF-8
37664              decoding failure.
37665              
37666              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
37667              not this_utf8 i.e. the output string has one, but don't mess
37668              with source assumption. (8052,8053)
37669              
37670              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
37671              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
37672              was not expecting to be called with something that was already
37673              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
37674              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
37675              (8054)
37676              
37677              Recode the naughty binary bytes in utf8decode.t using the \xHH.
37678              
37679              Make some panic messages a bit more logical.
37680      Branch: maint-5.6/perl
37681           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
37682           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
37683           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
37684           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
37685           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
37686           !> utf8.c utf8.h
37687 ____________________________________________________________________________
37688 [  8569] By: jhi                                   on 2001/01/27  19:16:43
37689         Log: Integrate changes #7750 from perlio and #8566 from mainline.
37690      Branch: maint-5.6/perl
37691           !> regexec.c sv.c
37692 ____________________________________________________________________________
37693 [  8568] By: jhi                                   on 2001/01/27  18:06:51
37694         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
37695              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
37696              7935[-perlio.c],7936,7959,7965 from mainline.
37697              
37698              Change the "big byte" error message to "Wide character".
37699              (7355, the croak-if-wide-chars-in-print part ignored)
37700              
37701              Use UINT64_C().
37702              
37703              Introduce Perl_utf8_length().
37704              
37705              diff -se shows these as different (7753, forgotten check-ins)
37706              
37707              Subject: [PATCH] doop.c - UTF8 tr///
37708              
37709              If we use (aTHX_ ...) then put Perl_ on the front.
37710              
37711              Make utf8_length() and utf8_distance() to be less forgiving
37712              about bad UTF-8.
37713              
37714              Test line numbers are different with utf8.
37715              
37716              No need to scan till infinity, 13 is enough. (7872,7911)
37717              
37718              Subject: [PATCH] Tokeniser debugging
37719              
37720              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
37721              
37722              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
37723              
37724              Be more careful in Perl_sv_utf8_downgrade().
37725              
37726              Use DO_UTF8().
37727              
37728              Raw zero bytes in text files confuse at least GNU patch 2.1.
37729      Branch: maint-5.6/perl
37730           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
37731           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
37732           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
37733           !> t/pragma/utf8.t toke.c utf8.c utf8.h
37734 ____________________________________________________________________________
37735 [  8567] By: nick                                  on 2001/01/27  11:10:38
37736         Log: Integrate mainline
37737      Branch: perlio
37738           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
37739           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
37740           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
37741           !> toke.c
37742 ____________________________________________________________________________
37743 [  8566] By: jhi                                   on 2001/01/27  06:22:48
37744         Log: More documentation for the regexp context stack.
37745      Branch: perl
37746            ! regexec.c
37747 ____________________________________________________________________________
37748 [  8565] By: jhi                                   on 2001/01/27  05:21:57
37749         Log: Update Changes.
37750      Branch: perl
37751            ! Changes patchlevel.h
37752 ____________________________________________________________________________
37753 [  8564] By: jhi                                   on 2001/01/27  04:44:04
37754         Log: Threadedness patch for #8562 from Doug MacEachern.
37755      Branch: perl
37756            ! toke.c
37757 ____________________________________________________________________________
37758 [  8563] By: jhi                                   on 2001/01/27  04:26:24
37759         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
37760              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37761              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
37762              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
37763      Branch: perl
37764            ! op.c
37765 ____________________________________________________________________________
37766 [  8562] By: jhi                                   on 2001/01/27  04:20:30
37767         Log: Subject: Re: Announce : Tokener reporting patch
37768              From: Simon Cozens <simon@cozens.net>
37769              Date: Mon, 22 Jan 2001 02:17:22 +0000
37770              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
37771      Branch: perl
37772            ! embed.h embed.pl proto.h toke.c
37773 ____________________________________________________________________________
37774 [  8561] By: jhi                                   on 2001/01/27  04:17:24
37775         Log: Forgot from #8545.  Oops.
37776      Branch: perl
37777            ! pp.c t/pragma/overload.t
37778 ____________________________________________________________________________
37779 [  8560] By: jhi                                   on 2001/01/27  03:01:47
37780         Log: A better module compilation test, use MANIFEST as suggested
37781              by Spider.
37782      Branch: perl
37783            ! t/lib/1_compile.t
37784 ____________________________________________________________________________
37785 [  8559] By: jhi                                   on 2001/01/27  02:50:48
37786         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
37787              From: Peter Prymmer <pvhp@forte.com>
37788              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
37789              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
37790      Branch: perl
37791            ! t/lib/b.t
37792 ____________________________________________________________________________
37793 [  8558] By: jhi                                   on 2001/01/27  02:27:05
37794         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
37795              From: Peter Prymmer <pvhp@forte.com>
37796              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
37797              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
37798      Branch: perl
37799            ! t/pragma/sub_lval.t
37800 ____________________________________________________________________________
37801 [  8557] By: jhi                                   on 2001/01/27  02:26:03
37802         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
37803              From: Peter Prymmer <pvhp@forte.com>
37804              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
37805              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
37806      Branch: perl
37807            ! t/lib/st-06compat.t
37808 ____________________________________________________________________________
37809 [  8556] By: jhi                                   on 2001/01/27  02:24:33
37810         Log: Subject: [PATCH: perl@8531] minor update to README.os390
37811              From: Peter Prymmer <pvhp@forte.com>
37812              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
37813              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
37814      Branch: perl
37815            ! README.os390
37816 ____________________________________________________________________________
37817 [  8555] By: jhi                                   on 2001/01/27  00:35:47
37818         Log: No point in checking the length before we know whether the pointer
37819              is bogus or not, fixes Abigail's odbm failures in Linux.
37820      Branch: perl
37821            ! sv.c
37822 ____________________________________________________________________________
37823 [  8554] By: nick                                  on 2001/01/26  19:01:31
37824         Log: Integrate mainline
37825      Branch: perlio
37826           !> lib/Text/Wrap.pm t/lib/textwrap.t
37827 ____________________________________________________________________________
37828 [  8553] By: jhi                                   on 2001/01/26  15:19:39
37829         Log: Integrate change #7792 from perlio (multiplicity fix),
37830              fix the AV leak in regex DEBUGGING (tiny part of the
37831              polymorphic regexp patch #8143).
37832      Branch: maint-5.6/perl
37833            ! regcomp.c
37834           !> scope.h
37835 ____________________________________________________________________________
37836 [  8552] By: jhi                                   on 2001/01/26  15:03:23
37837         Log: (Retracted by #8573)
37838              
37839              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
37840              From: Michael G Schwern <schwern@pobox.com>
37841              Date: Fri, 26 Jan 2001 09:28:31 -0500
37842              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
37843      Branch: perl
37844            ! lib/Text/Wrap.pm t/lib/textwrap.t
37845 ____________________________________________________________________________
37846 [  8551] By: jhi                                   on 2001/01/26  02:33:19
37847         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
37848              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
37849              
37850              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
37851              
37852              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
37853              
37854              Message nit.
37855              
37856              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
37857              
37858              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
37859              
37860              (the cleanup of unused submatches in regtry() and regcppop())
37861              
37862              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
37863              stored and restored, and thusly was trounced by the utf8 swash
37864              routines.
37865              
37866              use utf8 not required to use \x{}.
37867              
37868              Removed two more tests that make no sense in UTF-8 since the test
37869              data is not in UTF-8.
37870              
37871              Get the three different space character classes right under utf8.
37872              
37873              Implement ANYOFUTF8 regprop() dumping.
37874              
37875              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
37876              
37877              Document the regex context pushing/popping a bit better.
37878      Branch: maint-5.6/perl
37879           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
37880           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
37881           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
37882           !> t/op/regmesg.t utf8.c
37883 ____________________________________________________________________________
37884 [  8550] By: nick                                  on 2001/01/25  19:42:30
37885         Log: Integrate mainline
37886      Branch: perlio
37887           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
37888           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
37889           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
37890           !> t/lib/bigint.t t/lib/bigintpm.t
37891 ____________________________________________________________________________
37892 [  8549] By: jhi                                   on 2001/01/25  15:22:28
37893         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
37894      Branch: maint-5.6/perl
37895            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
37896 ____________________________________________________________________________
37897 [  8548] By: jhi                                   on 2001/01/25  15:02:55
37898         Log: Integrate changes #7997,8063,8492,8547 from mainline.
37899              
37900              Subject: Re: STRLEN - what?
37901              
37902              Subject: [PATCH] perlguts.pod
37903              
37904              Memory management calls documentation.
37905              
37906              Layout using tabulator is not a good idea in a pod.
37907      Branch: maint-5.6/perl
37908           !> pod/perlguts.pod
37909 ____________________________________________________________________________
37910 [  8547] By: jhi                                   on 2001/01/25  14:49:05
37911         Log: Layout using tabulator is not a good idea in a pod.
37912      Branch: perl
37913            ! pod/perlguts.pod
37914 ____________________________________________________________________________
37915 [  8546] By: jhi                                   on 2001/01/25  14:31:12
37916         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
37917              from mainline.
37918              
37919              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
37920              
37921              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
37922              
37923              More Win32 editor/IDE/shell hints.
37924              
37925              More Win32 Perling.
37926              
37927              Yet another editor edit.
37928              
37929              Edit edit edit.
37930              
37931              IDE/editor section tweaking.
37932              
37933              Few more IDE/editor nits from p5p.
37934      Branch: maint-5.6/perl
37935           !> pod/perlfaq3.pod
37936 ____________________________________________________________________________
37937 [  8545] By: jhi                                   on 2001/01/25  04:16:32
37938         Log: Subject: [PATCH 5.7.0] overload int()
37939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37940              Date: Wed, 24 Jan 2001 19:06:57 -0500
37941              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
37942      Branch: perl
37943            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
37944            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
37945            ! t/lib/bigintpm.t
37946 ____________________________________________________________________________
37947 [  8544] By: jhi                                   on 2001/01/25  04:15:11
37948         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
37949              From: Peter Prymmer <pvhp@forte.com>
37950              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
37951              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
37952      Branch: perl
37953            ! Makefile.SH README.os390 hints/os390.sh installperl
37954 ____________________________________________________________________________
37955 [  8543] By: jhi                                   on 2001/01/25  03:52:08
37956         Log: Integrate change #8462,8469 from mainline.
37957              
37958              In VMS Perl subversion (perl -V) is undef.
37959      Branch: maint-5.6/perl
37960           !> configure.com
37961 ____________________________________________________________________________
37962 [  8542] By: jhi                                   on 2001/01/25  03:44:55
37963         Log: Integrate changes #7835,7850,8315,8316 from mainline.
37964              
37965              Solaris hints.
37966      Branch: maint-5.6/perl
37967           !> hints/solaris_2.sh
37968 ____________________________________________________________________________
37969 [  8541] By: jhi                                   on 2001/01/25  03:39:28
37970         Log: Integrate #8336 from mainline.
37971      Branch: maint-5.6/perl
37972           !> hv.c
37973 ____________________________________________________________________________
37974 [  8540] By: jhi                                   on 2001/01/25  03:23:50
37975         Log: Retract #8539.
37976      Branch: maint-5.6/perl
37977            ! pod/perlfaq3.pod
37978 ____________________________________________________________________________
37979 [  8539] By: jhi                                   on 2001/01/25  03:21:55
37980         Log: (Retracted by #8540.)
37981      Branch: maint-5.6/perl
37982            ! pod/perlfaq3.pod
37983 ____________________________________________________________________________
37984 [  8538] By: jhi                                   on 2001/01/25  03:14:07
37985         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
37986              From: Peter Prymmer <pvhp@forte.com>
37987              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
37988              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
37989              
37990              The VMS bits.
37991      Branch: maint-5.6/perl
37992            ! configure.com vms/descrip_mms.template
37993 ____________________________________________________________________________
37994 [  8537] By: jhi                                   on 2001/01/25  03:06:09
37995         Log: Integrate #7710,7824,7973 from mainline.
37996      Branch: maint-5.6/perl
37997           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37998           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
37999           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
38000           !> vos/config.ga.def vos/config.ga.h win32/config.bc
38001           !> win32/config.gc win32/config.vc
38002 ____________________________________________________________________________
38003 [  8536] By: jhi                                   on 2001/01/24  13:50:20
38004         Log: Revert the edits made by me so far to the 5.6 branch since
38005              the TRIAL1 since I did edits when I should have been using
38006              integrates.  Bad programmer.   (Will integrate them properly later.)
38007              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
38008              The #8353 will not be reapplied at least for now since
38009              the UTF-8 hash keys need more thinking.
38010              (The patches #8347, #8354, #8454, #8473 were okay since they
38011              were original edits made specifically for the 5.6.1-TRIAL1.)
38012      Branch: maint-5.6/perl
38013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38014            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
38015            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
38016            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
38017            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
38018            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38019            ! win32/config.bc win32/config.gc win32/config.vc
38020 ____________________________________________________________________________
38021 [  8535] By: bailey                                on 2001/01/24  06:37:02
38022         Log: SYN SYN
38023      Branch: vmsperl
38024           +> (branch 26 files)
38025           !> (integrate 130 files)
38026 ____________________________________________________________________________
38027 [  8534] By: nick                                  on 2001/01/23  19:30:57
38028         Log: Integrate mainline.
38029      Branch: perlio
38030           !> Changes Configure Porting/Glossary Porting/config.sh
38031           !> Porting/config_H embed.h embed.pl ext/Encode/compile
38032           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
38033           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
38034           !> pod/perlvar.pod proto.h t/lib/1_compile.t
38035 ____________________________________________________________________________
38036 [  8533] By: jhi                                   on 2001/01/23  16:15:46
38037         Log: Forgotten from #8501.
38038      Branch: perl
38039            ! Porting/Glossary Porting/config.sh Porting/config_H
38040 ____________________________________________________________________________
38041 [  8532] By: jhi                                   on 2001/01/23  16:13:27
38042         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
38043              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38044              Date: Mon, 22 Jan 2001 17:51:58 +0100
38045              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
38046      Branch: perl
38047            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
38048 ____________________________________________________________________________
38049 [  8531] By: jhi                                   on 2001/01/23  15:46:01
38050         Log: Update Changes.
38051      Branch: perl
38052            ! Changes patchlevel.h
38053 ____________________________________________________________________________
38054 [  8530] By: jhi                                   on 2001/01/23  15:38:39
38055         Log: De-cut-and-pasto.
38056      Branch: perl
38057            ! t/lib/1_compile.t
38058 ____________________________________________________________________________
38059 [  8529] By: jhi                                   on 2001/01/23  15:11:04
38060         Log: Document the mkdir trailing slashes case.
38061      Branch: perl
38062            ! pod/perlfunc.pod
38063 ____________________________________________________________________________
38064 [  8528] By: jhi                                   on 2001/01/23  15:08:28
38065         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
38066              get installed:
38067              
38068              Subject: lib/lib.pm
38069              From: <abigail@foad.org>
38070              Date: Mon, 28 Aug 2000 20:35:08 -0400
38071              Message-ID: <20000829003508.21281.qmail@foad.org>
38072      Branch: perl
38073            ! installperl
38074 ____________________________________________________________________________
38075 [  8527] By: jhi                                   on 2001/01/23  14:44:04
38076         Log: Metaconfig unit change for #8526.
38077      Branch: metaconfig
38078            ! U/threads/archname.U
38079 ____________________________________________________________________________
38080 [  8526] By: jhi                                   on 2001/01/23  14:43:19
38081         Log: Attach -perlio to the archname if so selected.
38082      Branch: perl
38083            ! Configure
38084 ____________________________________________________________________________
38085 [  8525] By: jhi                                   on 2001/01/23  14:24:01
38086         Log: Subject: [PATCH] pod/perlvar.pod
38087              From: abigail@foad.org
38088              Date: Tue, 23 Jan 2001 01:41:10 +0100
38089              Message-ID: <20010123004110.22259.qmail@foad.org>
38090      Branch: perl
38091            ! pod/perlvar.pod
38092 ____________________________________________________________________________
38093 [  8524] By: jhi                                   on 2001/01/23  14:22:32
38094         Log: A bug introduced in #8217 (the undefined variable in the
38095              lib/safe1_t #3) fixed, by Charles Lane:
38096              
38097              The earlier patch made it so that stuff running in Safe
38098              compartments could do a "caller" and see "main".  That
38099              little change in name is done right before the code in
38100              the compartment is run, and apparantly the parser
38101              was picking up the stash name before it got changed.
38102              
38103              (why it was threaded vs. unthreaded Perl that was sensitive to this
38104              I still don't know...and it probably doesn't matter).
38105              
38106              I tryed removing the stash name-change and saw that threaded Perl
38107              did indeed pass the lib/safe1.t tests.
38108              
38109              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
38110              do the name change (and to connect _ in the compartment to the global
38111              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
38112              to call _safe_pkg_prep when creating a new compartment.
38113              
38114              Passes all tests with threaded perl on linux; passes all tests
38115              with unthreaded perl on VMS.
38116              
38117              At some point I'll probably want to revisit Safe and Opcode to
38118              provide more sensible handling of global variables...and to get
38119              formats working in Safe compartments, which they don't do currently.
38120      Branch: perl
38121            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
38122 ____________________________________________________________________________
38123 [  8523] By: jhi                                   on 2001/01/23  14:11:58
38124         Log: Also the lib/Thread.pm itself needs to be ignored if
38125              the Thread extension hasn't been built.
38126      Branch: perl
38127            ! t/lib/1_compile.t
38128 ____________________________________________________________________________
38129 [  8522] By: jhi                                   on 2001/01/23  13:51:28
38130         Log: print() instead of warn() so that stderr doesn't get
38131              unncessarily polluted.
38132      Branch: perl
38133            ! ext/Encode/compile
38134 ____________________________________________________________________________
38135 [  8521] By: jhi                                   on 2001/01/23  13:49:48
38136         Log: Integrate perlio.
38137      Branch: perl
38138           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
38139           !> ext/Encode/encode.h
38140 ____________________________________________________________________________
38141 [  8520] By: nick                                  on 2001/01/22  21:44:00
38142         Log: More messing with Encode:
38143              Extra fields in header to allow multiple names and to record
38144              other things "compile" knows.
38145              Re-organise compile to factor out common output routines.
38146      Branch: perlio
38147            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
38148 ____________________________________________________________________________
38149 [  8519] By: nick                                  on 2001/01/22  20:33:50
38150         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
38151      Branch: perlio
38152            ! ext/Encode/Makefile.PL ext/Encode/compile
38153 ____________________________________________________________________________
38154 [  8518] By: nick                                  on 2001/01/22  20:28:13
38155         Log: Integrate mainline
38156      Branch: perlio
38157           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
38158           !> vos/config.alpha.def vos/config.alpha.h
38159 ____________________________________________________________________________
38160 [  8517] By: jhi                                   on 2001/01/22  15:37:17
38161         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
38162              by Inaba Hiroto.
38163      Branch: perl
38164            ! sv.c
38165 ____________________________________________________________________________
38166 [  8516] By: jhi                                   on 2001/01/22  14:55:15
38167         Log: More SIG_SIZE fixes.
38168      Branch: perl
38169            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
38170 ____________________________________________________________________________
38171 [  8515] By: jhi                                   on 2001/01/22  14:50:27
38172         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
38173              From: "Craig A. Berry" <craigberry@mac.com>
38174              Date: Mon, 22 Jan 2001 00:42:24 -0600
38175              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
38176      Branch: perl
38177            ! configure.com
38178 ____________________________________________________________________________
38179 [  8514] By: jhi                                   on 2001/01/22  14:31:17
38180         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
38181              From: "Craig A. Berry" <craigberry@mac.com>
38182              Date: Sun, 21 Jan 2001 23:03:25 -0600
38183              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
38184      Branch: perl
38185            ! configure.com
38186 ____________________________________________________________________________
38187 [  8513] By: jhi                                   on 2001/01/22  14:14:00
38188         Log: Add the .ucm encoding tables to the MANIFEST.
38189      Branch: perl
38190            ! MANIFEST
38191 ____________________________________________________________________________
38192 [  8512] By: jhi                                   on 2001/01/22  13:43:33
38193         Log: Integrate perlio.
38194      Branch: perl
38195           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
38196           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
38197           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
38198           +> ext/Encode/Encode/iso8859-10.ucm
38199           +> ext/Encode/Encode/iso8859-13.ucm
38200           +> ext/Encode/Encode/iso8859-14.ucm
38201           +> ext/Encode/Encode/iso8859-15.ucm
38202           +> ext/Encode/Encode/iso8859-16.ucm
38203           +> ext/Encode/Encode/iso8859-2.ucm
38204           +> ext/Encode/Encode/iso8859-3.ucm
38205           +> ext/Encode/Encode/iso8859-4.ucm
38206           +> ext/Encode/Encode/iso8859-5.ucm
38207           +> ext/Encode/Encode/iso8859-6.ucm
38208           +> ext/Encode/Encode/iso8859-7.ucm
38209           +> ext/Encode/Encode/iso8859-8.ucm
38210           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
38211           +> ext/Encode/Encode/symbol.ucm
38212           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
38213           !> perliol.h
38214 ____________________________________________________________________________
38215 [  8511] By: nick                                  on 2001/01/21  23:44:47
38216         Log: Make "real" layers of ":utf8" and ":raw".
38217              So now PERLIO=utf8 perl ...
38218              does what Andreas wanted.
38219              Fix arg passing in open.pm (still have a Carp issue).
38220      Branch: perlio
38221            ! lib/open.pm perlio.c perliol.h
38222 ____________________________________________________________________________
38223 [  8510] By: jhi                                   on 2001/01/21  22:56:53
38224         Log: Document the regex content pushing/popping a bit better.
38225      Branch: perl
38226            ! regexec.c
38227 ____________________________________________________________________________
38228 [  8509] By: jhi                                   on 2001/01/21  22:55:44
38229         Log: Tweak the mkdir trailing slash code some more.
38230              
38231              TO DO: the same handling should probably be done for
38232              all the other filesystem functions that can have directories
38233              as their arguments.
38234      Branch: perl
38235            ! pp_sys.c
38236 ____________________________________________________________________________
38237 [  8508] By: nick                                  on 2001/01/21  21:37:43
38238         Log: Switch "compiled in" encodings to .ucm format.
38239              (Leave others as .enc till we can run-time load .ucm,
38240              or find some other way to load them.)
38241      Branch: perlio
38242            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
38243            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
38244            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
38245            + ext/Encode/Encode/iso8859-10.ucm
38246            + ext/Encode/Encode/iso8859-13.ucm
38247            + ext/Encode/Encode/iso8859-14.ucm
38248            + ext/Encode/Encode/iso8859-15.ucm
38249            + ext/Encode/Encode/iso8859-16.ucm
38250            + ext/Encode/Encode/iso8859-2.ucm
38251            + ext/Encode/Encode/iso8859-3.ucm
38252            + ext/Encode/Encode/iso8859-4.ucm
38253            + ext/Encode/Encode/iso8859-5.ucm
38254            + ext/Encode/Encode/iso8859-6.ucm
38255            + ext/Encode/Encode/iso8859-7.ucm
38256            + ext/Encode/Encode/iso8859-8.ucm
38257            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
38258            + ext/Encode/Encode/symbol.ucm
38259            ! ext/Encode/Makefile.PL ext/Encode/compile
38260 ____________________________________________________________________________
38261 [  8507] By: nick                                  on 2001/01/21  21:02:03
38262         Log: Integrate (partial) mainline.
38263      Branch: perlio
38264           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
38265           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
38266           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38267 ____________________________________________________________________________
38268 [  8506] By: jhi                                   on 2001/01/21  20:09:30
38269         Log: Update Changes.
38270      Branch: perl
38271            ! Changes patchlevel.h
38272 ____________________________________________________________________________
38273 [  8505] By: jhi                                   on 2001/01/21  19:39:59
38274         Log: Subject: Minor typos in perlfaq2.pod
38275              From: "Stephen P. Potter" <spp@spotter.yi.org>
38276              Message-Id: <200101192101.QAA11911@spotter.yi.org>
38277              Date: Fri, 19 Jan 2001 16:01:13 -0500
38278              
38279              with a nit from Philip Netwon.
38280      Branch: perl
38281            ! pod/perlfaq2.pod
38282 ____________________________________________________________________________
38283 [  8504] By: jhi                                   on 2001/01/21  19:33:05
38284         Log: Metaconfig change for #8503.
38285      Branch: metaconfig
38286            ! U/threads/usethreads.U
38287 ____________________________________________________________________________
38288 [  8503] By: jhi                                   on 2001/01/21  19:32:21
38289         Log: Sanity check for conflicting thread flavours.
38290      Branch: perl
38291            ! Configure config_h.SH
38292 ____________________________________________________________________________
38293 [  8502] By: jhi                                   on 2001/01/21  19:23:00
38294         Log: Metaconfig change for #8501.
38295      Branch: metaconfig
38296            ! U/modified/sig_name.U
38297 ____________________________________________________________________________
38298 [  8501] By: jhi                                   on 2001/01/21  19:22:26
38299         Log: The SIG_SIZE is the number of the elements *excluding*
38300              the terminating NULL.
38301      Branch: perl
38302            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
38303            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
38304            ! win32/config_H.vc
38305 ____________________________________________________________________________
38306 [  8500] By: jhi                                   on 2001/01/21  18:31:31
38307         Log: Integrate perlio.
38308      Branch: perl
38309           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
38310           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
38311           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
38312           !> pp_sys.c proto.h sv.c
38313 ____________________________________________________________________________
38314 [  8499] By: jhi                                   on 2001/01/21  17:43:57
38315         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
38316              From: Hugo <hv@crypt.compulink.co.uk>
38317              Date: Sun, 21 Jan 2001 13:34:05 +0000
38318              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
38319              
38320              In sprintf UTF8ize only if necessary.
38321      Branch: perl
38322            ! sv.c
38323 ____________________________________________________________________________
38324 [  8498] By: nick                                  on 2001/01/21  16:25:32
38325         Log: Encode cleanup.
38326              Add command line control over "compile" so that Makefile.PL
38327              needs can be combined with other uses.
38328              Use command line options in Makefile.PL.
38329              Fix multi-byte parsing in .ucm files.
38330      Branch: perlio
38331            ! ext/Encode/Makefile.PL ext/Encode/compile
38332 ____________________________________________________________________________
38333 [  8497] By: nick                                  on 2001/01/21  12:56:27
38334         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
38335      Branch: perlio
38336            ! ext/Encode/Encode.xs
38337 ____________________________________________________________________________
38338 [  8496] By: nick                                  on 2001/01/21  12:18:45
38339         Log: Fixup after integrate:
38340              missed the .sym files that are changed by regen_headers
38341              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
38342      Branch: perlio
38343            ! global.sym pp.sym sv.c
38344 ____________________________________________________________________________
38345 [  8495] By: nick                                  on 2001/01/21  11:51:07
38346         Log: Integrate mainline.
38347      Branch: perlio
38348           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
38349           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
38350           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
38351           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
38352           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
38353           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
38354           !> win32/Makefile win32/makefile.mk
38355 ____________________________________________________________________________
38356 [  8494] By: jhi                                   on 2001/01/20  23:12:11
38357         Log: Forgot the expect_number() prototype.
38358      Branch: perl
38359            ! embed.h embed.pl proto.h
38360 ____________________________________________________________________________
38361 [  8493] By: jhi                                   on 2001/01/20  22:56:39
38362         Log: Subject: [PATCH: perl@8482] README.vms URL updates
38363              From: Peter Prymmer <pvhp@forte.com>
38364              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
38365              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
38366              
38367              Plus Craig A. Berry's suggestion to use compaq.com instead
38368              of digital.com.
38369      Branch: perl
38370            ! README.vms
38371 ____________________________________________________________________________
38372 [  8492] By: jhi                                   on 2001/01/20  22:50:05
38373         Log: Memory management calls documentation.
38374      Branch: perl
38375            ! pod/perlguts.pod
38376 ____________________________________________________________________________
38377 [  8491] By: jhi                                   on 2001/01/20  22:38:33
38378         Log: Signedness nit plus few memcpy/Copy nits.
38379      Branch: perl
38380            ! sv.c
38381 ____________________________________________________________________________
38382 [  8490] By: jhi                                   on 2001/01/20  22:25:53
38383         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
38384              From: Peter Prymmer <pvhp@forte.com>
38385              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
38386              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
38387      Branch: perl
38388            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
38389 ____________________________________________________________________________
38390 [  8489] By: jhi                                   on 2001/01/20  22:24:41
38391         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
38392              From: Peter Prymmer <pvhp@forte.com>
38393              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
38394              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
38395      Branch: perl
38396            ! win32/Makefile win32/makefile.mk
38397 ____________________________________________________________________________
38398 [  8488] By: jhi                                   on 2001/01/20  22:22:27
38399         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
38400              From: Peter Prymmer <pvhp@forte.com>
38401              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
38402              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
38403      Branch: perl
38404            ! Makefile.SH
38405 ____________________________________________________________________________
38406 [  8487] By: jhi                                   on 2001/01/20  22:21:18
38407         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
38408              From: Peter Prymmer <pvhp@forte.com>
38409              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
38410              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
38411      Branch: perl
38412            + ext/DynaLoader/dl_dllload.xs
38413            ! MANIFEST Makefile.SH hints/os390.sh
38414 ____________________________________________________________________________
38415 [  8486] By: jhi                                   on 2001/01/20  22:17:53
38416         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
38417              From: Peter Prymmer <pvhp@forte.com>
38418              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
38419              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
38420      Branch: perl
38421            ! README.os390 README.posix-bc
38422 ____________________________________________________________________________
38423 [  8485] By: jhi                                   on 2001/01/20  20:15:30
38424         Log: Document and test the new qu operator.
38425      Branch: perl
38426            + t/op/qu.t
38427            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
38428            ! pod/perlretut.pod pod/perlunicode.pod
38429 ____________________________________________________________________________
38430 [  8484] By: nick                                  on 2001/01/20  19:42:30
38431         Log: Infrastructure to allow:
38432              open($fh,"|-",@array);
38433              to be implemented
38434              i.e. mark pp_open as needing a stack mark, and make pp_open
38435              process its args in that style (and pass them _all_ to tied handles OPEN).
38436              Invent do_openn() which takes SV ** at allow it to see multiple args.
38437              Note this does not _do_ anything yet.
38438      Branch: perlio
38439            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
38440            ! perlapi.c pp_proto.h pp_sys.c proto.h
38441 ____________________________________________________________________________
38442 [  8483] By: nick                                  on 2001/01/20  17:23:14
38443         Log: Integrate mainline.
38444      Branch: perlio
38445           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
38446           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
38447 ____________________________________________________________________________
38448 [  8482] By: jhi                                   on 2001/01/19  15:37:49
38449         Log: Update Changes.
38450      Branch: perl
38451            ! Changes patchlevel.h
38452 ____________________________________________________________________________
38453 [  8481] By: jhi                                   on 2001/01/19  14:41:24
38454         Log: Subject: Re: new feature: s?printf parameter reordering 
38455              From: Hugo <hv@crypt.compulink.co.uk>
38456              Date: Thu, 11 Jan 2001 17:09:03 +0000
38457              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
38458              
38459              - support reordering for all parameters: %, *v, *, .*
38460              - lay down that the reordering specification must immediately
38461              follow that parameter: %3$, *v3$, *3$, .*3$
38462              - fix vectorisation of a zero-length string
38463              - factor out the code choosing the argument to format
38464              
38465              Possibly unwanted side-effects:
38466              - the special format specifiers ' +-0' must now precede any
38467              vectorisation specifier. Tests in op/sprintf and op/ver
38468              have been changed to reflect this.
38469              - sprintf.t test #214 changed its expectations because in many
38470              cases, the next parameter has already been consumed when an
38471              invalid type letter is detected.
38472              
38473              Probably wanted side-effects:
38474              - attempts to format a non-existent parameter will warn as if C<undef>
38475              - attempt to write to non-existent parameter with '%n' will complain
38476              of "attempt to modify read-only value" instead of being silent
38477      Branch: perl
38478            ! sv.c t/op/sprintf.t t/op/ver.t
38479 ____________________________________________________________________________
38480 [  8480] By: jhi                                   on 2001/01/19  14:08:37
38481         Log: Subject: PATCH pragma/locale.t
38482              From: andreas.koenig@anima.de (Andreas J. Koenig)
38483              Date: 18 Jan 2001 09:45:37 +0100
38484              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
38485      Branch: perl
38486            ! t/pragma/locale.t
38487 ____________________________________________________________________________
38488 [  8479] By: jhi                                   on 2001/01/19  13:19:58
38489         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
38490      Branch: perl
38491            ! configure.com
38492 ____________________________________________________________________________
38493 [  8478] By: jhi                                   on 2001/01/19  02:12:35
38494         Log: Automate 1_compile.t.
38495      Branch: perl
38496            ! t/lib/1_compile.t
38497 ____________________________________________________________________________
38498 [  8477] By: jhi                                   on 2001/01/19  01:49:56
38499         Log: Integrate perlio.
38500      Branch: perl
38501           !> sv.c win32/config.bc win32/config.gc win32/config.vc
38502           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38503 ____________________________________________________________________________
38504 [  8476] By: nick                                  on 2001/01/18  21:51:52
38505         Log: Integrate mainline
38506      Branch: perlio
38507           +> t/lib/1_compile.t t/lib/compmod.pl
38508           !> MANIFEST configure.com lib/unicode/distinct.pm
38509 ____________________________________________________________________________
38510 [  8475] By: nick                                  on 2001/01/18  21:48:02
38511         Log: Win32 "safe signals" co-existance fix.
38512              Fix SIG_SIZE value.
38513              Clear PL_sig_pending when cloning (fork).
38514      Branch: perlio
38515            ! sv.c win32/config.bc win32/config.gc win32/config.vc
38516            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38517 ____________________________________________________________________________
38518 [  8474] By: jhi                                   on 2001/01/18  14:40:57
38519         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
38520      Branch: perl
38521            ! t/lib/1_compile.t
38522 ____________________________________________________________________________
38523 [  8473] By: gsar                                  on 2001/01/18  11:42:31
38524         Log: unsubmitted trial1 change
38525      Branch: maint-5.6/perl
38526            ! Changes
38527 ____________________________________________________________________________
38528 [  8472] By: jhi                                   on 2001/01/18  04:30:24
38529         Log: The first bug found by 1_compile.t.
38530      Branch: perl
38531            ! lib/unicode/distinct.pm
38532 ____________________________________________________________________________
38533 [  8471] By: jhi                                   on 2001/01/18  04:29:42
38534         Log: Add Schwern's 1_compile test.  The compile_module script renamed
38535              to be a bit shorter for the 8.3 people.
38536      Branch: perl
38537            + t/lib/1_compile.t t/lib/compmod.pl
38538            ! MANIFEST
38539 ____________________________________________________________________________
38540 [  8470] By: jhi                                   on 2001/01/18  04:16:00
38541         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)
38542              From: Peter Prymmer <pvhp@forte.com>
38543              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
38544              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
38545              Replace #8463.
38546      Branch: maint-5.6/perl
38547            ! configure.com
38548 ____________________________________________________________________________
38549 [  8469] By: jhi                                   on 2001/01/18  04:13:02
38550         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)
38551              From: Peter Prymmer <pvhp@forte.com>
38552              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
38553              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
38554              Replace #8462.
38555      Branch: perl
38556            ! configure.com
38557 ____________________________________________________________________________
38558 [  8468] By: jhi                                   on 2001/01/18  03:42:08
38559         Log: Integrate perlio.
38560      Branch: perl
38561           !> gv.c mg.c perlio.c util.c
38562 ____________________________________________________________________________
38563 [  8467] By: nick                                  on 2001/01/17  22:41:10
38564         Log: "Safe" signals - trial implementation.
38565              gv.c tweaked to zero PL_sig_pend array
38566              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
38567              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
38568              Odd thing is that it "works" with PERLIO=stdio as well (linux).
38569      Branch: perlio
38570            ! gv.c mg.c perlio.c util.c
38571 ____________________________________________________________________________
38572 [  8466] By: nick                                  on 2001/01/17  20:40:20
38573         Log: Integrate mainline.
38574      Branch: perlio
38575           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38576           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
38577           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
38578           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38579           !> vos/config.ga.h win32/config.bc win32/config.gc
38580           !> win32/config.vc
38581 ____________________________________________________________________________
38582 [  8465] By: jhi                                   on 2001/01/17  18:37:13
38583         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
38584              From: Nicholas Clark <nick@ccl4.org>
38585              Date: Wed, 17 Jan 2001 17:31:33 +0000
38586              Message-ID: <20010117173133.I2633@plum.flirble.org>
38587      Branch: perl
38588            ! t/op/int.t
38589 ____________________________________________________________________________
38590 [  8464] By: jhi                                   on 2001/01/17  14:43:17
38591         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
38592              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38593              Date: Wed, 17 Jan 2001 15:16:43 +0100
38594              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
38595              
38596              pp_int() was dropping an NV to the floor,
38597              int(279964589018079/59) either returned not an integer
38598              4745162525730.15, or one got "Attempt to free unreferenced scalar."
38599      Branch: perl
38600            ! pp.c
38601 ____________________________________________________________________________
38602 [  8463] By: jhi                                   on 2001/01/17  06:12:42
38603         Log: (Replaced by #8470)
38604              
38605              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)
38606              From: "Craig A. Berry" <craigberry@mac.com>
38607              Date: Tue, 16 Jan 2001 23:38:46 -0600
38608              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
38609      Branch: maint-5.6/perl
38610            ! configure.com
38611 ____________________________________________________________________________
38612 [  8462] By: jhi                                   on 2001/01/17  06:11:31
38613         Log: (Replaced by #8469)
38614              
38615              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)
38616              From: "Craig A. Berry" <craigberry@mac.com>
38617              Date: Tue, 16 Jan 2001 23:38:46 -0600
38618              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
38619      Branch: perl
38620            ! configure.com
38621 ____________________________________________________________________________
38622 [  8461] By: jhi                                   on 2001/01/17  05:56:12
38623         Log: Allow for one trailing slash in the directory of mkdir().
38624      Branch: perl
38625            ! pp_sys.c
38626 ____________________________________________________________________________
38627 [  8460] By: jhi                                   on 2001/01/17  03:26:01
38628         Log: Metaconfig unit changes for #8459.
38629      Branch: metaconfig
38630            ! U/modified/Loc.U U/modified/sig_name.U
38631 ____________________________________________________________________________
38632 [  8459] By: jhi                                   on 2001/01/17  03:24:48
38633         Log: Define SIG_SIZE, the number of elements in the sig_name and
38634              sig_num arrays, including the final NULL entry.
38635      Branch: perl
38636            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38637            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
38638            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
38639            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38640            ! win32/config.bc win32/config.gc win32/config.vc
38641 ____________________________________________________________________________
38642 [  8458] By: jhi                                   on 2001/01/17  01:41:33
38643         Log: Integrate perlio.
38644      Branch: perl
38645           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
38646           !> perlapi.h proto.h sv.c
38647 ____________________________________________________________________________
38648 [  8457] By: nick                                  on 2001/01/16  22:07:26
38649         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
38650              Provides all the "cost" but no benefit yet - it is to allow cost
38651              to be measured, and implementation experiments (just in mg.c?).
38652      Branch: perlio
38653            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
38654            ! perlapi.h proto.h sv.c
38655 ____________________________________________________________________________
38656 [  8456] By: nick                                  on 2001/01/16  21:07:07
38657         Log: Integrate mainline.
38658      Branch: perlio
38659           !> (integrate 51 files)
38660 ____________________________________________________________________________
38661 [  8455] By: jhi                                   on 2001/01/16  18:13:43
38662         Log: Subject: [PATCH] regcomp.c old feature removal
38663              From: mjd@plover.com
38664              Date: 16 Jan 2001 14:43:18 -0000 
38665              Message-ID: <20010116144318.7140.qmail@plover.com> 
38666      Branch: perl
38667            ! regcomp.c
38668 ____________________________________________________________________________
38669 [  8454] By: jhi                                   on 2001/01/16  16:12:39
38670         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
38671              From: "Indy Singh" <indy@nusphere.com>
38672              Date: Wed, 10 Jan 2001 20:17:49 -0500
38673              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
38674      Branch: maint-5.6/perl
38675            ! win32/Makefile
38676 ____________________________________________________________________________
38677 [  8453] By: jhi                                   on 2001/01/16  16:09:33
38678         Log: Update Changes.
38679      Branch: perl
38680            ! Changes patchlevel.h
38681 ____________________________________________________________________________
38682 [  8452] By: jhi                                   on 2001/01/16  15:42:04
38683         Log: Subject: Re: API Cleanup
38684              To: perl5-porters@perl.org
38685              Date: Tue, 16 Jan 2001 13:42:30 +0000
38686              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
38687              
38688              Subject: [PATCH] utf8.c documentation
38689              From: Simon Cozens <simon@cozens.net>
38690              Date: Tue, 16 Jan 2001 13:52:48 +0000
38691              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
38692              
38693              Subject: Re: API Cleanup
38694              From: Simon Cozens <simon@cozens.net>
38695              Date: Tue, 16 Jan 2001 14:58:55 +0000
38696              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
38697              
38698              UTF-8 doc patches.
38699      Branch: perl
38700            ! embed.pl pod/perlapi.pod utf8.c
38701 ____________________________________________________________________________
38702 [  8451] By: jhi                                   on 2001/01/16  14:41:39
38703         Log: podlators 1.07, from Russ Allbery.
38704      Branch: perl
38705            ! lib/Pod/Man.pm
38706 ____________________________________________________________________________
38707 [  8450] By: jhi                                   on 2001/01/16  14:24:19
38708         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
38709              From: "Indy Singh" <indy@nusphere.com>
38710              Date: Mon, 15 Jan 2001 20:59:40 -0500
38711              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
38712      Branch: perl
38713            ! win32/Makefile
38714 ____________________________________________________________________________
38715 [  8449] By: jhi                                   on 2001/01/16  03:42:55
38716         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
38717              at the setting of the ofs_sv in new_struct_thread() as the
38718              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
38719              uninitialized fields are, uh, initialized with),
38720              SvREFCNT_inc()ing that invited a core dump.
38721      Branch: perl
38722            ! util.c
38723 ____________________________________________________________________________
38724 [  8448] By: jhi                                   on 2001/01/16  01:49:07
38725         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
38726              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38727              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
38728              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
38729              
38730              Replace #8444 and #8445.
38731      Branch: perl
38732            ! ext/B/B.xs ext/B/B/Debug.pm
38733 ____________________________________________________________________________
38734 [  8447] By: jhi                                   on 2001/01/15  21:05:35
38735         Log: Subject: [PATCH] API Variable documentation   
38736              From: Simon Cozens <simon@cozens.net>
38737              Date: Mon, 15 Jan 2001 19:35:54 +0000
38738              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
38739      Branch: perl
38740            ! pod/perlapi.pod thrdvar.h
38741 ____________________________________________________________________________
38742 [  8446] By: jhi                                   on 2001/01/15  20:49:20
38743         Log: Signedness nit.
38744      Branch: perl
38745            ! pp_ctl.c
38746 ____________________________________________________________________________
38747 [  8445] By: jhi                                   on 2001/01/15  20:28:48
38748         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
38749      Branch: perl
38750            ! ext/B/B/Debug.pm
38751 ____________________________________________________________________________
38752 [  8444] By: jhi                                   on 2001/01/15  13:09:10
38753         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
38754      Branch: perl
38755            ! ext/B/B.xs
38756 ____________________________________________________________________________
38757 [  8443] By: jhi                                   on 2001/01/15  13:06:26
38758         Log: Missing from #8439.
38759      Branch: perl
38760            ! keywords.h mg.c
38761 ____________________________________________________________________________
38762 [  8442] By: jhi                                   on 2001/01/15  13:02:38
38763         Log: Subject: [PATCH @8436] Eliminate op_children
38764              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38765              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
38766              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
38767              
38768              Subject: [PATCH @8436] Re: Eliminate op_children
38769              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38770              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
38771              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
38772      Branch: perl
38773            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
38774            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
38775            ! op.c op.h
38776 ____________________________________________________________________________
38777 [  8441] By: jhi                                   on 2001/01/15  12:57:08
38778         Log: Use the /^Perl_/-less form of is_lvalue_sub().
38779      Branch: perl
38780            ! pp.h
38781 ____________________________________________________________________________
38782 [  8440] By: jhi                                   on 2001/01/15  05:13:09
38783         Log: Revert #8437 and #8438, the Linux large files story is more complex.
38784      Branch: metaconfig/U/perl
38785            ! d_fpos64_t.U d_off64_t.U
38786      Branch: perl
38787            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38788            ! config_h.SH configure.com epoc/config.sh perl.h
38789            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
38790            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38791            ! win32/config.bc win32/config.gc win32/config.vc
38792 ____________________________________________________________________________
38793 [  8439] By: jhi                                   on 2001/01/15  05:02:24
38794         Log: More UTF-8 patches from Inaba Hiroto.
38795              - The substr lval was still not okay.
38796              - Now pp_stringify and sv_setsv copies source's UTF8 flag
38797              even if IN_BYTE.  pp_stringify is called from fold_constants
38798              at optimization phase and "\x{100}" was made SvUTF8_off under
38799              use bytes (the bytes pragma is for "byte semantics" and not
38800              for "do not produce UTF8 data")
38801              - New `qu' operator to generate UTF8 string explicitly.
38802              Though I agree with the policy "0x00-0xff always produce bytes",
38803              sometimes want to such a string to be coded in UTF8.
38804              I can use pack"U0a*" but it requires more typing and has
38805              runtime overhead.
38806              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
38807              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
38808              string is not UTF8_on and has char 0x80-0xff.
38809              
38810              TODO: document and test qu.
38811      Branch: perl
38812            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
38813            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
38814            ! toke.c
38815 ____________________________________________________________________________
38816 [  8438] By: jhi                                   on 2001/01/14  05:10:23
38817         Log: (Reverted by #8440)
38818              
38819              Metaconfig unit changes for #8437.
38820      Branch: metaconfig/U/perl
38821            ! d_fpos64_t.U d_off64_t.U
38822 ____________________________________________________________________________
38823 [  8437] By: jhi                                   on 2001/01/14  04:55:34
38824         Log: (Reverted by #8440)
38825              
38826              Add <features.h> probing, seems to be needed for (some?)
38827              Linux largefileness.
38828      Branch: perl
38829            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38830            ! config_h.SH configure.com epoc/config.sh perl.h
38831            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
38832            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38833            ! win32/config.bc win32/config.gc win32/config.vc
38834 ____________________________________________________________________________
38835 [  8436] By: jhi                                   on 2001/01/13  17:47:21
38836         Log: Tighten some of the tests a bit.
38837      Branch: perl
38838            ! t/pragma/utf8.t
38839 ____________________________________________________________________________
38840 [  8435] By: jhi                                   on 2001/01/13  17:31:54
38841         Log: Integrate perlio.
38842      Branch: perl
38843           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
38844           !> win32/config_H.gc win32/config_H.vc
38845 ____________________________________________________________________________
38846 [  8434] By: nick                                  on 2001/01/13  11:36:53
38847         Log: Run dmake regen_config_h for Win32
38848      Branch: perlio
38849            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38850 ____________________________________________________________________________
38851 [  8433] By: nick                                  on 2001/01/13  11:31:55
38852         Log: VMS friendly patch to Encode compile process
38853      Branch: perlio
38854            ! ext/Encode/Makefile.PL ext/Encode/compile
38855 ____________________________________________________________________________
38856 [  8432] By: nick                                  on 2001/01/13  11:06:44
38857         Log: Integrate mainline
38858      Branch: perlio
38859           +> ext/B/B/Concise.pm
38860           !> (integrate 52 files)
38861 ____________________________________________________________________________
38862 [  8431] By: jhi                                   on 2001/01/13  05:55:55
38863         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
38864              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38865              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
38866              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
38867      Branch: perl
38868            ! ext/B/B/Concise.pm
38869 ____________________________________________________________________________
38870 [  8430] By: jhi                                   on 2001/01/13  04:24:18
38871         Log: The LVRET macro needed an aTHX.
38872      Branch: perl
38873            ! pp.h
38874 ____________________________________________________________________________
38875 [  8429] By: jhi                                   on 2001/01/13  02:12:42
38876         Log: Update Changes.
38877      Branch: perl
38878            ! Changes patchlevel.h
38879 ____________________________________________________________________________
38880 [  8428] By: jhi                                   on 2001/01/13  02:08:50
38881         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
38882              From: Peter Prymmer <pvhp@forte.com>
38883              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
38884              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
38885              
38886              Add a BEGIN guard for sloppy floating point division.
38887      Branch: perl
38888            ! lib/Math/BigInt.pm lib/bigint.pl
38889 ____________________________________________________________________________
38890 [  8427] By: jhi                                   on 2001/01/13  01:47:16
38891         Log: The B::Terse drop-in replacement wasn't quite drop-in.
38892      Branch: perl
38893            ! ext/B/B/Terse.pm
38894 ____________________________________________________________________________
38895 [  8426] By: jhi                                   on 2001/01/12  21:20:43
38896         Log: Use UVXf.
38897      Branch: perl
38898            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38899            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
38900            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38901            ! vos/config.ga.def vos/config.ga.h win32/config.bc
38902            ! win32/config.gc win32/config.vc
38903 ____________________________________________________________________________
38904 [  8425] By: jhi                                   on 2001/01/12  20:20:14
38905         Log: Subject: [PATCH perl@8342] -Wformat
38906              From: Robin Barker <rmb1@cise.npl.co.uk>
38907              Date: Fri, 12 Jan 2001 20:03:14 GMT
38908              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
38909      Branch: perl
38910            ! ext/Encode/Encode.xs mg.c sv.c toke.c
38911 ____________________________________________________________________________
38912 [  8424] By: jhi                                   on 2001/01/12  20:01:48
38913         Log: Subject: B::Concise -- an improved replacement for B::Terse 
38914              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38915              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
38916              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
38917      Branch: perl
38918            + ext/B/B/Concise.pm
38919            ! MANIFEST ext/B/B/Terse.pm
38920 ____________________________________________________________________________
38921 [  8423] By: jhi                                   on 2001/01/12  19:24:02
38922         Log: The new metaconfig unit from the #8421.
38923      Branch: metaconfig/U/perl
38924            + d_sigprocmask.U
38925 ____________________________________________________________________________
38926 [  8422] By: jhi                                   on 2001/01/12  19:23:43
38927         Log: Forgot the microperl config from the #8421.
38928      Branch: perl
38929            ! uconfig.h uconfig.sh
38930 ____________________________________________________________________________
38931 [  8421] By: jhi                                   on 2001/01/12  19:05:27
38932         Log: Add sigprocmask() probe, regen Configure, regen toc.
38933      Branch: perl
38934            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38935            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
38936            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38937            ! vos/config.ga.h win32/config.bc win32/config.gc
38938            ! win32/config.vc
38939 ____________________________________________________________________________
38940 [  8420] By: jhi                                   on 2001/01/12  18:34:31
38941         Log: Add sockatmark() to the todo list.
38942      Branch: perl
38943            ! Todo-5.6
38944 ____________________________________________________________________________
38945 [  8419] By: jhi                                   on 2001/01/12  18:09:46
38946         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
38947      Branch: perl
38948            ! op.c
38949 ____________________________________________________________________________
38950 [  8418] By: jhi                                   on 2001/01/12  18:05:30
38951         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
38952              From: Radu Greab <radu@netsoft.ro>
38953              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
38954              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
38955      Branch: perl
38956            ! op.c t/pragma/sub_lval.t
38957 ____________________________________________________________________________
38958 [  8417] By: jhi                                   on 2001/01/12  16:09:09
38959         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
38960              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
38961              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
38962              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
38963      Branch: perl
38964            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
38965            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
38966            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
38967            ! t/pragma/sub_lval.t toke.c
38968 ____________________________________________________________________________
38969 [  8416] By: jhi                                   on 2001/01/12  15:42:06
38970         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
38971              From: "Richard Soderberg" <rs@crystalflame.net>
38972              Date: Fri, 12 Jan 2001 04:49:35 -0800
38973              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
38974              
38975              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
38976              according to the platform.
38977      Branch: perl
38978            ! op.c
38979 ____________________________________________________________________________
38980 [  8415] By: jhi                                   on 2001/01/12  15:33:41
38981         Log: One more UTF-8 fix from Inaba Hiroto.
38982      Branch: perl
38983            ! pp.c regexec.c t/pragma/utf8.t
38984 ____________________________________________________________________________
38985 [  8414] By: jhi                                   on 2001/01/12  15:30:18
38986         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
38987      Branch: perl
38988            ! regexec.c
38989 ____________________________________________________________________________
38990 [  8413] By: jhi                                   on 2001/01/12  15:22:10
38991         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
38992              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38993              Date: Thu, 11 Jan 2001 12:53:36 +0100
38994              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
38995      Branch: perl
38996            ! toke.c
38997 ____________________________________________________________________________
38998 [  8412] By: jhi                                   on 2001/01/12  15:20:25
38999         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
39000              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39001              Date: Fri, 12 Jan 2001 14:37:55 +0100
39002              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
39003      Branch: perl
39004            ! hints/posix-bc.sh
39005 ____________________________________________________________________________
39006 [  8411] By: jhi                                   on 2001/01/12  15:14:14
39007         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
39008              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39009              Date: Fri, 12 Jan 2001 10:42:21 +0100
39010              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
39011      Branch: perl
39012            ! t/op/regmesg.t
39013 ____________________________________________________________________________
39014 [  8410] By: jhi                                   on 2001/01/12  05:48:55
39015         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
39016              From: Nicholas Clark <nick@ccl4.org> 
39017              Date: Sun, 7 Jan 2001 19:47:14 +0000
39018              Message-ID: <20010107194714.B1048@plum.flirble.org>
39019      Branch: perl
39020            ! t/op/numconvert.t
39021 ____________________________________________________________________________
39022 [  8409] By: jhi                                   on 2001/01/12  05:41:28
39023         Log: Integrate perlio.
39024      Branch: perl
39025           !> mg.c scope.h
39026 ____________________________________________________________________________
39027 [  8408] By: nick                                  on 2001/01/11  22:43:28
39028         Log: Remove variables that were used in experiments.
39029      Branch: perlio
39030            ! mg.c
39031 ____________________________________________________________________________
39032 [  8407] By: nick                                  on 2001/01/11  20:57:44
39033         Log: Catch die in %SIG handler and unblock the signal before re-dying.
39034              This make Linux work _without_ sigsetjmp().
39035              Turn off sigsetjmp() to see what else it does.
39036              May need Configure probe for sigprocmask() if anything has sigaction()
39037              but not sigprocmask().
39038      Branch: perlio
39039            ! mg.c scope.h
39040 ____________________________________________________________________________
39041 [  8406] By: nick                                  on 2001/01/11  19:32:07
39042         Log: Integrate mainline
39043      Branch: perlio
39044           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
39045           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
39046           !> t/op/substr.t
39047 ____________________________________________________________________________
39048 [  8405] By: jhi                                   on 2001/01/11  17:11:01
39049         Log: Fix UTF-8 lval substr().
39050      Branch: perl
39051            ! mg.c t/op/substr.t
39052 ____________________________________________________________________________
39053 [  8404] By: jhi                                   on 2001/01/11  05:13:58
39054         Log: Update Changes.
39055      Branch: perl
39056            ! Changes patchlevel.h
39057 ____________________________________________________________________________
39058 [  8403] By: jhi                                   on 2001/01/11  04:38:24
39059         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
39060              From: Hugo <hv@crypt.compulink.co.uk>
39061              Date: Mon, 30 Oct 2000 01:33:26 +0000
39062              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
39063      Branch: perl
39064            ! regexec.c t/op/re_tests
39065 ____________________________________________________________________________
39066 [  8402] By: jhi                                   on 2001/01/11  04:26:12
39067         Log: Integrate perlio.
39068      Branch: perl
39069           !> scope.h util.c
39070 ____________________________________________________________________________
39071 [  8401] By: nick                                  on 2001/01/10  22:52:55
39072         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
39073              (So Alan and Ilya can try setting via hints.)
39074              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
39075              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
39076              doing the save everywhere seems to restart read() correctly, but just
39077              doing it once "round" the handler does not.
39078      Branch: perlio
39079            ! scope.h
39080 ____________________________________________________________________________
39081 [  8400] By: jhi                                   on 2001/01/10  21:57:54
39082         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
39083              of IRIX, HP-UX is unaffected.
39084      Branch: perl
39085            ! perl.h
39086 ____________________________________________________________________________
39087 [  8399] By: nick                                  on 2001/01/10  21:29:19
39088         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
39089      Branch: perlio
39090            ! util.c
39091 ____________________________________________________________________________
39092 [  8398] By: jhi                                   on 2001/01/10  20:55:31
39093         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
39094              also have ReusePort.
39095      Branch: perl
39096            ! ext/IO/lib/IO/Socket/INET.pm
39097 ____________________________________________________________________________
39098 [  8397] By: jhi                                   on 2001/01/10  20:50:57
39099         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
39100              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
39101              Date: Wed, 10 Jan 2001 01:38:13 -0800
39102              Message-ID: <20010110013813.B41744@yahoo-inc.com>
39103      Branch: perl
39104            ! ext/IO/lib/IO/Socket/INET.pm
39105 ____________________________________________________________________________
39106 [  8396] By: jhi                                   on 2001/01/10  20:49:30
39107         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
39108              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
39109              Date: Wed, 10 Jan 2001 01:37:32 -0800
39110              Message-ID: <20010110013732.A41744@yahoo-inc.com>
39111      Branch: perl
39112            ! ext/Socket/Socket.pm
39113 ____________________________________________________________________________
39114 [  8395] By: jhi                                   on 2001/01/10  20:41:37
39115         Log: Test for bug id 20010105.016 (fixed by #8378).
39116      Branch: perl
39117            ! t/op/split.t
39118 ____________________________________________________________________________
39119 [  8394] By: jhi                                   on 2001/01/10  20:26:32
39120         Log: Integrate perlio.
39121      Branch: perl
39122            ! util.c
39123 ____________________________________________________________________________
39124 [  8393] By: nick                                  on 2001/01/10  19:34:30
39125         Log: Back out Simon's pid hackery for now.
39126      Branch: perlio
39127            ! util.c
39128 ____________________________________________________________________________
39129 [  8392] By: nick                                  on 2001/01/10  19:23:13
39130         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
39131      Branch: perlio
39132           !> (integrate 29 files)
39133 ____________________________________________________________________________
39134 [  8391] By: jhi                                   on 2001/01/10  18:43:15
39135         Log: Subject: [PATCH] Fix my_pclose segfault
39136              From: Simon Cozens <simon@cozens.net>
39137              Date: Wed, 10 Jan 2001 18:39:35 +0000
39138              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
39139      Branch: perl
39140            ! util.c
39141 ____________________________________________________________________________
39142 [  8390] By: jhi                                   on 2001/01/10  18:42:08
39143         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
39144              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39145              Date:     Wed, 10 Jan 2001 13:23:02 EST
39146              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
39147      Branch: perl
39148            ! ext/Opcode/Opcode.xs
39149 ____________________________________________________________________________
39150 [  8389] By: jhi                                   on 2001/01/10  15:16:07
39151         Log: Turn off the integer preservation for now.
39152      Branch: perl
39153            ! perl.h
39154 ____________________________________________________________________________
39155 [  8388] By: jhi                                   on 2001/01/10  15:01:25
39156         Log: Few more IDE/editor nits from p5p.
39157      Branch: perl
39158            ! pod/perlfaq3.pod
39159 ____________________________________________________________________________
39160 [  8387] By: jhi                                   on 2001/01/10  06:53:16
39161         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
39162              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
39163              Date: Tue, 9 Jan 2001 23:16:02 +0000
39164              Message-ID: <20010109231602.A81101@plum.flirble.org>
39165      Branch: perl
39166            ! sv.c
39167 ____________________________________________________________________________
39168 [  8386] By: jhi                                   on 2001/01/10  03:17:54
39169         Log: Test cases for #8385 (from Simon's "torture.pl")
39170      Branch: perl
39171            ! t/op/tr.t
39172 ____________________________________________________________________________
39173 [  8385] By: jhi                                   on 2001/01/10  03:17:11
39174         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
39175              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
39176              Date: Wed, 10 Jan 2001 11:39:39 +0900
39177              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
39178              
39179              Some more UTF-8 tr cases fixed.
39180      Branch: perl
39181            ! doop.c
39182 ____________________________________________________________________________
39183 [  8384] By: jhi                                   on 2001/01/09  22:45:40
39184         Log: Allow the locale test needing POSIX and the taint test
39185              needing IPC::SysV to run under 'minitest' (basically,
39186              bail out if loading the extension fails)
39187      Branch: perl
39188            ! t/op/misc.t t/op/taint.t
39189 ____________________________________________________________________________
39190 [  8383] By: jhi                                   on 2001/01/09  21:36:04
39191         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
39192              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39193              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
39194              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
39195      Branch: perl
39196            ! t/io/openpid.t
39197 ____________________________________________________________________________
39198 [  8382] By: jhi                                   on 2001/01/09  21:06:08
39199         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
39200              Should finish up the bug id 20001205.022.
39201      Branch: perl
39202            ! pp.c pp_hot.c scope.c
39203 ____________________________________________________________________________
39204 [  8381] By: jhi                                   on 2001/01/09  18:27:43
39205         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
39206              From: Andy Dougherty <doughera@lafayette.edu>
39207              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
39208              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
39209              
39210              More robust yacc/bison error detection.
39211      Branch: perl
39212            ! t/comp/proto.t
39213 ____________________________________________________________________________
39214 [  8380] By: jhi                                   on 2001/01/09  15:21:38
39215         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
39216              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39217              Date:     Tue, 9 Jan 2001 07:53:55 EST
39218              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
39219      Branch: perl
39220            ! t/op/misc.t vms/test.com
39221 ____________________________________________________________________________
39222 [  8379] By: jhi                                   on 2001/01/09  15:20:38
39223         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
39224              From: jhi@cc.hut.fi
39225              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
39226              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
39227              
39228              The #8378 fixed this.
39229      Branch: perl
39230            ! t/op/tr.t
39231 ____________________________________________________________________________
39232 [  8378] By: jhi                                   on 2001/01/09  15:05:32
39233         Log: Subject: One more patch for UTF8 
39234              From: Inaba Hiroto <inaba@st.rim.or.jp>
39235              Date: Tue, 09 Jan 2001 01:04:32 +0900
39236              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
39237              
39238              UTF-8 fixes for 'x' and tr///.
39239      Branch: perl
39240            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
39241            ! regcomp.c regexec.c toke.c utf8.c
39242 ____________________________________________________________________________
39243 [  8377] By: jhi                                   on 2001/01/09  14:32:17
39244         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
39245      Branch: perl
39246            ! t/op/length.t
39247 ____________________________________________________________________________
39248 [  8376] By: jhi                                   on 2001/01/09  04:32:32
39249         Log: integrate changes #7775, #8316, #8316 from mainline
39250      Branch: maint-5.6/perl
39251            ! hints/solaris_2.sh
39252 ____________________________________________________________________________
39253 [  8375] By: jhi                                   on 2001/01/09  04:26:43
39254         Log: Update Changes.
39255      Branch: perl
39256            ! Changes patchlevel.h
39257 ____________________________________________________________________________
39258 [  8374] By: jhi                                   on 2001/01/09  04:14:32
39259         Log: IDE/editor section tweaking.
39260      Branch: perl
39261            ! pod/perlfaq3.pod
39262 ____________________________________________________________________________
39263 [  8373] By: jhi                                   on 2001/01/09  02:38:26
39264         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
39265              From: Peter Prymmer <pvhp@forte.com>
39266              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
39267              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
39268              
39269              In preparation os OS/390 dynamic loading.
39270      Branch: perl
39271            ! README.os390 hints/os390.sh
39272 ____________________________________________________________________________
39273 [  8372] By: jhi                                   on 2001/01/09  00:24:30
39274         Log: Integrate with perlio.
39275      Branch: perl
39276           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
39277 ____________________________________________________________________________
39278 [  8371] By: nick                                  on 2001/01/08  23:54:33
39279         Log: Fix "scalars leaked" bugs caused by overload magic
39280              (Highlighted by Ilya's DESTROY optimization.)
39281      Branch: perlio
39282            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
39283 ____________________________________________________________________________
39284 [  8370] By: nick                                  on 2001/01/08  20:19:41
39285         Log: Integrate mainline
39286      Branch: perlio
39287           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
39288           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
39289           !> t/op/64bitint.t
39290 ____________________________________________________________________________
39291 [  8369] By: jhi                                   on 2001/01/08  17:30:52
39292         Log: save_delete() Safefree() doesn't (anymore?) work with shared
39293              strings, one test failure in op/misc and almost all of lib/b.
39294              (Outcomments #8369.)
39295      Branch: perl
39296            ! scope.c
39297 ____________________________________________________________________________
39298 [  8368] By: jhi                                   on 2001/01/08  14:47:10
39299         Log: (Outcommented by #8369.)
39300              
39301              Subject: Re: Perl BugID 20001205.022 ---- save_delete
39302              From: Simon Cozens <simon@cozens.net>
39303              Date: Sat, 6 Jan 2001 11:48:40 +0000
39304              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
39305              
39306              The save_delete() does need the Safefree.
39307      Branch: perl
39308            ! scope.c
39309 ____________________________________________________________________________
39310 [  8367] By: bailey                                on 2001/01/08  08:53:52
39311         Log: Once again syncing after too long an absence
39312      Branch: vmsperl
39313           +> (branch 55 files)
39314            - MAINTAIN fix_pl vos/config.def vos/config.h
39315            - vos/config_h.SH_orig
39316           !> (integrate 498 files)
39317 ____________________________________________________________________________
39318 [  8366] By: jhi                                   on 2001/01/08  02:42:59
39319         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
39320              From: nick@ccl4.org
39321              Date: Sun, 7 Jan 2001 21:07:18 +0000
39322              Message-Id: <20010107210717.D1048@plum.flirble.org>
39323      Branch: perl
39324            ! sv.c t/op/64bitint.t
39325 ____________________________________________________________________________
39326 [  8365] By: jhi                                   on 2001/01/08  02:35:16
39327         Log: Subject: [PATCH] environ nit
39328              From: Simon Cozens <simon@cozens.net>
39329              Date: Sun, 7 Jan 2001 17:57:07 +0000
39330              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
39331              
39332              Use environ only if we have it.
39333      Branch: perl
39334            ! mg.c
39335 ____________________________________________________________________________
39336 [  8364] By: jhi                                   on 2001/01/08  02:24:51
39337         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
39338      Branch: perl
39339            ! ext/GDBM_File/GDBM_File.xs
39340 ____________________________________________________________________________
39341 [  8363] By: jhi                                   on 2001/01/08  02:19:24
39342         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
39343              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39344              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
39345              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
39346      Branch: perl
39347            ! dump.c op.c
39348 ____________________________________________________________________________
39349 [  8362] By: jhi                                   on 2001/01/08  02:17:43
39350         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
39351              From: Doug MacEachern <dougm@covalent.net>
39352              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
39353              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
39354              
39355              Allow AUTOLOAD to be an xsub and allow such xsubs
39356              to avoid use of $AUTOLOAD.
39357      Branch: perl
39358            ! gv.c
39359 ____________________________________________________________________________
39360 [  8361] By: jhi                                   on 2001/01/08  02:16:07
39361         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
39362              From: Radu Greab <radu@netsoft.ro>
39363              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
39364              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
39365              
39366              No need for the potentially unportable $SIG{CHLD}.
39367      Branch: perl
39368            ! t/io/pipe.t
39369 ____________________________________________________________________________
39370 [  8360] By: jhi                                   on 2001/01/08  01:58:23
39371         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
39372      Branch: perl
39373            ! lib/Getopt/Long.pm
39374 ____________________________________________________________________________
39375 [  8359] By: jhi                                   on 2001/01/08  01:55:44
39376         Log: Integrate perlio.
39377      Branch: perl
39378           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
39379           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
39380           !> utf8.c win32/Makefile
39381 ____________________________________________________________________________
39382 [  8358] By: jhi                                   on 2001/01/07  21:16:50
39383         Log: Update the EPOC cross SDK URL.
39384      Branch: perl
39385            ! README.epoc
39386 ____________________________________________________________________________
39387 [  8357] By: jhi                                   on 2001/01/07  21:16:09
39388         Log: Update the EPOC cross SDK URL.
39389      Branch: maint-5.6/perl
39390            ! README.epoc
39391 ____________________________________________________________________________
39392 [  8356] By: nick                                  on 2001/01/06  21:47:52
39393         Log: FILE * in XS code for PerlIO world:
39394              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
39395              - Add FILE * T_STDIO typemap.
39396              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
39397      Branch: perlio
39398            ! lib/ExtUtils/typemap perlio.c perlio.h
39399 ____________________________________________________________________________
39400 [  8355] By: jhi                                   on 2001/01/06  20:27:15
39401         Log: integrate change #8336 from mainline
39402              
39403              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
39404      Branch: maint-5.6/perl
39405            ! hv.c
39406 ____________________________________________________________________________
39407 [  8354] By: jhi                                   on 2001/01/06  20:24:29
39408         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
39409              From: Robin Barker <rmb1@cise.npl.co.uk>
39410              Date: Fri, 22 Dec 2000 12:17:38 GMT
39411              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
39412              
39413              The patch reformats some long =item lines so they give
39414              correct output via pod2man | nroff -man
39415              
39416              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
39417              From: Robin Barker <rmb1@cise.npl.co.uk>
39418              Date: Tue, 2 Jan 2001 15:35:03 GMT
39419              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
39420              
39421              Here is a _further_ patch which corrects a few more errors:
39422              * an empty C<=item> in CPAN.pm
39423              * patching the wrong file (pod/perlamiga.pod not README.amiga)
39424              * leaving empty C<=item>s which formatted incorrectly
39425              * over long C<=item>s revealed by latest patch to Pod::Man
39426      Branch: maint-5.6/perl
39427            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
39428            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
39429            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
39430            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
39431            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
39432            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
39433 ____________________________________________________________________________
39434 [  8353] By: jhi                                   on 2001/01/06  20:21:10
39435         Log: integrate changes #7980, 8056, 8057 from mainline
39436              
39437              UTF-8 hash keys.
39438      Branch: maint-5.6/perl
39439            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
39440 ____________________________________________________________________________
39441 [  8352] By: jhi                                   on 2001/01/06  20:18:44
39442         Log: Forgotten from #8438.
39443      Branch: maint-5.6/perl
39444            ! epoc/epocish.h
39445 ____________________________________________________________________________
39446 [  8351] By: jhi                                   on 2001/01/06  20:18:12
39447         Log: Forgotten from #8347.
39448      Branch: maint-5.6/perl
39449            ! config_h.SH
39450 ____________________________________________________________________________
39451 [  8350] By: jhi                                   on 2001/01/06  20:00:19
39452         Log: Thinko in #8347.
39453      Branch: maint-5.6/perl
39454            ! regcomp.c
39455 ____________________________________________________________________________
39456 [  8349] By: jhi                                   on 2001/01/06  18:05:30
39457         Log: Copy the FAQ3 IDE section from the development branch,
39458              changes originally by Peter Prymmer.
39459      Branch: maint-5.6/perl
39460            ! pod/perlfaq3.pod
39461 ____________________________________________________________________________
39462 [  8348] By: jhi                                   on 2001/01/06  18:03:02
39463         Log: EPOC updates for TRIAL1.
39464              
39465              Subject: [5.6.1 trial1] EPOC update
39466              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39467              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
39468              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
39469              
39470              Subject: epoc patch2 for perl-5.6.1-trial1
39471              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39472              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
39473              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
39474      Branch: maint-5.6/perl
39475            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
39476            ! epoc/epocish.c
39477 ____________________________________________________________________________
39478 [  8347] By: jhi                                   on 2001/01/06  17:29:10
39479         Log: integrate changes #7710,7824,7973 from mainline,
39480              plus VMS nits from Peter Prymmer and Dan Sugalski.
39481              
39482              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
39483              library (getprotobyname and getprotobynumber are outversioned by
39484              the same calls in libc, at least for xlc version 3.
39485              
39486              Add HAS_SBRK_PROTO.
39487              
39488              Fixes for signedness warnings noticed by VMSperlers.
39489      Branch: maint-5.6/perl
39490            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39491            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
39492            ! sv.c vms/descrip_mms.template vos/config.alpha.def
39493            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39494            ! win32/config.bc win32/config.gc win32/config.vc
39495 ____________________________________________________________________________
39496 [  8346] By: nick                                  on 2001/01/06  14:36:01
39497         Log: Fixup accumulated integrate muddles (perlio == devperl again)
39498      Branch: perlio
39499            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
39500 ____________________________________________________________________________
39501 [  8345] By: nick                                  on 2001/01/06  14:24:58
39502         Log: Integrate mainline
39503      Branch: perlio
39504           !> (integrate 55 files)
39505 ____________________________________________________________________________
39506 [  8344] By: jhi                                   on 2001/01/06  02:24:02
39507         Log: Subject: [patch] PerlIO_cleanup() prototype
39508              From: Doug MacEachern <dougm@covalent.net>
39509              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
39510              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
39511      Branch: perl
39512            ! perlio.h
39513 ____________________________________________________________________________
39514 [  8343] By: jhi                                   on 2001/01/06  01:04:09
39515         Log: IRIX compiler noticed that the bof initialization might be
39516              bypassed by control flow.
39517      Branch: perl
39518            ! toke.c
39519 ____________________________________________________________________________
39520 [  8342] By: jhi                                   on 2001/01/06  00:10:48
39521         Log: Update Changes.
39522      Branch: perl
39523            ! Changes patchlevel.h
39524 ____________________________________________________________________________
39525 [  8341] By: jhi                                   on 2001/01/05  23:52:33
39526         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
39527      Branch: perl
39528            ! toke.c
39529 ____________________________________________________________________________
39530 [  8340] By: jhi                                   on 2001/01/05  22:44:08
39531         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
39532              From: Radu Greab <radu@netsoft.ro>
39533              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
39534              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
39535      Branch: perl
39536            ! t/io/pipe.t util.c
39537 ____________________________________________________________________________
39538 [  8339] By: jhi                                   on 2001/01/05  22:35:17
39539         Log: Subject: [PATCH] format and rewording in perlfaq.pod
39540              From: Robin Barker <rmb1@cise.npl.co.uk>
39541              Date: Fri, 5 Jan 2001 18:51:20 GMT
39542              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
39543      Branch: perl
39544            ! pod/perlfaq.pod
39545 ____________________________________________________________________________
39546 [  8338] By: jhi                                   on 2001/01/05  22:31:17
39547         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
39548              From: Peter Prymmer <pvhp@forte.com>
39549              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
39550              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
39551      Branch: perl
39552            ! utils/perlbug.PL
39553 ____________________________________________________________________________
39554 [  8337] By: jhi                                   on 2001/01/05  18:15:11
39555         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
39556              From: Robin Barker <rmb1@cise.npl.co.uk>
39557              Date: Tue, 2 Jan 2001 15:24:07 GMT
39558              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
39559              
39560              If you call configure as C<./Configure> or C<sh ./Configure>,
39561              $src is set to the absolute path name, not '.'.
39562              
39563              This, in turn, means -Dmksymlink tries to do its stuff because
39564              it does not think it is in the src directory.
39565              
39566              (plus a metaconfig nitfix)
39567      Branch: metaconfig
39568            ! U/compline/ccflags.U U/modified/src.U
39569      Branch: perl
39570            ! Configure config_h.SH
39571 ____________________________________________________________________________
39572 [  8336] By: jhi                                   on 2001/01/05  17:48:32
39573         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
39574              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39575              Message-ID: <3A5606C4.473D2226@uk.sun.com>
39576              Date: Fri, 05 Jan 2001 17:39:16 +0000
39577      Branch: perl
39578            ! hv.c
39579 ____________________________________________________________________________
39580 [  8335] By: jhi                                   on 2001/01/05  16:05:44
39581         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
39582      Branch: perl
39583            ! lib/Getopt/Long.pm
39584 ____________________________________________________________________________
39585 [  8334] By: jhi                                   on 2001/01/05  16:00:51
39586         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
39587              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
39588              Date: Fri, 05 Jan 2001 13:46:51 +0100
39589              Message-ID: <13693.978698811@nice.ram.loc>
39590              
39591              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
39592              accurate reading of the "atime".  
39593      Branch: perl
39594            ! t/io/fs.t
39595 ____________________________________________________________________________
39596 [  8333] By: jhi                                   on 2001/01/05  15:57:37
39597         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
39598              From: Simon Cozens <simon@cozens.net>
39599              Date: Fri, 8 Dec 2000 13:33:31 +0000
39600              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
39601              
39602              A lost patch fragment.
39603      Branch: perl
39604            ! doop.c
39605 ____________________________________________________________________________
39606 [  8332] By: jhi                                   on 2001/01/05  15:40:42
39607         Log: Do away with strncpy() and a fixed length buffer.
39608      Branch: perl
39609            ! utf8.c
39610 ____________________________________________________________________________
39611 [  8331] By: jhi                                   on 2001/01/05  15:03:07
39612         Log: Tests for #8329 and #8330.
39613      Branch: perl
39614            ! t/op/bop.t
39615 ____________________________________________________________________________
39616 [  8330] By: jhi                                   on 2001/01/05  15:02:38
39617         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
39618              raw 8-bit form to the UTF-8 string.
39619      Branch: perl
39620            ! toke.c
39621 ____________________________________________________________________________
39622 [  8329] By: jhi                                   on 2001/01/05  14:55:13
39623         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
39624              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39625              Date: Fri, 5 Jan 2001 12:28:52 +0100
39626              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
39627              
39628              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
39629              no effect.  (changed the strncpy() to Copy())
39630      Branch: perl
39631            ! toke.c
39632 ____________________________________________________________________________
39633 [  8328] By: jhi                                   on 2001/01/05  06:44:27
39634         Log: UTF-8 cleanup.
39635      Branch: perl
39636            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
39637            ! regexec.c sv.c toke.c
39638 ____________________________________________________________________________
39639 [  8327] By: jhi                                   on 2001/01/05  01:11:29
39640         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')
39641              From: Radu Greab <radu@netsoft.ro>
39642              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
39643              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
39644              
39645              Cleans up Harness to not use FileHandle, which uses IO.
39646      Branch: perl
39647            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39648 ____________________________________________________________________________
39649 [  8326] By: jhi                                   on 2001/01/05  00:56:37
39650         Log: Update Changes.
39651      Branch: perl
39652            ! Changes patchlevel.h
39653 ____________________________________________________________________________
39654 [  8325] By: jhi                                   on 2001/01/05  00:53:18
39655         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
39656              From: Peter Prymmer <pvhp@forte.com>
39657              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
39658              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
39659              
39660              plus a couple more tailing whitespace removals.
39661      Branch: perl
39662            ! win32/Makefile
39663 ____________________________________________________________________________
39664 [  8324] By: jhi                                   on 2001/01/05  00:47:39
39665         Log: Add some Unicode chop() tests.
39666      Branch: perl
39667            ! t/op/chop.t
39668 ____________________________________________________________________________
39669 [  8323] By: jhi                                   on 2001/01/05  00:47:23
39670         Log: Unify UTF-8 malformedness handling.
39671      Branch: perl
39672            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
39673 ____________________________________________________________________________
39674 [  8322] By: jhi                                   on 2001/01/04  22:21:54
39675         Log: The new $issymlink was unknown to Mksymlinks.
39676      Branch: metaconfig/U/perl
39677            ! Mksymlinks.U issymlink.U
39678      Branch: perl
39679            ! Configure config_h.SH
39680 ____________________________________________________________________________
39681 [  8321] By: jhi                                   on 2001/01/04  21:51:05
39682         Log: The test didn't work under the core test framework.
39683      Branch: perl
39684            ! t/lib/st-lock.t
39685 ____________________________________________________________________________
39686 [  8320] By: jhi                                   on 2001/01/04  21:14:22
39687         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
39688      Branch: perl
39689            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
39690 ____________________________________________________________________________
39691 [  8319] By: jhi                                   on 2001/01/04  20:46:17
39692         Log: Typo in #8312 when manually appying a problematic patch fragment.
39693      Branch: perl
39694            ! ext/Storable/Storable.xs
39695 ____________________________________________________________________________
39696 [  8318] By: jhi                                   on 2001/01/04  20:43:01
39697         Log: The $sh_c didn't fly.
39698      Branch: metaconfig
39699            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
39700            ! U/modified/Loc.U U/modified/myhostname.U
39701            ! U/modified/spitshell.U
39702      Branch: metaconfig/U/perl
39703            ! issymlink.U
39704      Branch: perl
39705            ! Configure config_h.SH
39706 ____________________________________________________________________________
39707 [  8317] By: jhi                                   on 2001/01/04  19:58:01
39708         Log: AIX builtin test -h is broken, changes based on
39709              
39710              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
39711              Date: Tue, 02 Jan 2001 11:24:39 +0100
39712              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39713              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
39714      Branch: metaconfig
39715            + U/modified/spitshell.U
39716            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
39717            ! U/modified/Loc.U U/modified/myhostname.U
39718      Branch: metaconfig/U/perl
39719            ! Mksymlinks.U issymlink.U
39720      Branch: perl
39721            ! Configure
39722 ____________________________________________________________________________
39723 [  8316] By: jhi                                   on 2001/01/04  19:02:22
39724         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
39725              From: Andy Dougherty <doughera@lafayette.edu>
39726              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
39727              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
39728              
39729              Beware of GNU ld.
39730      Branch: perl
39731            ! hints/solaris_2.sh
39732 ____________________________________________________________________________
39733 [  8315] By: jhi                                   on 2001/01/04  18:56:48
39734         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
39735              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
39736              Date: Wed, 3 Jan 2001 07:58:51 +0100
39737              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
39738      Branch: perl
39739            ! hints/solaris_2.sh
39740 ____________________________________________________________________________
39741 [  8314] By: jhi                                   on 2001/01/04  18:54:07
39742         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
39743              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39744              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
39745              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
39746              
39747              Doc tweak on #8313.
39748      Branch: perl
39749            ! ext/B/B/Deparse.pm
39750 ____________________________________________________________________________
39751 [  8313] By: jhi                                   on 2001/01/04  18:52:27
39752         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
39753              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
39754              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39755              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
39756              
39757              Make the peephole optimizer to bypass more null ops and
39758              and rewrite the deparse handling of continue blocks.
39759      Branch: perl
39760            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
39761 ____________________________________________________________________________
39762 [  8312] By: jhi                                   on 2001/01/04  18:47:39
39763         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
39764      Branch: perl
39765            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
39766            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39767            ! t/lib/st-lock.t
39768 ____________________________________________________________________________
39769 [  8311] By: jhi                                   on 2001/01/04  18:36:08
39770         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
39771              filter to be run on each .pm during the pm_to_blib() phase,
39772              a fixed version of
39773              
39774              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
39775              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
39776              Date: Wed, 03 Jan 2001 22:01:30 +0100
39777              Message-ID: <5296.978555690@nice.ram.loc>
39778      Branch: perl
39779            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
39780            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
39781            ! lib/ExtUtils/MakeMaker.pm
39782 ____________________________________________________________________________
39783 [  8310] By: jhi                                   on 2001/01/04  18:32:54
39784         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
39785              From: Robin Barker <rmb1@cise.npl.co.uk>
39786              Date: Tue, 2 Jan 2001 15:35:03 GMT
39787              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
39788      Branch: perl
39789            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
39790            ! pod/perlrequick.pod
39791 ____________________________________________________________________________
39792 [  8309] By: jhi                                   on 2001/01/04  18:29:07
39793         Log: Subject: Re: [patch] static-ize XS()
39794              From: Doug MacEachern <dougm@covalent.net>
39795              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
39796              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
39797              
39798              Provide prototypes for the XS functions.
39799      Branch: perl
39800            ! lib/ExtUtils/xsubpp
39801 ____________________________________________________________________________
39802 [  8308] By: jhi                                   on 2001/01/04  18:27:44
39803         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
39804              From: Doug MacEachern <dougm@covalent.net>
39805              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
39806              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
39807      Branch: perl
39808            ! lib/ExtUtils/typemap
39809 ____________________________________________________________________________
39810 [  8307] By: jhi                                   on 2001/01/04  18:25:25
39811         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
39812              From: Doug MacEachern <dougm@covalent.net>
39813              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
39814              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
39815              
39816              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
39817      Branch: perl
39818            ! lib/ExtUtils/MM_Unix.pm
39819 ____________________________________________________________________________
39820 [  8306] By: jhi                                   on 2001/01/04  18:23:00
39821         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
39822              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39823              Date: Thu, 4 Jan 2001 12:47:10 +0100 
39824              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
39825              
39826              The toke.c part only, patching embed.h and proto.h is futile.
39827      Branch: perl
39828            ! toke.c
39829 ____________________________________________________________________________
39830 [  8305] By: jhi                                   on 2001/01/04  18:05:51
39831         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
39832              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39833              Date: Thu, 4 Jan 2001 17:50:12 +0100 
39834              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
39835      Branch: perl
39836            ! toke.c
39837 ____________________________________________________________________________
39838 [  8304] By: jhi                                   on 2001/01/04  18:03:26
39839         Log: Subject: [PATCH perl@8269]
39840              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39841              Date: Thu, 4 Jan 2001 12:53:39 +0100 
39842              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
39843              
39844              If running byacc write-enable also perly.h.
39845      Branch: perl
39846            ! Makefile.SH
39847 ____________________________________________________________________________
39848 [  8303] By: jhi                                   on 2001/01/04  15:40:49
39849         Log: Rewrite pp_concat() in terms of sv_catsv().
39850      Branch: perl
39851            ! pp_hot.c
39852 ____________________________________________________________________________
39853 [  8302] By: nick                                  on 2001/01/03  22:43:22
39854         Log: Integrate mainline.
39855      Branch: perlio
39856           !> ext/Encode/Encode.xs sv.c utf8.c
39857 ____________________________________________________________________________
39858 [  8301] By: jhi                                   on 2001/01/02  23:40:26
39859         Log: Variable naming tweak.
39860      Branch: perl
39861            ! sv.c
39862 ____________________________________________________________________________
39863 [  8300] By: jhi                                   on 2001/01/02  23:40:02
39864         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
39865              in is_utf8_string().
39866      Branch: perl
39867            ! utf8.c
39868 ____________________________________________________________________________
39869 [  8299] By: jhi                                   on 2001/01/02  22:14:40
39870         Log: Integrate perlio.
39871      Branch: perl
39872           !> pp.c pp_hot.c win32/Makefile
39873 ____________________________________________________________________________
39874 [  8298] By: nick                                  on 2001/01/02  22:03:06
39875         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
39876      Branch: perlio
39877            ! pp.c pp_hot.c
39878 ____________________________________________________________________________
39879 [  8297] By: jhi                                   on 2001/01/02  04:26:28
39880         Log: Signedness nit.
39881      Branch: perl
39882            ! ext/Encode/Encode.xs
39883 ____________________________________________________________________________
39884 [  8296] By: nick                                  on 2001/01/01  23:49:36
39885         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
39886      Branch: perlio
39887            ! win32/Makefile
39888 ____________________________________________________________________________
39889 [  8295] By: jhi                                   on 2001/01/01  23:05:48
39890         Log: Integrate perlio.
39891      Branch: perl
39892           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
39893           !> t/lib/encode.t
39894 ____________________________________________________________________________
39895 [  8294] By: nick                                  on 2001/01/01  22:48:34
39896         Log: Integrate mainline
39897      Branch: perlio
39898            ! pp_hot.c t/lib/encode.t
39899           !> (integrate 65 files)
39900 ____________________________________________________________________________
39901 [  8293] By: nick                                  on 2001/01/01  21:58:50
39902         Log: More rigor in UTF-8-ness of Encode's toUnicode
39903              XS export some of the utf8 internal functions.
39904              Test some of the functions.
39905              Fix pp_concat() bug shown by said tests.
39906      Branch: perlio
39907            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
39908            ! t/lib/encode.t
39909 ____________________________________________________________________________
39910 [  8292] By: jhi                                   on 2001/01/01  18:11:44
39911         Log: Integrate perlio.
39912      Branch: perl
39913           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
39914           !> ext/Encode/encengine.c ext/Encode/encode.h
39915 ____________________________________________________________________________
39916 [  8291] By: jhi                                   on 2001/01/01  18:10:58
39917         Log: Podify README.mpeix (a new version from the web),
39918              add a dummy NAME to Carp::Heavy, regen toc.
39919      Branch: perl
39920            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
39921            ! pod/perltoc.pod
39922 ____________________________________________________________________________
39923 [  8290] By: nick                                  on 2001/01/01  17:43:47
39924         Log: Loose the "Loading..." warning.
39925              Another bug in fallback support
39926      Branch: perlio
39927            ! ext/Encode/Encode.pm ext/Encode/encengine.c
39928 ____________________________________________________________________________
39929 [  8289] By: jhi                                   on 2001/01/01  00:01:57
39930         Log: Bump up Larry's copyright.
39931      Branch: perl
39932            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
39933            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
39934            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
39935            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
39936            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
39937            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
39938            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
39939            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
39940 ____________________________________________________________________________
39941 [  8288] By: nick                                  on 2000/12/31  21:27:53
39942         Log: Fix .ucm reading - forgot a chr()
39943              Start of .ucm write (for .enc to .ucm)
39944      Branch: perlio
39945            ! ext/Encode/compile
39946 ____________________________________________________________________________
39947 [  8287] By: jhi                                   on 2000/12/31  18:15:56
39948         Log: Comment away a diagnostic message as noted by Craig A. Berry
39949              (the unexpected message was confusing testing)
39950      Branch: perl
39951            ! ext/Encode/Encode.pm
39952 ____________________________________________________________________________
39953 [  8286] By: jhi                                   on 2000/12/31  18:14:51
39954         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
39955              Date: Sun, 31 Dec 2000 11:17:37 -0600
39956              From: "Craig A. Berry" <craigberry@mac.com>
39957              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
39958      Branch: perl
39959            ! ext/Encode/Makefile.PL
39960 ____________________________________________________________________________
39961 [  8285] By: nick                                  on 2000/12/31  18:11:54
39962         Log: Start of support of ICU-style .ucm files:
39963              - teach compile how to read a .ucm file
39964              - first guess at how to represent fallbacks in "tries".
39965              - use fallbacks if check == 0
39966              - new return code to indicate we used one.
39967      Branch: perlio
39968            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
39969            ! ext/Encode/encengine.c ext/Encode/encode.h
39970 ____________________________________________________________________________
39971 [  8284] By: jhi                                   on 2000/12/31  18:04:41
39972         Log: Pacify picky VMS compiler.
39973              
39974              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
39975              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39976              Date: Sat, 30 Dec 2000 18:10:02 -0600
39977              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
39978      Branch: perl
39979            ! sv.c
39980 ____________________________________________________________________________
39981 [  8283] By: jhi                                   on 2000/12/31  16:11:47
39982         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
39983      Branch: perl
39984            ! t/lib/glob-basic.t
39985 ____________________________________________________________________________
39986 [  8282] By: jhi                                   on 2000/12/31  15:26:11
39987         Log: Integrate perlio.
39988      Branch: perl
39989           !> makedef.pl opcode.pl os2/os2.c perlio.c
39990 ____________________________________________________________________________
39991 [  8281] By: nick                                  on 2000/12/31  10:06:15
39992         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
39993              is available to be exported
39994      Branch: perlio
39995            ! makedef.pl perlio.c
39996 ____________________________________________________________________________
39997 [  8280] By: nick                                  on 2000/12/31  09:41:26
39998         Log: Ilya's OS2 patch (testing for damage on Win32)
39999      Branch: perlio
40000            ! makedef.pl opcode.pl os2/os2.c
40001 ____________________________________________________________________________
40002 [  8279] By: jhi                                   on 2000/12/30  21:52:07
40003         Log: Test nits.
40004      Branch: perl
40005            ! t/lib/syslfs.t t/op/lfs.t
40006 ____________________________________________________________________________
40007 [  8278] By: jhi                                   on 2000/12/30  21:47:49
40008         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
40009              From: andreas.koenig@anima.de (Andreas J. Koenig)
40010              Date: 30 Dec 2000 22:35:37 +0100
40011              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
40012              
40013              The 32-bit wraparound test wasn't quite right.
40014      Branch: perl
40015            ! t/lib/syslfs.t t/op/lfs.t
40016 ____________________________________________________________________________
40017 [  8277] By: jhi                                   on 2000/12/30  21:33:44
40018         Log: Subject: [PATCH] open() example in perlfunc.pod 
40019              From: Karsten Sperling <s_sperli@ira.uka.de>
40020              Date: Sat, 30 Dec 2000 22:27:09 +0100
40021              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
40022      Branch: perl
40023            ! pod/perlfunc.pod
40024 ____________________________________________________________________________
40025 [  8276] By: jhi                                   on 2000/12/30  20:32:40
40026         Log: Not quite that many tests yet.
40027      Branch: perl
40028            ! t/op/pat.t
40029 ____________________________________________________________________________
40030 [  8275] By: jhi                                   on 2000/12/30  20:26:58
40031         Log: Integrate perlio.
40032      Branch: perl
40033           !> toke.c
40034 ____________________________________________________________________________
40035 [  8274] By: jhi                                   on 2000/12/30  20:24:56
40036         Log: Signedness nit.
40037      Branch: perl
40038            ! utf8.c
40039 ____________________________________________________________________________
40040 [  8273] By: jhi                                   on 2000/12/30  20:15:46
40041         Log: Add a test case for 20000731.001 which was fixed by the #8267.
40042      Branch: perl
40043            ! t/op/pat.t
40044 ____________________________________________________________________________
40045 [  8272] By: nick                                  on 2000/12/30  19:47:51
40046         Log: Tweak for MULTIPLICITY/USE_PERLIO
40047      Branch: perlio
40048            ! toke.c
40049 ____________________________________________________________________________
40050 [  8271] By: nick                                  on 2000/12/30  19:46:45
40051         Log: Integrate mainline
40052      Branch: perlio
40053           +> lib/unicode/distinct.pm
40054           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
40055           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
40056           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
40057 ____________________________________________________________________________
40058 [  8270] By: jhi                                   on 2000/12/30  19:39:50
40059         Log: Subject: RE: perl@8269
40060              From: "Richard Soderberg" <rs@crystalflame.net>
40061              Date: Sat, 30 Dec 2000 11:36:27 -0800
40062              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
40063              
40064              A missing aTHX_.
40065      Branch: perl
40066            ! toke.c
40067 ____________________________________________________________________________
40068 [  8269] By: jhi                                   on 2000/12/30  18:55:48
40069         Log: Update Changes.
40070      Branch: perl
40071            ! Changes patchlevel.h
40072 ____________________________________________________________________________
40073 [  8268] By: jhi                                   on 2000/12/30  17:18:40
40074         Log: Add a test for Unicode split //.  The #8267 was the cure.
40075      Branch: perl
40076            ! t/op/split.t
40077 ____________________________________________________________________________
40078 [  8267] By: jhi                                   on 2000/12/30  17:14:19
40079         Log: Subject: more UTF8 test suites and an UTF8 patch
40080              From: Inaba Hiroto <inaba@st.rim.or.jp>
40081              Date: Sat, 30 Dec 2000 14:27:10 +0900
40082              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
40083              
40084              Just the patch part for now, and the pragma renamed
40085              as unicode::distinct.
40086      Branch: perl
40087            + lib/unicode/distinct.pm
40088            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
40089            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
40090            ! regcomp.h regexec.c sv.c toke.c utf8.c
40091 ____________________________________________________________________________
40092 [  8266] By: nick                                  on 2000/12/30  16:40:49
40093         Log: Integrate mainline
40094      Branch: perlio
40095           +> lib/Pod/Text/Overstrike.pm
40096           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
40097           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
40098           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
40099           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
40100           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
40101 ____________________________________________________________________________
40102 [  8265] By: jhi                                   on 2000/12/30  07:28:55
40103         Log: The sv_catsv() fix, take two.
40104      Branch: perl
40105            ! sv.c t/op/join.t
40106 ____________________________________________________________________________
40107 [  8264] By: jhi                                   on 2000/12/30  06:19:18
40108         Log: Undo all the join-related changes since #8248: relevant
40109              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
40110              The new sv_catsv() doesn't fly so it must go back to
40111              the drawing board.
40112      Branch: perl
40113            ! sv.c t/op/join.t t/pragma/utf8.t
40114 ____________________________________________________________________________
40115 [  8263] By: jhi                                   on 2000/12/30  01:08:32
40116         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
40117      Branch: perl
40118            ! sv.c
40119 ____________________________________________________________________________
40120 [  8262] By: jhi                                   on 2000/12/30  00:45:14
40121         Log: Retract #8261.
40122      Branch: perl
40123            ! hv.c util.c
40124 ____________________________________________________________________________
40125 [  8261] By: jhi                                   on 2000/12/30  00:38:32
40126         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
40127      Branch: perl
40128            ! hv.c util.c
40129 ____________________________________________________________________________
40130 [  8260] By: jhi                                   on 2000/12/29  22:51:33
40131         Log: (Retracted by #8264)  More fixing for #8251.
40132      Branch: perl
40133            ! sv.c
40134 ____________________________________________________________________________
40135 [  8259] By: jhi                                   on 2000/12/29  18:27:30
40136         Log: Subject: podlators 1.06 released
40137              From: Russ Allbery <rra@stanford.edu>
40138              Date: 25 Dec 2000 05:09:30 -0800
40139              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
40140      Branch: perl
40141            + lib/Pod/Text/Overstrike.pm
40142            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
40143            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
40144 ____________________________________________________________________________
40145 [  8258] By: jhi                                   on 2000/12/29  18:20:45
40146         Log: Make the large file tests more robust/talkative as suggested by
40147              
40148              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
40149              From: andreas.koenig@anima.de (Andreas J. Koenig)
40150              Date: 29 Dec 2000 14:23:01 +0100
40151              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
40152      Branch: perl
40153            ! t/lib/syslfs.t t/op/lfs.t
40154 ____________________________________________________________________________
40155 [  8257] By: jhi                                   on 2000/12/29  17:48:04
40156         Log: Further VMS piping fixes from Charles Lane:
40157              
40158              In summary, error messages produced when a subprocess terminated
40159              abnormally were being sent not just to the parent process, but to
40160              grandparents, because of default values for error output that were
40161              not completely overridden when the subprocess was started.
40162              
40163              This patch fixes this behavior by defining user-mode (i.e., temporary
40164              for the duration of the program) logical names for SYS$OUTPUT and
40165              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
40166              changes to make it so that the user-mode logicals are the ones that
40167              control where Perl's error messages go if it terminates abnormally.
40168              
40169              I also added some gratuitous fixes to the indentation of braces in
40170              the piping code.  It just looked ugly, before.
40171      Branch: perl
40172            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
40173 ____________________________________________________________________________
40174 [  8256] By: jhi                                   on 2000/12/29  17:45:12
40175         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
40176              From: "Casey R. Tweten" <crt@kiski.net>
40177              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
40178              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
40179              
40180              Tests for for #8240.
40181      Branch: perl
40182            ! t/pragma/constant.t
40183 ____________________________________________________________________________
40184 [  8255] By: jhi                                   on 2000/12/29  17:43:07
40185         Log: Subject: Re: [PATCH] Interesting syntax idea
40186              From: Simon Cozens <simon@cozens.net>
40187              Date: Fri, 29 Dec 2000 14:34:04 +0000
40188              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
40189              
40190              Tests for #8254.
40191      Branch: perl
40192            ! t/pragma/sub_lval.t
40193 ____________________________________________________________________________
40194 [  8254] By: jhi                                   on 2000/12/29  17:42:11
40195         Log: Subject: [PATCH] Interesting syntax idea
40196              From: Simon Cozens <simon@cozens.net>
40197              Date: Wed, 27 Dec 2000 05:08:57 +0000
40198              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
40199              
40200              Make opens + bareword assigns do typeglob assigns.
40201      Branch: perl
40202            ! op.c
40203 ____________________________________________________________________________
40204 [  8253] By: jhi                                   on 2000/12/29  17:36:45
40205         Log: Output the (apparent) version of gcc, as suggested by
40206              
40207              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
40208              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
40209              Date: 26 Dec 2000 04:29:17 -0500
40210              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
40211              
40212              (The patch as such didn't any more apply as the misparsing had
40213              already been addressed in #6474.)  Also change the wording about
40214              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
40215      Branch: perl
40216            ! hints/dec_osf.sh
40217 ____________________________________________________________________________
40218 [  8252] By: nick                                  on 2000/12/29  12:14:31
40219         Log: Integrate mainline
40220      Branch: perlio
40221           !> (integrate 27 files)
40222 ____________________________________________________________________________
40223 [  8251] By: jhi                                   on 2000/12/29  08:45:46
40224         Log: (Retracted by #8264)
40225              
40226              (Fixed by #8260.)
40227              
40228              sv_catsv() needs one more byte space than seems reasonable.
40229              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
40230              Curiouser and curiouser.
40231      Branch: perl
40232            ! sv.c
40233 ____________________________________________________________________________
40234 [  8250] By: jhi                                   on 2000/12/29  07:57:52
40235         Log: More split // UTF-8 tests.
40236      Branch: perl
40237            ! t/pragma/utf8.t
40238 ____________________________________________________________________________
40239 [  8249] By: jhi                                   on 2000/12/29  07:54:51
40240         Log: (Retracted by #8264)  More join() testing which was good because
40241              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
40242      Branch: perl
40243            ! pp.c t/op/join.t utf8.c utf8.h
40244 ____________________________________________________________________________
40245 [  8248] By: jhi                                   on 2000/12/29  07:08:32
40246         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
40247              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
40248              that the only cases to care about are byte+byte and byte+character.
40249              
40250              TODO: See how well pp_concat() could be implemented in terms
40251              of sv_catsv().
40252      Branch: perl
40253            ! doop.c sv.c t/op/join.t utf8.h
40254 ____________________________________________________________________________
40255 [  8247] By: jhi                                   on 2000/12/29  06:35:23
40256         Log: Signedness nit.
40257      Branch: perl
40258            ! pp_hot.c
40259 ____________________________________________________________________________
40260 [  8246] By: jhi                                   on 2000/12/29  01:23:31
40261         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
40262              From: Lupe Christoph <lupe@lupe-christoph.de>
40263              Date: Thu, 28 Dec 2000 23:00:00 +0100
40264              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
40265              
40266              Suggest rsync --delete --dry-run.
40267      Branch: perl
40268            ! pod/perlhack.pod
40269 ____________________________________________________________________________
40270 [  8245] By: jhi                                   on 2000/12/28  23:57:05
40271         Log: The maxiters upper limit sanity check (guarding against
40272              non-progress) assumed bytes instead of characters in s///
40273              and split().
40274      Branch: perl
40275            ! pp.c pp_hot.c
40276 ____________________________________________________________________________
40277 [  8244] By: jhi                                   on 2000/12/28  23:34:08
40278         Log: Make some panic messages a bit more logical.
40279      Branch: perl
40280            ! doop.c pod/perldiag.pod pp.c pp_hot.c
40281 ____________________________________________________________________________
40282 [  8243] By: jhi                                   on 2000/12/28  22:59:16
40283         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
40284              From: Simon Cozens <simon@cozens.net>
40285              Date: Wed, 27 Dec 2000 02:30:03 +0000
40286              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
40287      Branch: perl
40288            ! pp.c t/pragma/sub_lval.t
40289 ____________________________________________________________________________
40290 [  8242] By: jhi                                   on 2000/12/28  22:56:53
40291         Log: Subject: [PATCH blead] Fix B::Terse indentation
40292              From: Daniel Chetlin <daniel@chetlin.com>
40293              Date: Wed, 27 Dec 2000 06:43:30 -0800
40294              Message-ID: <20001227064329.B9573@darkstar>
40295      Branch: perl
40296            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
40297 ____________________________________________________________________________
40298 [  8241] By: jhi                                   on 2000/12/28  22:48:59
40299         Log: The latter patch from the
40300              
40301              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
40302              From: Peter Prymmer <pvhp@forte.com> 
40303              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
40304              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
40305              
40306              (the former patch from the above should have been
40307              taken care of by Nick I-S)
40308      Branch: perl
40309            ! win32/Makefile
40310 ____________________________________________________________________________
40311 [  8240] By: jhi                                   on 2000/12/28  22:45:22
40312         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
40313              From: "Casey R. Tweten" <crt@kiski.net>
40314              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
40315              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
40316      Branch: perl
40317            ! lib/constant.pm
40318 ____________________________________________________________________________
40319 [  8239] By: jhi                                   on 2000/12/28  22:37:45
40320         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
40321              From: Simon Cozens <simon@cozens.net>
40322              Date: Wed, 27 Dec 2000 14:12:44 +0000
40323              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
40324      Branch: perl
40325            ! t/op/method.t t/op/sort.t toke.c
40326 ____________________________________________________________________________
40327 [  8238] By: jhi                                   on 2000/12/28  22:30:32
40328         Log: Subject: [PATCH perl@8229] Call.pm
40329              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
40330              Date: Mon, 25 Dec 2000 10:47:15 -0000
40331              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
40332      Branch: perl
40333            ! ext/Filter/Util/Call/Call.pm
40334 ____________________________________________________________________________
40335 [  8237] By: jhi                                   on 2000/12/28  22:19:21
40336         Log: Subject: [PATCH blead] Fix problem with `&' prototype
40337              From: Daniel Chetlin <daniel@chetlin.com>
40338              Date: Wed, 27 Dec 2000 15:55:32 -0800
40339              Message-ID: <20001227155532.D9573@darkstar>
40340      Branch: perl
40341            ! op.c t/comp/proto.t
40342 ____________________________________________________________________________
40343 [  8236] By: jhi                                   on 2000/12/28  22:09:25
40344         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
40345              From: Daniel Chetlin <daniel@chetlin.com>
40346              Date: Sun, 24 Dec 2000 04:09:49 -0800
40347              Message-ID: <20001224040949.B3090@darkstar>
40348      Branch: perl
40349            ! gv.c mg.c t/op/attrs.t
40350 ____________________________________________________________________________
40351 [  8235] By: jhi                                   on 2000/12/28  22:07:11
40352         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
40353              From: Jan Dubois <jand@ActiveState.com>
40354              Date: Tue, 26 Dec 2000 20:57:31 -0800
40355              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
40356      Branch: perl
40357            ! win32/win32.c
40358 ____________________________________________________________________________
40359 [  8234] By: jhi                                   on 2000/12/28  21:52:42
40360         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
40361              From: Simon Cozens <simon@cozens.net>
40362              Date: Thu, 28 Dec 2000 20:33:13 +0000
40363              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
40364      Branch: perl
40365            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
40366 ____________________________________________________________________________
40367 [  8233] By: jhi                                   on 2000/12/28  19:40:49
40368         Log: Integrate perlio.
40369      Branch: perl
40370           !> ext/Encode/Makefile.PL ext/Encode/compile
40371 ____________________________________________________________________________
40372 [  8232] By: nick                                  on 2000/12/23  16:06:00
40373         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
40374              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
40375      Branch: perlio
40376            ! ext/Encode/Makefile.PL
40377 ____________________________________________________________________________
40378 [  8231] By: nick                                  on 2000/12/23  14:30:34
40379         Log: "Compiled" encode build cleanup
40380              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
40381              - .c files do not export sub-tables
40382      Branch: perlio
40383            ! ext/Encode/Makefile.PL ext/Encode/compile
40384 ____________________________________________________________________________
40385 [  8230] By: nick                                  on 2000/12/23  12:50:37
40386         Log: Integrate mainline
40387      Branch: perlio
40388           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
40389           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
40390           !> pod/perl5004delta.pod pod/perl5005delta.pod
40391           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
40392           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
40393           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
40394           !> pod/perlsub.pod
40395 ____________________________________________________________________________
40396 [  8229] By: jhi                                   on 2000/12/22  15:32:12
40397         Log: Integrate perlio.
40398      Branch: perl
40399           +> win32/distclean.bat
40400           !> MANIFEST t/io/utf8.t
40401 ____________________________________________________________________________
40402 [  8228] By: jhi                                   on 2000/12/22  15:29:40
40403         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
40404              From: Robin Barker <rmb1@cise.npl.co.uk>
40405              Date: Fri, 22 Dec 2000 12:17:38 GMT
40406              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
40407      Branch: perl
40408            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
40409            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
40410            ! pod/perl5004delta.pod pod/perl5005delta.pod
40411            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
40412            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
40413            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
40414            ! pod/perlsub.pod
40415 ____________________________________________________________________________
40416 [  8227] By: jhi                                   on 2000/12/22  15:24:28
40417         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
40418              From: "John L. Allen" <allen@grumman.com>
40419              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
40420              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
40421              
40422              Document APPLLIB_EXP.
40423      Branch: perl
40424            ! INSTALL
40425 ____________________________________________________________________________
40426 [  8226] By: nick                                  on 2000/12/21  22:11:50
40427         Log: Handy script for when one forgets to "dmake clean" 
40428      Branch: perlio
40429            + win32/distclean.bat
40430            ! MANIFEST
40431 ____________________________________________________________________________
40432 [  8225] By: nick                                  on 2000/12/21  21:54:04
40433         Log: CRLF platform issue with io/utf8 fix.
40434      Branch: perlio
40435            ! t/io/utf8.t
40436 ____________________________________________________________________________
40437 [  8224] By: nick                                  on 2000/12/21  21:02:20
40438         Log: Integrate mainline
40439      Branch: perlio
40440           !> Changes Configure Makefile.SH Porting/Glossary
40441           !> Porting/config.sh Porting/config_H configure.com
40442           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
40443           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
40444           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
40445           !> win32/config.bc win32/config.gc win32/config.vc
40446 ____________________________________________________________________________
40447 [  8223] By: jhi                                   on 2000/12/21  17:09:16
40448         Log: Update Changes.
40449      Branch: perl
40450            ! Changes patchlevel.h
40451 ____________________________________________________________________________
40452 [  8222] By: jhi                                   on 2000/12/21  16:24:01
40453         Log: Metaconfig unit changes for #8221.
40454      Branch: metaconfig/U/perl
40455           +> issymlink.U
40456            - testsyml.U
40457            ! Mksymlinks.U
40458 ____________________________________________________________________________
40459 [  8221] By: jhi                                   on 2000/12/21  16:23:48
40460         Log: Rename testsyml to issymlink.
40461      Branch: perl
40462            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40463            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
40464            ! win32/config.vc
40465 ____________________________________________________________________________
40466 [  8220] By: jhi                                   on 2000/12/21  15:47:26
40467         Log: Robustness support for #8218 (symlink forest) since the GNU
40468              tools seem to be overly picky about symlinkage depths.
40469      Branch: perl
40470            ! Makefile.SH t/io/fs.t
40471 ____________________________________________________________________________
40472 [  8219] By: jhi                                   on 2000/12/21  15:38:27
40473         Log: Metaconfig changes for #8218.
40474      Branch: metaconfig
40475            ! U/modified/Oldconfig.U
40476      Branch: metaconfig/U/perl
40477            + Mksymlinks.U
40478            ! testsyml.U
40479 ____________________________________________________________________________
40480 [  8218] By: jhi                                   on 2000/12/21  15:37:57
40481         Log: Add Configure option -Dmksymlinks which will create a symlink
40482              forest if the current/build differs from the source directory.
40483              TODO: mkdir -p is not portable.
40484      Branch: perl
40485            ! Configure
40486 ____________________________________________________________________________
40487 [  8217] By: jhi                                   on 2000/12/21  14:39:12
40488         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
40489              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
40490              Date: Thu, 21 Dec 2000 09:38:18 GMT
40491              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
40492              
40493              The ofs became an SV.
40494      Branch: perl
40495            ! ext/Thread/Thread.xs
40496 ____________________________________________________________________________
40497 [  8216] By: jhi                                   on 2000/12/21  05:40:21
40498         Log: The polymorphism seems to have fixed 20000517.001.
40499      Branch: perl
40500            ! t/pragma/utf8.t
40501 ____________________________________________________________________________
40502 [  8215] By: jhi                                   on 2000/12/21  04:44:52
40503         Log: read() documentation tweak for 20001121.004.
40504      Branch: perl
40505            ! pod/perlfunc.pod
40506 ____________________________________________________________________________
40507 [  8214] By: jhi                                   on 2000/12/21  03:54:11
40508         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
40509      Branch: perl
40510            ! pp_sys.c t/op/misc.t
40511 ____________________________________________________________________________
40512 [  8213] By: jhi                                   on 2000/12/21  00:28:10
40513         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
40514              From: Peter Prymmer <pvhp@forte.com>
40515              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
40516              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
40517      Branch: perl
40518            ! configure.com
40519 ____________________________________________________________________________
40520 [  8212] By: jhi                                   on 2000/12/21  00:26:21
40521         Log: Edit edit edit.
40522      Branch: perl
40523            ! pod/perlfaq3.pod
40524 ____________________________________________________________________________
40525 [  8211] By: jhi                                   on 2000/12/20  18:52:46
40526         Log: Update Changes.
40527      Branch: perl
40528            ! Changes patchlevel.h
40529 ____________________________________________________________________________
40530 [  8210] By: jhi                                   on 2000/12/20  18:34:47
40531         Log: Yet another editor edit.
40532      Branch: perl
40533            ! pod/perlfaq3.pod
40534 ____________________________________________________________________________
40535 [  8209] By: jhi                                   on 2000/12/20  15:33:28
40536         Log: More Win32 Perling.
40537      Branch: perl
40538            ! pod/perlfaq3.pod
40539 ____________________________________________________________________________
40540 [  8208] By: jhi                                   on 2000/12/20  15:07:46
40541         Log: More Win32 editor/IDE/shell hints.
40542      Branch: perl
40543            ! pod/perlfaq3.pod
40544 ____________________________________________________________________________
40545 [  8207] By: jhi                                   on 2000/12/20  03:54:08
40546         Log: Subject: [PATCH] obscure timing knowledge
40547              From: Nicholas Clark <nick@ccl4.org>
40548              Date: Tue, 19 Dec 2000 19:22:31 +0000
40549              Message-ID: <20001219192231.F2827@plum.flirble.org>
40550      Branch: perl
40551            ! sv.c
40552 ____________________________________________________________________________
40553 [  8206] By: jhi                                   on 2000/12/20  03:45:57
40554         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
40555              From: Spider Boardman <spider@leggy.zk3.dec.com>
40556              Date: Tue, 19 Dec 2000 21:30:16 -0500
40557              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
40558      Branch: perl
40559            ! sv.c
40560 ____________________________________________________________________________
40561 [  8205] By: jhi                                   on 2000/12/19  23:02:01
40562         Log: Update Changes.
40563      Branch: perl
40564            ! Changes patchlevel.h
40565 ____________________________________________________________________________
40566 [  8204] By: jhi                                   on 2000/12/19  22:58:18
40567         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
40568              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
40569              on editors and diffing/patching.
40570      Branch: perl
40571            ! t/op/utf8decode.t
40572 ____________________________________________________________________________
40573 [  8203] By: nick                                  on 2000/12/19  21:36:16
40574         Log: Integrate mainline (forgot my own change...)
40575      Branch: perlio
40576           !> ext/Encode/compile
40577 ____________________________________________________________________________
40578 [  8202] By: nick                                  on 2000/12/19  21:34:42
40579         Log: Integrate mainline.
40580      Branch: perlio
40581           !> (integrate 61 files)
40582 ____________________________________________________________________________
40583 [  8201] By: nick                                  on 2000/12/19  21:34:06
40584         Log: Avoid looking for File::Glob when we don't need it.
40585      Branch: perl
40586            ! ext/Encode/compile
40587 ____________________________________________________________________________
40588 [  8200] By: jhi                                   on 2000/12/19  18:35:49
40589         Log: Update Changes.
40590      Branch: perl
40591            ! Changes patchlevel.h
40592 ____________________________________________________________________________
40593 [  8199] By: jhi                                   on 2000/12/19  18:35:07
40594         Log: Microperl tweaks.
40595      Branch: perl
40596            ! sv.c uconfig.h uconfig.sh
40597 ____________________________________________________________________________
40598 [  8198] By: jhi                                   on 2000/12/19  18:29:59
40599         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
40600      Branch: perl
40601            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40602            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
40603 ____________________________________________________________________________
40604 [  8197] By: jhi                                   on 2000/12/19  17:55:29
40605         Log: In VMS embedded perls couldn't access the statically built Socket,
40606              from Charles Lane.
40607      Branch: perl
40608            ! configure.com
40609 ____________________________________________________________________________
40610 [  8196] By: jhi                                   on 2000/12/19  17:49:50
40611         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
40612              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
40613              Date: Sun, 17 Dec 2000 19:11:44 -0000
40614              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
40615      Branch: perl
40616            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
40617            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
40618 ____________________________________________________________________________
40619 [  8195] By: jhi                                   on 2000/12/19  17:47:53
40620         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
40621              From: Jonathan Stowe <gellyfish@gellyfish.com>
40622              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
40623              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
40624      Branch: perl
40625            ! utils/h2xs.PL
40626 ____________________________________________________________________________
40627 [  8194] By: jhi                                   on 2000/12/19  17:46:28
40628         Log: Subject: Re: useless use of void context work-around
40629              From: andreas.koenig@anima.de (Andreas J. Koenig)
40630              Date: 16 Dec 2000 15:13:36 +0100
40631              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
40632              
40633              Document (comment) the q(di ds ig) trick in the code.
40634      Branch: perl
40635            ! op.c
40636 ____________________________________________________________________________
40637 [  8193] By: jhi                                   on 2000/12/19  17:10:57
40638         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
40639              From: "Mark J. Reed" <mreed@strange.turner.com>
40640              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
40641              Message-Id: <200012160222.VAA13986@strange.turner.com>
40642      Branch: perl
40643            ! ext/Sys/Syslog/Syslog.pm
40644 ____________________________________________________________________________
40645 [  8192] By: jhi                                   on 2000/12/19  17:07:45
40646         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
40647              From: Nicholas Clark <nick@ccl4.org>
40648              Date: Sat, 16 Dec 2000 19:03:13 +0000
40649              Message-ID: <20001216190313.D68304@plum.flirble.org>
40650      Branch: perl
40651            ! t/op/64bitint.t
40652 ____________________________________________________________________________
40653 [  8191] By: jhi                                   on 2000/12/19  17:06:13
40654         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
40655              From: Dominic Dunlop <domo@computer.org>
40656              Date: Mon, 18 Dec 2000 12:00:15 +0100
40657              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
40658              
40659              This patchlet is needed in order that perl can be statically linked.  
40660      Branch: perl
40661            ! regexec.c
40662 ____________________________________________________________________________
40663 [  8190] By: jhi                                   on 2000/12/19  17:03:08
40664         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
40665              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40666              Date: Sun, 17 Dec 2000 00:18:35 -0600
40667              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
40668      Branch: perl
40669            ! perlio.h vms/gen_shrfls.pl
40670 ____________________________________________________________________________
40671 [  8189] By: jhi                                   on 2000/12/19  16:20:28
40672         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
40673              From: Prymmer/Kahn <pvhp@best.com>
40674              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
40675              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
40676              
40677              A better version of #8188.
40678      Branch: perl
40679            ! pod/perlfaq3.pod
40680 ____________________________________________________________________________
40681 [  8188] By: jhi                                   on 2000/12/19  15:57:06
40682         Log: (Replaced by #8189)
40683              
40684              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
40685              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
40686              From: Prymmer/Kahn <pvhp@best.com>
40687              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
40688              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
40689              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
40690              Date: Mon, 18 Dec 2000 11:10:45 -0500
40691              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
40692      Branch: perl
40693            ! pod/perlfaq3.pod
40694 ____________________________________________________________________________
40695 [  8187] By: jhi                                   on 2000/12/19  15:54:19
40696         Log: Email address fix for Anton Berezin.
40697      Branch: perl
40698            ! AUTHORS
40699 ____________________________________________________________________________
40700 [  8186] By: jhi                                   on 2000/12/19  15:38:54
40701         Log: Subject: [PATCH perl@8102] cygwin port
40702              From: "Eric Fifer" <efifer@dircon.co.uk> 
40703              Date: Thu, 14 Dec 2000 13:41:29 -0000
40704              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
40705              
40706              When compiling modules the data item that is being imported
40707              from libperl.dll needs to be tagged as imported/shared data:
40708              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
40709      Branch: perl
40710            ! perliol.h
40711 ____________________________________________________________________________
40712 [  8185] By: jhi                                   on 2000/12/19  14:53:24
40713         Log: Regen uconfig.h and uconfig.sh.
40714      Branch: perl
40715            ! uconfig.h uconfig.sh
40716 ____________________________________________________________________________
40717 [  8184] By: jhi                                   on 2000/12/18  20:43:49
40718         Log: Comments work so much better when they are closed.
40719      Branch: perl
40720            ! regcomp.c
40721 ____________________________________________________________________________
40722 [  8183] By: jhi                                   on 2000/12/18  18:04:02
40723         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
40724              Fixes the bug 20001218.016.
40725      Branch: perl
40726            ! regcomp.c
40727 ____________________________________________________________________________
40728 [  8182] By: gsar                                  on 2000/12/18  09:53:47
40729         Log: delete spurious files
40730      Branch: maint-5.6/perl
40731            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
40732            - vos/config.h vos/config_h.SH_orig
40733 ____________________________________________________________________________
40734 [  8181] By: gsar                                  on 2000/12/18  09:46:08
40735         Log: regen perltoc
40736      Branch: maint-5.6/perl
40737            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
40738 ____________________________________________________________________________
40739 [  8180] By: gsar                                  on 2000/12/18  09:20:27
40740         Log: integrate changes#7924..7926,7946,7952 from mainline
40741              
40742              A test works better if it has the right 1..$n output.
40743              
40744              All the core library users of Class::Struct seem to be
40745              using "use Class::Struct 'struct';" instead of the bare
40746              "use Class::Struct;", which isn't documented in Class::Struct.
40747              This can't be right.
40748              
40749              Make the Class::Struct import() wiser.
40750              
40751              Upgrade to CPAN 1.59_51, from Andreas König.
40752              
40753              Subject: Re: long shell lines
40754              Split overly long shell command lines.
40755      Branch: maint-5.6/perl
40756           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
40757           !> lib/File/stat.pm t/lib/class-struct.t
40758 ____________________________________________________________________________
40759 [  8179] By: gsar                                  on 2000/12/18  08:55:54
40760         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
40761              7918,7919,7988,8907 from mainline (various)
40762              
40763              Subject: [ID 20001127.004] White space problem in perlamiga.pod
40764              
40765              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
40766              
40767              Subject: [PATCH] perlcc.PL cleanups
40768              
40769              Subject: [PATCH] Updating perltie.pod for arrays
40770              
40771              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
40772              Subject: Re: [PATCH] Updating perltie.pod for arrays
40773              Subject: Re: [PATCH] Updating perltie.pod for arrays
40774              
40775              One more perltie.pod nit from Casey R. Tweten.
40776              
40777              Subject: [PATCH] $^O  win32 -> MSWin32
40778              plus similar nits for vms, err, VMS, and UNICOS.
40779              
40780              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
40781              More checking in case someone has broken their services or
40782              protocol databases.
40783              
40784              Make "use Class::Struct 'struct';" work again (broken by #7617);
40785              add a test for Class::Struct.
40786              
40787              Integrate the "skip" messages to explain().
40788              
40789              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
40790      Branch: maint-5.6/perl
40791           +> t/lib/class-struct.t
40792           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
40793           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
40794           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
40795 ____________________________________________________________________________
40796 [  8178] By: gsar                                  on 2000/12/18  08:16:30
40797         Log: avoid redefinition warnings on windows due to sys/socket.h getting
40798              #included before win32.h
40799      Branch: maint-5.6/perl
40800            ! win32/include/sys/socket.h
40801 ____________________________________________________________________________
40802 [  8177] By: gsar                                  on 2000/12/18  05:24:04
40803         Log: make regen_headers; fix POSIX.xs problems; remove outdated
40804              code from sys/socket.h that makes build fail now
40805      Branch: maint-5.6/perl
40806            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
40807            ! pod/perlapi.pod
40808           !> win32/include/sys/socket.h
40809 ____________________________________________________________________________
40810 [  8176] By: gsar                                  on 2000/12/18  05:20:17
40811         Log: update Changes
40812      Branch: maint-5.6/perl
40813            ! Changes patchlevel.h
40814 ____________________________________________________________________________
40815 [  8175] By: gsar                                  on 2000/12/18  04:57:48
40816         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
40817              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
40818              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
40819              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
40820              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
40821              7823,7825,7838
40822              
40823              Subject: Re: [PATCH] README.solaris
40824              
40825              Add getpagesize() probing, on non-UNIX guess 'undef'.
40826              
40827              Simplify the getpagesize() unit by dropping the
40828              pagesize probe since it's nowadays slightly more
40829              complicated because of sysconf(). (Note: if some
40830              platform really needs the -lPW for getpagesize,
40831              I just broke it.)
40832              TODO: a new pagesize unit.
40833              
40834              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
40835              
40836              MachTen doesn't really do mmap() and munmap().
40837              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
40838              
40839              More README.solaris updates from Andy Dougherty.
40840              
40841              Copy the s// information of README.hpux also to the perlrun.
40842              
40843              Add HAS_FSYNC, lack noticed by Nicholas Clark.
40844              
40845              Add a metaconfig unit for fsync.
40846              
40847              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
40848              
40849              Many subdocumented return values of the IO extension now documented.
40850              ungetc and write still left subdocumented.
40851              Subject: [PATCH] (was Re: IO::Handle::ungetc)
40852              
40853              Document tell() on special streams.
40854              
40855              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
40856              
40857              Subject: [ID 20001112.007] sfio's sftell isn't ftell
40858              
40859              Couple of tests from #7660 salvaged.
40860              
40861              Tweak the definition of the bit complement on UTF-8 data:
40862              if none of the characters in the string are > 0xff,
40863              the result is a complemented byte string, not a (UTF-8)
40864              char string.  Based on the summary in
40865              Subject: Re: [ID 20000918.005] ~ on wide chars
40866              This should give us the maximum backward (pre-char string)
40867              compatibility and utf8 compatibility.  The other alternative
40868              would be to limit the bit complement to be always byte only,
40869              taking the least significant byte of the chars.
40870              
40871              Cleanup messy #ifdef.
40872              
40873              Typos in #7667.
40874              
40875              Declare reg_data like reg_substr_data.
40876              
40877              Placate nervous compilers that see longer than ints switch()ing.
40878              
40879              Remove the new two tests of lib/io_xs for now, they seem to
40880              fail under perlio on some platforms.
40881              
40882              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
40883              
40884              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
40885              
40886              Subject: tiny typo in perl5db.pl
40887              
40888              Subject: some additions for makefiles for win32 (for perl@7674)
40889              
40890              Hoist the duplicated socket/netdb include logic to perl.h;
40891              undef SETERRNO in case SOCKS has defined it.  Based on:
40892              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
40893              
40894              Regen Configure.
40895              
40896              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
40897              (a macro to define signed and unsigned integer constants).
40898              
40899              Use UINT64_C().
40900              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
40901              
40902              Use u_int32_t for the size of hash_cb(), not size_t.
40903              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
40904              
40905              Quit utf8_to_uv() instantly if curlen == 0.
40906              
40907              Subject: [PATCH: perl@7674] updates to README.os390
40908              
40909              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
40910              
40911              EBCDIC tweaks.
40912              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
40913              
40914              Linenumber fix.
40915              
40916              SOCKS has its own USE_THREADS, based on
40917              Subject: [ID 20001114.002] et. al. bugfix followup
40918              
40919              UINT64_C() work continues.
40920              
40921              Detypo.
40922              
40923              The type of the hash_cb() size argument is tricky.
40924              
40925              Add fwalk() probe to the configuration files and regen perltoc.
40926              
40927              Subject: perllocale.pod changes
40928              
40929              Avoid an infinite loop in VMS when utils scripts are run
40930              with no arguments, from Charles Lane.
40931              
40932              Subject: Re: Bug in Carp::Heavy/5.6.0?
40933              
40934              For Solaris use64bitall the stdchar needs a little bit of help.
40935              
40936              The long double hints can be here or there.
40937              
40938              Test tweak for the open pragma.
40939              
40940              Also the 64bitall hints can be either here or there.
40941              
40942              As surmised the #7719 wasn't a good move.
40943              
40944              Subject: Fix for 20000409.001
40945              
40946              Subject: Fix for 20000815.006
40947              It's really 20000518.006.
40948              
40949              Subject: [PATCH 5.6.0 README.win32] very minor typos
40950              
40951              Subject: Fix for README.amiga (20000323.033)
40952              
40953              Explain in more detail the {} syntax ambiguousity.
40954              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
40955              
40956              Sparc 64-bit pack() fix from Jens Hamisch.
40957              
40958              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
40959              
40960              Subject: podlators 1.05 available        
40961              
40962              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
40963              
40964              Subject: [perl 7711: EPOC] updates
40965              
40966              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
40967              
40968              Miraculous typo.
40969              
40970              sysseek() instead of seek().
40971              
40972              Solaris hints tweaks.
40973              
40974              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
40975              This may be overly harsh but until proven otherwise, we think this
40976              way, or until we have a simple test for Configure (having to start
40977              up servers is does not count as simple) to check for the problems.
40978              
40979              Remove the shared object before attempting to create
40980              (by linking) a new one.  E.g. in AIX not removing
40981              becomes quite painful if one tries to do more than one
40982              build in the same tree (an interrupted build, for example),
40983              since the AIX' shared dynaloader seemingly keeps the shared
40984              objects open and therefore 'busy' for quite a while, even when
40985              nobody is using the objects, leading into link failures.
40986              
40987              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
40988              
40989              Subject: DOC PATCH 5.6.0 perlreftut
40990              
40991              Subject: [PATCH: perl@7777] add system locale testing for VMS
40992              
40993              Subject: [PATCH] Test.pm POD peculiarity
40994              
40995              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
40996              
40997              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
40998              
40999              Subject: Re: perl@7777 
41000              Detypoing.
41001              
41002              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
41003              
41004              Go ahead and #include <unistd.h> in perl.h.
41005              
41006              Subject: [PATCH perl@7795] small cleanup task for test suite
41007              
41008              Subject: Re: av.c patch (having slight problems)
41009              unshift() speedup.
41010              
41011              Reach back one higher up when searching for PERL_SRC.
41012      Branch: maint-5.6/perl
41013           +> lib/File/Spec/Epoc.pm
41014           !> (integrate 88 files)
41015 ____________________________________________________________________________
41016 [  8174] By: gsar                                  on 2000/12/18  03:53:09
41017         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
41018              7625..7629,7631..7634,7637,7639,7642 from mainline
41019              
41020              Fix for the tie-refhash string table leaks.
41021              
41022              Subject: [patch perl@7595] VMS configure.com tweak
41023              
41024              More careful detection of how well NVs and UVs mix.
41025              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))
41026              Added some SIGFPE paranoia.
41027              
41028              Forgot to bump the line numbers in #7601.
41029              
41030              Subject: PATCH std stdio for (Free)BSD
41031              
41032              Deleting $ENV{PATH} in VMS is not recommendable.
41033              
41034              Locale buglets.
41035              Subject: RE: Locales support (setlocale) fixes
41036              
41037              Do not test UTF-8 locales since that the tests would require
41038              polymorphic regexen.
41039              
41040              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
41041              
41042              A missing aTHX_.
41043              
41044              Subject: [ID 20001108.013] spelling
41045              
41046              Subject: [PATCH] Class::Struct at compile time
41047              
41048              Make deleting for %ENV work for (newer versions of) VMS,
41049              from Craig A. Berry.
41050              
41051              Forgot from #7618.
41052              
41053              More VMS moves on environment handling, from Charles Lane.
41054              
41055              Remove unused extra arguments.
41056              
41057              Typo in an ifndef.
41058              Subject: Re: [PATCH 5.7.0] better messages from malloc()
41059              
41060              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
41061              All except the "cow orker" change.
41062              
41063              The generated boot_* headers are wrong.  Pickier compiler,
41064              such as KAI C++ will refuse to compile the resulting perlmain.
41065              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
41066              
41067              There's no =head3.
41068              
41069              Disable only the tests 99 and 166 for UTF-8 locales.
41070              
41071              Missing dTHXs.
41072              Subject: RE: perl@7595 builds not on cygwin
41073              
41074              Subject: Re: bash -c exit and linux hints 
41075              
41076              Various doc oddball characters.
41077              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
41078              
41079              Subject: [PATCH] IO::Seekable pod
41080              
41081              Amdahl UTS hints updates.
41082              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
41083              
41084              Explain better why certain regex tests are skipped.
41085              Subject: Re: tests skipped: unknown reason
41086              
41087              Subject: [PATCH] README.solaris
41088              
41089              Subject: [PATCH perl@7638] cygwin port
41090      Branch: maint-5.6/perl
41091           +> README.solaris
41092           !> (integrate 26 files)
41093 ____________________________________________________________________________
41094 [  8173] By: gsar                                  on 2000/12/18  03:37:02
41095         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
41096              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
41097              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
41098              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
41099              
41100              Better create a true mailing list for the repository keepers.
41101              
41102              Subject: [ID 20001027.007] uniq array in perlfaq
41103              
41104              De-quoted-unreadable to ISO Latin 1.
41105              (There's one ISO-2022-JP name in Changes5.004.)
41106              
41107              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
41108              
41109              The #7476 needs a MANIFEST change, too.
41110              
41111              Add also emailless people.
41112              
41113              UTF-8 decoder tweak.
41114              
41115              Make \x{...} consistently produce UTF-8.
41116              Subject: Re: \x{...} is confused 
41117              
41118              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
41119              
41120              Add a perlbug flag, -A, to avoid acknowledgement messages.
41121              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
41122              
41123              Use Errno magic.
41124              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
41125              
41126              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
41127              
41128              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
41129              
41130              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
41131              
41132              Be more lenient on bad UTF-8 when doing bit arithmetics.
41133              Subject: Re: [ID 20000918.005] ~ on wide chars
41134              (The ord() part of the patch skipped.)
41135              
41136              Subject: perlfaq style changes
41137              
41138              AUTHORS tweaks.
41139              
41140              Whitespace style tweak.  Was originally going to see to
41141              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
41142              but that had already been taken care of.
41143              
41144              The compiler is either gcc or cc, from Tom Bates.
41145              
41146              The osname has been lowercased by now, from Tom Bates.
41147              
41148              The NonStop-UX libraries have a novel way to say NaN.
41149              
41150              printf UVs the correct way, noticed by Robin Barker.
41151              
41152              Subject: [PATCH] startperl to respect versiononly
41153              
41154              AUTHORS updates.
41155              
41156              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
41157              
41158              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
41159              
41160              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
41161              
41162              Generalize the Camel wording.
41163              Subject: Re: perlfaq style changes
41164              
41165              Subject: [ID 20001005.006] Documentation -- description of qr//
41166              
41167              C.pm part of
41168              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
41169              
41170              Locale warning explanation tweak.
41171              
41172              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
41173              
41174              Make the POSIX::setuid and POSIX::setgid to really call setuid()
41175              and setgid() because they were just changing $< and $( which means
41176              only changing the real uid/gid, as opposed to changing both
41177              real and effective ids.  (The alternative way could have been
41178              in POSIX.pm to change $> and $), too, but making a direct call
41179              to the C API feels cleaner.)  Fixes the bug
41180              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
41181              
41182              Expand %Config variables and %ENV variables only if
41183              so requested during build time using the
41184              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
41185              Not expanding makes relocating distributions easier.
41186              
41187              More tweaking on the #7522 theme.
41188              
41189              Test::Harness revealed buglets in the new DynaLoader.
41190              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
41191              
41192              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
41193              fix a autovivification bug in Tie::RefHash, add tests for both.
41194              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
41195              
41196              Detpyo.
41197              
41198              recv() can fail and return undef.
41199              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
41200              
41201              Fix the problem discussed in
41202              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
41203              originally from Linc Madison.  Also Andreas König's comments
41204              taken into account.  Some other problems with Tie::SubstrHash
41205              fixed: didn't croak when the table exceeded the requested number
41206              of entries (as documented) but instead when the number of entries
41207              exceeded the size of the table, a croak() had an unnecessary \n,
41208              didn't have a CLEAR method, documented that there is no exists().
41209              Didn't fix to be strict-proof because the module uses &foo; and
41210              dynamic scope.  Added a test script exercizing both first tamely 
41211              the basic functionality, and then the failure cases reported by
41212              Linc Madison.
41213              
41214              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
41215              
41216              The #7521 touched things it shouldn't have.
41217              
41218              Subject: [PATCH 5.7.0] better messages from malloc()
41219              
41220              Subject: Re: README.aix
41221              
41222              Add FCNTL_CAN_LOCK.
41223              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
41224              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
41225              
41226              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
41227              create a "fast path" for locale name probing using "locale -a"
41228              if available, squash finally hopefully the s?printf resetting
41229              the numeric locale (since, IIUC perllocale, it never shouldn't). 
41230              
41231              More Changes tweakery.
41232              
41233              Dying is too strict here, better just skip.
41234              
41235              Subject: Locales support (setlocale) fixes
41236              Modified quite a bit to be more portable.
41237              
41238              Configure would use a bad $myuname from an old config.sh.
41239              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
41240              
41241              Fix for
41242              Subject: [ID 20001004.006] undef is never tainted
41243              An undef read from a slurped file was not tainted.
41244              
41245              Fix for
41246              Subject: [ID 20001004.007] taint propogation is inconsistent
41247              The culprit was sv_setsv() which was rather blindly
41248              propagating taint, which lead to behaviour where if
41249              a tainted anon hash value was seen all the hash values
41250              from then on at that level became tainted, or at any
41251              upper levels in the case of nested anon hashes.
41252              
41253              Test tweak: show also the failed locales.
41254              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
41255              
41256              A fix of sorts for 20000329.026, a better error message
41257              for a missing "use charnames" when using the \N{...}. 
41258              
41259              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
41260              
41261              Add =pod to be tidy.
41262              
41263              Fix for bug id 19990615.008, pos() unset during s///ge.
41264              
41265              Add a note for future generations about bug id 20000229.006.
41266              
41267              Use -dM for gcc (the suggested patch did it only for Linux,
41268              but I think it can be generalized).
41269              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
41270              
41271              opmini.o can linger from Configures past.
41272              
41273              Document that the evaled syntax errors cause scalar leaks.
41274              
41275              Fix for
41276              Subject: [ID 20000728.005] perl -P broken
41277              (hopefully).  The fix is also not complete, it seems to break
41278              BOM swallowing for libc5 systems, but until someone figures
41279              out a way to do this without ftell(), this will do.
41280              
41281              AUTHORS updates.
41282              
41283              Subject: Re: rsync'ed patches vs. rsync'ed source
41284              
41285              Admit that the test leaks scalars.
41286              
41287              Sanitize the environment further.
41288              
41289              VOS updates from Paul Green.
41290              
41291              Document %ENV = () portability issues.
41292              
41293              Make the stdio test program of 7427 less noisy while being 
41294              compiled so that Digital UNIX wouldn't get both
41295              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
41296              undefined.  This makes perlio happy.
41297              
41298              glibc5 detection by __GNU_LIBRARY__.
41299              
41300              %ENV note tweaks from Dan Sugalski.
41301              
41302              Varargs don't always work too well if one puts an unsigned
41303              char on the stack and pop an unsigned quad off the stack.
41304              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
41305              
41306              Subject: Pod updates
41307              
41308              Fake support of holey files in win/dosish platforms.
41309              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
41310              
41311              A doc addition for bug id 20001105.019, beware \p.
41312              
41313              Tweak #7587.
41314              
41315              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
41316              
41317              perlhack updates from H.Merijn Brand.
41318              
41319              Subject: [PATCH perl@7573] cygwin port
41320              Synchronize with Cygwin 1.1.5.
41321              
41322              Bad thinko in #7581 (I used the test program with the expanded
41323              values as-is).
41324              
41325              Make perlbug not insist on dumping to a file when stdout isn't a tty.
41326              Subject: [PATCH] perlbug.PL
41327              
41328              Overrideable keys, each, pop, push, shift, splice, unshift.
41329              Subject: [PATCH] prototyped functions that should be overrideable
41330              
41331              Try to avoid flockless and emulationless places.
41332      Branch: maint-5.6/perl
41333           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
41334            - MAINTAIN
41335           !> (integrate 111 files)
41336 ____________________________________________________________________________
41337 [  8172] By: jhi                                   on 2000/12/18  02:49:27
41338         Log: Regen pods.
41339      Branch: perl
41340            ! pod/perlmodlib.pod pod/perltoc.pod
41341 ____________________________________________________________________________
41342 [  8171] By: gsar                                  on 2000/12/18  02:49:24
41343         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
41344              7465..7471 from mainline
41345              
41346              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
41347              in platforms that strictly require all the symbols being present
41348              at link time.
41349              
41350              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
41351              
41352              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
41353              
41354              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
41355              
41356              Subject: [PATCH] todo
41357              
41358              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
41359              
41360              Use $sort, $uniq (and $tr) consistently as wondered
41361              by Nicholas Clark.
41362              
41363              Too enthusiastic editing in #7460.
41364              
41365              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
41366              
41367              Upgrade to CPAN 1.58_55.
41368              Subject: CPAN.pm status
41369              
41370              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
41371              
41372              Make target reordering to avoid pointless re-makes.
41373              Subject: Re: Total re-make of 'make okfile' after 7451 ?
41374              
41375              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
41376              
41377              Subject: DOC PATCH 5.6.0
41378              
41379              Add the repository doc by Malcolm, Sarathy, and by Simon,
41380              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
41381      Branch: maint-5.6/perl
41382           +> Porting/repository.pod
41383           !> Configure MANIFEST Makefile.SH README.dos README.os2
41384           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
41385           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
41386           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
41387 ____________________________________________________________________________
41388 [  8169] By: gsar                                  on 2000/12/18  02:33:34
41389         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
41390              7435..7441,7445 from mainline
41391              
41392              Make the UTF-8 decoding stricter and more verbose when
41393              malformation happens.  This involved adding an argument
41394              to utf8_to_uv_chk(), which involved changing its prototype,
41395              and prefer STRLEN over I32 for the UTF-8 length, which as
41396              a domino effect necessitated changing the prototypes of
41397              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
41398              The stricter UTF-8 decoding checking uses Markus Kuhn's
41399              UTF-8 Decode Stress Tester from
41400              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
41401              
41402              Run vms/vms_yfix.pl, should have done that after changing
41403              perly.c in #7382.
41404              
41405              Subject: [PATCH 5.7.0] static linking with uninstalled perl
41406              
41407              (Replaced by #7440.)
41408              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
41409              
41410              Fix the bug ID 20001024.005, the bug introduced by #7416.
41411              
41412              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
41413              
41414              Fix the bug reported in
41415              From: andreas.koenig@anima.de (Andreas J. Koenig)
41416              Also make is_utf8_char() stricter.
41417              
41418              Missed the header file changes from #7425.
41419              
41420              Check if stdio supports tweaking lval and cnt simultaneously.
41421              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
41422              
41423              Stratus VOS updates from Paul Green.
41424              
41425              Podify README.epoc and README.vos.
41426              
41427              Add targets to Makefile.SH, most importantly
41428              'regen_all' which also remembers to update vms/perly*.
41429              
41430              Subject: Minor update to find2perl, for portability
41431              
41432              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
41433              
41434              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
41435              
41436              Rename UTF8LEN() to be UNISKIP(), too confusing to have
41437              UTF8LEN() and UTF8SKIP(). 
41438              
41439              Allow poking holes at the UTF-8 decoding strictness.
41440              
41441              Continue the internal UTF-8 API tweaking.
41442              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
41443              used much more than the simpler API, now called utf8_to_uv_simple().
41444              Still not quite happy with API, too much partial duplication
41445              of functionality.
41446              
41447              A new version of making the syslog test more robust.
41448              (Replaces #7421.)
41449              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
41450              
41451              buildtoc target tweaks.
41452              
41453              Integrate with vmsperl #7430 by Charles Bailey:
41454              
41455              Cleanup from prior patch (Charles Lane?):
41456              - improve handling of MFDs in Basename and Path
41457              - default to no xsubpp line # munging when building debug images
41458      Branch: maint-5.6/perl
41459           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41460           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
41461           !> (integrate 67 files)
41462 ____________________________________________________________________________
41463 [  8168] By: gsar                                  on 2000/12/18  02:05:49
41464         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
41465              
41466              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
41467              From: Martin Husemann <martin@duskware.de>
41468              
41469              Subject: [PATCH 5.7.0] restore match data on backtracing
41470              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41471      Branch: maint-5.6/perl
41472           !> regcomp.c regexec.c t/op/re_tests
41473 ____________________________________________________________________________
41474 [  8167] By: gsar                                  on 2000/12/18  01:55:22
41475         Log: integrate changes#7858,7986 from mainline
41476              
41477              C<foreach my $x ...> in pseudo-fork()ed process may diddle
41478              parent's memory; fix it by keeping track of the actual pad
41479              offset rather than a raw pointer (this change is probably also
41480              relevant to non-ithreads case to avoid fallout from reallocs of
41481              the pad array, but is currently only enabled for the ithreads
41482              case in the interests of minimal disruption to existing "well
41483              tested" code)
41484              
41485              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
41486              due to the notorious GetFileType() bug in Windows 9x, which fstat()
41487              tickles)
41488      Branch: maint-5.6/perl
41489           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
41490           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
41491           !> win32/win32.c win32/win32.h win32/win32sck.c
41492 ____________________________________________________________________________
41493 [  8166] By: gsar                                  on 2000/12/18  01:52:59
41494         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
41495              from mainline (xsubpp and ExtUtils::LibList fixups, various
41496              other small items)
41497              
41498              The generated boot_* headers are wrong.  Pickier compiler,
41499              such as KAI C++ will refuse to compile the resulting perlmain.
41500              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
41501              
41502              Various doc oddball characters.
41503              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
41504              
41505              Subject: [PATCH] Re: 20001101.003 PDL
41506              
41507              Subject: [PATCH 5.7.0] etags broken again
41508              
41509              Subject: [PATCH 5.7.0] Liblist finally works
41510              
41511              Subject: [PATCH 5.7.0] Liblist returns found libraries
41512              
41513              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
41514              
41515              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
41516              
41517              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
41518              OUT keyword nits.
41519              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
41520              OUT and IN_OUT documentation.
41521      Branch: maint-5.6/perl
41522           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
41523           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
41524           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
41525           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
41526           !> win32/bin/search.pl
41527 ____________________________________________________________________________
41528 [  8165] By: gsar                                  on 2000/12/18  01:28:45
41529         Log: integrate changes#7533,7563,7611,7623 from mainline (various
41530              malloc.c embellishments)
41531      Branch: maint-5.6/perl
41532           !> malloc.c pod/perldiag.pod
41533 ____________________________________________________________________________
41534 [  8164] By: gsar                                  on 2000/12/18  01:23:33
41535         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
41536              fixups)
41537      Branch: maint-5.6/perl
41538           !> utils/h2xs.PL
41539 ____________________________________________________________________________
41540 [  8163] By: gsar                                  on 2000/12/18  01:17:50
41541         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
41542              fixups)
41543      Branch: maint-5.6/perl
41544           !> Makefile.SH utils/perlbug.PL
41545 ____________________________________________________________________________
41546 [  8162] By: gsar                                  on 2000/12/18  00:25:43
41547         Log: always export Perl_deb() (it is required by re.xs whether
41548              Perl is built with or without -DDEBUGGING)
41549      Branch: maint-5.6/perl
41550            ! makedef.pl
41551 ____________________________________________________________________________
41552 [  8161] By: gsar                                  on 2000/12/18  00:23:38
41553         Log: integrate change#7414 from mainline
41554              
41555              Undo the basename() part of #7412 since the lib/basename
41556              tests would need upgrading too.
41557              
41558              squelch two tests in tr.t that rely on tr/// paranoia change
41559              that's not in 5.6.x
41560      Branch: maint-5.6/perl
41561            ! t/op/tr.t
41562           !> lib/File/Basename.pm
41563 ____________________________________________________________________________
41564 [  8160] By: gsar                                  on 2000/12/18  00:05:30
41565         Log: missing change in previous integrate
41566      Branch: maint-5.6/perl
41567           !> README.aix
41568 ____________________________________________________________________________
41569 [  8159] By: gsar                                  on 2000/12/18  00:03:38
41570         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
41571              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
41572              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
41573              7410..7413 from mainline
41574              
41575              Introduce the man[24-8] variables, from Andy Dougherty.
41576              
41577              Upgrade to CPAN 1.58, from Andreas König.
41578              
41579              An updated EBCDIC tr patch.
41580              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
41581              
41582              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
41583              
41584              Two thirds of
41585              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
41586              The Install.pm changes will be submitted separately because
41587              they need some work and discussion still.
41588              
41589              The Install.pm third of
41590              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
41591              
41592              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
41593              
41594              Subject: [PATCH 5.7.0] IVs in mtats
41595              
41596              Subject: [PATCH 5.7.0] Perl API for mstats
41597              
41598              Ilya implemented the memory profiling API.
41599              
41600              In Amdahl UTS "struct sv" is defined by a system header,
41601              <ksync.h>.
41602              
41603              Slight tweak of the code to appease Amdahl UTS cc.
41604              
41605              Amdahl UTS doesn't seem to do dynaloading.
41606              
41607              Use UTF8SKIP(), from Simon Cozens.
41608              
41609              Thinko in #7222.
41610              
41611              op/sprintf.t patch for OS/390 (and any other host with limited
41612              floating-point exponent length)
41613              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
41614              
41615              Tweak #7225.
41616              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
41617              
41618              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
41619              
41620              Needs to be conditional on SunOS 4.
41621              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
41622              
41623              Test cases for bug id 20000323.056 (the bug seems to be fixed).
41624              
41625              Add test for bug id 20000427.003 (which seems to have
41626              been fixed) (also duplicate as 20000427.004, though
41627              with a higher severity).  Move one utf8 from op/append
41628              to pragma/utf8, tag the tests with bug ids.
41629              
41630              Document FNCASE=y as discussed in the bug 20000902.009.
41631              
41632              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
41633              The problem was that rx->minlen was in chars while pp_split()
41634              thought it would be in bytes. 
41635              
41636              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
41637              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
41638              
41639              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
41640              
41641              Fix a couple of compiler-noted nits in #7235.
41642              
41643              Tweak the test of #7235.
41644              
41645              One more ~utf8 tweak.
41646              
41647              -w cleanup.
41648              Subject: Re: Problems with bleadperl 
41649              
41650              Subject: small pod patch
41651              
41652              Subject: [PATCH perlguts.pod] Document offset hack
41653              
41654              Add Charles Lane.
41655              
41656              Add the capability to include/exclude branches.
41657              
41658              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
41659              
41660              Detect early whether the std streams have gone bad.
41661              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
41662              
41663              More IoTYPE sprinkling.
41664              
41665              Workaround for a sfio bug where the stream error indicator
41666              is not cleared as documented.
41667              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
41668              
41669              Clarify documentation on 'use bytes'.
41670              Subject: Re: What does 'use bytes' "mean" ?
41671              
41672              Show the failed remote port, instead of the failing line number.
41673              Subject: [PATCH 5.6.1 Debugger] More diagnostics
41674              
41675              Make Cwd more bulletproof in chrooted environments.
41676              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
41677              
41678              Subject: Pod patch for Devel::Peek
41679              
41680              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
41681              
41682              Borland C fstat() never saw the fd as writable.
41683              Subject: fix for Borland's weak "stat" (perl@7211)
41684              
41685              Missing change from #7362.
41686              
41687              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
41688              
41689              Add the test case for the bug id 20000730.004 which seems
41690              to have been fixed by now.
41691              
41692              Fix of sorts for bug id 20000901.092.  There seems to be no trace
41693              of a 'pmshort' anywhere in the B, so the offending line was simply
41694              removed.
41695              
41696              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
41697              
41698              Subject: PATCH do_print has 2 PerlIO_error()s
41699              
41700              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
41701              
41702              Typo noted by Mark Lutz.
41703              
41704              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
41705              
41706              In the latest compiler builds cccdlflags must not become -fpic,
41707              from Wilfredo Sánchez.
41708              
41709              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
41710              
41711              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
41712              
41713              SOCKS function redefinitions need prototypes, too, otherwise
41714              for example 32 bit versus 64 bit differences cause a lot of
41715              problems.  Part of
41716              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
41717              
41718              Portability tweak on #7377.
41719              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
41720              
41721              Don't write double values through long double pointers,
41722              based on a part of
41723              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
41724              
41725              Reëntrancy fix.
41726              Subject: [PATCH perl@7229] Rentrant parser and yylex()
41727              
41728              Make scan_num() reëntrant, as suggested in
41729              Subject: [PATCH perl@7229] Rentrant parser and yylex()
41730              
41731              Fix for ID 20001020.006, concatenating an unset submatch
41732              with utf8 resulted in "Modification of a read-only value".
41733              
41734              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
41735              
41736              The #7383 was right only in the context of the original bug report,
41737              not in more general case.
41738              
41739              Update Changes.
41740              
41741              Testcases for a #7383,#7385 related bug.
41742              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
41743              
41744              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
41745              
41746              Tweak the Is* definitions of Unicode character classes
41747              to better match the official categorizations; embrace
41748              the official categorizations; add the combining marks
41749              as alpha (and -numeric); fix DCinital (a typo and edito)
41750              to be DCmedial.
41751              
41752              Hints tweak from Anton Berezin.
41753              
41754              Subject: installman go-faster stripes
41755              Subject: Re: installman go-faster stripes
41756              
41757              Subject: [ID 20001021.003] updated hints/openbsd.sh
41758              
41759              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
41760              
41761              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
41762              
41763              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
41764              
41765              Doc patch.
41766              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
41767              
41768              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
41769              
41770              Subject: Re: [ID 20001021.005] SEGV with regex match 
41771              
41772              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
41773              
41774              The change #7187 was not so good on VMS.
41775              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
41776              
41777              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
41778              
41779              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
41780              
41781              Document PERL_INSTALL_ROOT of #7210.
41782      Branch: maint-5.6/perl
41783           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
41784           +> t/lib/tie-splice.t
41785            - lib/unicode/Is/DCinital.pl
41786           !> (integrate 112 files)
41787 ____________________________________________________________________________
41788 [  8158] By: jhi                                   on 2000/12/17  23:04:24
41789         Log: Subject: [PATCHES] RE: perl@8150 
41790              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
41791              Date: Sun, 17 Dec 2000 21:46:39 +0100
41792              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
41793              
41794              Neither cygwin has a getpwuid() one can trust on.
41795      Branch: perl
41796            ! t/lib/glob-basic.t
41797 ____________________________________________________________________________
41798 [  8157] By: jhi                                   on 2000/12/17  23:01:54
41799         Log: More MAN.PODS => {} fixes.
41800      Branch: perl
41801            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
41802            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
41803            ! os2/OS2/REXX/Makefile.PL
41804 ____________________________________________________________________________
41805 [  8156] By: gsar                                  on 2000/12/17  22:49:13
41806         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
41807              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
41808              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
41809              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
41810              7201,7204 from mainline
41811              
41812              Remove vestiges of tr//CU.
41813              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41814              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41815              
41816              The return value of setlocale must be copied away.
41817              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
41818              
41819              Allow chop() and chomp() to be overridden.
41820              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
41821              
41822              Hints optimization.
41823              Subject: Minor nit
41824              
41825              Subject: [PATCH] de-wall t/README
41826              
41827              Subject: Re: Two advertising clauses need to be removed
41828              
41829              Batch of UTF-8 patches from Simon Cozens.
41830              
41831              Fix for a parsing bug, not for the original bug.
41832              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
41833              
41834              Compilation warnings and an error.
41835              
41836              Subject: File::Find 5.7.0 POD nits
41837              
41838              Subject: [PATCH perl-5.7.0] continued -Wformat support
41839              
41840              The one that got away.
41841              
41842              Subject: Re: perl@7078
41843              
41844              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
41845              convertable to bytes by checking it doesn't go above 0xc3
41846              Subject: Re: perl@7078
41847              
41848              Replace #7084 with
41849              Subject: Re: perl@7078 
41850              
41851              We don't need to count the high bit bytes, a boolean is enough. 
41852              
41853              Subject: [PATCH] utf8.c apidoc
41854              
41855              Subject: Re: perl@7078 
41856              
41857              Botched the #7090 check-in.
41858              
41859              Fix for the charnames.t failures from Spider Boardman.
41860              
41861              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
41862              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
41863              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
41864              0 to checking to get the warning.
41865              
41866              Subject: [PATCH] Nits in perlmod.pod
41867              
41868              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
41869              
41870              Subject: Re: unicode support and perl [ID 20000901.097]
41871              
41872              Subject: Re: unicode support and perl [ID 20000901.097]
41873              
41874              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
41875              
41876              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
41877              
41878              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
41879              
41880              Subject: [PATCH@blead] Fix some recursion in overload.pm
41881              
41882              s/Robin Parker/Robin Barker/
41883              
41884              Subject: [PATCH] Fix aliasing of tied filehandles
41885              
41886              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
41887              
41888              Subject: Re: [PATCH 5.005_64 missed]
41889              
41890              SOCK_DGRAM and listen() do not mix as reported in
41891              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
41892              The patch for 5.7.0+ had to be reengineered, though.
41893              
41894              Subject: DOC PATCH 5.6.0
41895              
41896              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
41897              
41898              Document the issue (is not a syntax error, kind of)
41899              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
41900              
41901              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
41902              Did not apply cleanly, manual intervention was needed.
41903              
41904              Subject: [PATCH] DLL not restartabke with threaded perl
41905              
41906              Inside require() $^S was always left undefined.
41907              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
41908              
41909              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
41910              
41911              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
41912              
41913              Regen headers.
41914              
41915              Subject: [PATCH 5.7.0] Epoc update
41916              
41917              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
41918              as suggested by Olaf Flebbe and Nick Clark.
41919              
41920              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
41921              
41922              Misplaced else.
41923              
41924              Scale down the VMS message boxes, by Charles Lane.
41925              Fix for ID 20000903.009, workaround at
41926              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
41927              
41928              Subject: [ID 20001003.006] B::Debug not -w clean
41929              
41930              Test harness update to sync with the new perlcc,
41931              from Simon Cozens.
41932              
41933              One remaining nit less at the VMS mailbox sizing.
41934              
41935              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41936              
41937              It is possible to have no hosts database at all.  Pointed out in
41938              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41939              
41940              Subject: [PATCH 5.7.0] h2xs not working
41941              Subject: [PATCH 5.7.0] h2xs not documenting the created module
41942              
41943              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
41944              
41945              Subject: perlhack.pod Patch for Externals Tools
41946              
41947              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
41948              
41949              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
41950              
41951              Enable disabling scripts installation by Configure -Uinstallscripts,
41952              suggested by H. Merijn Brand.
41953              
41954              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
41955              reported several times by Dominic Dunlop, for example in
41956              ID 20000315.008.  Patch from Dominic.  Patch affects at
41957              least MachTen, and possibly other oldish BSDs. Should not
41958              break non-broken platforms (tested on LinuxPPC). 
41959              
41960              Regen toc.
41961              
41962              Subject: Re: Questions about Tie::Array and perl modules
41963              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
41964              
41965              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
41966              
41967              Tweak #7153.
41968              
41969              IO::Handle->syswrite() did not handle length omission
41970              like CORE::syswrite() does.
41971              Subject: [Fwd] IO::Handle, syswrite and arguments
41972              The original patch from andrew@ugh.net.au.
41973              
41974              Also the $ccflags is needed for the C compiler check.
41975              Subject: Configure (check for C-compiler)
41976              
41977              Eliminate $Is_VMS code from the test.
41978              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
41979              
41980              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
41981              as the first option of cc/ld because of ultrapicky compilers
41982              (e.g. OS/390 R2.5)
41983              
41984              Change the version number of Tie::Handle in the core to 4.0,
41985              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
41986              Subject: Note on Tie::Handle
41987              
41988              UTF8ize split() so that the cloned substrings get the UTF8
41989              flag of the original scalar.  Problem reported by Simon Cozens.
41990              
41991              save_re_context() could reset PL_curcop to freed memory, causing core
41992              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
41993              
41994              Subject: PATCH 5.6 perldebguts grammar cleanup
41995              
41996              Add a todo note about overloadable assertions.
41997              
41998              on Windows, LoadLibrary() could load an extension DLL multiple
41999              times if forward slashes are used in the path
42000              
42001              on Windows, cwd strings in the environment should be of the
42002              form =X:=X:\foo instead of =X=X:\foo\
42003              
42004              on Windows, avoid potential exception (could happen if MSVCRT isn't
42005              being used) when closing a socket handle
42006              
42007              avoid nonportable example code
42008              
42009              Windows9x doesn't support link(), despite what Config.pm
42010              might think
42011              
42012              pod nit
42013              
42014              Change #7160 had a nasty typo.
42015              
42016              Warn about unknown scripts.
42017              Subject: Re: ideas? patches? [PATCH bleadperl]
42018              
42019              on Windows, clean targets might not work under some flavors of the shell
42020              
42021              tweak for change#7173
42022              
42023              Make eq work again with utf8 (disabling the upgrading
42024              should no more be necessary since the copies of the
42025              scalars are upgraded, not the scalars themselves).
42026              Takes care of ID 20001009.001.  (The claimed length()
42027              bug in 20001009.001 seems bogus to me.)
42028              
42029              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
42030              
42031              Upgrade to CGI.pm 2.74, from Lincoln Stein.
42032              
42033              Upgrade to podlators 1.04, from Russ Allbery.
42034              
42035              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
42036              
42037              Quote the temp file name, needed in Win32 because the
42038              default name unfortunately contains spaces, shouldn't
42039              hurt elsewhere.
42040              Subject: FW: perldoc fails if $TEMP contains spaces
42041              
42042              Subject: RE: [ID 19990803.001] README.win32 suggestions 
42043              
42044              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
42045              
42046              Subject: Re: utf8 concat, mg_get
42047              
42048              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
42049              
42050              Subject: [PATCH: perl@7181] op/tr tests on OS/390
42051              
42052              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
42053              
42054              Use the versiononly instead of the installscripts,
42055              retract the changes 7146 and 7147.
42056              
42057              Reapply Andy's patch and regen Configure.
42058              
42059              Add the test case for #7190, from the original bug report
42060              by Andreas König.
42061              
42062              Remove duplicated code.
42063              
42064              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
42065              
42066              restore change#7202
42067      Branch: maint-5.6/perl
42068           !> (integrate 121 files)
42069 ____________________________________________________________________________
42070 [  8155] By: jhi                                   on 2000/12/17  22:30:58
42071         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
42072              From: "Craig A. Berry" <craigberry@mac.com>
42073              Date: Sun, 17 Dec 2000 13:09:28 -0600
42074              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
42075              
42076              MAN.PODS => ' ' is naughty.
42077      Branch: perl
42078            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
42079 ____________________________________________________________________________
42080 [  8154] By: nick                                  on 2000/12/17  22:07:13
42081         Log: MULTIPLICITY nit.
42082      Branch: perl
42083            ! mg.c
42084 ____________________________________________________________________________
42085 [  8153] By: gsar                                  on 2000/12/17  21:23:05
42086         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
42087              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
42088              from mainline
42089              
42090              Document the SvIOK_.*UV().
42091              
42092              Update Unicode todo list.
42093              
42094              Guard against bad string->int conversion for quads.
42095              
42096              Subject: small apidoc fix
42097              
42098              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
42099              
42100              Subject: [PATCH] Tied filehandle documentation
42101              
42102              Subject: [PATCH] Modernize Opcode.pm documentation
42103              
42104              Make Data::Dumper (non-XS) to work with changed semantics of ref().
42105              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42106              [applied even though said semantics didn't change in 5.6.x]
42107              
42108              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
42109              
42110              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
42111              
42112              Fix the URL, but the server is still missing in action.
42113              Subject: [ID 20000905.002] perlfaq1.pod URL error
42114              
42115              Subject: [ID 20000903.001] \w in utf8-strings
42116              
42117              Fix the ccversion detection for 5.1 and beyond.
42118              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42119              
42120              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
42121              
42122              Subject: [ID 20000904.008] Tiny fix for perldiag
42123              
42124              Subject: Re: [ID 20000906.004] segfault with bad perl statement
42125              
42126              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42127              
42128              Subject: [ID 20000908.002] perlipc documentation bug.
42129              
42130              Subject: [PATCH lib/Benchmark.pm]
42131              
42132              Re-allow vec() for characters > 255.
42133              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
42134              
42135              Do away with memory models cruft.  Sorry, PDP users.
42136              
42137              Continue #7041.
42138              
42139              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
42140              
42141              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
42142              
42143              Upgrade to CPAN 1.57_65, from Andreas König.
42144              
42145              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
42146              by Russ Allbery.
42147              
42148              Silence t/pod/*.t about alternate quote-mappings now implemented
42149              by Pod::Text, from Brad Appleton.
42150              
42151              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
42152              Subject: borland C++ win32.c tweak
42153              
42154              C<@a = @b = split(...)> optimization coredumps under ithreads
42155              (missed a spot when fixing up op_pmreplroot hack for ithreads)
42156              
42157              Document the SvUTF8*().
42158              
42159              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
42160              
42161              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
42162              
42163              Do in VMS as the #7054 does.
42164              
42165              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
42166              
42167              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
42168              
42169              Subject: [patch: perl@7045] vms updates
42170              
42171              Test for the #7049.
42172              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
42173              
42174              Break up the myconfig lines a bit.
42175              Subject: perlbug/perl -V output format
42176              
42177              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
42178              
42179              The #7054 truncated Configure badly.
42180              
42181              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
42182              initialization in all the threads on Windows
42183              
42184              Allow for whitespace between "#" and "line" in cpp output.
42185              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
42186              
42187              Remove vestiges of tr//CU.
42188              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42189              
42190              The return value of setlocale must be copied away.
42191              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
42192              
42193              Allow chop() and chomp() to be overridden.
42194              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
42195              
42196              Hints optimization.
42197              Subject: Minor nit
42198              
42199              Subject: [PATCH] de-wall t/README
42200              
42201              Subject: Re: Two advertising clauses need to be removed
42202      Branch: maint-5.6/perl
42203           !> (integrate 75 files)
42204 ____________________________________________________________________________
42205 [  8152] By: gsar                                  on 2000/12/17  20:30:11
42206         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
42207              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
42208              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
42209              
42210              Don't attach -ld to the archname if pointless.
42211              
42212              Document UNTIE in a very minimalistic way.
42213              
42214              POSIX doesn't report long double values under -Duselongdouble
42215              when the long doubles are "real" (bigger than doubles).
42216              
42217              More author updates.
42218              
42219              Try to deduce NV_MAX.  Really should be Configure fodder.
42220              
42221              :: not allowed in pathnames, change to .
42222              Subject: [PATCH perl@6938] cygwin port
42223              
42224              Forget about NV_MAX (#6951).  Various floating point tweaks,
42225              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
42226              
42227              Move the Solaris 7 scan to use64bitall, make the
42228              failure to find 64-bot sparc libc to mention the
42229              possibility of being in an intel, from Lupe and Alan.
42230              
42231              Regen perltoc.
42232              
42233              AUTHORS tweaks, from Peter Prymmer.
42234              
42235              More address tweaking.
42236              
42237              Small tweaks all over.
42238              
42239              File::Temp patches from Andreas König,
42240              
42241              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
42242              
42243              Subject: CPAN.pm beta 1.57_57 for the core
42244              
42245              Part of the solution.
42246              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
42247              
42248              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
42249              
42250              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42251              
42252              Add the overload warnings to perldiag.
42253              
42254              Drop unused argument.
42255              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
42256              
42257              Subject: Nit in Configure (bleadperl@6961)
42258              
42259              Update to PodParser 1.18, from Brad Appleton.
42260              
42261              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
42262              
42263              Subject: [PATCH: 6948] add SCNfldbl to configure.com
42264              
42265              Document UNTIE. Also tweak implementation to suppress the 'inner references'
42266              warning when UNTIE exists and instead pass the cound of extra references to
42267              the UNTIE method.
42268              
42269              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
42270              so that case-ignoring systems like DCL can tell them from
42271              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
42272              
42273              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42274              
42275              Feature ordering tweak.
42276              
42277              Regen perltoc.
42278              
42279              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
42280              
42281              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
42282              
42283              Subject: http:// in L<>
42284              
42285              Detypo.
42286              
42287              change#6791 accidentally clobbered change#6710, put it back
42288              
42289              Only the first line, thank you very much.
42290              
42291              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
42292              plus rework the http: spots as suggested by Tom Christiansen,
42293              plus regen perltoc.
42294              
42295              Undo part of change 6489 which looks like a bulk edit which
42296              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
42297              The supressing of main:: on return from select() is undesirable.
42298              
42299              Apparently avoiding the swapping is too costly.
42300              
42301              Various Configure nits by Philip Newton,
42302              plus the ebcdic one by me.
42303              
42304              Make certain cc is set before trying to run it.
42305              
42306              If overloaded %{} etc. return the object do not loop.
42307              Thus  sub deref { $_[0] } functions if object is wanted type.
42308              
42309              Update perlhist.
42310              
42311              More %{} and other deref special casing - do not pass to 'nomethod'.
42312      Branch: maint-5.6/perl
42313           !> (integrate 59 files)
42314 ____________________________________________________________________________
42315 [  8151] By: gsar                                  on 2000/12/17  19:14:38
42316         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
42317              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
42318              
42319              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
42320              
42321              Make the epsilon to be relative, not absolute.
42322              
42323              Put back the flags dump as reasoned in
42324              Subject: Re: [PATCH] Glob dumping
42325              
42326              Introduce ccname to keep track of what compiler kind of we have.
42327              
42328              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
42329              
42330              Put back the slice accidentally removed by #6907.
42331              
42332              Reset archname and archname64 always, forcing them be
42333              recomputed at each Configure run, make Configure and
42334              the hints files agree on the naming of largefiles variables.
42335              
42336              Don't say "Perl 5.0 source kit".
42337              
42338              Subject: [PATCH] fix misc cast warnings
42339              
42340              Subject: typos in pods
42341              
42342              NVs not necessarily doubles, as pointed out by Yitzchak.
42343              
42344              Subject: [PATCH 6889] add a few ldbl formats to configure.com
42345              
42346              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
42347              
42348              Better options for rsync.
42349              
42350              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
42351              
42352              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
42353              
42354              Subject: [PATCH] Re: UNTIE method 
42355              
42356              A better fix for the Socket building problem from Craig Berry.
42357              
42358              Retract the dummy test, skip the security tests (instead of failing),
42359              explain what the warnings mean.
42360              
42361              Heap decorruption.
42362              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
42363              
42364              Update to Unicode 3.0.1.
42365              
42366              Missed one Unicode file.
42367              
42368              Subject: Re: typos in pods
42369              
42370              The #6929 was too skimpy.
42371              
42372              sscanf() may be the only way to read long doubles from strings.
42373              
42374              Reveal Borland's isnan.
42375              Subject: build with BC++ tweak
42376              
42377              Issue useful diagnostic on unknown pod commands.
42378              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
42379              
42380              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
42381              
42382              Clarify the third case of ftmp-security warnings.
42383              
42384              Make -Dusemorebits find long doubles in Solaris.
42385              
42386              Wrap the test in eval.
42387      Branch: maint-5.6/perl
42388           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
42389           +> lib/unicode/PropList.txt lib/unicode/README.perl
42390           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
42391           +> lib/unicode/Unicode.301 vms/vmspipe.com
42392            - lib/unicode/Props.txt lib/unicode/UCD300.html
42393            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
42394           !> (integrate 305 files)
42395 ____________________________________________________________________________
42396 [  8150] By: jhi                                   on 2000/12/17  18:47:57
42397         Log: Uncheckedin generated files.
42398      Branch: perl
42399            ! global.sym perlapi.c pod/perlapi.pod
42400 ____________________________________________________________________________
42401 [  8149] By: jhi                                   on 2000/12/17  18:41:22
42402         Log: Update Changes.
42403      Branch: perl
42404            ! Changes patchlevel.h
42405 ____________________________________________________________________________
42406 [  8148] By: jhi                                   on 2000/12/17  18:39:16
42407         Log: Subject: [PATCH] Fcntl constants speedup
42408              From: Nicholas Clark <nick@ccl4.org>
42409              Date: Sun, 17 Dec 2000 16:29:24 +0000
42410              Message-ID: <20001217162924.E97668@plum.flirble.org>
42411              
42412              Use IVs for the Fcntl constants instead of NVs.
42413      Branch: perl
42414            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
42415 ____________________________________________________________________________
42416 [  8147] By: jhi                                   on 2000/12/17  18:33:41
42417         Log: Add test for #8145 (binmode() warning), add warning for
42418              ioctl() and sockpair(), document them. (fileno() cannot
42419              be tripwired with the same kind of warning because
42420              'defined fileno($foo)' seems to be an idiom.)
42421      Branch: perl
42422            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
42423 ____________________________________________________________________________
42424 [  8146] By: gsar                                  on 2000/12/17  18:09:08
42425         Log: update Changes
42426      Branch: maint-5.6/perl
42427            ! Changes
42428 ____________________________________________________________________________
42429 [  8145] By: jhi                                   on 2000/12/17  17:39:35
42430         Log: Subject: [PATCH] Re: The long awaited feature ...
42431              From: Simon Cozens <simon@cozens.net>
42432              Date: Sun, 17 Dec 2000 12:31:56 +0000
42433              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
42434              
42435              Add a warning to binmode() about using bad filehandles
42436              (can happen e.g. if someone forgets the filehandle argument)
42437      Branch: perl
42438            ! pp_sys.c
42439 ____________________________________________________________________________
42440 [  8144] By: jhi                                   on 2000/12/17  17:33:48
42441         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
42442              From: Jonathan Stowe <gellyfish@gellyfish.com>
42443              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
42444              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
42445      Branch: perl
42446            ! lib/Net/Ping.pm
42447 ____________________________________________________________________________
42448 [  8143] By: jhi                                   on 2000/12/17  05:31:37
42449         Log: Polymorphic regexps.
42450              
42451              Fixes at least the bugs 20001028.003 (both of them...) and
42452              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
42453              also to be fixed by now, probably already before this patch.
42454      Branch: perl
42455            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
42456            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
42457            ! t/op/utf8decode.t t/pragma/utf8.t
42458 ____________________________________________________________________________
42459 [  8142] By: jhi                                   on 2000/12/16  17:16:05
42460         Log: Subject: [patch perl@8102] dos/djgpp update
42461              From: Laszlo Molnar <ml1050@freemail.hu>
42462              Date: Sat, 16 Dec 2000 01:40:52 +0100
42463              Message-ID: <20001216014052.A335@freemail.hu>
42464      Branch: perl
42465            ! djgpp/config.over t/base/commonsense.t
42466 ____________________________________________________________________________
42467 [  8141] By: jhi                                   on 2000/12/16  17:09:27
42468         Log: Few uncheckedin files.
42469      Branch: perl
42470            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
42471 ____________________________________________________________________________
42472 [  8140] By: nick                                  on 2000/12/15  22:14:31
42473         Log: Integrate mainline
42474      Branch: perlio
42475           !> (integrate 53 files)
42476 ____________________________________________________________________________
42477 [  8139] By: jhi                                   on 2000/12/15  19:49:49
42478         Log: One more IVUV tweak from Nicholas Clark.
42479      Branch: perl
42480            ! sv.c
42481 ____________________________________________________________________________
42482 [  8138] By: jhi                                   on 2000/12/15  19:17:06
42483         Log: Return of the IVUV-preservation, now seems to be happy even
42484              in Digital UNIX (the broken strtoul brokenness detection
42485              seems to have been the fly in the ointment).
42486      Branch: perl
42487            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42488            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
42489            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
42490            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
42491            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42492            ! vos/config.ga.h win32/config.bc win32/config.gc
42493            ! win32/config.vc
42494 ____________________________________________________________________________
42495 [  8137] By: jhi                                   on 2000/12/15  18:12:14
42496         Log: Metaconfig unit change for #8136.
42497      Branch: metaconfig
42498            ! U/modified/d_strtoul.U
42499      Branch: metaconfig/U/perl
42500            ! d_strtoull.U d_strtouq.U
42501 ____________________________________________________________________________
42502 [  8136] By: jhi                                   on 2000/12/15  18:11:35
42503         Log: I don't think it's sensible or portable to test the strtou*
42504              on /^-/ strings.
42505      Branch: perl
42506            ! Configure
42507 ____________________________________________________________________________
42508 [  8135] By: jhi                                   on 2000/12/15  17:18:49
42509         Log: Metaconfig unit change for #8134.
42510      Branch: metaconfig
42511            ! U/modified/d_strtoul.U
42512 ____________________________________________________________________________
42513 [  8134] By: jhi                                   on 2000/12/15  17:14:13
42514         Log: If longsize is 8 we don't need a LL suffix for integer constants.
42515      Branch: perl
42516            ! Configure config_h.SH
42517 ____________________________________________________________________________
42518 [  8133] By: jhi                                   on 2000/12/15  16:00:23
42519         Log: Update Changes.
42520      Branch: perl
42521            ! Changes patchlevel.h
42522 ____________________________________________________________________________
42523 [  8132] By: jhi                                   on 2000/12/15  15:44:16
42524         Log: Some compilers get huffy if you do not cast a const pointer
42525              to a non-const when assigning.
42526      Branch: perl
42527            ! gv.c
42528 ____________________________________________________________________________
42529 [  8131] By: jhi                                   on 2000/12/15  15:38:30
42530         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
42531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42532              Date: Fri, 15 Dec 2000 05:26:57 -0500
42533              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
42534      Branch: perl
42535            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
42536            ! t/pragma/overload.t
42537 ____________________________________________________________________________
42538 [  8130] By: jhi                                   on 2000/12/15  15:36:08
42539         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
42540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42541              Date: Thu, 14 Dec 2000 22:02:43 -0500
42542              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
42543      Branch: perl
42544            ! gv.c perl.h
42545 ____________________________________________________________________________
42546 [  8129] By: jhi                                   on 2000/12/15  15:34:16
42547         Log: Subject: PATCH: h2xs nit
42548              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42549              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
42550              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
42551              
42552              Add a template README.
42553      Branch: perl
42554            ! utils/h2xs.PL
42555 ____________________________________________________________________________
42556 [  8128] By: jhi                                   on 2000/12/15  15:32:22
42557         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
42558      Branch: perl
42559            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
42560 ____________________________________________________________________________
42561 [  8127] By: jhi                                   on 2000/12/15  15:19:34
42562         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
42563              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42564              Date:     Thu, 14 Dec 2000 20:04:42 EST
42565              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
42566      Branch: perl
42567            ! ext/Opcode/Opcode.xs
42568 ____________________________________________________________________________
42569 [  8126] By: jhi                                   on 2000/12/15  15:17:49
42570         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
42571              From: Peter Prymmer <pvhp@forte.com>
42572              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
42573              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
42574      Branch: perl
42575            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
42576            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
42577            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
42578 ____________________________________________________________________________
42579 [  8125] By: jhi                                   on 2000/12/15  15:11:05
42580         Log: This seems to be a stage sane and stable enough to checkin.
42581              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
42582      Branch: perl
42583            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
42584            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
42585            ! t/op/cmp.t t/op/numconvert.t
42586 ____________________________________________________________________________
42587 [  8124] By: jhi                                   on 2000/12/15  04:20:26
42588         Log: Something is really wonky.
42589      Branch: perl
42590            ! sv.c
42591 ____________________________________________________________________________
42592 [  8123] By: jhi                                   on 2000/12/15  04:00:50
42593         Log: Fixes for the IV UV patches to compile in Digital UNIX.
42594      Branch: perl
42595            ! sv.c
42596 ____________________________________________________________________________
42597 [  8122] By: jhi                                   on 2000/12/15  02:53:40
42598         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
42599              From: "Craig A. Berry" <craigberry@mac.com>
42600              Date: Thu, 14 Dec 2000 19:10:49 -0600
42601              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
42602      Branch: perl
42603            ! vms/vms.c
42604 ____________________________________________________________________________
42605 [  8121] By: jhi                                   on 2000/12/15  02:50:00
42606         Log: Metaconfig changes for #8120.
42607      Branch: metaconfig
42608            + U/modified/d_strtoul.U
42609      Branch: metaconfig/U/perl
42610            ! d_strtoull.U d_strtouq.U
42611 ____________________________________________________________________________
42612 [  8120] By: jhi                                   on 2000/12/15  02:49:42
42613         Log: From: Nicholas Clark <nick@ccl4.org> 
42614              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
42615              Date: Thu, 14 Dec 2000 18:38:57 +0000
42616              Message-ID: <20001214183857.B97909@plum.flirble.org>
42617      Branch: perl
42618            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42619            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
42620            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
42621            ! vos/config.ga.def vos/config.ga.h win32/config.bc
42622            ! win32/config.gc win32/config.vc
42623 ____________________________________________________________________________
42624 [  8119] By: jhi                                   on 2000/12/14  23:40:58
42625         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
42626              From: Nicholas Clark <nick@ccl4.org>
42627              Date: Wed, 13 Dec 2000 20:08:50 +0000
42628              Message-ID: <20001213200849.B71166@plum.flirble.org>
42629      Branch: perl
42630            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
42631            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
42632 ____________________________________________________________________________
42633 [  8118] By: jhi                                   on 2000/12/14  22:46:26
42634         Log: Integrate perlio.
42635      Branch: perl
42636           !> MANIFEST ext/Encode/compile makedef.pl
42637 ____________________________________________________________________________
42638 [  8117] By: nick                                  on 2000/12/14  22:38:53
42639         Log: Win32 tweaks to get Encode to build
42640              - temp hack to makedef.pl till PerlIO is properly "exported".
42641              - MSVC dislikes  
42642              static encpage_t foo[];
42643              so make 'em extern for now.
42644      Branch: perlio
42645            ! ext/Encode/compile makedef.pl
42646 ____________________________________________________________________________
42647 [  8116] By: nick                                  on 2000/12/14  22:00:53
42648         Log: Document the new files
42649      Branch: perlio
42650            ! MANIFEST
42651 ____________________________________________________________________________
42652 [  8115] By: jhi                                   on 2000/12/14  21:58:01
42653         Log: MANIFEST new files of #8114.
42654      Branch: perl
42655            ! MANIFEST
42656 ____________________________________________________________________________
42657 [  8114] By: jhi                                   on 2000/12/14  21:50:49
42658         Log: Integrate perlio.
42659      Branch: perl
42660           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
42661           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
42662           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
42663           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
42664           !> ext/Encode/Makefile.PL
42665 ____________________________________________________________________________
42666 [  8113] By: jhi                                   on 2000/12/14  21:48:49
42667         Log: The documentation part of the
42668              
42669              Subject: [ID 20001214.002] Net::Ping patch
42670              From: Jonathan Stowe <gellyfish@gellyfish.com>
42671              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
42672              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
42673              since the #7529 had already addressed the same problem.
42674      Branch: perl
42675            ! lib/Net/Ping.pm
42676 ____________________________________________________________________________
42677 [  8112] By: jhi                                   on 2000/12/14  21:42:57
42678         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
42679              From: Dominic Dunlop <domo@computer.org>
42680              Date: Tue, 12 Dec 2000 10:47:10 +0100
42681              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
42682              
42683              Document how elusive subroutines can be.
42684      Branch: perl
42685            ! pod/perlfunc.pod
42686 ____________________________________________________________________________
42687 [  8111] By: jhi                                   on 2000/12/14  21:38:05
42688         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
42689              From: Dominic Dunlop <domo@computer.org>
42690              Date: Thu, 14 Dec 2000 10:13:51 +0100
42691              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
42692      Branch: perl
42693            ! ext/POSIX/POSIX.pod
42694 ____________________________________________________________________________
42695 [  8110] By: jhi                                   on 2000/12/14  21:36:32
42696         Log: Subject: [patch] perlfaq7
42697              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
42698              Date: Thu, 14 Dec 2000 15:31:07 +0100
42699              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
42700      Branch: perl
42701            ! pod/perlfaq7.pod
42702 ____________________________________________________________________________
42703 [  8109] By: jhi                                   on 2000/12/14  21:29:20
42704         Log: Subject: [8104] Encode
42705              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42706              Date: Thu, 14 Dec 2000 14:49:34 +0100
42707              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
42708              
42709              Type casting for nervous compilers.
42710      Branch: perl
42711            ! ext/Encode/Encode.xs
42712 ____________________________________________________________________________
42713 [  8108] By: jhi                                   on 2000/12/14  21:26:17
42714         Log: Subject: [8104] DB_File
42715              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42716              Date: Thu, 14 Dec 2000 14:49:35 +0100
42717              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
42718              
42719              Type definition incorrect for DB 2.7.7.  Not known when it
42720              changed, so only changed it for a known revision.
42721      Branch: perl
42722            ! ext/DB_File/DB_File.xs
42723 ____________________________________________________________________________
42724 [  8107] By: jhi                                   on 2000/12/14  21:23:41
42725         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
42726              From: Peter Prymmer <pvhp@forte.com>
42727              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
42728              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
42729              
42730              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
42731      Branch: perl
42732            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
42733            ! ext/Encode/Encode/posix-bc.enc
42734 ____________________________________________________________________________
42735 [  8106] By: nick                                  on 2000/12/14  20:36:13
42736         Log: "Cold" build correction to Encode's Makefile.PL
42737      Branch: perlio
42738            ! ext/Encode/Makefile.PL
42739 ____________________________________________________________________________
42740 [  8105] By: nick                                  on 2000/12/14  20:09:37
42741         Log: "Compiled" encodings.
42742              Correct replacement character in EBCDIC .enc files
42743              Add 0x7F to ASCII repertoire.
42744      Branch: perlio
42745            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
42746            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
42747            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
42748            ! ext/Encode/Makefile.PL ext/Encode/compile
42749            ! ext/Encode/encengine.c ext/Encode/encode.h
42750 ____________________________________________________________________________
42751 [  8104] By: nick                                  on 2000/12/14  00:38:20
42752         Log: Integrate mainline
42753      Branch: perlio
42754           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
42755           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
42756           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
42757           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
42758           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
42759           !> t/lib/db-hash.t t/lib/db-recno.t
42760 ____________________________________________________________________________
42761 [  8103] By: nick                                  on 2000/12/13  23:16:13
42762         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
42763              so far and so it does not get lost.
42764      Branch: perlio
42765            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
42766 ____________________________________________________________________________
42767 [  8102] By: jhi                                   on 2000/12/13  17:14:22
42768         Log: Update Changes.
42769      Branch: perl
42770            ! Changes patchlevel.h
42771 ____________________________________________________________________________
42772 [  8101] By: jhi                                   on 2000/12/13  16:53:41
42773         Log: Move the proto of start_glob() to a better place; regen api files.
42774      Branch: perl
42775            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
42776 ____________________________________________________________________________
42777 [  8100] By: jhi                                   on 2000/12/13  16:47:11
42778         Log: Metaconfig change for #8099.
42779      Branch: metaconfig
42780            ! U/modified/Head.U
42781 ____________________________________________________________________________
42782 [  8099] By: jhi                                   on 2000/12/13  16:46:48
42783         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
42784              From: Andy Dougherty <doughera@lafayette.edu>
42785              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
42786              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
42787      Branch: perl
42788            ! Configure
42789 ____________________________________________________________________________
42790 [  8098] By: jhi                                   on 2000/12/13  16:39:02
42791         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
42792              From: rspier@pobox.com (Robert Spier)
42793              Date: Tue, 12 Dec 2000 21:12:39 -0500
42794              Message-ID: <14902.56087.678086.725773@rls.cx>
42795              
42796              fastgetcwd is defined using a glob alias on a $^O dependent basis -
42797              and there was no default assignment or perl subroutine.
42798      Branch: perl
42799            ! lib/Cwd.pm
42800 ____________________________________________________________________________
42801 [  8097] By: jhi                                   on 2000/12/13  16:16:01
42802         Log: Subject: [PATCH] move startglob out of pp_hot.c
42803              From: Nicholas Clark <nick@ccl4.org>
42804              Date: Mon, 11 Dec 2000 23:16:39 +0000
42805              Message-ID: <20001211231638.A55550@plum.flirble.org>
42806      Branch: perl
42807            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
42808 ____________________________________________________________________________
42809 [  8096] By: jhi                                   on 2000/12/13  15:26:23
42810         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
42811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42812              Date: Wed, 13 Dec 2000 14:01:37 +0100
42813              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
42814              
42815              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
42816              in turn requires libpthread in libswanted.
42817      Branch: perl
42818            ! hints/hpux.sh
42819 ____________________________________________________________________________
42820 [  8095] By: jhi                                   on 2000/12/12  19:51:05
42821         Log: The integration wars continue.
42822      Branch: perl
42823           !> sv.c
42824 ____________________________________________________________________________
42825 [  8094] By: jhi                                   on 2000/12/12  19:48:26
42826         Log: Subject: [PATCH perl@8070] DB_File-1.74  
42827              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
42828              Date: Mon, 11 Dec 2000 23:07:17 -0000
42829              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
42830      Branch: perl
42831            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42832            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
42833            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
42834            ! t/lib/db-recno.t
42835 ____________________________________________________________________________
42836 [  8093] By: nick                                  on 2000/12/12  19:42:13
42837         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
42838      Branch: perlio
42839            ! sv.c
42840           !> lib/File/DosGlob.pm
42841 ____________________________________________________________________________
42842 [  8092] By: jhi                                   on 2000/12/12  19:28:11
42843         Log: Integrate perlio.
42844      Branch: perl
42845           !> sv.c
42846 ____________________________________________________________________________
42847 [  8091] By: nick                                  on 2000/12/12  18:49:45
42848         Log: Fix for Tk, and upgrading shared SVs.
42849      Branch: perlio
42850            ! sv.c
42851 ____________________________________________________________________________
42852 [  8090] By: jhi                                   on 2000/12/12  16:48:59
42853         Log: Subject: [PATCH] Re: Breadperl & Tk
42854              From: Nick Ing-Simmons <nik@tiuk.ti.com>
42855              Date: Tue, 12 Dec 2000 14:48:27 GMT
42856              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
42857      Branch: perl
42858            ! sv.c
42859 ____________________________________________________________________________
42860 [  8089] By: jhi                                   on 2000/12/12  03:37:19
42861         Log: Subject: DosGlob.pm diff for bash style brace expansion.
42862              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
42863              Date: Fri, 8 Dec 2000 10:45:30 -0600
42864              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
42865      Branch: perl
42866            ! lib/File/DosGlob.pm
42867 ____________________________________________________________________________
42868 [  8088] By: nick                                  on 2000/12/11  23:59:59
42869         Log: Integrate mainline
42870      Branch: perlio
42871           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
42872           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
42873           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
42874           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
42875           !> t/op/local.t t/pragma/warn/toke toke.c
42876 ____________________________________________________________________________
42877 [  8087] By: jhi                                   on 2000/12/11  23:20:23
42878         Log: Integrate perlio.
42879      Branch: perl
42880           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
42881 ____________________________________________________________________________
42882 [  8086] By: jhi                                   on 2000/12/11  22:50:59
42883         Log: Tune further the OS detection of CGI.
42884      Branch: perl
42885            ! lib/CGI.pm
42886 ____________________________________________________________________________
42887 [  8085] By: nick                                  on 2000/12/11  22:50:46
42888         Log: Finish 1st pass of "encoding" layer e.g. :
42889              open($fh,"<encoding(iso8859-7)",$greek) || die;
42890      Branch: perlio
42891            ! ext/Encode/Encode.xs perlio.c perliol.h
42892 ____________________________________________________________________________
42893 [  8084] By: jhi                                   on 2000/12/11  22:32:06
42894         Log: Revert the -f ambiguousity patch, seems to cause
42895              too much hassle (the interpret -Q as a function
42896              where Q is not a known filetest part is left in).
42897      Branch: perl
42898            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
42899            ! toke.c
42900 ____________________________________________________________________________
42901 [  8083] By: jhi                                   on 2000/12/11  22:27:23
42902         Log: (accidentally empty check-in)
42903      Branch: perl
42904            ! lib/File/DosGlob.pm
42905 ____________________________________________________________________________
42906 [  8082] By: nick                                  on 2000/12/11  19:09:51
42907         Log: Restore mmap function (broken by tweaks to shared buffer
42908              layer for encode(xxxx)).
42909      Branch: perlio
42910            ! perlio.c
42911 ____________________________________________________________________________
42912 [  8081] By: jhi                                   on 2000/12/11  18:29:13
42913         Log: Subject: Re: The long awaited feature ...
42914              From: Simon Cozens <simon@cozens.net>
42915              Date: Mon, 11 Dec 2000 15:54:24 +0000
42916              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
42917              
42918              More io/utf8 tests.
42919      Branch: perl
42920            ! t/io/utf8.t
42921 ____________________________________________________________________________
42922 [  8080] By: jhi                                   on 2000/12/11  18:19:36
42923         Log: Subject: PATCH MakeMaker manpage clarification
42924              From: andreas.koenig@anima.de (Andreas J. Koenig)
42925              Date: 10 Dec 2000 20:46:13 +0100
42926              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
42927      Branch: perl
42928            ! lib/ExtUtils/MakeMaker.pm
42929 ____________________________________________________________________________
42930 [  8079] By: jhi                                   on 2000/12/11  15:35:07
42931         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
42932              From: Simon Cozens <simon@cozens.net>
42933              Date: Sun, 10 Dec 2000 19:06:19 +0000
42934              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
42935      Branch: perl
42936            ! ext/B/B/Deparse.pm t/lib/b.t
42937 ____________________________________________________________________________
42938 [  8078] By: jhi                                   on 2000/12/11  15:09:11
42939         Log: Subject: [PATCH] docs on NaN
42940              From: Nicholas Clark <nick@ccl4.org>
42941              Date: Mon, 11 Dec 2000 01:48:38 +0000
42942              Message-ID: <20001211014838.B99205@plum.flirble.org>
42943      Branch: perl
42944            ! pod/perlop.pod
42945 ____________________________________________________________________________
42946 [  8077] By: jhi                                   on 2000/12/11  15:02:21
42947         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
42948              From: Simon Cozens <simon@cozens.net>
42949              Date: Mon, 11 Dec 2000 01:21:45 +0000
42950              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
42951      Branch: perl
42952            ! pp.c pp_hot.c scope.c t/op/local.t
42953 ____________________________________________________________________________
42954 [  8076] By: nick                                  on 2000/12/10  20:43:32
42955         Log: Not merge worthy...
42956              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
42957              syntax is modelled on attributes.
42958              Untested fix for io/utf8 on Win32 etc.
42959              Very clumsy start to the encode layer.
42960      Branch: perlio
42961            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
42962 ____________________________________________________________________________
42963 [  8075] By: jhi                                   on 2000/12/10  18:39:33
42964         Log: Darwin is not Windows.
42965      Branch: perl
42966            ! lib/CGI.pm
42967 ____________________________________________________________________________
42968 [  8074] By: jhi                                   on 2000/12/10  18:31:27
42969         Log: Subject: Ambiguous -%c() resolved as a file test
42970              From: "Paul Marquess" <Paul.Marquess@openwave.com>
42971              Date: Sun, 10 Dec 2000 15:35:07 -0000
42972              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
42973      Branch: perl
42974            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
42975 ____________________________________________________________________________
42976 [  8073] By: jhi                                   on 2000/12/10  18:16:29
42977         Log: Subject: PATCH installperl misinformed 
42978              From: andreas.koenig@anima.de (Andreas J. Koenig)
42979              Date: 10 Dec 2000 13:01:32 +0100 
42980              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
42981      Branch: perl
42982            ! installperl
42983 ____________________________________________________________________________
42984 [  8072] By: jhi                                   on 2000/12/10  18:07:55
42985         Log: The walkoptree confusion rages; walkoptree() seems to be coming
42986              from B.xs, while walkoptree_slow() comes from B.pm.
42987      Branch: perl
42988            ! ext/B/B.pm
42989 ____________________________________________________________________________
42990 [  8071] By: nick                                  on 2000/12/10  11:45:47
42991         Log: Integrate mainline
42992      Branch: perlio
42993           +> t/base/commonsense.t
42994           !> (integrate 37 files)
42995 ____________________________________________________________________________
42996 [  8070] By: jhi                                   on 2000/12/10  04:46:21
42997         Log: Update Changes.
42998      Branch: perl
42999            ! Changes patchlevel.h
43000 ____________________________________________________________________________
43001 [  8069] By: jhi                                   on 2000/12/10  04:39:19
43002         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
43003              From: andreas.koenig@anima.de (Andreas J. Koenig)
43004              Date: 09 Dec 2000 17:14:25 +0100
43005              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
43006      Branch: perl
43007            + t/base/commonsense.t
43008            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
43009 ____________________________________________________________________________
43010 [  8068] By: jhi                                   on 2000/12/10  04:17:36
43011         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
43012              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43013              Date: Sat, 9 Dec 2000 16:47:22 -0000
43014              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
43015      Branch: perl
43016            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
43017            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
43018            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
43019            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
43020            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
43021            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
43022            ! t/lib/sdbm.t
43023 ____________________________________________________________________________
43024 [  8067] By: jhi                                   on 2000/12/10  03:52:02
43025         Log: Test case for #8066.
43026      Branch: perl
43027            ! t/op/misc.t
43028 ____________________________________________________________________________
43029 [  8066] By: jhi                                   on 2000/12/10  03:50:30
43030         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
43031              From: Simon Cozens <simon@cozens.net>
43032              Date: Sun, 10 Dec 2000 00:55:37 +0000
43033              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
43034      Branch: perl
43035            ! pp_sys.c
43036 ____________________________________________________________________________
43037 [  8065] By: jhi                                   on 2000/12/10  03:44:52
43038         Log: Test case for #8064.
43039      Branch: perl
43040            ! t/comp/proto.t
43041 ____________________________________________________________________________
43042 [  8064] By: jhi                                   on 2000/12/10  03:42:32
43043         Log: Subject: Re: prototype of substr
43044              From: Simon Cozens <simon@cozens.net>
43045              Date: Sun, 10 Dec 2000 00:13:33 +0000
43046              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
43047              
43048              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
43049              In other words, make the returned prototypes for any function
43050              stop prepending the ';' optionality marker after the first one.
43051              If they start getting optional, all the rest are optional.
43052      Branch: perl
43053            ! pp.c
43054 ____________________________________________________________________________
43055 [  8063] By: jhi                                   on 2000/12/10  03:39:42
43056         Log: Subject: [PATCH] perlguts.pod
43057              From: Simon Cozens <simon@cozens.net>
43058              Date: Sun, 10 Dec 2000 00:06:47 +0000
43059              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
43060              
43061              Documentation of the different types of ops,
43062              plus the functions in dump.c
43063      Branch: perl
43064            ! pod/perlguts.pod
43065 ____________________________________________________________________________
43066 [  8062] By: jhi                                   on 2000/12/10  03:30:04
43067         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
43068              From: Nicholas Clark <nick@talking.bollo.cx>
43069              Date: Sat, 09 Dec 2000 18:57:25 +0000
43070              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
43071              
43072              Be more robust in weird hostname setups.
43073      Branch: perl
43074            ! t/lib/net-hostent.t
43075 ____________________________________________________________________________
43076 [  8061] By: jhi                                   on 2000/12/10  03:28:21
43077         Log: Pacify fussy compiler. 
43078      Branch: perl
43079            ! pp_sys.c
43080 ____________________________________________________________________________
43081 [  8060] By: jhi                                   on 2000/12/10  02:52:46
43082         Log: Integrate perlio.
43083      Branch: perl
43084           !> pp_sys.c t/io/utf8.t
43085 ____________________________________________________________________________
43086 [  8059] By: nick                                  on 2000/12/09  23:40:14
43087         Log: read/sysread/recv should now be utf8 aware.
43088              Basic test for utf8 read.
43089      Branch: perlio
43090            ! pp_sys.c t/io/utf8.t
43091 ____________________________________________________________________________
43092 [  8058] By: jhi                                   on 2000/12/09  21:56:02
43093         Log: Integrate perlio.
43094      Branch: perl
43095           +> t/io/utf8.t
43096           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
43097 ____________________________________________________________________________
43098 [  8057] By: jhi                                   on 2000/12/09  21:53:35
43099         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
43100              From: Inaba Hiroto <inaba@st.rim.or.jp>
43101              Date: Sun, 10 Dec 2000 05:53:21 +0900
43102              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
43103              
43104              Tests for #8056.
43105      Branch: perl
43106            ! t/op/each.t
43107 ____________________________________________________________________________
43108 [  8056] By: jhi                                   on 2000/12/09  21:51:16
43109         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
43110              From: Inaba Hiroto <inaba@st.rim.or.jp>
43111              Date: Sat, 09 Dec 2000 18:02:00 +0900
43112              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
43113              
43114              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
43115      Branch: perl
43116            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
43117 ____________________________________________________________________________
43118 [  8055] By: nick                                  on 2000/12/09  20:11:48
43119         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
43120              than raw PerlIO_write() - does not seem to break any tests.
43121      Branch: perlio
43122            ! pp_sys.c
43123 ____________________________________________________________________________
43124 [  8054] By: nick                                  on 2000/12/09  19:47:30
43125         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
43126              (sysread, recv and write i.e. formats still to do...)
43127              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
43128              open($fh,">:utf8","name")
43129              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
43130              so no extra overhead is involved.
43131              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
43132              to a non-utf8 stream.
43133              Add initial io/utf8.t
43134              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
43135              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
43136              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
43137      Branch: perlio
43138            + t/io/utf8.t
43139            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
43140 ____________________________________________________________________________
43141 [  8053] By: nick                                  on 2000/12/09  19:26:37
43142         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
43143              was only testing this_utf8.
43144      Branch: perlio
43145            ! toke.c
43146 ____________________________________________________________________________
43147 [  8052] By: nick                                  on 2000/12/09  19:09:41
43148         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
43149              i.e. the output string has one, but don't mess with source assumption.
43150      Branch: perlio
43151            ! toke.c
43152 ____________________________________________________________________________
43153 [  8051] By: jhi                                   on 2000/12/09  16:55:17
43154         Log: Integrate perlio.
43155      Branch: perl
43156           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
43157           !> sv.c thrdvar.h util.c
43158 ____________________________________________________________________________
43159 [  8050] By: jhi                                   on 2000/12/09  16:48:07
43160         Log: Nits noticed by Peter Prymmer.
43161      Branch: perl
43162            ! lib/ExtUtils/MM_VMS.pm
43163 ____________________________________________________________________________
43164 [  8049] By: nick                                  on 2000/12/09  13:49:40
43165         Log: UTF8 output prework.
43166              - Store $\ and $, as SVs so they can have SvUTF8 flag
43167              - use do_print() rather than raw PerlIO_write() to print them.
43168      Branch: perlio
43169            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
43170            ! thrdvar.h util.c
43171 ____________________________________________________________________________
43172 [  8048] By: nick                                  on 2000/12/09  12:30:43
43173         Log: Integrate mainline.
43174      Branch: perlio
43175           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
43176           +> t/op/reverse.t
43177           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
43178           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
43179           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
43180           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
43181           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
43182           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
43183 ____________________________________________________________________________
43184 [  8047] By: jhi                                   on 2000/12/09  00:23:27
43185         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
43186              From: Michael G Schwern <schwern@pobox.com>
43187              Date: Fri, 8 Dec 2000 14:43:04 -0600
43188      Branch: perl
43189            ! lib/ExtUtils/MM_VMS.pm
43190 ____________________________________________________________________________
43191 [  8046] By: jhi                                   on 2000/12/08  23:10:27
43192         Log: A missed check-in.
43193      Branch: perl
43194            ! lib/ExtUtils/Manifest.pm
43195 ____________________________________________________________________________
43196 [  8045] By: jhi                                   on 2000/12/08  21:57:12
43197         Log: (null check-in)
43198      Branch: perl
43199            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
43200 ____________________________________________________________________________
43201 [  8044] By: jhi                                   on 2000/12/08  21:11:06
43202         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
43203              at the final draft stage.
43204      Branch: perl
43205            + ext/Encode/Encode/iso8859-16.enc
43206            ! MANIFEST
43207 ____________________________________________________________________________
43208 [  8043] By: jhi                                   on 2000/12/08  16:39:04
43209         Log: Update Changes.
43210      Branch: perl
43211            ! Changes patchlevel.h
43212 ____________________________________________________________________________
43213 [  8042] By: jhi                                   on 2000/12/08  16:33:39
43214         Log: Do not return the Unicode replacement character if UTF-8
43215              decoding goes awry, it should be up to the caller to decide.
43216      Branch: perl
43217            ! pod/perlapi.pod utf8.c
43218 ____________________________________________________________________________
43219 [  8041] By: jhi                                   on 2000/12/08  16:22:28
43220         Log: metaconfig maintenance.
43221      Branch: metaconfig
43222            ! U/modified/stdchar.U
43223      Branch: metaconfig/U/perl
43224            + testsyml.U
43225 ____________________________________________________________________________
43226 [  8040] By: jhi                                   on 2000/12/08  16:03:08
43227         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
43228              From: sthoenna@efn.org
43229              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
43230              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
43231      Branch: perl
43232            ! Changes lib/ExtUtils/MM_OS2.pm
43233 ____________________________________________________________________________
43234 [  8039] By: jhi                                   on 2000/12/08  15:57:11
43235         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
43236              From: Simon Cozens <simon@cozens.net>
43237              Date: Fri, 8 Dec 2000 13:33:31 +0000
43238              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
43239              
43240              (The pp_hot part needed a rewrite.)
43241      Branch: perl
43242            ! doop.c pp_hot.c utf8.c
43243 ____________________________________________________________________________
43244 [  8038] By: jhi                                   on 2000/12/08  15:25:08
43245         Log: Subject: djSP
43246              From: Michael Stevens <michael@etla.org>
43247              Date: Wed, 6 Dec 2000 23:24:01 +0000
43248              Message-ID: <20001206232400.A21381@firedrake.org>
43249              
43250              Plus a note from Nick Ing-Simmons.
43251      Branch: perl
43252            ! pp.h
43253 ____________________________________________________________________________
43254 [  8037] By: jhi                                   on 2000/12/08  15:18:35
43255         Log: Filetype is text.
43256      Branch: perl
43257            ! t/op/utf8decode.t
43258 ____________________________________________________________________________
43259 [  8036] By: jhi                                   on 2000/12/08  03:31:27
43260         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
43261              From: Andy Dougherty <doughera@lafayette.edu>
43262              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
43263              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
43264              
43265              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
43266              From: Andy Dougherty <doughera@lafayette.edu>
43267              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
43268              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
43269      Branch: perl
43270            + ext/POSIX/hints/svr4.pl
43271            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
43272 ____________________________________________________________________________
43273 [  8035] By: jhi                                   on 2000/12/08  03:26:01
43274         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
43275              From: Andy Dougherty <doughera@lafayette.edu>
43276              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
43277              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
43278      Branch: perl
43279            ! t/README t/base/term.t
43280 ____________________________________________________________________________
43281 [  8034] By: jhi                                   on 2000/12/08  03:21:59
43282         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
43283              From: mjd@plover.com  
43284              Date: 7 Dec 2000 21:04:20 -0000
43285              Message-ID: <20001207210420.22282.qmail@plover.com>
43286              
43287              Plus -z doc.
43288      Branch: perl
43289            ! pod/perlfunc.pod
43290 ____________________________________________________________________________
43291 [  8033] By: jhi                                   on 2000/12/08  03:19:03
43292         Log: Use the UTF8 macros a bit.  They can't be used with abandon
43293              everywhere because we do generate illegal UTF-8 in some situations.
43294              This is of course naughty.
43295      Branch: perl
43296            ! pod/perlapi.pod utf8.c utf8.h
43297 ____________________________________________________________________________
43298 [  8032] By: jhi                                   on 2000/12/08  03:00:09
43299         Log: Out of sync?
43300      Branch: perl
43301            ! t/pragma/warn/utf8
43302 ____________________________________________________________________________
43303 [  8031] By: jhi                                   on 2000/12/08  02:22:39
43304         Log: Cnt spl.
43305      Branch: perl
43306            ! MANIFEST
43307 ____________________________________________________________________________
43308 [  8030] By: jhi                                   on 2000/12/08  01:23:54
43309         Log: Add test for reverse().
43310      Branch: perl
43311            + t/op/reverse.t
43312            ! MANIFEST
43313 ____________________________________________________________________________
43314 [  8029] By: jhi                                   on 2000/12/08  01:21:47
43315         Log: Integrate perlio.
43316      Branch: perl
43317           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
43318           !> perlio.c perlio.h perlsdio.h warnings.pl
43319 ____________________________________________________________________________
43320 [  8028] By: jhi                                   on 2000/12/08  01:19:08
43321         Log: Introduce macros for UTF8 decoding.
43322      Branch: perl
43323            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
43324 ____________________________________________________________________________
43325 [  8027] By: nick                                  on 2000/12/07  22:18:19
43326         Log: Integrate mainline
43327      Branch: perlio
43328           !> embed.pl pod/perlapi.pod utf8.c
43329 ____________________________________________________________________________
43330 [  8026] By: nick                                  on 2000/12/07  21:45:08
43331         Log: Various oddities p4 diff -se showed up
43332              Remove 'our' from warnings.pl
43333      Branch: perlio
43334            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
43335 ____________________________________________________________________________
43336 [  8025] By: nick                                  on 2000/12/07  21:43:32
43337         Log: Change PerlIO_(get|set)pos to take SV *
43338              Should fix, OS/2, VMS, (sfio??)
43339      Branch: perlio
43340            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
43341 ____________________________________________________________________________
43342 [  8024] By: jhi                                   on 2000/12/07  19:05:32
43343         Log: Document utf8_to_uv() better.
43344      Branch: perl
43345            ! pod/perlapi.pod utf8.c
43346 ____________________________________________________________________________
43347 [  8023] By: jhi                                   on 2000/12/07  18:23:47
43348         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
43349      Branch: perl
43350            ! embed.pl pod/perlapi.pod utf8.c
43351 ____________________________________________________________________________
43352 [  8022] By: jhi                                   on 2000/12/07  04:13:51
43353         Log: Integrate perlio.
43354      Branch: perl
43355           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
43356           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
43357           !> win32/makefile.mk
43358 ____________________________________________________________________________
43359 [  8021] By: nick                                  on 2000/12/07  00:28:14
43360         Log: Various attempts at MSVC debug - not sure what has
43361              changed but works now. 
43362              Seems atexit() _may_ work for DLLs built with MSVC so don't
43363              call cleanup that way.
43364      Branch: perlio
43365            ! perlio.c win32/makefile.mk
43366 ____________________________________________________________________________
43367 [  8020] By: nick                                  on 2000/12/06  19:57:20
43368         Log: Integrate mainline
43369      Branch: perlio
43370           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
43371           !> (integrate 75 files)
43372 ____________________________________________________________________________
43373 [  8019] By: nick                                  on 2000/12/06  19:28:21
43374         Log: Add useperlio to config.vc
43375              Turn off binmode in config_H.PL
43376              Regen all the config_H.xx
43377              Attempt to get debugging build with MSVC.
43378      Branch: perlio
43379            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43380            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
43381 ____________________________________________________________________________
43382 [  8018] By: nick                                  on 2000/12/06  19:21:57
43383         Log: Test various dup/external program options on all platforms.
43384      Branch: perlio
43385            ! t/io/dup.t
43386 ____________________________________________________________________________
43387 [  8017] By: nick                                  on 2000/12/06  19:20:47
43388         Log: Fix harness to be less picky
43389      Branch: perlio
43390            ! lib/Test/Harness.pm
43391 ____________________________________________________________________________
43392 [  8016] By: jhi                                   on 2000/12/06  16:45:12
43393         Log: Update Changes.
43394      Branch: perl
43395            ! Changes patchlevel.h
43396 ____________________________________________________________________________
43397 [  8015] By: jhi                                   on 2000/12/06  16:41:03
43398         Log: Test \x{...} with ord().
43399      Branch: perl
43400            ! t/op/ord.t
43401 ____________________________________________________________________________
43402 [  8014] By: jhi                                   on 2000/12/06  16:20:33
43403         Log: Test tweak because of #8013.
43404      Branch: perl
43405            ! t/lib/b.t
43406 ____________________________________________________________________________
43407 [  8013] By: jhi                                   on 2000/12/06  16:09:09
43408         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
43409              From: Michael G Schwern <schwern@pobox.com>
43410              Date: Tue, 5 Dec 2000 21:23:28 -0500
43411              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
43412              
43413              Carp::Heavy parts not very applicable because of recent changes.
43414      Branch: perl
43415            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
43416            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
43417            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
43418            ! lib/Exporter.pm lib/Exporter/Heavy.pm
43419            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
43420            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
43421            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
43422            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
43423            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
43424            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
43425            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
43426            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
43427            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
43428            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
43429            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
43430            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
43431            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
43432            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
43433            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
43434            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
43435            ! warnings.pl
43436 ____________________________________________________________________________
43437 [  8012] By: jhi                                   on 2000/12/06  15:22:38
43438         Log: Subject: [PATCH] Re: New harness is failing things
43439              From: Nick Ing-Simmons <nik@tiuk.ti.com>
43440              Date: Wed, 6 Dec 2000 13:00:30 GMT
43441              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
43442      Branch: perl
43443            ! lib/Test/Harness.pm
43444 ____________________________________________________________________________
43445 [  8011] By: jhi                                   on 2000/12/06  15:12:08
43446         Log: Subject: installhtml changes
43447              From: Michael Stevens <michael@etla.org>
43448              Date: Wed, 6 Dec 2000 13:15:53 +0000
43449              Message-ID: <20001206131553.A27317@firedrake.org>
43450      Branch: perl
43451            ! installhtml
43452 ____________________________________________________________________________
43453 [  8010] By: jhi                                   on 2000/12/06  15:06:05
43454         Log: Subject: the dTHR hits
43455              From: Michael Stevens <michael@etla.org>
43456              Date: Wed, 6 Dec 2000 12:06:03 +0000
43457              Message-ID: <20001206120603.A24581@firedrake.org>
43458              
43459              More, errrm, less dTHRs.
43460      Branch: perl
43461            ! bytecode.pl ext/B/B/C.pm
43462 ____________________________________________________________________________
43463 [  8009] By: jhi                                   on 2000/12/06  15:04:25
43464         Log: Subject: MakeMaker mailing list gone?
43465              From: Michael G Schwern <schwern@pobox.com>
43466              Date: Tue, 5 Dec 2000 19:29:59 -0500
43467              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
43468              
43469              The MakeMaker mailing list is dead, perlbug is the right
43470              address to report bugs.
43471      Branch: perl
43472            ! lib/ExtUtils/MakeMaker.pm
43473 ____________________________________________________________________________
43474 [  8008] By: jhi                                   on 2000/12/06  15:00:32
43475         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
43476              From: Michael G Schwern <schwern@pobox.com>
43477              Date: Tue, 5 Dec 2000 19:21:21 -0500
43478              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
43479              
43480              Add a default MANIFEST skip that ignores things like
43481              version control files, editor temporary files, and the Makefile.
43482      Branch: perl
43483            + lib/ExtUtils/MANIFEST.SKIP
43484            ! MANIFEST lib/ExtUtils/Manifest.pm
43485 ____________________________________________________________________________
43486 [  8007] By: jhi                                   on 2000/12/06  14:57:20
43487         Log: In Amiga more manual hackery of the scripts seems to be needed,
43488              from Jan-Erik Karlsson.  Why Configure does not get this right
43489              is unknown, may be shell-induced.
43490      Branch: perl
43491            ! README.amiga
43492 ____________________________________________________________________________
43493 [  8006] By: jhi                                   on 2000/12/05  23:53:12
43494         Log: Add TOPm1s to peek at the second topmost stack item.
43495      Branch: perl
43496            ! pp.h
43497 ____________________________________________________________________________
43498 [  8005] By: jhi                                   on 2000/12/05  23:13:55
43499         Log: Avaunt, you foul UTF-8 tests.
43500      Branch: perl
43501            ! t/op/ver.t t/pragma/utf8.t
43502 ____________________________________________________________________________
43503 [  8004] By: jhi                                   on 2000/12/05  23:09:54
43504         Log: Continue utf8 dispersal. 
43505      Branch: perl
43506            + t/op/concat.t
43507            ! MANIFEST t/pragma/utf8.t
43508 ____________________________________________________________________________
43509 [  8003] By: nick                                  on 2000/12/05  23:02:39
43510         Log: Integrate mainline.
43511      Branch: perlio
43512           +> t/op/length.t t/op/utf8decode.t
43513           !> (integrate 69 files)
43514 ____________________________________________________________________________
43515 [  8002] By: jhi                                   on 2000/12/05  22:59:28
43516         Log: Integrate perlio.
43517      Branch: perl
43518           !> iperlsys.h perl.c perlio.c win32/perllib.c
43519 ____________________________________________________________________________
43520 [  8001] By: nick                                  on 2000/12/05  22:07:52
43521         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
43522              - calloc/free suffer from damage on TerminateThread()
43523              - use PerlMemShared (as originally planned) now fixed
43524              - avoid doing anything important on DLL "detach".
43525      Branch: perlio
43526            ! perl.c perlio.c win32/perllib.c
43527 ____________________________________________________________________________
43528 [  8000] By: nick                                  on 2000/12/05  21:05:09
43529         Log: Fix gross PerlMemShared issue.
43530      Branch: perlio
43531            ! iperlsys.h
43532 ____________________________________________________________________________
43533 [  7999] By: jhi                                   on 2000/12/05  20:46:58
43534         Log: Test for Unicode (UTF-8) hash keys.
43535      Branch: perl
43536            ! t/op/each.t
43537 ____________________________________________________________________________
43538 [  7998] By: jhi                                   on 2000/12/05  20:30:35
43539         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
43540              is now always UTF-8), empty line cosmetics.
43541      Branch: perl
43542            ! t/pragma/utf8.t
43543 ____________________________________________________________________________
43544 [  7997] By: jhi                                   on 2000/12/05  20:15:40
43545         Log: Subject: Re: STRLEN - what?
43546              From: Andy Dougherty <doughera@lafayette.edu>
43547              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
43548              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
43549              
43550              Explain STRLEN.
43551      Branch: perl
43552            ! pod/perlguts.pod
43553 ____________________________________________________________________________
43554 [  7996] By: jhi                                   on 2000/12/05  20:13:34
43555         Log: Split off the UTF-8 decoder tests, make them to check also
43556              the error message.
43557      Branch: perl
43558            + t/op/utf8decode.t
43559            ! MANIFEST t/pragma/utf8.t utf8.c
43560 ____________________________________________________________________________
43561 [  7995] By: jhi                                   on 2000/12/05  16:39:47
43562         Log: Start migrating bits of pragma/utf8 to elsewhere
43563              (since the long term plan is to obsolete 'use utf8').
43564      Branch: perl
43565            + t/op/length.t
43566            ! MANIFEST t/pragma/utf8.t
43567 ____________________________________________________________________________
43568 [  7994] By: jhi                                   on 2000/12/05  16:30:21
43569         Log: Fix a manual edit typo from #7993, fix the message formatting
43570              for Unicode, add few our declarations.
43571      Branch: perl
43572            ! lib/Carp/Heavy.pm
43573 ____________________________________________________________________________
43574 [  7993] By: jhi                                   on 2000/12/05  16:09:15
43575         Log: Subject: Need help with warnings :-(
43576              From: "Ben Tilly" <ben_tilly@hotmail.com>
43577              Date: Tue, 05 Dec 2000 01:35:54 -0500
43578              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
43579              
43580              Subject: UPDATE: Carp/Heavy now passes all tests
43581              From: "Ben Tilly" <ben_tilly@hotmail.com>
43582              Date: Tue, 05 Dec 2000 07:59:41 -0500
43583              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
43584              
43585              The Brave New Carp.
43586      Branch: perl
43587            ! lib/Carp.pm lib/Carp/Heavy.pm
43588 ____________________________________________________________________________
43589 [  7992] By: jhi                                   on 2000/12/05  15:55:08
43590         Log: Subject: [PATCH perl@7979] cygwin port
43591              From: "Eric Fifer" <efifer@dircon.co.uk>
43592              Date: Tue, 5 Dec 2000 14:04:09 -0000
43593              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
43594      Branch: perl
43595            ! t/lib/net-hostent.t
43596 ____________________________________________________________________________
43597 [  7991] By: jhi                                   on 2000/12/05  15:52:34
43598         Log: Subject: Re: [PATCH] The largest hoax of all times?
43599              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43600              Date: Tue, 5 Dec 2000 00:40:25 -0500
43601              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
43602              
43603              Subject: Re: [PATCH] The largest hoax of all times?
43604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43605              Date: Mon, 4 Dec 2000 23:55:53 -0500
43606              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
43607              
43608              Subject: Re: [PATCH] The largest hoax of all times?
43609              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43610              Date: Tue, 5 Dec 2000 01:28:45 -0500
43611              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
43612              
43613              Fix the unpredictable order of DESTROYs.
43614      Branch: perl
43615            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
43616            ! sv.c sv.h t/op/ref.t
43617 ____________________________________________________________________________
43618 [  7990] By: jhi                                   on 2000/12/05  14:38:53
43619         Log: Subject: [PATCH] shrink pp_hot fractionally
43620              From: Nicholas Clark <nick@ccl4.org>
43621              Date: Tue, 5 Dec 2000 12:44:31 +0000
43622              Message-ID: <20001205124431.E74518@plum.flirble.org>
43623              
43624              Use report_evil_fh().
43625      Branch: perl
43626            ! opcode.pl opnames.h pp_hot.c util.c
43627 ____________________________________________________________________________
43628 [  7989] By: jhi                                   on 2000/12/05  14:21:27
43629         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
43630              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43631              Date: Mon, 04 Dec 2000 22:21:59 -0800
43632              Message-ID: <HmIL6gzkgepS092yn@efn.org>
43633              
43634              Harness shouldn't ignore responses like "ok 3\r\r\n".
43635      Branch: perl
43636            ! lib/Test/Harness.pm
43637 ____________________________________________________________________________
43638 [  7988] By: jhi                                   on 2000/12/05  13:51:28
43639         Log: Integrate the "skip" messages to explain().
43640      Branch: perl
43641            ! t/lib/syslfs.t t/op/lfs.t
43642 ____________________________________________________________________________
43643 [  7987] By: jhi                                   on 2000/12/05  12:34:54
43644         Log: The one that got away in #7984.
43645              
43646              Subject: Re: dTHR - what and why?
43647              From: Michael Stevens <michael@etla.org> 
43648              Date: Tue, 5 Dec 2000 11:15:52 +0000
43649              Message-ID: <20001205111552.A4647@firedrake.org>
43650      Branch: perl
43651            ! sv.h
43652 ____________________________________________________________________________
43653 [  7986] By: gsar                                  on 2000/12/05  09:14:44
43654         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
43655              due to the notorious GetFileType() bug in Windows 9x, which fstat()
43656              tickles)
43657      Branch: perl
43658            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
43659 ____________________________________________________________________________
43660 [  7985] By: jhi                                   on 2000/12/05  05:49:03
43661         Log: Integrate perlio.
43662      Branch: perl
43663           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
43664           !> win32/perlhost.h win32/perllib.c
43665 ____________________________________________________________________________
43666 [  7984] By: jhi                                   on 2000/12/05  05:48:16
43667         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
43668      Branch: perl
43669            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
43670            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
43671            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
43672            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
43673            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
43674            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
43675            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
43676            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
43677            ! win32/win32.c
43678 ____________________________________________________________________________
43679 [  7983] By: nick                                  on 2000/12/04  23:27:43
43680         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
43681      Branch: perlio
43682            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
43683            ! win32/perlhost.h win32/perllib.c
43684 ____________________________________________________________________________
43685 [  7982] By: jhi                                   on 2000/12/04  19:44:09
43686         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
43687              uncovered by #7980.
43688      Branch: perl
43689            ! op.c
43690 ____________________________________________________________________________
43691 [  7981] By: jhi                                   on 2000/12/04  19:42:07
43692         Log: Subject: [PATCH] Trivial dump.c feature
43693              From: Simon Cozens <simon@cozens.net>
43694              Date: Mon, 4 Dec 2000 18:08:38 +0000
43695              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
43696              
43697              Show whether a constant is UTF-8.
43698      Branch: perl
43699            ! dump.c
43700 ____________________________________________________________________________
43701 [  7980] By: jhi                                   on 2000/12/04  19:36:51
43702         Log: UTF-8 hash keys, patch from Inaba Hiroto.
43703      Branch: perl
43704            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
43705 ____________________________________________________________________________
43706 [  7979] By: jhi                                   on 2000/12/04  17:36:28
43707         Log: Update Changes.
43708      Branch: perl
43709            ! Changes patchlevel.h
43710 ____________________________________________________________________________
43711 [  7978] By: jhi                                   on 2000/12/04  16:42:17
43712         Log: Retract #7977, still too volatile (the euphemism of the day
43713              for unfinished and buggy :-)
43714      Branch: perl
43715            ! doop.c hv.c pp.c sv.h
43716 ____________________________________________________________________________
43717 [  7977] By: jhi                                   on 2000/12/04  16:25:15
43718         Log: (Retracted by #7978, too shaky yet.)
43719              
43720              Subject: Re: utf8 in hash keys, implementor missing
43721              From: Simon Cozens <simon@cozens.net>
43722              Date: Sat, 2 Dec 2000 19:49:35 +0000
43723              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
43724              
43725              The first step at UTF-8 hash keys.
43726      Branch: perl
43727            ! doop.c hv.c pp.c sv.h
43728 ____________________________________________________________________________
43729 [  7976] By: jhi                                   on 2000/12/04  16:13:53
43730         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
43731              From: sthoenna@efn.org
43732              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
43733              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
43734      Branch: perl
43735            ! os2/os2.c perlio.c
43736 ____________________________________________________________________________
43737 [  7975] By: jhi                                   on 2000/12/04  16:05:25
43738         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
43739              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43740              Date: Thu, 30 Nov 2000 20:50:37 -0800
43741              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
43742      Branch: perl
43743            ! os2/os2.c
43744 ____________________________________________________________________________
43745 [  7974] By: jhi                                   on 2000/12/04  16:03:57
43746         Log: Subject: [PATCH] ++ 20% faster
43747              From: Nicholas Clark <nick@ccl4.org>
43748              Date: Mon, 4 Dec 2000 12:17:27 +0000
43749              Message-ID: <20001204121726.B52976@plum.flirble.org>
43750              
43751              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
43752      Branch: perl
43753            ! sv.c
43754 ____________________________________________________________________________
43755 [  7973] By: jhi                                   on 2000/12/04  16:00:48
43756         Log: 
43757              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
43758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43759              Date: Mon, 04 Dec 2000 12:30:45 +0100
43760              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
43761              
43762              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
43763              library (getprotobyname and getprotobynumber are outversioned by
43764              the same calls in libc, at least for xlc version 3.
43765      Branch: perl
43766            ! hints/aix.sh
43767 ____________________________________________________________________________
43768 [  7972] By: jhi                                   on 2000/12/04  02:58:31
43769         Log: Integrate perlio.
43770      Branch: perl
43771           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
43772           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
43773           !> win32/win32.h win32/win32iop.h win32/win32thread.h
43774 ____________________________________________________________________________
43775 [  7971] By: nick                                  on 2000/12/04  00:24:33
43776         Log: Quieten some noise in Win32 builds:
43777              - win32.h is included after <sys/socket.h>, so need to 
43778              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
43779              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
43780      Branch: perlio
43781            ! doio.c perl.h toke.c win32/win32.h
43782 ____________________________________________________________________________
43783 [  7970] By: nick                                  on 2000/12/03  22:57:46
43784         Log: PERL_IMPLICIT_SYS compiles but does not work.
43785      Branch: perlio
43786            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
43787            ! win32/perlhost.h win32/perllib.c win32/win32.h
43788            ! win32/win32iop.h win32/win32thread.h
43789 ____________________________________________________________________________
43790 [  7969] By: jhi                                   on 2000/12/03  22:12:58
43791         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
43792              used to swash_init(), makes regprop() dumps more informative
43793              (+utf8::IsAlpha, -utf8::IsDigit, for example).
43794      Branch: perl
43795            ! regcomp.c regexec.c
43796 ____________________________________________________________________________
43797 [  7968] By: jhi                                   on 2000/12/03  21:39:56
43798         Log: Implement ANYOFUTF8 regprop() dumping.
43799      Branch: perl
43800            ! regcomp.c
43801 ____________________________________________________________________________
43802 [  7967] By: jhi                                   on 2000/12/03  20:57:19
43803         Log: Make uv_to_utf8() to zero-terminate its output buffer,
43804              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
43805      Branch: perl
43806            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
43807 ____________________________________________________________________________
43808 [  7966] By: nick                                  on 2000/12/03  18:41:21
43809         Log: Integrate mainline (STDCHAR)
43810      Branch: perlio
43811           !> Configure t/pragma/utf8.t
43812 ____________________________________________________________________________
43813 [  7965] By: jhi                                   on 2000/12/03  17:58:20
43814         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
43815      Branch: perl
43816            ! t/pragma/utf8.t
43817 ____________________________________________________________________________
43818 [  7964] By: jhi                                   on 2000/12/03  17:35:56
43819         Log: Integrate perlio.
43820      Branch: perl
43821           !> iperlsys.h perlio.c
43822 ____________________________________________________________________________
43823 [  7963] By: jhi                                   on 2000/12/03  17:33:55
43824         Log: Metaconfig unit change for #7962.
43825      Branch: metaconfig
43826            ! U/modified/stdchar.U
43827 ____________________________________________________________________________
43828 [  7962] By: jhi                                   on 2000/12/03  17:33:27
43829         Log: Untangle the <stdio.h> #include nest for the stdchar test,
43830              from Andy Dougherty.
43831      Branch: perl
43832            ! Configure
43833 ____________________________________________________________________________
43834 [  7961] By: nick                                  on 2000/12/03  16:53:00
43835         Log: Make iperlsys.h vector stdio not PerlIO.
43836      Branch: perlio
43837            ! iperlsys.h perlio.c
43838 ____________________________________________________________________________
43839 [  7960] By: nick                                  on 2000/12/03  14:43:01
43840         Log: Integrate mainline
43841      Branch: perlio
43842           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
43843           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
43844 ____________________________________________________________________________
43845 [  7959] By: jhi                                   on 2000/12/03  08:16:36
43846         Log: Use DO_UTF8().
43847      Branch: perl
43848            ! op.c
43849 ____________________________________________________________________________
43850 [  7958] By: jhi                                   on 2000/12/02  18:33:05
43851         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
43852              From: Mike Guy <mjtg@cam.ac.uk>         
43853              Date: Sat, 02 Dec 2000 17:27:13 +0000
43854              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
43855              
43856              An extraneous argument.
43857      Branch: perl
43858            ! toke.c
43859 ____________________________________________________________________________
43860 [  7957] By: jhi                                   on 2000/12/02  18:22:32
43861         Log: A missing hunk.
43862      Branch: perl
43863            ! t/lib/net-hostent.t
43864 ____________________________________________________________________________
43865 [  7956] By: jhi                                   on 2000/12/02  18:06:20
43866         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
43867              From: Nicholas Clark <nick@ccl4.org>
43868              Date: Sat, 2 Dec 2000 14:28:27 +0000
43869              Message-ID: <20001202142827.A12308@plum.flirble.org>
43870              
43871              Test robustness.
43872      Branch: perl
43873            ! t/lib/net-hostent.t
43874 ____________________________________________________________________________
43875 [  7955] By: jhi                                   on 2000/12/02  17:58:06
43876         Log: Metaconfig unit change for #7954.
43877      Branch: metaconfig
43878            ! U/modified/stdchar.U
43879 ____________________________________________________________________________
43880 [  7954] By: jhi                                   on 2000/12/02  17:54:32
43881         Log: An inconvenient hang would happen if the stdio _ptr wasn't
43882              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
43883              would be grepping stdin for all eternity for the _ptr.)
43884      Branch: perl
43885            ! Configure
43886 ____________________________________________________________________________
43887 [  7953] By: jhi                                   on 2000/12/02  00:07:15
43888         Log: Update Changes.
43889      Branch: perl
43890            ! Changes patchlevel.h
43891 ____________________________________________________________________________
43892 [  7952] By: jhi                                   on 2000/12/01  23:54:47
43893         Log: Subject: Re: long shell lines
43894              From: Andy Dougherty <doughera@lafayette.edu>
43895              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
43896              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
43897              
43898              Split overly long shell command lines.
43899      Branch: perl
43900            ! lib/ExtUtils/MM_Unix.pm
43901 ____________________________________________________________________________
43902 [  7951] By: jhi                                   on 2000/12/01  23:48:02
43903         Log: The metaconfig unit change for #7950.
43904      Branch: metaconfig
43905            + U/modified/stdchar.U
43906 ____________________________________________________________________________
43907 [  7950] By: jhi                                   on 2000/12/01  23:47:39
43908         Log: Try to find stdchar also from <stdio_impl.h>.
43909      Branch: perl
43910            ! Configure config_h.SH
43911 ____________________________________________________________________________
43912 [  7949] By: jhi                                   on 2000/12/01  23:46:45
43913         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
43914              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43915              Date: Fri, 1 Dec 2000 16:26:08 -0500
43916              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
43917              
43918              Reword the diagnostic message.
43919      Branch: perl
43920            ! pod/perldiag.pod
43921 ____________________________________________________________________________
43922 [  7948] By: nick                                  on 2000/12/01  22:49:43
43923         Log: Integrate mainline (for s/y/m as sub names stuff).
43924      Branch: perlio
43925           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
43926           !> t/pragma/warn/toke toke.c
43927 ____________________________________________________________________________
43928 [  7947] By: jhi                                   on 2000/12/01  20:55:41
43929         Log: Integrate perlio.
43930      Branch: perl
43931           !> perlio.c perliol.h t/io/pipe.t
43932 ____________________________________________________________________________
43933 [  7946] By: jhi                                   on 2000/12/01  20:36:51
43934         Log: Upgrade to CPAN 1.59_51, from Andreas König.
43935      Branch: perl
43936            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43937 ____________________________________________________________________________
43938 [  7945] By: nick                                  on 2000/12/01  20:31:32
43939         Log: Integrate mainline
43940      Branch: perlio
43941           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
43942           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
43943           +> t/lib/net-hostent.t
43944           !> (integrate 35 files)
43945 ____________________________________________________________________________
43946 [  7944] By: jhi                                   on 2000/12/01  20:23:29
43947         Log: Some help for 20001130.011.  Now one gets warnings like
43948              "Ambiguous -f() resolved as a file test ..."
43949      Branch: perl
43950            ! pod/perldiag.pod t/pragma/warn/toke toke.c
43951 ____________________________________________________________________________
43952 [  7943] By: jhi                                   on 2000/12/01  19:44:44
43953         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
43954              that also breaks using them as methods. 
43955      Branch: perl
43956            ! pod/perldiag.pod t/op/misc.t toke.c
43957 ____________________________________________________________________________
43958 [  7942] By: nick                                  on 2000/12/01  17:56:46
43959         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
43960              Make 'unix' pass most tests
43961              - do unread by temporary push of layer ("pending") holding unread chars
43962              - fast_gets is now based on per-handle flag
43963              - relax one of io/pipe.t tests to allow print to fail and close to
43964              succeed so that it passes on unbuffered "unix" layer.
43965              Remaining fail is sporadic and a genuine race condition between
43966              parent/child in fork test.
43967      Branch: perlio
43968            ! perlio.c perliol.h t/io/pipe.t
43969 ____________________________________________________________________________
43970 [  7941] By: jhi                                   on 2000/12/01  15:28:58
43971         Log: (Retracted by #7943.)
43972              
43973              Reserve the short named string operator names.
43974      Branch: perl
43975            ! pod/perldiag.pod t/op/misc.t toke.c
43976 ____________________________________________________________________________
43977 [  7940] By: jhi                                   on 2000/12/01  06:45:53
43978         Log: Get the three different space character classes right under utf8.
43979      Branch: perl
43980            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
43981            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
43982            ! regexec.c t/op/pat.t utf8.c
43983 ____________________________________________________________________________
43984 [  7939] By: jhi                                   on 2000/12/01  03:26:26
43985         Log: Two more tests that make no sense in UTF-8 since the test
43986              data is not in UTF-8.
43987      Branch: perl
43988            ! t/op/regexp.t
43989 ____________________________________________________________________________
43990 [  7938] By: jhi                                   on 2000/12/01  03:20:39
43991         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
43992              should it be required inside regexen?
43993      Branch: perl
43994            ! regcomp.c t/op/regmesg.t
43995 ____________________________________________________________________________
43996 [  7937] By: jhi                                   on 2000/12/01  02:58:53
43997         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
43998              stored and restored, and thusly was trounced by the utf8 swash
43999              routines.
44000      Branch: perl
44001            ! regcomp.c
44002 ____________________________________________________________________________
44003 [  7936] By: jhi                                   on 2000/11/30  20:41:39
44004         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
44005              Why the different platforms behave so differently (core dump vs
44006              no core dump) on this bug is a but of a mystery, but if I had to
44007              guess I would mumble something like 'alignment'.
44008      Branch: perl
44009            ! sv.c
44010 ____________________________________________________________________________
44011 [  7935] By: jhi                                   on 2000/11/30  16:17:02
44012         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
44013              From: Robin Barker <rmb1@cise.npl.co.uk>
44014              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
44015              Date: Thu, 30 Nov 2000 14:27:12 GMT
44016      Branch: perl
44017            ! perlio.c toke.c
44018 ____________________________________________________________________________
44019 [  7934] By: jhi                                   on 2000/11/30  16:04:49
44020         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
44021      Branch: perl
44022            ! t/lib/net-hostent.t
44023 ____________________________________________________________________________
44024 [  7933] By: jhi                                   on 2000/11/30  06:07:26
44025         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
44026              From: Peter Prymmer <pvhp@forte.com>
44027              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
44028              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
44029              
44030              In VMS the localhost may be LOCALHOST.
44031      Branch: perl
44032            ! t/lib/net-hostent.t
44033 ____________________________________________________________________________
44034 [  7932] By: jhi                                   on 2000/11/30  01:11:11
44035         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
44036              From: Peter Prymmer <pvhp@forte.com>
44037              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
44038              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
44039              
44040              plus regen perlapi.pod.
44041      Branch: perl
44042            ! pod/perlapi.pod utf8.c
44043 ____________________________________________________________________________
44044 [  7931] By: jhi                                   on 2000/11/30  01:06:19
44045         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
44046              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44047              Date:     Wed, 29 Nov 2000 17:15:11 EST
44048              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
44049      Branch: perl
44050            ! t/lib/filter-util.pl t/lib/filter-util.t
44051 ____________________________________________________________________________
44052 [  7930] By: jhi                                   on 2000/11/29  18:51:55
44053         Log: Update Changes.
44054      Branch: perl
44055            ! Changes patchlevel.h
44056 ____________________________________________________________________________
44057 [  7929] By: jhi                                   on 2000/11/29  18:50:55
44058         Log: Update the va_copy() metaconfig unit.
44059      Branch: metaconfig/U/perl
44060            ! need_va_copy.U
44061 ____________________________________________________________________________
44062 [  7928] By: jhi                                   on 2000/11/29  17:50:43
44063         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
44064              From: Dominic Dunlop <domo@computer.org>
44065              Date: Tue, 28 Nov 2000 16:41:57 +0100
44066              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
44067              
44068              Patch to catch a core dump in the Configure va_copy test.
44069      Branch: perl
44070            ! Configure config_h.SH
44071 ____________________________________________________________________________
44072 [  7927] By: jhi                                   on 2000/11/29  17:31:59
44073         Log: Retract #7921, the patch shouldn't be needed.
44074      Branch: perl
44075            ! sv.c
44076 ____________________________________________________________________________
44077 [  7926] By: jhi                                   on 2000/11/29  17:01:41
44078         Log: Make the Class::Struct import() wiser.
44079      Branch: perl
44080            ! lib/Class/Struct.pm t/lib/class-struct.t
44081 ____________________________________________________________________________
44082 [  7925] By: jhi                                   on 2000/11/29  16:36:33
44083         Log: All the core library users of Class::Struct seem to be
44084              using "use Class::Struct 'struct';" instead of the bare
44085              "use Class::Struct;", which isn't documented in Class::Struct.
44086              This can't be right.
44087      Branch: perl
44088            ! lib/File/stat.pm
44089 ____________________________________________________________________________
44090 [  7924] By: jhi                                   on 2000/11/29  16:32:15
44091         Log: A test works better if it has the right 1..$n output.
44092      Branch: perl
44093            ! t/lib/class-struct.t
44094 ____________________________________________________________________________
44095 [  7923] By: jhi                                   on 2000/11/29  16:29:11
44096         Log: Forgot to MANIFEST the new Net::hostent test.
44097      Branch: perl
44098            ! MANIFEST
44099 ____________________________________________________________________________
44100 [  7922] By: jhi                                   on 2000/11/29  16:27:49
44101         Log: Integrate perlio.
44102      Branch: perl
44103           !> iperlsys.h perlio.c
44104 ____________________________________________________________________________
44105 [  7921] By: jhi                                   on 2000/11/29  16:27:10
44106         Log: (Retracted by #7927.)
44107              
44108              Subject: [PATCH] Is infinity a number?
44109              From: Simon Cozens <simon@cozens.net>
44110              Date: Wed, 29 Nov 2000 14:48:20 +0000
44111              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
44112      Branch: perl
44113            ! sv.c
44114 ____________________________________________________________________________
44115 [  7920] By: jhi                                   on 2000/11/29  16:23:02
44116         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
44117              From: rspier@pobox.com (Robert Spier)
44118              Date: Wed, 29 Nov 2000 02:17:49 -0500
44119              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
44120              
44121              Add a test for Net::hostent.
44122      Branch: perl
44123            + t/lib/net-hostent.t
44124 ____________________________________________________________________________
44125 [  7919] By: jhi                                   on 2000/11/29  16:21:31
44126         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
44127              add a test for Class::Struct.
44128      Branch: perl
44129            + t/lib/class-struct.t
44130            ! MANIFEST lib/Class/Struct.pm
44131 ____________________________________________________________________________
44132 [  7918] By: jhi                                   on 2000/11/29  15:48:40
44133         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
44134              From: rspier@pobox.com (Robert Spier)
44135              Date: Wed, 29 Nov 2000 02:25:39 -0500
44136              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
44137              
44138              More checking in case someone has broken their services or
44139              protocol databases.
44140      Branch: perl
44141            ! ext/Sys/Syslog/Syslog.pm
44142 ____________________________________________________________________________
44143 [  7917] By: jhi                                   on 2000/11/29  15:46:25
44144         Log: Subject: [PATCH] $^O  win32 -> MSWin32
44145              From: rspier@pobox.com (Robert Spier)
44146              Date: Wed, 29 Nov 2000 02:17:38 -0500
44147              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
44148              
44149              plus similar nits for vms, err, VMS, and UNICOS.
44150      Branch: perl
44151            ! t/lib/syslfs.t t/op/lfs.t
44152 ____________________________________________________________________________
44153 [  7916] By: jhi                                   on 2000/11/29  15:42:51
44154         Log: Subject: [PATCH] Tokeniser debugging
44155              From: Simon Cozens <simon@cozens.net>
44156              Date: Wed, 29 Nov 2000 14:15:45 +0000
44157              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
44158      Branch: perl
44159            ! perl.c perl.h pod/perlrun.pod toke.c
44160 ____________________________________________________________________________
44161 [  7915] By: jhi                                   on 2000/11/29  15:41:36
44162         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44164              Date: Wed, 29 Nov 2000 02:13:14 -0500
44165              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
44166              
44167              OUT keyword nits.
44168              
44169              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44171              Date: Wed, 29 Nov 2000 03:09:04 -0500
44172              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
44173              
44174              OUT and IN_OUT documentation.
44175      Branch: perl
44176            ! lib/ExtUtils/xsubpp pod/perlxs.pod
44177 ____________________________________________________________________________
44178 [  7914] By: jhi                                   on 2000/11/29  03:35:01
44179         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
44180              From: John Tobey <jtobey@john-edwin-tobey.org>
44181              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
44182              Message-Id: <m140e1N-000FOoC@feynman.localnet>
44183              
44184              plus a performance speedup noticed by Sarathy.
44185      Branch: perl
44186            ! op.c
44187 ____________________________________________________________________________
44188 [  7913] By: jhi                                   on 2000/11/29  03:16:59
44189         Log: Use "1 while unlink" so that VMS gets clean, too.
44190      Branch: perl
44191            ! t/lib/filter-util.t
44192 ____________________________________________________________________________
44193 [  7912] By: jhi                                   on 2000/11/29  03:09:08
44194         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
44195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44196              Date: Tue, 28 Nov 2000 03:27:09 -0500
44197              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
44198      Branch: perl
44199            ! lib/ExtUtils/xsubpp
44200 ____________________________________________________________________________
44201 [  7911] By: jhi                                   on 2000/11/29  03:06:30
44202         Log: This should have been part of #7872: no need to scan UTF-8
44203              until eternity.
44204      Branch: perl
44205            ! utf8.c
44206 ____________________________________________________________________________
44207 [  7910] By: jhi                                   on 2000/11/29  02:50:04
44208         Log: One more perltie.pod nit from Casey R. Tweten.
44209      Branch: perl
44210            ! pod/perltie.pod
44211 ____________________________________________________________________________
44212 [  7909] By: jhi                                   on 2000/11/29  02:44:23
44213         Log: Document the known sprintf test failures, exact standard
44214              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
44215      Branch: perl
44216            ! pod/perldelta.pod t/op/sprintf.t
44217 ____________________________________________________________________________
44218 [  7908] By: jhi                                   on 2000/11/29  02:36:23
44219         Log: Add the Encoding table format documentation.
44220      Branch: perl
44221            + ext/Encode/Encode/EncodeFormat.pod
44222            ! MANIFEST
44223 ____________________________________________________________________________
44224 [  7907] By: jhi                                   on 2000/11/29  02:07:24
44225         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
44226              From: "Casey R. Tweten" <crt@kiski.net>
44227              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
44228              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
44229              
44230              Subject: Re: [PATCH] Updating perltie.pod for arrays
44231              From: "Casey R. Tweten" <crt@kiski.net>
44232              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
44233              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
44234      Branch: perl
44235            ! pod/perltie.pod
44236 ____________________________________________________________________________
44237 [  7906] By: nick                                  on 2000/11/28  22:40:59
44238         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
44239      Branch: perlio
44240            ! iperlsys.h perlio.c
44241 ____________________________________________________________________________
44242 [  7905] By: nick                                  on 2000/11/28  22:04:34
44243         Log: Integrate mainline
44244      Branch: perlio
44245           !> (integrate 39 files)
44246 ____________________________________________________________________________
44247 [  7904] By: jhi                                   on 2000/11/28  16:44:43
44248         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
44249              From: Nicholas Clark <nick@babyhippo.co.uk>
44250              Date: Tue, 28 Nov 2000 11:16:57 +0000
44251              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
44252      Branch: perl
44253            ! pod/perlipc.pod
44254 ____________________________________________________________________________
44255 [  7903] By: jhi                                   on 2000/11/28  16:40:31
44256         Log: Subject: [PATCH] Updating perltie.pod for arrays
44257              From: "Casey R. Tweten" <crt@kiski.net>
44258              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
44259              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
44260      Branch: perl
44261            ! pod/perltie.pod
44262 ____________________________________________________________________________
44263 [  7902] By: jhi                                   on 2000/11/28  16:39:37
44264         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
44265              From: Robin Barker <rmb1@cise.npl.co.uk>
44266              Date: Mon, 27 Nov 2000 17:56:44 GMT
44267              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
44268      Branch: perl
44269            ! pod/perlfunc.pod t/op/split.t
44270 ____________________________________________________________________________
44271 [  7901] By: jhi                                   on 2000/11/28  16:28:04
44272         Log: setmode() is a DOSish-only thing.
44273      Branch: perl
44274            ! perlio.c
44275 ____________________________________________________________________________
44276 [  7900] By: jhi                                   on 2000/11/28  16:21:46
44277         Log: Subject: [PATCH] perlcc.PL cleanups
44278              From: Simon Cozens <simon@cozens.net>
44279              Date: Tue, 28 Nov 2000 12:44:35 +0000
44280              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
44281      Branch: perl
44282            ! utils/perlcc.PL
44283 ____________________________________________________________________________
44284 [  7899] By: gsar                                  on 2000/11/28  06:32:55
44285         Log: reintegrate files missed by change#7895
44286      Branch: maint-5.6/perl
44287           +> ext/ByteLoader/bytecode.h utils/Makefile
44288            - utils/perlbc.PL
44289 ____________________________________________________________________________
44290 [  7897] By: gsar                                  on 2000/11/27  18:22:47
44291         Log: can't integrate these two files, for some reason
44292      Branch: maint-5.6/perl
44293            - ext/ByteLoader/bytecode.h utils/Makefile
44294 ____________________________________________________________________________
44295 [  7895] By: gsar                                  on 2000/11/27  18:11:21
44296         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
44297              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
44298              6757..6890,6892..6901 from mainline
44299              
44300              Bytecompiler patches from Benjamin Stuhl.
44301              
44302              More bytecompiler.
44303              
44304              Subject: [PATCH blead] B:: missing dependency
44305              
44306              Subject: [PATCH: 6757] configure.com updates and syslog build
44307              
44308              Long double Gconvert fixes from Yitzchak Scott-Thoennes
44309              and Spider Boardman.
44310              
44311              Subject: [PATCH blead] nextchar() abuse misses an optimisation
44312              
44313              Long double fixes from Spider Boardman.
44314              
44315              Make the selection of NVff et al stricter.
44316              
44317              cSVOPo_*v things index into the current PL_curpad
44318              under ithreads, which is different from the curpad
44319              used by the XSUB.  (In other words, the code as-is
44320              before this patch wouldn't work under ithreads.)
44321              
44322              Be portable.
44323              
44324              VMS MMS (make) wants null action.
44325              
44326              Mac and other portability updates from Chris Nandor.
44327              
44328              Storable support, v-version fixes.
44329              Subject: CPAN.pm beta for testing available
44330              
44331              Portability fix from Hugo van der Sanden.
44332              
44333              Bad makefile.
44334              
44335              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
44336              
44337              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
44338              
44339              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44340              
44341              Replace #6705 with a minimal doc patch.
44342              Subject: [PATCH 5.6.0] replace change #6705
44343              
44344              Drop the separate perlbc, perlcc -b should be enough.
44345              
44346              installperl couldn't tell whether it had run tests or not.
44347              Subject: [PATCH] Re: installperl and t/TEST
44348              
44349              Add silencer flags to installperl.
44350              Subject: [PATCH] Making installperl silent.
44351              
44352              Make "make install" by default silent.  A new "install-verbose"
44353              target is verbose.
44354              
44355              More liberal parsing of version numbers.
44356              Subject: Re: CPAN.pm beta for testing available
44357              
44358              Create directories in silence.
44359              Subject: [PATCH] Another silencer for MakeMaker
44360              
44361              DOS patches and portability/porting notes, from Tim Jenness.
44362              
44363              Make installman to recognize the silence flag -S.
44364              
44365              Actually do something with the silencer option.
44366              
44367              Continue silencing.
44368              
44369              Show the doc file, not the temp file.
44370              
44371              Regen perltoc.
44372              
44373              Subject: [PATCH] More silencing of installman.
44374              
44375              Better wording for the vec lvalue diagnostic.
44376              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44377              
44378              Subject: [PATCH: 6805] several more tweaks to configure.com
44379              
44380              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
44381              
44382              Missing parts of 
44383              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
44384              
44385              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
44386              (applied slightly modified)
44387              
44388              installperl --verbose and --silent.
44389              Subject: Re: [PATCH] More silencing of installman.
44390              
44391              Add install-silent target.
44392              
44393              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
44394              the problem reported in
44395              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
44396              
44397              Tweak the sfio/useperlio logic, hopefully as wished in
44398              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
44399              
44400              One forgotten file from #6816.
44401              
44402              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
44403              
44404              Remove duplicately applied patch shards.
44405              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
44406              
44407              Support preserving extremely big/small angles.
44408              
44409              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
44410              
44411              Subject: [PATCH] installation not quite silent yet.
44412              
44413              Update the test count.
44414              
44415              Use UVxf, PTR2UV, NVff.
44416              
44417              Document PTR2XX and INT2PTR.
44418              
44419              no-install target a la make -n.
44420              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
44421              
44422              grep -e isn't portable.
44423              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
44424              
44425              Can't get the test to reliably work thanks to the
44426              inaccurateness of floating point.  "Resolves" bug ids
44427              20000826.003, 20000826.009, 20000826.010,
44428              
44429              Subject: installman buglet
44430              
44431              DJGPP update from Laszlo Molnar.
44432              
44433              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
44434              
44435              Passing -R in ldflags makes now it to appear in the default
44436              for lddlflags, just like with -L.
44437              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
44438              
44439              Test nit.
44440              
44441              Use the actual thread type, not the pointer-to-struct.
44442              
44443              Provice virtual $Config{ccflags_nolargefiles} etc. 
44444              
44445              display_format used as a class method without arguments was broken,
44446              reported in
44447              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
44448              
44449              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
44450              
44451              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
44452              
44453              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
44454              
44455              opmini.o may be left around if a build is interrupted.
44456              
44457              Typo in #6858.
44458              
44459              Fix for ID 20000828.001, long doubles were not formatted
44460              correctly (showed up in $], which stopped installing perl).
44461              
44462              An attempt to fix the problem reported in
44463              Subject: Building perl@6856 using gcc/AIX 4.3.3 
44464              I can't test this properly since the gcc installation I have
44465              access to seems to be botched (gcc is calling the AIX cpp,
44466              a losing proposition...)
44467              
44468              Add -ld to archname on long tr...double platforms.
44469              
44470              Subject: hv.h Doc Patch
44471              
44472              Potential cruft.
44473              
44474              Subject: [PATCH bleedperl@6856] warnings fixes
44475              
44476              -S is the silent flag, -s is the strip flag.
44477              Subject: [PATCH] Re: [PATCH] make no-install          
44478              
44479              Take out the SUIDMAIL thing, that will not be
44480              a problem in 5.7.*.
44481              
44482              Subject: [PATCH bleedperl@6866] spellings
44483              
44484              Subject: [PATCH] Re: files not cleaned even by veryclean
44485              
44486              Use minimal @INC in tests, most of the time just '../lib',
44487              so that we simply can't pick up stuff from other Perls than
44488              the one we are testing.  Pointed out by
44489              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
44490              
44491              Update to Getopt::Long 2.24, from Johan Vromans.
44492              
44493              Fix for thinko in #6848.
44494              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
44495              
44496              Patches all over for people and the files they (hopefully) care about.
44497              
44498              Subject: Net::protoent does not export 'getproto'
44499              
44500              Missed a change in #6869.
44501              
44502              Subject: [PATCH] Warnings in B::Deparse
44503              
44504              Subject: [PATCH] Glob dumping
44505              
44506              Disable one of the tests for now.
44507              
44508              Disabling the one test is a bit tricky.
44509              
44510              Don't forget to tidy up.
44511              
44512              The #6881 removed one dump line.
44513              
44514              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
44515              
44516              Under usethreads the dumped variable is IN_PAD.
44517              Subject: Re: [PATCH] Glob dumping
44518              
44519              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
44520              
44521              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
44522              
44523              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
44524              
44525              Regen Configure for #6894.
44526              
44527              Subject: [PATCH: 6889] updates to perlebcdic.pod
44528              
44529              Undo namespace pollution of #6878.
44530              Subject: Re: Net::protoent does not export 'getproto'
44531              
44532              Admit that we are leaking scalars.
44533              
44534              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
44535      Branch: maint-5.6/perl
44536           !> (integrate 271 files)
44537 ____________________________________________________________________________
44538 [  7894] By: gsar                                  on 2000/11/27  16:00:34
44539         Log: a couple of nits
44540      Branch: maint-5.6/perl
44541            ! MANIFEST pp_sys.c
44542 ____________________________________________________________________________
44543 [  7893] By: gsar                                  on 2000/11/27  15:10:56
44544         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
44545              6740..6745,6747..6757,6760
44546              
44547              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
44548              
44549              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
44550              
44551              Doc nits spotted by Richard Soderberg.
44552              
44553              move WNOHANG definition to where other such things are
44554              
44555              Make $Config{byteorder} more magical so that it is
44556              dynamically computed: nice for 'fat binaries'.
44557              Subject: [PATCH]: default byteorder
44558              
44559              Subject: [PATCH] Cwd.pm now uses strict
44560              
44561              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
44562              
44563              Get -DLEAKTEST to compile (not necessarily to work, mind)
44564              Subject: [ID 20000724.006] -DLEAKTEST problem
44565              
44566              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
44567              
44568              Add perlebcdic from Peter Prymmer, regen toc.
44569              
44570              Don't propose using modules built for 5.005 if no binary
44571              compatibility with 5.005 is attempted.
44572              
44573              Do not use prototyping here.
44574              Subject: [ID 20000817.016] [PATCH] Peek.xs
44575              
44576              Document what the backtick returns if the command fails.
44577              
44578              Add byteorder to the myconfig output.
44579              
44580              Introduce NVef, NVff, and NVgf, use the middle one.
44581              (helps for lib/peek + Linux + long doubles)  Reported in
44582              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
44583              Use NVs in POSIX math, not doubles.
44584              Subject: [ID 20000817.014] POSIX & modfl
44585              
44586              Subject: [PATCH 5.6.0+] newSVrv() memory leak
44587              
44588              The byteorder code in #6671 was wrong.
44589              
44590              Fix the lib/complex failure of
44591              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
44592              Linux long double accuracy issue: something that
44593              when printed with %g looks like "2" but int() of it is 1.
44594              
44595              Propagate new Configure vars.
44596              
44597              Unbuffer the output.
44598              
44599              Subject: [PATCH] perltrap.pod spring cleaning
44600              
44601              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
44602              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
44603              
44604              Tiny Getopt::Long patch from Johan Vromans.
44605              
44606              Document code point which makes if (defined %stash::) to work
44607              (noted by Spider Boardman).
44608              
44609              Subject: [PATCH perl@6698] cygwin port
44610              
44611              Document the NDBM_File and ODBM_File as SDBM_File
44612              was documented in #6417.
44613              
44614              The new tests were missing from #6415.
44615              
44616              Add [[:blank:]] as suggested in
44617              Subject: [ID 20000716.024] [=cc=] / [:blank:]
44618              (the [=cc=] has already been taken care of by #6439
44619              so the whole bug report can be closed)
44620              and make [[:space:]] to be equivalent to isspace(3)
44621              (as opposed to \s, which is isSPACE()).  The difference
44622              is that now [[:space:]] matches the mythical vertical tab,
44623              while \s doesn't.
44624              
44625              Don't eat leading os from index entries.
44626              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
44627              
44628              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
44629              
44630              Typo in pp_complement().
44631              Subject: [PATCH perl-current] Deparse
44632              
44633              Add warnif(), check warnings further up the stack,
44634              all the warnings functions now can take an optional object reference.
44635              Subject: [PATCH bleedperl@6691] warnings pragma update
44636              
44637              Fix a core dump in lib/selfloader under -DDEBUGGING.
44638              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
44639              
44640              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
44641              
44642              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
44643              
44644              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
44645              Put back the long double avoidance code to POSIX.xs
44646              because VMS seems to need it still.
44647              
44648              Introduce a 'veryclean' target that is like 'distclean'
44649              but also removes *~ and *.orig.
44650              
44651              Subject: [ID 20000817.023] endianness description in perlfunc.pod
44652              
44653              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
44654              
44655              Let's try #6717 again.
44656              
44657              UTF8 concat fixes.
44658              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
44659              
44660              pp_open() could pass an uninitialized filename down to do_open9().
44661              
44662              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
44663              
44664              Update to CGI 2.72, from Lincoln Stein.
44665              
44666              Subject: [PATCH] Silence MakeMaker (Was: installman)
44667              
44668              Use temporary directory instead of current directory.
44669              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
44670              
44671              Document odd vs even subreleases and -Dusedevel.
44672              
44673              The veryclean target needs to clobber.
44674              
44675              Use File::Spec->tmpdir().
44676              
44677              Document the number of exponent digits.
44678              
44679              Mention perlebcdic and perlposix-bc.
44680              
44681              s/this one/the 5.6.0 release/
44682              
44683              The #6724 is here.
44684              
44685              The correct cleaning order is an art.
44686              
44687              small tweaks for change#6705: avoid C++ style comments in C code;
44688              use Perl's malloc API rather than the low level system one
44689              
44690              Array context keeps slithering in.
44691              
44692              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
44693              
44694              Subject: [PATCH] os2.c fix for use64bitint
44695              
44696              Update to Pod::LaTeX 0.53.
44697              Subject: [PATCH] lib/Pod/LaTeX.pm updates
44698              
44699              Document the endianness of Alpha more precisely.
44700              
44701              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
44702              
44703              Rename the macro argument because some preprocessors
44704              can't tell the difference and expand arguments also inside
44705              double quoted strings.
44706              
44707              free TLS slot properly on Windows
44708              
44709              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
44710              
44711              Unicos/mk requires elaborate paranoia.
44712              
44713              Tweak the floating point output routine preferences.
44714              
44715              Also under djgpp the timestamps are funky.
44716              
44717              Apply some PodParser 1.18 patches; the Pod/Find.pm
44718              patches cannot be applied since #6712 conflicts.
44719              
44720              Use PodParser 1.18 new test.
44721              
44722              A pod nit.
44723              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
44724              
44725              Be verydeepclean.
44726      Branch: maint-5.6/perl
44727           +> pod/perlebcdic.pod
44728           !> (integrate 106 files)
44729 ____________________________________________________________________________
44730 [  7892] By: jhi                                   on 2000/11/27  15:02:32
44731         Log: Update Changes.
44732      Branch: perl
44733            ! Changes patchlevel.h
44734 ____________________________________________________________________________
44735 [  7891] By: jhi                                   on 2000/11/27  14:57:23
44736         Log: Subject: Re: perlfaq style changes
44737              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44738              Date: Sat, 25 Nov 2000 23:32:26 -0800
44739              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
44740              
44741              plus a note from Ronald Kimball.
44742      Branch: perl
44743            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
44744 ____________________________________________________________________________
44745 [  7890] By: jhi                                   on 2000/11/27  14:53:14
44746         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
44747              From: Benjamin Holzman <bah@ecnvantage.com>
44748              Date: Sun, 26 Nov 2000 16:27:33 -0500
44749              Message-ID: <20001126162733.J25040@ecnvantage.com>
44750      Branch: perl
44751            ! gv.c
44752 ____________________________________________________________________________
44753 [  7889] By: jhi                                   on 2000/11/27  14:43:11
44754         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
44755              From: lvirden@cas.org
44756              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
44757              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
44758      Branch: perl
44759            ! README.amiga
44760 ____________________________________________________________________________
44761 [  7888] By: jhi                                   on 2000/11/27  14:32:34
44762         Log: Restore also the locale test to no-sprintf-taint state.
44763              Fixes the bug 20001127.003.
44764      Branch: perl
44765            ! sv.c t/pragma/locale.t
44766 ____________________________________________________________________________
44767 [  7887] By: gsar                                  on 2000/11/27  14:13:05
44768         Log: integrate changes#6613..6616,6620..6665 from mainline
44769              
44770              VMS configure.com update continues.
44771              
44772              Subject: Test fails / warnings with perl-current #6612
44773              
44774              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
44775              
44776              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
44777              
44778              For now remove the mail code.
44779              
44780              Subject: Re: [PATCH] @+, @- readonly
44781              
44782              Subject: warning: storage class after type is obsolescent
44783              
44784              Subject: sfio2000
44785              
44786              Subject: Re: File::Temp problems on VMS in bleedperl
44787              
44788              README.os2 update.
44789              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
44790              
44791              Make the user to give up his firstborn, err, to knowingly
44792              verify installing an unstable developer release.  Also bump
44793              the release to 5.7.0, but leave a patch tag in the local
44794              patches saying that this is not yet the real thing.
44795              
44796              Update (kinda) to Test 1.14, from Joshua Pritikin.
44797              
44798              make ok etc also for win32.
44799              
44800              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
44801              
44802              Don't blow limited stacks, a lower number is enough to
44803              tickle the lookbehind limit.
44804              
44805              Use -Dusedevel; regen Configure and the respective Porting stuff.
44806              
44807              Subject: [PATCH] debugger exit code should reflect user exit code
44808              
44809              Subject: [PATCH perl@6620] cygwin port
44810              
44811              Missed a file from #6638.
44812              
44813              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)
44814              
44815              magic callbacks all need to have same type signature
44816              
44817              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
44818              
44819              Fix a dependency problem.
44820              Subject: [PATCH: 6640] VMS Makefile.SH update
44821              
44822              The numeric locale was reset to "C" by s?printf and never restored.
44823              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
44824              No test since adding the failing example to locale.t
44825              does not fail -- probably because the locale settings are so
44826              thoroughly tweaked by that time.  Running the example standalone
44827              does fail, though.  UPDATE: test case added at change #7540.
44828              
44829              Subject: [ID 20000324.040] minor fix to perlhpux.pod
44830              
44831              Update to CPAN 1.57.
44832              
44833              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
44834              
44835              Change the perlbug address to perl.org since it's more forgiving.
44836              
44837              Change the regx compilation error markers to use = instead of <
44838              since pod makes using the latter quite messy.  Reported in
44839              ID 20000814.006 by Abigail and in
44840              Subject: Unknown escape E<> ?
44841              
44842              Update to perldebtut 1.9, from Richard Foley.
44843              
44844              check that the number pseudo children doesn't exceed
44845              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
44846              the WaitForMultipleObjects() limit that would cause wait()
44847              to crash)
44848              wait() and waitpid() could potentially be rewritten to use
44849              more than one thread to do the waiting to eliminate this
44850              limitation
44851              
44852              change#6328 could make close(SOCKET) return false on windows
44853              when it shouldn't
44854              
44855              pod nit seen in passing
44856              
44857              on windows, the return values from wait() and waitpid() don't
44858              match those of pseudo-pids
44859              
44860              waitpid() now handles externally spawned pids correctly;
44861              fixes for backtick/wait/waitpid failures on Windows 9x
44862              these changes make the pid returned by process functions on
44863              Windows 9x always positive by clearing the high bit (which
44864              is always set on Win9x); pseudo-process PIDs are likewise
44865              always negative now on Win9x (just as on NT/2000)
44866              
44867              trailing new %ENV entries weren't being pushed into the real
44868              environment of subprocesses on Windows
44869              
44870              Tweak the regex compilation errors once more.
44871              
44872              avoid warnings from dense compiler
44873              
44874              add "ok" targets from change#6632 in makefile.mk
44875      Branch: maint-5.6/perl
44876            - lib/Pod/PlainText.pm vms/configure.com
44877           !> (integrate 66 files)
44878 ____________________________________________________________________________
44879 [  7886] By: jhi                                   on 2000/11/27  13:54:18
44880         Log: __FUNCTION__ isn't portable and trying to emulate it leads
44881              into practically spelling out the name of the function.
44882              Takes care of the bug 20001127.001.
44883      Branch: perl
44884            ! perlio.c
44885 ____________________________________________________________________________
44886 [  7885] By: gsar                                  on 2000/11/27  13:53:18
44887         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
44888              6610..6611 from mainline
44889              
44890              Make regular expression parse error messages easier to understand.
44891              Subject: Re: enhanced(?) regex error messages
44892              
44893              Tiny tidying on report_evil_fh().
44894              
44895              Subject: Re: enhanced(?) regex error messages 
44896              plus Capitalize the error messages, plus perldiag them.
44897              
44898              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
44899              
44900              Document here-doc better.
44901              
44902              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
44903              
44904              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
44905              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
44906              (either perlbug or p5p ate the original), plus regen
44907              perlapi and perltoc. 
44908              
44909              Regen global.sym.
44910              
44911              Double check that we have a dirhandle.
44912              
44913              Subject: Re: enhanced(?) regex error messages
44914              (plus two small patches sent privately)
44915              (this still seems to leave few test failures)
44916              
44917              warn is a macro, avoid using at a variable to avoid warnings
44918              in some configurations; readdir.t is too conservative in
44919              estimating number of *.t's
44920              
44921              Get back into sync with Jeffrey on the enhanced regex warnings.
44922              
44923              Subject: [PATCH 5.6.0] cygwin port
44924              
44925              Zero entries were skipped, fix from Adrian Goalby
44926              <argoalby@yahoo.co.uk>
44927              
44928              Subject: Remove dead entry in perldiag
44929              
44930              Amend the description of Perl6.
44931              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
44932              
44933              detypo
44934              
44935              It's the 2ndO'ROSSC.
44936              
44937              Revert the sv.c part of #6559, a better fix is needed.
44938              
44939              Iterating perl6 description.
44940              
44941              Update to Term::ANSIColor 1.03, from Russ Allbery.
44942              
44943              Update to Getopt::Long 2.23_05, from Johan Vromans.
44944              
44945              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
44946              
44947              Update to Pod::Parser 1.17, from Brad Appleton.
44948              
44949              Update to CPAN 1.56, from Andreas König.
44950              
44951              Update to CGI 2.70, from Lincoln Stein.
44952              
44953              Put back the std @INC thing.
44954              
44955              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
44956              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
44957              
44958              Document the IO::Select timeout.
44959              
44960              sleep(1) does not necessarily return 1.
44961              Subject: [PATCH bleadperl] op/lex_assign.t  
44962              
44963              Subject: debugger "d" command doesnt check line number
44964              
44965              B::Deparse didn't do sub attributes.
44966              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
44967              
44968              Preprocessing and postprocessing for File::Find.
44969              Subject: Patch to Find::File.pm to allow alphabetical results
44970              
44971              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
44972              
44973              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
44974              
44975              Subject: Re: [ID 20000730.003] utf8::length() bad
44976              
44977              Subject: Getting perlio and threads to compile
44978              (the Solaris version changes in Configure skipped)
44979              
44980              Tests for #6589.
44981              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
44982              
44983              Add Perl debugging tutorial, regen toc. 
44984              Subject: perldebtut.pod
44985              
44986              Add a few missing files, update MANIFEST.
44987              
44988              Rewrite of vms/subconfigure.com as configure.com,
44989              from Peter Prymmer and the vmsperl crew.
44990              
44991              Should have deleted this in #6603.
44992              
44993              Fix the test for 5005threads.
44994              
44995              Fix-n-skip the tests under 5005threads.
44996              
44997              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
44998              
44999              Upgrade to CGI 2.71, from Lincoln Stein.
45000      Branch: maint-5.6/perl
45001           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
45002           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
45003           +> t/op/regmesg.t t/pod/find.t vms/configure.com
45004            - vms/subconfigure.com
45005            ! lib/lib.pm
45006           !> (integrate 115 files)
45007 ____________________________________________________________________________
45008 [  7884] By: jhi                                   on 2000/11/27  13:44:33
45009         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
45010              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45011              Date:     Mon, 27 Nov 2000 08:23:54 EST
45012              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
45013      Branch: perl
45014            ! vms/descrip_mms.template vms/test.com
45015 ____________________________________________________________________________
45016 [  7883] By: gsar                                  on 2000/11/27  11:50:46
45017         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
45018              6511..6513,6515..6523,6525..6536
45019              
45020              The swallow_bom() saga continues.  The #23 of require.t
45021              (UTF16-LE) still fails (silently, no output) but the #22
45022              (UTF16-BE) seems to be working now.  The root of the
45023              failure may be in sv_gets(): is it UTF-16LE-aware,
45024              especially when it comes to line endings? 
45025              
45026              Document the problem with -P in HP-UX and its workaround.
45027              
45028              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
45029              (aka ID 20000730.002)
45030              
45031              Subject: fix and question re: waitpid() under win32
45032              
45033              Make the safety catch for buggy gccs work with triple version
45034              numbers like 2.95.2.  Reported in
45035              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
45036              
45037              In Digital UNIX warn if gcc explicitly chosen because even
45038              2.95.2 is known to cause problems.
45039              
45040              Make chr() for values >127 to create utf8 when under utf8.
45041              
45042              various syntax errors and such (not fixed: comp/require.t#22 coredump
45043              on Windows)
45044              
45045              Stash away the largefiles flags and libswanted.
45046              
45047              BOM patching from Simon Cozens.
45048              
45049              If gccosandvers is equal to osname, clear gccosandvers.
45050              
45051              Make p4desc to skip non-mainperl branches by default.
45052              
45053              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
45054              
45055              The test from this
45056              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
45057              
45058              In new BSDs changes to argv[] do not show up in ps(1) output,
45059              instead one must use setproctitle().  This was already addressed
45060              by change #6457, but the below has a new variant for FreeBSD 4.0
45061              or later, and the matter is also documented more.
45062              
45063              FreeBSD 3.* updates from
45064              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
45065              
45066              regen_headers, regen perltoc.
45067              
45068              Document in one place the memory abstractions used in Perl core.
45069              
45070              memcpy has n o in it, as pinted ut by Sarathy.
45071              
45072              Remove the extraneous "main::" prefix from all the
45073              "opened only for", "on closed", and "never opened" warnings.
45074              
45075              The name of a filehandle does not have <these>.
45076              
45077              The tr utf8 patching continues.
45078              
45079              The new setproctitle() feature is available only in 
45080              bleeding edge FreeBSD.  From Paul Saab.
45081              
45082              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
45083              
45084              Dump UVs as UVs in Data::Dumper.
45085              
45086              detypo #6494
45087              
45088              Document the IVdf UVuf UVof UVxf.
45089              
45090              require.t needs binmode() to work on windows
45091              
45092              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
45093              that are hopefully soon put into use.
45094              
45095              Allow "no Module;" even if there is no 'unimport'.
45096              
45097              Better skip message for the test; one of the two problems in
45098              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
45099              
45100              The subtest 4 may fail also on VOBS, as pointed out
45101              by Nick Ing-Simmons in November 1999, bug id 19991124.003
45102              (but the failure in that bug report isn't the subtest 4).
45103              
45104              Be more informative on what is skipped and why,
45105              also repeat the list at the end.
45106              
45107              Add a URL for FSF.
45108              
45109              Subject: [PATCH] sv.h documentation - SvLEN
45110              
45111              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
45112              
45113              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
45114              
45115              Subject: [PATCH] bad cppsymbols on os2 + Configure question
45116              
45117              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
45118              
45119              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
45120              mention the idea of @( and @)
45121              
45122              This is 6512.  Really.
45123              
45124              Subject: [ID 19990721.004] Documentation bug in perlfunc
45125              
45126              Subject: Minor tweak to perlvar.pod
45127              
45128              In the warnings call filehandles consistently so;
45129              add "unopened" warning for stat().
45130              
45131              After the #6519 a warning about stat() is just that,
45132              not about a filetest, which now have their own warning.
45133              
45134              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
45135              
45136              Subject: Re: Array vs. List context
45137              
45138              Subject: New perlcc, take 2
45139              
45140              Weed buglets pointed out by
45141              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
45142              
45143              gcc versions might have (parentheses) in them.
45144              
45145              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
45146              
45147              Essential prototype changes were missing from #6527.
45148              Also make report_evil_fh() more bomb-proof.
45149              
45150              Zap lib/Sys directory when cleaning up.
45151              
45152              Change the Policy policy: now -Dprefix= with an existing
45153              Policy.sh and prefix == siteprefix == vendorprefix, then all
45154              of them follow along the new prefix.
45155              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
45156              
45157              Continue fixing the io warnings.  This also
45158              sort of fixes bug ID 20000802.003: the core dump
45159              is no more.  Whether the current behaviour is correct
45160              (giving a warning: "Not a format reference"), is another matter.
45161              
45162              Have symbols for the IoTYPEs.
45163              
45164              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
45165              
45166              Document a bit that UDP is not what you might think.
45167              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
45168              tr memory corruption fix from Simon Cozens.
45169              
45170              Plug the security hole described in the Aug 05 2000 bugtraq message
45171              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
45172              The security hole exists only in suidperls, which isn't
45173              installed or even built by default.
45174      Branch: maint-5.6/perl
45175           !> (integrate 71 files)
45176 ____________________________________________________________________________
45177 [  7882] By: gsar                                  on 2000/11/27  10:25:36
45178         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
45179              from mainline
45180              
45181              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
45182              to be fatal errors (instead of by default ignoring them, and
45183              ignoring with a bug: even though -w gave an error, the opening [
45184              was left in)  Reported in:
45185              
45186              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
45187              
45188              Subject: [PATCH] split /^/
45189              
45190              MacOS nits from Matthias Neeracher.
45191              
45192              More split() doc and test patches from Mike Guy.
45193              
45194              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
45195              from Graham Barr in the module list.
45196              
45197              docfix from Peter Scott <Peter@PSDT.com>.
45198              
45199              File::Temp patches for VMS and OS/2 from Tim Jenness.
45200              
45201              open() wariness in perlbug.
45202              
45203              Subject: [PATCH] minor doc change - perlguts
45204              
45205              Subject: Minor doc patch: handy.h
45206              
45207              Be wary of close()s, too.
45208              
45209              Further File::Temp patches from Yitzchak Scott-Thoennes
45210              and Craig A. Berry.
45211              
45212              Subject: [PATCH] fixes bug 20000508.004
45213              
45214              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
45215              
45216              Allow "no AutoLoader;", based on change #6444,
45217              suggested by Graham Barr.
45218              
45219              Use setproctitle() if available to modify $0.
45220              
45221              Warn if the version of the operating system used to compile gcc
45222              differs from the current version of the operating system.
45223              Also display the gcc compilation os and version in myconfig.
45224              Inspiration from
45225              
45226              Tiny fixes for #6460.
45227              
45228              The problem described in this
45229              Subject: [ID 20000322.018] named chars aren't magical enough
45230              has been fixed in perl 5.6.0 but just in case added a test
45231              to keep it away.  (The report from Joseph Hall.)
45232              
45233              Tune the comments and hopefully stop a memory leak.
45234              
45235              Subject: UTF8 concat
45236              (with a memory leak fixed, plus a few casts added)
45237              This also seems to help for
45238              Subject: [ID 20000716.015] join UTF8 weirdness
45239              
45240              Do not upgrade SVs into utf8 just because they participate
45241              in eq or cmp.  Reported and fix suggested in
45242              Subject: [ID 20000720.009] sv_eq UTF8 bug
45243              
45244              Fix the HALF_UPGRADE() macro introduced in #6263.
45245              
45246              Find green threads before native threads.
45247              Subject: Re: Patch to jpl/JNI/Makefile.PL
45248      Branch: maint-5.6/perl
45249           !> (integrate 30 files)
45250 ____________________________________________________________________________
45251 [  7881] By: jhi                                   on 2000/11/27  05:48:41
45252         Log: It seems that *both* the unused submatch loop cleanup
45253              codes are needed.
45254      Branch: perl
45255            ! regexec.c
45256 ____________________________________________________________________________
45257 [  7880] By: jhi                                   on 2000/11/27  04:50:07
45258         Log: Clean .exists deeper.
45259      Branch: perl
45260            ! Makefile.SH
45261 ____________________________________________________________________________
45262 [  7879] By: jhi                                   on 2000/11/27  02:31:35
45263         Log: The code in regcppop() (see #7878) contains the correct lower
45264              limit for the unused submatch 'cleanup' loop so that under
45265              "use utf8" the following code wouldn't dump core:
45266              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
45267              the cleanup loop in regtry() stomped beyond allocated area
45268              in the startp[] array.  Therefore, copied the correct lower
45269              loop limit (*PL_reglastparen) to regtry().  Note: something
45270              may still not be quite right: why was the _higher_ loop limit
45271              (prog->nparens) different in the utf8 case?
45272              
45273              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
45274              without core dumps, there were about 17 of them before
45275              the patch (with us since Perl 5.7.0).  Two failures, still:
45276              496 and 505 (though these may not be severe).
45277              
45278              Patch #7881 is also needed since both the cleanup loops
45279              seem to be needed.
45280              
45281              Also, the t/op/pat#44 seems to core dump under utf8.
45282              Plus a couple of failures.  UGH-8.
45283      Branch: perl
45284            ! regexec.c
45285 ____________________________________________________________________________
45286 [  7878] By: jhi                                   on 2000/11/27  02:21:17
45287         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
45288              the code in regcppop() seems to be redundant for the test suite --
45289              but it contains a germ of truth, and it needed for the build
45290              process itself: see #7879 and #7881.
45291      Branch: perl
45292            ! regexec.c
45293 ____________________________________________________________________________
45294 [  7877] By: jhi                                   on 2000/11/27  01:53:09
45295         Log: Comment on comment.
45296      Branch: perl
45297            ! regexec.c
45298 ____________________________________________________________________________
45299 [  7876] By: jhi                                   on 2000/11/27  00:49:59
45300         Log: Adjust the docs to agree with #7875.
45301      Branch: perl
45302            ! pod/perllocale.pod
45303 ____________________________________________________________________________
45304 [  7875] By: jhi                                   on 2000/11/27  00:49:27
45305         Log: Retract #7863.  It makes more sense not to taint formatted output,
45306              not even by sprintf().
45307      Branch: perl
45308            ! sv.c
45309 ____________________________________________________________________________
45310 [  7874] By: jhi                                   on 2000/11/26  23:36:02
45311         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
45312              Not really fixed (should really dump the UTF-8 charclass),
45313              but stopped displaying the garbage.
45314              
45315              Also add a note on the (missing) Unicode PSXSPC and BLANK.
45316      Branch: perl
45317            ! regcomp.c
45318 ____________________________________________________________________________
45319 [  7873] By: jhi                                   on 2000/11/26  21:31:13
45320         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
45321      Branch: perl
45322            ! regexec.c
45323 ____________________________________________________________________________
45324 [  7872] By: jhi                                   on 2000/11/26  21:06:04
45325         Log: No need to scan till infinity, 13 is enough.
45326      Branch: perl
45327            ! handy.h utf8.c
45328 ____________________________________________________________________________
45329 [  7871] By: jhi                                   on 2000/11/26  20:20:32
45330         Log: Test line numbers are different with utf8.
45331      Branch: perl
45332            ! t/op/re_tests
45333 ____________________________________________________________________________
45334 [  7870] By: jhi                                   on 2000/11/26  20:10:12
45335         Log: Message nit.
45336      Branch: perl
45337            ! regcomp.c
45338 ____________________________________________________________________________
45339 [  7869] By: jhi                                   on 2000/11/26  19:01:05
45340         Log: Make utf8_length() and utf8_distance() (the latter of which
45341              is unused at the moment) to be less forgiving about bad UTF-8.
45342      Branch: perl
45343            ! embed.h embed.pl objXSUB.h proto.h utf8.c
45344 ____________________________________________________________________________
45345 [  7868] By: jhi                                   on 2000/11/26  18:45:56
45346         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
45347              From: Benjamin Holzman <bah@ecnvantage.com>
45348              Date: Sat, 25 Nov 2000 20:40:20 -0500       
45349              Message-ID: <20001125204020.A25040@ecnvantage.com>              
45350              
45351              Debian allows installing /usr/bin/locale without installing
45352              any locales, an error message will ensue.
45353      Branch: perl
45354            ! t/pragma/locale.t
45355 ____________________________________________________________________________
45356 [  7867] By: jhi                                   on 2000/11/26  18:31:12
45357         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
45358              From: Benjamin Holzman <bah@ecnvantage.com>
45359              Date: Sun, 26 Nov 2000 02:42:34 -0500
45360              Message-ID: <20001126024234.G25040@ecnvantage.com>
45361              
45362              Patch for the bug 20000212.002.
45363      Branch: perl
45364            ! sv.c t/op/array.t
45365 ____________________________________________________________________________
45366 [  7866] By: jhi                                   on 2000/11/26  18:28:09
45367         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
45368              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45369              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
45370              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
45371              
45372              File::Temp 0.11.
45373      Branch: perl
45374            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
45375 ____________________________________________________________________________
45376 [  7865] By: jhi                                   on 2000/11/26  18:24:22
45377         Log: The metaconfig unit change for #7864.
45378      Branch: metaconfig/U/perl
45379            ! need_va_copy.U
45380 ____________________________________________________________________________
45381 [  7864] By: jhi                                   on 2000/11/26  18:23:41
45382         Log: Make the va_copy() test not to be so talkative.
45383      Branch: perl
45384            ! Configure config_h.SH
45385 ____________________________________________________________________________
45386 [  7863] By: jhi                                   on 2000/11/26  18:11:02
45387         Log: Fix locale inconsistencies unearthed by Hugo's work.
45388              Now the floating point sprintf really does taint the result
45389              string as perllocale promises (has promised for a long time)
45390              if "use locale" is in the lexical scope.
45391      Branch: perl
45392            ! sv.c t/pragma/locale.t
45393 ____________________________________________________________________________
45394 [  7862] By: jhi                                   on 2000/11/26  00:35:15
45395         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
45396              From: Nicholas Clark <nick@ccl4.org>
45397              Date: Sun, 26 Nov 2000 00:07:50 +0000
45398              Message-ID: <20001126000750.A22446@plum.flirble.org>
45399              
45400              Infinit.
45401      Branch: perl
45402            ! sv.c
45403 ____________________________________________________________________________
45404 [  7861] By: jhi                                   on 2000/11/26  00:01:26
45405         Log: Integrate perlio.
45406      Branch: perl
45407           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
45408 ____________________________________________________________________________
45409 [  7860] By: nick                                  on 2000/11/25  22:04:17
45410         Log: Correct relative path from new ext\Filter\Util\Call location
45411              back to miniperl.
45412      Branch: perlio
45413            ! win32/makefile.mk
45414 ____________________________________________________________________________
45415 [  7859] By: nick                                  on 2000/11/25  21:26:54
45416         Log: Integrate mainline.
45417      Branch: perlio
45418           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
45419           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
45420           +> t/lib/filter-util.t
45421            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
45422            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
45423            - t/lib/filt-util.t
45424           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
45425           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
45426           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
45427           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
45428           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
45429           !> win32/makefile.mk
45430 ____________________________________________________________________________
45431 [  7858] By: gsar                                  on 2000/11/25  20:52:17
45432         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
45433              parent's memory; fix it by keeping track of the actual pad
45434              offset rather than a raw pointer (this change is probably also
45435              relevant to non-ithreads case to avoid fallout from reallocs of
45436              the pad array, but is currently only enabled for the ithreads
45437              case in the interests of minimal disruption to existing "well
45438              tested" code)
45439      Branch: perl
45440            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
45441            ! proto.h scope.c scope.h sv.c t/op/fork.t
45442 ____________________________________________________________________________
45443 [  7857] By: nick                                  on 2000/11/25  20:01:28
45444         Log: All tests pass on Win32/gcc/USE_PERLIO.
45445              - when crlf layer is pushed make unix-level binary.
45446              - remove :crlf injection in pp_backtick in pp_sys.c
45447              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
45448      Branch: perlio
45449            ! doio.c perlio.c pp_sys.c win32/makefile.mk
45450 ____________________________________________________________________________
45451 [  7856] By: jhi                                   on 2000/11/25  18:38:30
45452         Log: Update the metaconfig units for #7855.
45453      Branch: metaconfig/U/perl
45454            ! useperlio.U usesocks.U
45455 ____________________________________________________________________________
45456 [  7855] By: jhi                                   on 2000/11/25  18:37:54
45457         Log: Undo the SOCKS workarounds, instead start using PerlIO
45458              if SOCKS is selected.
45459              
45460              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
45461              From: Jens Hamisch <jens@Strawberry.COM>
45462              Date: Fri, 24 Nov 2000 18:31:30 +0100
45463              Message-ID: <20001124183130.E28337@Strawberry.COM>
45464              
45465              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
45466              From: Jens Hamisch <jens@Strawberry.COM>
45467              Date: Fri, 24 Nov 2000 19:11:51 +0100
45468              Message-ID: <20001124191151.A28753@Strawberry.COM>
45469      Branch: perl
45470            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
45471            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
45472 ____________________________________________________________________________
45473 [  7854] By: jhi                                   on 2000/11/25  17:39:08
45474         Log: Undo #7848.  Some of the code seems to use walkoptree(),
45475              some walkoptree_slow().  An unfinished renaming?
45476              Now the sub is walkoptree() (which is @EXPORT_OK),
45477              the walkoptree_slow() is a typeglob alias to walkoptree.
45478              This makes the tests to pass, at least.
45479      Branch: perl
45480            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
45481 ____________________________________________________________________________
45482 [  7853] By: nick                                  on 2000/11/24  22:24:33
45483         Log: Re-arrange crlf vs binary for platforms that care.
45484              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
45485              Lip-service to making stdio layer work on such platfroms (untested).
45486              Now fails 3 tests rather than one, checkin to see if I can debug 
45487              the issue under linux. (Do not merge.)
45488      Branch: perlio
45489            ! doio.c perlio.c perliol.h
45490 ____________________________________________________________________________
45491 [  7852] By: jhi                                   on 2000/11/24  18:57:39
45492         Log: AUTHORS edits.
45493      Branch: perl
45494            ! AUTHORS
45495 ____________________________________________________________________________
45496 [  7851] By: jhi                                   on 2000/11/24  17:34:56
45497         Log: Add Jan-Erik Karlsson.
45498      Branch: perl
45499            ! AUTHORS
45500 ____________________________________________________________________________
45501 [  7850] By: jhi                                   on 2000/11/24  17:27:56
45502         Log: Configure should find stdchar on its own.
45503      Branch: perl
45504            ! hints/solaris_2.sh
45505 ____________________________________________________________________________
45506 [  7849] By: jhi                                   on 2000/11/24  17:24:55
45507         Log: Subject: PATCH over 7848: Filter test flawed
45508              From: andreas.koenig@anima.de (Andreas J. Koenig)
45509              Date: 24 Nov 2000 10:28:29 +0100
45510              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
45511      Branch: perl
45512            ! t/lib/filter-util.t
45513 ____________________________________________________________________________
45514 [  7848] By: jhi                                   on 2000/11/24  17:22:15
45515         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
45516              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
45517              Date: Fri, 24 Nov 2000 16:12:58 +0000
45518              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
45519      Branch: perl
45520            ! ext/B/B.pm
45521 ____________________________________________________________________________
45522 [  7847] By: jhi                                   on 2000/11/24  03:07:01
45523         Log: Integrate perlio.
45524      Branch: perl
45525           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
45526           !> win32/makefile.mk
45527 ____________________________________________________________________________
45528 [  7846] By: gsar                                  on 2000/11/24  00:55:57
45529         Log: integrate changes#6415..6418,6420..6438 from mainline
45530              
45531              Fix the bitvector ops for utf8 (tricky since past 7 bits
45532              the utf8 'characters' can be more than one octet).
45533              
45534              MPE/ix updates for perl 5.6.0 from Mark Bixby.
45535              
45536              Subject: SDBM_File documentation
45537              
45538              Detypo.
45539              
45540              Decutandpasto.
45541              
45542              Send all installperl messages to STDERR and be -w clean.
45543              
45544              Out-of-date note removed.
45545              
45546              Protect against "wild next"s, that is, callbacks doing "next"
45547              instead of "return".
45548              
45549              Use STDOUT consistently.
45550              
45551              The output might have been produced in the wrong order.
45552              
45553              A missing 'break' after the [[:space:]] switch case.
45554              
45555              Add tests for
45556              [ID 19991110.003] another matching finding by pcre author
45557              which has already been fixed by some patch, as verified in
45558              
45559              Documentation to explain the behaviour of map().
45560              
45561              Add an optimization for map-maps-a-list-element-to-more-list-elements
45562              case, but add also notes explaining the relationship of this
45563              patch and the earlier notes by Sarathy.
45564              
45565              Subject: [ID 20000716.023] syslog test fails without sockets
45566              
45567              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
45568              Test cases for #6431.
45569              
45570              File::Spec::VMS fixup for tmpdir from Craig Berry.
45571              
45572              Make the "uninit variable" warning to say "concat or string"
45573              or "join or string" when in concat or join .
45574              
45575              Get UTF16 BOMs working.  Patch from
45576              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
45577              
45578              Subject: [PATCH] Make large file tests deal with SIGXFSZ
45579              
45580              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
45581              
45582              Subject: [PATCH] av.c apidoc
45583      Branch: maint-5.6/perl
45584           !> (integrate 43 files)
45585 ____________________________________________________________________________
45586 [  7845] By: gsar                                  on 2000/11/24  00:20:45
45587         Log: integrate changes#6406..6414 from mainline
45588              
45589              Merge perlhacktut into perlhack, update perlguts.
45590              
45591              Fix AutoSplit to use File::Spec the right way in VMS,
45592              from Peter Prymmer.
45593              
45594              The bug report
45595              [ID 19991110.002] minimal matching discrepancy found by pcre author
45596              seems to have been fixed (though differently from what was suggested
45597              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
45598              
45599              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
45600              not in pod, from Peter Prymmer
45601              
45602              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
45603              From: Hugo <hv@crypt.compulink.co.uk>
45604              Date: Fri, 14 Jul 2000 23:05:20 +0100
45605              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
45606              
45607              Didn't anymore apply, but that point still could use another fix.
45608              
45609              lib/b test fixes from Peter Prymmer.
45610              
45611              More docs for sv functions.
45612              
45613              perlvms.pod whitespace cleanup to keep pod utils happy.
45614              
45615              another VMS build tweak from Peter Prymmer
45616      Branch: maint-5.6/perl
45617           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
45618           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
45619           !> vms/descrip_mms.template vms/perlvms.pod
45620 ____________________________________________________________________________
45621 [  7844] By: nick                                  on 2000/11/23  23:42:45
45622         Log: Win32/perlio Now just fails one io/argv.t test - lack 
45623              of default :crlf on standard streams.
45624      Branch: perlio
45625            ! doio.c perlio.c
45626 ____________________________________________________________________________
45627 [  7843] By: nick                                  on 2000/11/23  23:04:05
45628         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
45629              peek fail is showing a real problem (multiple crlf layers
45630              are getting pushed.)
45631      Branch: perlio
45632            ! doio.c perlio.c win32/makefile.mk
45633 ____________________________________________________________________________
45634 [  7842] By: nick                                  on 2000/11/23  19:46:23
45635         Log: Implement PerlIO_binmode()
45636              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
45637              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
45638              make binmode in t/lib/io_tell.t unconditional so that works.
45639              Checkin just so Win32 machine can see these changes.
45640      Branch: perlio
45641            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
45642 ____________________________________________________________________________
45643 [  7841] By: jhi                                   on 2000/11/23  19:30:00
45644         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
45645      Branch: perl
45646            ! README.amiga
45647 ____________________________________________________________________________
45648 [  7840] By: jhi                                   on 2000/11/23  17:18:02
45649         Log: SOCKS wrestling continues, patches from Jens Hamisch.
45650      Branch: perl
45651            ! doio.c embed.h embed.pl perlsdio.h proto.h
45652 ____________________________________________________________________________
45653 [  7839] By: jhi                                   on 2000/11/23  16:54:14
45654         Log: Push Filter::Util::Call one level deeper.
45655      Branch: perl
45656            + t/lib/filter-util.t
45657           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
45658           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
45659            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
45660            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
45661            - t/lib/filt-util.t
45662            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
45663            ! win32/Makefile win32/makefile.mk
45664 ____________________________________________________________________________
45665 [  7838] By: jhi                                   on 2000/11/23  16:52:40
45666         Log: Reach back one higher up when searching for PERL_SRC.
45667      Branch: perl
45668            ! lib/ExtUtils/MM_Unix.pm
45669 ____________________________________________________________________________
45670 [  7837] By: jhi                                   on 2000/11/23  16:05:41
45671         Log: Subject: Re: perl@7826
45672              Date: Thu, 23 Nov 2000 02:20:25 -0600
45673              From: "Craig A. Berry" <craigberry@mac.com>
45674              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
45675              
45676              Make VMS to like Filter::Util::Call. 
45677      Branch: perl
45678            ! configure.com ext/Filter/Util/Makefile.PL
45679 ____________________________________________________________________________
45680 [  7836] By: nick                                  on 2000/11/23  16:04:08
45681         Log: Implement crlf layer - not ready for merge.
45682      Branch: perlio
45683            ! perlio.c win32/makefile.mk
45684 ____________________________________________________________________________
45685 [  7835] By: jhi                                   on 2000/11/23  15:56:52
45686         Log: STDCHAR is different in Sparc v9 vs x86.
45687      Branch: perl
45688            ! hints/solaris_2.sh
45689 ____________________________________________________________________________
45690 [  7834] By: jhi                                   on 2000/11/23  15:50:47
45691         Log: The type needs to be visible to protos.
45692      Branch: perl
45693            ! perl.h
45694 ____________________________________________________________________________
45695 [  7833] By: jhi                                   on 2000/11/23  15:40:46
45696         Log: Finish unfinished SOCKS workaround changes.
45697      Branch: perl
45698            ! doio.c
45699 ____________________________________________________________________________
45700 [  7832] By: jhi                                   on 2000/11/23  15:33:30
45701         Log: Integrate perlio.
45702      Branch: perl
45703           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45704           !> win32/makefile.mk
45705 ____________________________________________________________________________
45706 [  7831] By: nick                                  on 2000/11/23  10:31:07
45707         Log: Correct makefile.mk dependancies for ext/Filter/Util
45708              Build ext/Encode
45709              Run dmake regen_config_h
45710      Branch: perlio
45711            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45712            ! win32/makefile.mk
45713 ____________________________________________________________________________
45714 [  7830] By: nick                                  on 2000/11/23  08:05:07
45715         Log: Integrate mainline
45716      Branch: perlio
45717           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
45718           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
45719           +> t/lib/filt-util.pl t/lib/filt-util.t
45720           !> (integrate 41 files)
45721 ____________________________________________________________________________
45722 [  7829] By: gsar                                  on 2000/11/23  03:07:11
45723         Log: build the Filter extension on windows
45724      Branch: perl
45725            ! win32/Makefile win32/makefile.mk
45726 ____________________________________________________________________________
45727 [  7828] By: gsar                                  on 2000/11/23  02:46:35
45728         Log: regenerate win32/config* and fix some inconsistencies in the
45729              makefiles; always export Perl_deb() because it is needed
45730              by ext/re/* (whether perl itself is built with -DDEBUGGING
45731              or not)
45732      Branch: perl
45733            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
45734            ! win32/config_H.vc win32/makefile.mk
45735 ____________________________________________________________________________
45736 [  7827] By: gsar                                  on 2000/11/23  02:18:38
45737         Log: get sources building on windows+MSVC again (untested with other
45738              compilers)
45739      Branch: perl
45740            ! win32/include/sys/socket.h win32/perllib.c
45741 ____________________________________________________________________________
45742 [  7826] By: jhi                                   on 2000/11/23  01:18:26
45743         Log: Update Changes.
45744      Branch: perl
45745            ! Changes patchlevel.h
45746 ____________________________________________________________________________
45747 [  7825] By: jhi                                   on 2000/11/23  00:20:41
45748         Log: Subject: Re: av.c patch (having slight problems)
45749              From: "Ben Tilly" <ben_tilly@hotmail.com>
45750              Date: Tue, 21 Nov 2000 23:29:31 -0500
45751              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
45752              
45753              unshift() speedup.
45754      Branch: perl
45755            ! av.c
45756 ____________________________________________________________________________
45757 [  7824] By: jhi                                   on 2000/11/22  23:59:15
45758         Log: Fixes for signedness warnings noticed by VMSperlers.
45759      Branch: perl
45760            ! ext/Storable/Storable.xs regcomp.c sv.c
45761 ____________________________________________________________________________
45762 [  7823] By: jhi                                   on 2000/11/22  23:19:31
45763         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
45764              From: Peter Prymmer <pvhp@forte.com>
45765              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
45766              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
45767      Branch: perl
45768            ! t/pragma/warn/pp_hot
45769 ____________________________________________________________________________
45770 [  7822] By: jhi                                   on 2000/11/22  22:52:20
45771         Log: Be clean.
45772      Branch: perl
45773            ! Makefile.SH
45774 ____________________________________________________________________________
45775 [  7821] By: jhi                                   on 2000/11/22  22:46:39
45776         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
45777              by Damian Conway, as suggested by Paul Marquess.
45778      Branch: perl
45779            + lib/Filter/Simple.pm
45780 ____________________________________________________________________________
45781 [  7820] By: jhi                                   on 2000/11/22  22:45:51
45782         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
45783      Branch: perl
45784            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
45785            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
45786            + t/lib/filt-util.t
45787            ! MANIFEST
45788 ____________________________________________________________________________
45789 [  7819] By: jhi                                   on 2000/11/22  22:03:27
45790         Log: Integrate perlio.
45791      Branch: perl
45792           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
45793           !> win32/makefile.mk
45794 ____________________________________________________________________________
45795 [  7818] By: jhi                                   on 2000/11/22  21:56:02
45796         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
45797      Branch: perl
45798            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
45799            ! t/lib/io_sock.t
45800 ____________________________________________________________________________
45801 [  7817] By: jhi                                   on 2000/11/22  21:39:49
45802         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
45803              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45804              Date: Wed, 22 Nov 2000 16:08:12 -0500
45805              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
45806      Branch: perl
45807            ! lib/ExtUtils/Liblist.pm
45808 ____________________________________________________________________________
45809 [  7816] By: jhi                                   on 2000/11/22  21:38:25
45810         Log: Go ahead and #include <unistd.h> in perl.h.
45811      Branch: perl
45812            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
45813            ! util.c
45814 ____________________________________________________________________________
45815 [  7815] By: jhi                                   on 2000/11/22  21:22:52
45816         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
45817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45818              Date: Mon, 20 Nov 2000 18:30:52 -0500
45819              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
45820      Branch: perl
45821            ! pod/perlre.pod regcomp.c t/op/re_tests
45822 ____________________________________________________________________________
45823 [  7814] By: jhi                                   on 2000/11/22  21:21:46
45824         Log: Subject: [PATCH 5.7.0] Liblist finally works
45825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45826              Date: Tue, 21 Nov 2000 22:02:17 -0500
45827              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
45828      Branch: perl
45829            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
45830            ! lib/ExtUtils/MakeMaker.pm
45831 ____________________________________________________________________________
45832 [  7813] By: jhi                                   on 2000/11/22  21:20:23
45833         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
45834              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45835              Date: Wed, 22 Nov 2000 17:53:15 +0100
45836              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
45837              
45838              AIX dynaloader and perlio patch.
45839      Branch: perl
45840            ! ext/DynaLoader/dl_aix.xs
45841 ____________________________________________________________________________
45842 [  7812] By: jhi                                   on 2000/11/22  21:17:52
45843         Log: (Accidentally empty patch.)
45844      Branch: perl
45845            ! av.c
45846 ____________________________________________________________________________
45847 [  7811] By: jhi                                   on 2000/11/22  21:16:31
45848         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
45849              From: Peter Prymmer <pvhp@forte.com>
45850              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
45851              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
45852      Branch: perl
45853            ! vms/test.com
45854 ____________________________________________________________________________
45855 [  7810] By: jhi                                   on 2000/11/22  21:15:36
45856         Log: Subject: Re: perl@7777 
45857              From: "John P. Linderman" <jpl@research.att.com>
45858              Date: Wed, 22 Nov 2000 13:11:11 -0500
45859              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
45860              
45861              Detypoing.
45862      Branch: perl
45863            ! lib/CPAN.pm
45864 ____________________________________________________________________________
45865 [  7809] By: jhi                                   on 2000/11/22  21:14:19
45866         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
45867              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45868              Date:     Wed, 22 Nov 2000 13:51:37 EST
45869              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
45870      Branch: perl
45871            ! perlsdio.h
45872 ____________________________________________________________________________
45873 [  7808] By: jhi                                   on 2000/11/22  21:13:27
45874         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
45875              From: Casey Tweten <crt@kiski.net>
45876              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
45877              Message-Id: <200011201653.LAA10194@home.kiski.net>
45878      Branch: perl
45879            ! t/lib/io_udp.t
45880 ____________________________________________________________________________
45881 [  7807] By: jhi                                   on 2000/11/22  21:12:35
45882         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
45883              From: Casey Tweten <crt@kiski.net>
45884              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
45885              Message-Id: <200011201636.LAA07227@home.kiski.net>
45886      Branch: perl
45887            ! t/lib/io_sock.t
45888 ____________________________________________________________________________
45889 [  7806] By: jhi                                   on 2000/11/22  21:10:59
45890         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
45891              From: "Casey R. Tweten" <crt@kiski.net>
45892              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
45893              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
45894      Branch: perl
45895            ! utils/h2xs.PL
45896 ____________________________________________________________________________
45897 [  7805] By: nick                                  on 2000/11/22  21:05:06
45898         Log: Integrate mainline
45899      Branch: perlio
45900           !> Changes Porting/genlog ext/DB_File/DB_File.xs
45901           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
45902           !> utils/perlbug.PL
45903 ____________________________________________________________________________
45904 [  7804] By: jhi                                   on 2000/11/22  21:01:12
45905         Log: Subject: [PATCH] Test.pm POD peculiarity
45906              From: "Casey R. Tweten" <crt@kiski.net>
45907              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
45908              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
45909      Branch: perl
45910            ! lib/Test.pm
45911 ____________________________________________________________________________
45912 [  7803] By: jhi                                   on 2000/11/22  20:59:59
45913         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
45914              From: "Philip Newton" <pnewton@gmx.de>
45915              Date: Wed, 22 Nov 2000 14:25:53 +0100
45916              Message-Id: <3A1BD771.25462.1939FAD@localhost>
45917              
45918              Be case-understanding also on 's', and use the -oi of sendmail
45919              not to terminate the transmission on a lone '.'.
45920      Branch: perl
45921            ! utils/perlbug.PL
45922 ____________________________________________________________________________
45923 [  7802] By: nick                                  on 2000/11/22  20:51:42
45924         Log: Win32 PerlIO intermediate state now working as expected.
45925              - In current state we are still using C runtime in text/binary
45926              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
45927              - PERLIO=stdio and PERLIO=unix pass all expected tests.
45928              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
45929              and PerlIO_seek() and the dummy crlf layer is not making adjustments
45930              for CRLF translation happening in C runtime. All other tests pass.
45931              
45932              Added note to README.win32 to point out the snags of doing a perl build
45933              with Norton AntiVirus turned on.
45934              
45935              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
45936              which file a fail comes from.
45937              
45938              Updated "canned" config.h to match the one generated.
45939      Branch: perlio
45940            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
45941            ! win32/makefile.mk
45942 ____________________________________________________________________________
45943 [  7801] By: jhi                                   on 2000/11/22  06:50:20
45944         Log: Nickety nits.
45945      Branch: perl
45946            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
45947 ____________________________________________________________________________
45948 [  7800] By: jhi                                   on 2000/11/22  01:29:55
45949         Log: Changes had accidentally gone too silent on non-main branches.
45950      Branch: perl
45951            ! Changes Porting/genlog patchlevel.h
45952 ____________________________________________________________________________
45953 [  7799] By: gsar                                  on 2000/11/22  01:02:56
45954         Log: some lib_pm.PL changes snuck in via change#7772
45955      Branch: maint-5.6/perl
45956            ! Makefile.SH
45957 ____________________________________________________________________________
45958 [  7798] By: nick                                  on 2000/11/21  21:59:40
45959         Log: Integrate mainline
45960      Branch: perlio
45961           !> (integrate 28 files)
45962 ____________________________________________________________________________
45963 [  7797] By: jhi                                   on 2000/11/21  21:01:45
45964         Log: Integrate perlio.
45965      Branch: perl
45966           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
45967 ____________________________________________________________________________
45968 [  7796] By: nick                                  on 2000/11/21  20:36:22
45969         Log: Win32 builds and runs (mostly) with USE_PERLIO.
45970              PERLIO=perlio passes all tests. 
45971              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
45972      Branch: perlio
45973            ! perlio.c win32/perllib.c win32/win32.c
45974 ____________________________________________________________________________
45975 [  7795] By: jhi                                   on 2000/11/21  19:03:44
45976         Log: Update Changes.
45977      Branch: perl
45978            ! Changes patchlevel.h
45979 ____________________________________________________________________________
45980 [  7794] By: jhi                                   on 2000/11/21  18:56:34
45981         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
45982              From: "Craig A. Berry" <craigberry@mac.com>
45983              Date: Mon, 20 Nov 2000 20:27:06 -0600
45984              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
45985              
45986              A cut-and-pasto.
45987      Branch: perl
45988            ! perlio.h
45989 ____________________________________________________________________________
45990 [  7793] By: jhi                                   on 2000/11/21  18:54:41
45991         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
45992              From: Dominic Dunlop <domo@computer.org> 
45993              Date: Mon, 20 Nov 2000 18:55:29 +0100
45994              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
45995              
45996              va_copy() and the need of it.
45997              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
45998      Branch: metaconfig/U/perl
45999            + need_va_copy.U
46000      Branch: perl
46001            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46002            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
46003            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
46004            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
46005            ! win32/config.bc win32/config.gc win32/config.vc
46006 ____________________________________________________________________________
46007 [  7792] By: jhi                                   on 2000/11/21  17:04:10
46008         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
46009      Branch: perl
46010           !> scope.h
46011 ____________________________________________________________________________
46012 [  7791] By: jhi                                   on 2000/11/21  17:01:16
46013         Log: Export the SOCKS workaround symbols only if necessary.
46014      Branch: perl
46015            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
46016 ____________________________________________________________________________
46017 [  7790] By: nick                                  on 2000/11/20  23:57:11
46018         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
46019      Branch: perlio
46020            ! scope.h
46021 ____________________________________________________________________________
46022 [  7789] By: nick                                  on 2000/11/20  23:38:33
46023         Log: Integrate mainline
46024      Branch: perlio
46025           +> lib/File/Spec/Epoc.pm
46026           !> (integrate 34 files)
46027 ____________________________________________________________________________
46028 [  7788] By: nick                                  on 2000/11/20  23:20:18
46029         Log: Make extra buffer layer work (dummy crlf layer)
46030      Branch: perlio
46031            ! doio.c perlio.c perlio.h
46032 ____________________________________________________________________________
46033 [  7787] By: jhi                                   on 2000/11/20  22:44:04
46034         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
46035              From: Peter Prymmer <pvhp@forte.com>
46036              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
46037              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
46038      Branch: perl
46039            ! t/pragma/locale.t
46040 ____________________________________________________________________________
46041 [  7786] By: jhi                                   on 2000/11/20  22:29:10
46042         Log: Subject: DOC PATCH 5.6.0 perlreftut
46043              From: mjd@plover.com
46044              Date: 20 Nov 2000 19:45:06 -0000
46045              Message-ID: <20001120194506.9505.qmail@plover.com>
46046      Branch: perl
46047            ! pod/perlreftut.pod
46048 ____________________________________________________________________________
46049 [  7785] By: jhi                                   on 2000/11/20  22:27:44
46050         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
46051              From: David Dyck <dcd@tc.fluke.com>
46052              Date: Mon, 20 Nov 2000 11:43:40 -0800
46053              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
46054      Branch: perl
46055            ! lib/Cwd.pm
46056 ____________________________________________________________________________
46057 [  7784] By: jhi                                   on 2000/11/20  22:23:21
46058         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
46059              Date: Mon, 20 Nov 2000 17:06:10 -0500
46060              To: Mailing list Perl5 <perl5-porters@perl.org>
46061              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
46062      Branch: perl
46063            ! pp_ctl.c t/op/pat.t
46064 ____________________________________________________________________________
46065 [  7783] By: jhi                                   on 2000/11/20  22:11:18
46066         Log: Subject: [PATCH] doop.c - UTF8 tr///               
46067              From: Simon Cozens <simon@cozens.net>
46068              Date: Sat, 18 Nov 2000 18:49:30 +0000
46069              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
46070              
46071              Subject: Re: [PATCH] doop.c - UTF8 tr///           
46072              From: Simon Cozens <simon@cozens.net>
46073              Date: Mon, 20 Nov 2000 20:45:22 +0000
46074              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
46075              
46076              Make tr on UTF-8 better but still not correct.
46077      Branch: perl
46078            ! doop.c
46079 ____________________________________________________________________________
46080 [  7782] By: jhi                                   on 2000/11/20  22:02:16
46081         Log: Remove the shared object before attempting to create
46082              (by linking) a new one.  E.g. in AIX not removing
46083              becomes quite painful if one tries to do more than one
46084              build in the same tree (an interrupted build, for example),
46085              since the AIX' shared dynaloader seemingly keeps the shared
46086              objects open and therefore 'busy' for quite a while, even when
46087              nobody is using the objects, leading into link failures.
46088      Branch: perl
46089            ! lib/ExtUtils/MM_Unix.pm
46090 ____________________________________________________________________________
46091 [  7781] By: gsar                                  on 2000/11/20  19:02:55
46092         Log: type mismatch due to faulty integration
46093      Branch: maint-5.6/perl
46094            ! toke.c win32/Makefile
46095 ____________________________________________________________________________
46096 [  7780] By: gsar                                  on 2000/11/20  17:31:55
46097         Log: integrate changes#6392,6394..6399,6401..6404
46098              
46099              The {multiplier} of a fixed substring was overlooked which
46100              caused a wrong initial search offset for that substring.
46101              
46102              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
46103              From: Hugo <hv@crypt.compulink.co.uk>
46104              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
46105              Date: Thu, 13 Jul 2000 19:27:13 +0100
46106              
46107              Fix the BOM bug: not a byteorder bug, a signedness bug.
46108              
46109              Replace change #6337 with a better one.
46110              
46111              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
46112              From: Hugo <hv@crypt.compulink.co.uk>
46113              Date: Fri, 14 Jul 2000 04:16:20 +0100
46114              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
46115              
46116              MakeMaker should not remove editor backups (*~) on `make clean`
46117              by default (completes change#6383)
46118              
46119              move new variables to the end of the interpreter structure (for
46120              bincompat in code that doesn't #include XSUB.h)
46121              
46122              rename totally bletcherous SvLOCK() thingy (doesn't do what the
46123              name suggests anyway)
46124              
46125              various cleanups (typos, misformatted code, and small bugs)
46126              
46127              typecasts needed for change#6394
46128              
46129              typos in change#6399, regen headers
46130              
46131              inconsistent types needs casts
46132              
46133              PERL_OBJECT build tweaks
46134      Branch: maint-5.6/perl
46135           !> MANIFEST doop.c embed.h embed.pl embedvar.h
46136           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
46137           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
46138           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
46139           !> toke.c util.c
46140 ____________________________________________________________________________
46141 [  7779] By: gsar                                  on 2000/11/20  17:06:29
46142         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
46143              
46144              Cosmetics and perldelta.
46145              
46146              Fix nits noticed by Boston.pm.
46147              
46148              Do the cc sanity check both before the hints and
46149              after the cc selction.
46150              
46151              get sprintf.t to adjust properly for 3-digit exponents
46152              
46153              don't clobber *.orig files on *clean targets
46154              
46155              fix bugs in processing %v-*d and similar format specs (from
46156              Avi Finkel <avi@finkel.org>)
46157              
46158              sprintf test tweaks (from Dominic Dunlop)
46159              
46160              new selfloader.t in change#6183 doesn't close DATA handles,
46161              and thus fails to clean up tmp files on dosish platforms
46162              
46163              typos (spotted by Peter Prymmer)
46164              
46165              typo fix from Craig Berry
46166      Branch: maint-5.6/perl
46167           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
46168           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
46169           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
46170           !> x2p/Makefile.SH
46171 ____________________________________________________________________________
46172 [  7778] By: gsar                                  on 2000/11/20  16:46:51
46173         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
46174              
46175              Subject: Re: format bug report  [Patch]
46176              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46177              Date: Wed, 05 Jul 2000 13:12:52 +0200
46178              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
46179              
46180              Subject: Re: format bug report  [Patch]
46181              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46182              Date: Wed, 05 Jul 2000 14:10:01 +0200
46183              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
46184              
46185              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
46186              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46187              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
46188              Date: Fri, 07 Jul 2000 17:57:16 +0100
46189              
46190              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
46191              To: perl5-porters@perl.org
46192              From: Karsten Sperling <spiff@phreax.net>
46193              Date: Mon, 10 Jul 2000 15:12:52 +0200
46194              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
46195              
46196              README.posix-bc podified from Thomas Dorner.
46197              
46198              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
46199              From: Dominic Dunlop <domo@computer.org>
46200              Date: Tue, 11 Jul 2000 12:27:33 +0200
46201              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
46202              
46203              Typo in #6341.
46204              
46205              Fix for
46206              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
46207              From: Roderick Schertler <roderick@argon.org>
46208              Date: Tue, 11 Jul 2000 13:55:05 -0400
46209              Message-Id: <200007111755.NAA05077@jones.argon.org>
46210              
46211              Minor cleanups on the booklist.
46212              
46213              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
46214              regen perltoc.
46215              
46216              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
46217      Branch: maint-5.6/perl
46218           +> pod/perlbook.pod
46219           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
46220           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
46221           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
46222 ____________________________________________________________________________
46223 [  7777] By: jhi                                   on 2000/11/20  16:08:49
46224         Log: Update Changes.
46225      Branch: perl
46226            ! Changes patchlevel.h
46227 ____________________________________________________________________________
46228 [  7776] By: jhi                                   on 2000/11/20  15:27:56
46229         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
46230              This may be overly harsh but until proven otherwise, we think this
46231              way, or until we have a simple test for Configure (having to start
46232              up servers is does not count as simple) to check for the problems.
46233      Branch: perl
46234            ! perl.h
46235 ____________________________________________________________________________
46236 [  7775] By: jhi                                   on 2000/11/20  15:22:17
46237         Log: Solaris hints tweaks.
46238      Branch: perl
46239            ! hints/solaris_2.sh
46240 ____________________________________________________________________________
46241 [  7774] By: jhi                                   on 2000/11/20  15:01:20
46242         Log: Add a workaround to SOCKS 64-bit problems.
46243      Branch: perl
46244            ! doio.c embed.h embed.pl perlsdio.h proto.h
46245 ____________________________________________________________________________
46246 [  7773] By: jhi                                   on 2000/11/20  14:51:47
46247         Log: sysseek() instead of seek().
46248      Branch: perl
46249            ! t/lib/syslfs.t
46250 ____________________________________________________________________________
46251 [  7772] By: gsar                                  on 2000/11/20  13:06:23
46252         Log: integrate changes#6315..6319,6321..6331,6333..6338
46253              
46254              Integrate with Sarathy, preliminary fix for unicos
46255              alignment problems in [ID 20000612.002] Perl problem on Cray system.
46256              
46257              some debugger output does not go to the socket when RemotePort is set
46258              
46259              winsock cleanup never done on Windows (leads to handle leaks)
46260              
46261              fix UNC path handling on Windows under ithreads, and chdir()
46262              return value when given a non-existent directory
46263              
46264              Autogenerate pod/Makefile and pod/buildtoc.
46265              buildtoc also checks whether the existin pods are
46266              mentioned in MANIFEST and perl.pod, and vice versa.
46267              (None of the thusly found discrepancies fixed yet.)
46268              roffitall also needs to be autogenerated similarly but it
46269              seems so badly out of date that I didn't touch it yet.
46270              
46271              Config is being used.
46272              
46273              Add =head1 NAMEs so that buildtoc is happy.
46274              (The CGI::Util nit reported to Lincoln.)
46275              
46276              Fix complaints of buildtoc.
46277              
46278              Fix the alignment problem in Crays ([ID 20000612.002]).
46279              
46280              Remove perlbook, update perlfaq book listing,
46281              rearrange perl.pod, regenerate perltoc.
46282              
46283              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
46284              was cast to an unsigned (32-bit) integer with wild abandon.
46285              
46286              winsock options weren't being set in all threads under ithreads
46287              (caused send()s from second and subsequent threads to fail)
46288              
46289              accept() leaks memory on windows due to incorrect ordering of
46290              closesocket() and fclose() calls
46291              
46292              Reorder perl.pod once more.
46293              
46294              More POSIX.pod tweaks.
46295              
46296              Sprinkle ldlibpath.
46297              
46298              Precedence goof, fix based on
46299              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
46300              From: Hugo <hv@crypt.compulink.co.uk>
46301              Date: Tue, 11 Jul 2000 12:52:38 +0100
46302              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
46303              
46304              Subject: PATCH perlguts.pod: Document D and d magic types
46305              From: mjd@plover.com
46306              Date: 5 Jul 2000 18:01:51 -0000
46307              Message-ID: <20000705180151.29413.qmail@plover.com>
46308              
46309              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
46310              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
46311              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
46312              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
46313              
46314              Subject: [PATCH cfgperl] $& segfaults if you trick it
46315              From: simon@brecon.co.uk (Simon Cozens)
46316              Date: 7 Jul 2000 11:26:09 GMT
46317              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
46318              
46319              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
46320              From: Hugo <hv@crypt.compulink.co.uk>
46321              Date: Tue, 11 Jul 2000 12:44:50 +0100
46322              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
46323              
46324              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
46325              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46326              Date: Tue, 11 Jul 2000 13:50:51 +0100
46327              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
46328      Branch: maint-5.6/perl
46329           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
46330           +> pod/buildtoc.PL
46331            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
46332           !> (integrate 26 files)
46333 ____________________________________________________________________________
46334 [  7771] By: gsar                                  on 2000/11/20  12:31:42
46335         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
46336              6310,6311,6314
46337              
46338              Subject: [PATCH bleedperl] File::Spec 0.82 beta
46339              From: Barrie Slaymaker <barries@jester.slaysys.com>
46340              Date: Wed, 28 Jun 2000 11:35:29 -0400
46341              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
46342              
46343              tweak perlembed for multiplicity/usethreads sanity; correct notes
46344              about Windows
46345              
46346              localize %INC in a Safe compartment so that use/require work
46347              (many other magic globals probably need similar treatment)
46348              
46349              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
46350              when @_ is modified, causing coredumps
46351              
46352              slurp mode fix in change#4736 still not quite right
46353              
46354              Point to perlipc for more SysV IPC examples.
46355              
46356              Elaborate POSIX.pod.  Still needs work.
46357              
46358              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
46359              
46360              fix large memory leak that has been around for ever, masked by
46361              -DPURIFY (most of the arenas were never freed!)
46362              
46363              fix memory leak on Windows (PL_sys_intern contents were never
46364              freed)
46365              
46366              PERL_OBJECT build tweak
46367              
46368              adjust change#6299
46369              
46370              remove rel2abs prototypes (from Barrie Slaymaker)
46371              
46372              missing perldiag entry for unpack("w",...) diagnostic (from
46373              Andreas Koenig)
46374              
46375              better diagnostic on Frob->stuff() when Frob:: doesn't exist
46376              (from Richard Soderberg <rs@oregonnet.com>)
46377              
46378              Win32 patches for cfgperl from Sarathy.
46379              
46380              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
46381              
46382              More POSIX.pod embellishment.
46383              
46384              tyop in change#6306
46385      Branch: maint-5.6/perl
46386           !> (integrate 44 files)
46387 ____________________________________________________________________________
46388 [  7770] By: gsar                                  on 2000/11/20  11:51:00
46389         Log: integrate changes#6268..6282 from cfgperl branch
46390              
46391              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
46392              From: Dominic Dunlop <domo@computer.org>
46393              Date: Thu, 29 Jun 2000 12:32:39 +0200
46394              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
46395              
46396              Regen headers for #6261 (and update embed.pl for this) and #6267,
46397              silence few compiler warnings.
46398              
46399              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
46400              From: Nicholas Clark <nick@talking.bollo.cx>
46401              Date: Fri, 23 Jun 2000 16:21:15 +0100
46402              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
46403              
46404              Subject: PATCH pod/perltie.pod
46405              From: Ian Phillipps <Ian.Phillipps@iname.com>
46406              Date: Fri, 16 Jun 2000 00:17:19 +0100
46407              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
46408              (only the first hunk, the second hunk had already been done
46409              by some other patch)
46410              
46411              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
46412              From: Tom Phoenix <rootbeer@redcat.com>
46413              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
46414              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
46415              
46416              Subject: [PATCH] xsub attributes
46417              From: Doug MacEachern <dougm@covalent.net>
46418              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
46419              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
46420              
46421              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
46422              From: Andy Dougherty <doughera@lafayette.edu>
46423              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
46424              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
46425              
46426              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
46427              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46428              Date: Tue, 13 Jun 2000 02:43:48 -0500
46429              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
46430              
46431              Subject: [PATCH] Re: eval documentation: context
46432              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46433              Date: Mon, 12 Jun 2000 15:07:29 +0100
46434              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
46435              
46436              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
46437              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46438              Date: Mon, 12 Jun 2000 14:55:59 +0100
46439              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
46440              
46441              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
46442              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
46443              Date: Fri, 09 Jun 2000 12:39:27 -0400
46444              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
46445              (plus update the version "number" of Text::Wrap)
46446              
46447              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
46448              From: Tim Ayers <tayers@bridge.com>
46449              Date: Thu, 08 Jun 2000 08:11:06 +0200
46450              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
46451              [resent by Richard Foley, Message-Id probably wrong]
46452              
46453              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
46454              From: rspier@pobox.com (Robert Spier)
46455              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
46456              Message-ID: <14654.31913.845602.610277@rls.cx>
46457              
46458              Subject: [PATCH 5.6.0] utils/h2xs.PL
46459              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46460              Date: Wed, 7 Jun 2000 04:02:04 -0500
46461              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
46462              
46463              Subject: [PATCH 5.6.0]ITHREADs for VMS
46464              From: Dan Sugalski <dan@sidhe.org>
46465              Date: Tue, 06 Jun 2000 11:59:50 -0400
46466              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
46467      Branch: maint-5.6/perl
46468           !> (integrate 31 files)
46469 ____________________________________________________________________________
46470 [  7769] By: gsar                                  on 2000/11/20  11:29:06
46471         Log: integrate changes#6261..6266 from cfgperl
46472              
46473              Subject: Re: [PATCH cfgperl] BOMs away!
46474              From: simon@brecon.co.uk (Simon Cozens)
46475              Date: 17 Jun 2000 11:49:57 GMT
46476              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
46477              
46478              Subject: 5.6.0 Patch for EPOC
46479              From: Olaf Flebbe <o.flebbe@gmx.de>
46480              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
46481              Message-ID: <23449.960929969@www11.gmx.net>
46482              
46483              tr fixes from Simon Cozens
46484              
46485              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
46486              From: Marty Lucich <marty@netcom.com>
46487              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
46488              Message-Id: <200006282116.OAA11148@netcom.com>
46489              ccdlflags update (the BSD/OS 4.1 part had already been taken
46490              care of by #6141).
46491              
46492              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
46493              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46494              Date: Wed, 28 Jun 2000 17:50:12 -0700
46495              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
46496              
46497              Subject: [PATCH 5.6.0] cygwin port
46498              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
46499              From: "Fifer, Eric" <EFifer@sanwaint.com>
46500              Date: Thu, 29 Jun 2000 12:58:29 +0100
46501      Branch: maint-5.6/perl
46502           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
46503           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
46504           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
46505           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
46506 ____________________________________________________________________________
46507 [  7768] By: gsar                                  on 2000/11/20  11:13:44
46508         Log: integrate changes#6252..6256,6259..6260
46509              
46510              Paranoia tweak on #6249.
46511              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
46512              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46513              Date: Sun, 25 Jun 2000 23:43:12 -0400
46514              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
46515              
46516              Subject: tr///, help wanted.
46517              From: simon@brecon.co.uk (Simon Cozens)
46518              Date: 28 Jun 2000 11:29:04 GMT
46519              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
46520              
46521              small thinko tweaks
46522              
46523              tweaks from Simon Conzes to further fix tr/// under utf8
46524              
46525              perlnewmod was missing from MANIFEST.
46526              
46527              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
46528              From: simon@brecon.co.uk (Simon Cozens)
46529              Date: 17 Jun 2000 11:56:44 GMT
46530              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
46531              pack U0, pack C0
46532      Branch: maint-5.6/perl
46533           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
46534           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
46535           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
46536           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
46537 ____________________________________________________________________________
46538 [  7767] By: gsar                                  on 2000/11/20  10:51:38
46539         Log: integrate change#6250 from cfgperl
46540              
46541              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
46542              From: Doug MacEachern <dougm@covalent.net>
46543              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
46544              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
46545      Branch: maint-5.6/perl
46546           +> t/op/my_stash.t
46547           !> MANIFEST embed.pl global.sym proto.h toke.c
46548 ____________________________________________________________________________
46549 [  7766] By: gsar                                  on 2000/11/20  10:48:34
46550         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
46551              
46552              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
46553              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
46554              Date: Mon, 26 Jun 2000 18:40:14 +0100
46555              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
46556              
46557              Subject: [PATCH] bytes<->utf8 fixes
46558              From: simon@brecon.co.uk (Simon Cozens)
46559              Date: 26 Jun 2000 04:55:45 GMT
46560              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
46561              
46562              Subject: [PATCH] is_utf8_string
46563              From: simon@brecon.co.uk (Simon Cozens)
46564              Date: 26 Jun 2000 02:25:59 GMT
46565              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
46566              
46567              Subject: [PATCH] avoid mg_ptr in '*' magic
46568              From: Doug MacEachern <dougm@covalent.net>
46569              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
46570              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
46571              
46572              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
46573              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
46574              Date: Sat, 24 Jun 2000 13:06:20 +0100
46575              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
46576              
46577              Allow for standalone testing.
46578              
46579              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
46580              From: Mark-Jason Dominus <mjd@plover.com>
46581              Date: Tue, 27 Jun 2000 22:36:42 -0400
46582              Message-ID: <20000628023642.12166.qmail@plover.com>
46583              
46584              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
46585              From: Frank Tobin <ftobin@uiuc.edu>
46586              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
46587              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
46588      Branch: maint-5.6/perl
46589           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
46590           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
46591           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
46592           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
46593           !> utf8.c utils/h2xs.PL
46594 ____________________________________________________________________________
46595 [  7765] By: gsar                                  on 2000/11/20  10:29:13
46596         Log: integrate change#6239 from cfgperl
46597              
46598              Configure maintenance.  Sever some dependency cycles,
46599              separate gccversion from the cc unit,
46600              address [ID 20000623.006] Configure script patch for using gcc on AIX
46601              (but solve it a little bit differently),
46602              unduplex some accidentally duplicated units,
46603              suggest using gcc if no cc available
46604              (p5p thread: "Solaris configure: counterproposal", 1999-09)
46605      Branch: maint-5.6/perl
46606           !> Configure Todo-5.6 config_h.SH
46607 ____________________________________________________________________________
46608 [  7764] By: gsar                                  on 2000/11/20  10:25:55
46609         Log: integrate changes#6233..6238 from cfgperl
46610              
46611              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
46612              From: Mark-Jason Dominus <mjd@plover.com>
46613              Date: Fri, 16 Jun 2000 20:53:04 -0400
46614              Message-ID: <20000617005304.8008.qmail@plover.com>
46615              
46616              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
46617              because when run as services (Win32ese for daemons)
46618              no environment variables are set and tmpdir ends up as /tmp,
46619              which is ambiguous.
46620              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
46621              From: matt@sergeant.org
46622              Date: 16 Jun 2000 16:30:43 -0000
46623              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
46624              
46625              The thread begun by
46626              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
46627              From: Kevin.Ruscoe@ubsw.com
46628              Date: Fri, 16 Jun 2000 16:38:51 +0100
46629              Message-Id: <H000019b03c300d6@MHS>
46630              
46631              Tweak embed.pl, regen headers.
46632              
46633              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
46634              From: Dan Sugalski <dan@sidhe.org>
46635              Date: Fri, 23 Jun 2000 17:00:00 -0400
46636              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
46637      Branch: maint-5.6/perl
46638           !> (integrate 27 files)
46639 ____________________________________________________________________________
46640 [  7763] By: gsar                                  on 2000/11/20  10:08:08
46641         Log: s/perl56delta/perldelta/g
46642      Branch: maint-5.6/perl
46643            ! pod/Makefile
46644 ____________________________________________________________________________
46645 [  7762] By: gsar                                  on 2000/11/20  10:04:00
46646         Log: integrate changes#6225,6229,6231,6232 from cfgperl
46647              
46648              Add source code filenames to apidoc.
46649              From: simon@brecon.co.uk (Simon Cozens)
46650              Subject: [PATCH embed.pl] Source X-ref
46651              Date: 22 Jun 2000 02:18:49 GMT
46652              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
46653              
46654              Subject: README.hpux version 0.6.1
46655              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
46656              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46657              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
46658              
46659              Subject: [PATCH 5.6.0] cygwin port
46660              From: "Fifer, Eric" <EFifer@sanwaint.com>
46661              Date: Tue, 20 Jun 2000 14:30:58 +0100
46662              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
46663              
46664              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
46665              From: simon@brecon.co.uk (Simon Cozens)
46666              Date: 19 Jun 2000 15:18:27 GMT
46667              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
46668              
46669              plus update pod/Makefile and regenerate perltoc
46670      Branch: maint-5.6/perl
46671           +> pod/perlutil.pod
46672           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
46673           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
46674 ____________________________________________________________________________
46675 [  7761] By: jhi                                   on 2000/11/20  04:09:55
46676         Log: Miraculous typo.
46677      Branch: perl
46678            ! t/op/pat.t
46679 ____________________________________________________________________________
46680 [  7760] By: jhi                                   on 2000/11/20  04:06:08
46681         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
46682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46683              Date: Sun, 19 Nov 2000 22:30:26 -0500
46684              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
46685      Branch: perl
46686            ! regexec.c scope.h t/op/pat.t
46687 ____________________________________________________________________________
46688 [  7759] By: jhi                                   on 2000/11/20  02:05:22
46689         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
46690      Branch: perl
46691            ! perl.h
46692 ____________________________________________________________________________
46693 [  7758] By: jhi                                   on 2000/11/20  01:58:11
46694         Log: Subject: [perl 7711: EPOC] updates
46695              From: Olaf Flebbe <o.flebbe@gmx.de>
46696              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
46697              Message-ID: <25575.974658810@www23.gmx.net>               
46698      Branch: perl
46699            + lib/File/Spec/Epoc.pm
46700            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
46701            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
46702            ! lib/File/Spec.pm perl.c sv.c
46703 ____________________________________________________________________________
46704 [  7757] By: jhi                                   on 2000/11/20  01:53:11
46705         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
46706      Branch: perl
46707            ! MANIFEST
46708 ____________________________________________________________________________
46709 [  7756] By: jhi                                   on 2000/11/20  01:47:22
46710         Log: Integrate perlio.
46711      Branch: perl
46712            - ext/re/hints/MSWin32.pl
46713           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
46714           !> win32/config.gc win32/config_H.gc win32/win32sck.c
46715 ____________________________________________________________________________
46716 [  7755] By: nick                                  on 2000/11/19  20:57:17
46717         Log: Add dummy crlf layer (just as buffer)
46718              Correct 1st bug - one layer of indirection.
46719      Branch: perlio
46720            ! perlio.c perlio.h perliol.h
46721 ____________________________________________________________________________
46722 [  7754] By: nick                                  on 2000/11/19  20:56:12
46723         Log: Work-round to Perl_deb_nocontext is no longer required
46724      Branch: perlio
46725            - ext/re/hints/MSWin32.pl
46726 ____________________________________________________________________________
46727 [  7753] By: nick                                  on 2000/11/19  20:01:16
46728         Log: diff -se shows these as different
46729      Branch: perlio
46730            ! global.sym pod/perlapi.pod
46731 ____________________________________________________________________________
46732 [  7752] By: nick                                  on 2000/11/19  18:57:30
46733         Log: Configure GCC/Win32 build -Duseperlio
46734              Fix a couple of gross issues
46735              - double-include of ../deb.o in re.dll
46736              - win32sck.c needs PerlIO and FILE 
46737      Branch: perlio
46738            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
46739            ! win32/win32sck.c
46740 ____________________________________________________________________________
46741 [  7751] By: nick                                  on 2000/11/19  17:05:36
46742         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
46743      Branch: perlio
46744            ! perlio.c
46745 ____________________________________________________________________________
46746 [  7750] By: nick                                  on 2000/11/19  16:57:14
46747         Log: Missing aTHX_
46748      Branch: perlio
46749            ! sv.c
46750 ____________________________________________________________________________
46751 [  7749] By: jhi                                   on 2000/11/19  16:28:40
46752         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
46753              From: "Peter J. Farley III" <pjfarley@banet.net>
46754              Date: Sun, 19 Nov 2000 01:42:58 -0500
46755              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
46756      Branch: perl
46757            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
46758 ____________________________________________________________________________
46759 [  7748] By: jhi                                   on 2000/11/19  16:08:10
46760         Log: Subject: podlators 1.05 available        
46761              From: Russ Allbery <rra@stanford.edu>   
46762              Date: 18 Nov 2000 22:04:28 -0800
46763              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
46764      Branch: perl
46765            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
46766 ____________________________________________________________________________
46767 [  7747] By: nick                                  on 2000/11/19  11:19:39
46768         Log: Integrate mainline
46769      Branch: perlio
46770           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
46771           !> util.c
46772 ____________________________________________________________________________
46773 [  7746] By: jhi                                   on 2000/11/19  06:42:22
46774         Log: Make hex scanning warn on "\x{x}" and "\xx".
46775              "\x" and and hex("x") are still valid.
46776      Branch: perl
46777            ! util.c
46778 ____________________________________________________________________________
46779 [  7745] By: nick                                  on 2000/11/18  22:52:28
46780         Log: Integrate mainline
46781      Branch: perlio
46782           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
46783           !> perl.h perlio.c proto.h regcomp.c regcomp.h
46784 ____________________________________________________________________________
46785 [  7744] By: jhi                                   on 2000/11/18  22:50:28
46786         Log: Introduce Perl_utf8_length().  Use it.
46787      Branch: perl
46788            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
46789 ____________________________________________________________________________
46790 [  7743] By: jhi                                   on 2000/11/18  22:38:51
46791         Log: Compiler denit.
46792      Branch: perl
46793            ! perlio.c
46794 ____________________________________________________________________________
46795 [  7742] By: jhi                                   on 2000/11/18  20:33:05
46796         Log: Integrate perlio.
46797      Branch: perl
46798           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
46799           !> perlio.h pp_ctl.c pp_sys.c sv.c
46800 ____________________________________________________________________________
46801 [  7741] By: jhi                                   on 2000/11/18  20:31:27
46802         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
46803              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46804              Date: Fri, 17 Nov 2000 20:35:11 -0500
46805              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
46806              
46807              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
46808              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46809              Date: Fri, 17 Nov 2000 21:03:47 -0500
46810              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
46811              
46812              Plus a little bit of tweaking in pregcomp().
46813      Branch: perl
46814            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
46815 ____________________________________________________________________________
46816 [  7740] By: nick                                  on 2000/11/18  20:17:22
46817         Log: Lexical use open ... support:
46818              add ->cop_io to COP structure in cop.h.
46819              Make mg.c and gv.c associate it with ${^OPEN}.
46820              Make lib/open.pm set it.
46821              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
46822              manner similar to ->cop_warnings.
46823              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
46824              call new PerlIO_apply_layers().
46825              Declare latter in perlio.h and define in perlio.c
46826      Branch: perlio
46827            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
46828            ! perlio.h pp_ctl.c pp_sys.c sv.c
46829 ____________________________________________________________________________
46830 [  7739] By: jhi                                   on 2000/11/18  19:54:00
46831         Log: Integrate perlio.
46832      Branch: perl
46833           !> doio.c perlio.c pp.c
46834 ____________________________________________________________________________
46835 [  7738] By: jhi                                   on 2000/11/18  17:16:13
46836         Log: Subject: [PATCH 5.7.0] etags broken again
46837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46838              Date: Sat, 18 Nov 2000 02:41:36 -0500
46839              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
46840      Branch: perl
46841            ! emacs/ptags
46842 ____________________________________________________________________________
46843 [  7737] By: jhi                                   on 2000/11/18  17:12:18
46844         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
46845      Branch: perl
46846            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46847 ____________________________________________________________________________
46848 [  7736] By: nick                                  on 2000/11/18  14:06:20
46849         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
46850              part to be isolated.
46851      Branch: perlio
46852            ! doio.c perlio.c
46853 ____________________________________________________________________________
46854 [  7735] By: nick                                  on 2000/11/18  11:03:32
46855         Log: Integrate mainline
46856      Branch: perlio
46857           !> Changes README.amiga README.win32 patchlevel.h
46858           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
46859 ____________________________________________________________________________
46860 [  7734] By: jhi                                   on 2000/11/18  01:18:56
46861         Log: Update Changes.
46862      Branch: perl
46863            ! Changes patchlevel.h
46864 ____________________________________________________________________________
46865 [  7733] By: jhi                                   on 2000/11/18  00:32:54
46866         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
46867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46868              Date: Fri, 17 Nov 2000 17:28:02 -0500
46869              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
46870      Branch: perl
46871            ! regcomp.c regexec.c t/op/re_tests
46872 ____________________________________________________________________________
46873 [  7732] By: jhi                                   on 2000/11/18  00:28:56
46874         Log: Sparc 64-bit pack() fix from Jens Hamisch.
46875      Branch: perl
46876            ! pp.c
46877 ____________________________________________________________________________
46878 [  7731] By: jhi                                   on 2000/11/18  00:18:39
46879         Log: Explain in more detail the {} syntax ambiguousity.
46880              
46881              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
46882              From: Nicholas Clark <nick@ccl4.org>
46883              Date: Fri, 17 Nov 2000 22:10:28 +0000
46884              Message-ID: <20001117221028.A88930@plum.flirble.org>
46885      Branch: perl
46886            ! pod/perlfunc.pod
46887 ____________________________________________________________________________
46888 [  7730] By: jhi                                   on 2000/11/18  00:12:18
46889         Log: Subject: Fix for README.amiga (20000323.033)
46890              From: "Stephen P. Potter" <spp@spotter.yi.org>
46891              Date: Fri, 17 Nov 2000 12:25:51 -0500
46892              Message-Id: <200011171725.MAA05768@spotter.yi.org>
46893      Branch: perl
46894            ! README.amiga
46895 ____________________________________________________________________________
46896 [  7729] By: jhi                                   on 2000/11/18  00:08:34
46897         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
46898              From: "A. C. Yardley" <yardley@tanet.net>
46899              Date: Mon, 3 Apr 2000 11:35:33 -0700
46900              Message-ID: <3483.000403@tanet.net>
46901      Branch: perl
46902            ! README.win32
46903 ____________________________________________________________________________
46904 [  7728] By: nick                                  on 2000/11/17  21:59:47
46905         Log: Integrate mainline
46906      Branch: perlio
46907           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
46908           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
46909           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
46910           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
46911 ____________________________________________________________________________
46912 [  7727] By: nick                                  on 2000/11/17  21:56:31
46913         Log: Experiment on use of attributes.pm interface.
46914              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
46915              SVt_PVRV if not already something better (else vivify of say magic gets
46916              core dump).
46917      Branch: perlio
46918            ! perlio.c pp.c
46919 ____________________________________________________________________________
46920 [  7726] By: jhi                                   on 2000/11/17  14:15:49
46921         Log: Subject: Fix for 20000815.006
46922              From: "Stephen P. Potter" <spp@spotter.yi.org>
46923              Date: Fri, 17 Nov 2000 08:57:45 -0500
46924              Message-Id: <200011171357.IAA05122@spotter.yi.org>
46925              
46926              It's really 20000518.006.
46927      Branch: perl
46928            ! pod/perlmodlib.PL
46929 ____________________________________________________________________________
46930 [  7725] By: jhi                                   on 2000/11/17  14:12:31
46931         Log: Subject: Fix for 20000409.001
46932              From: "Stephen P. Potter" <spp@spotter.yi.org>
46933              Date: Fri, 17 Nov 2000 08:55:45 -0500
46934              Message-Id: <200011171355.IAA05104@spotter.yi.org>
46935      Branch: perl
46936            ! pod/perlfaq9.pod
46937 ____________________________________________________________________________
46938 [  7724] By: jhi                                   on 2000/11/17  14:08:58
46939         Log: Undo #7627 now that we have =head3.
46940      Branch: perl
46941            ! pod/perlhack.pod
46942 ____________________________________________________________________________
46943 [  7723] By: jhi                                   on 2000/11/17  14:04:09
46944         Log: As surmised the #7719 wasn't a good move.
46945      Branch: perl
46946            ! hints/solaris_2.sh
46947 ____________________________________________________________________________
46948 [  7722] By: jhi                                   on 2000/11/17  13:59:04
46949         Log: Also the 64bitall hints can be either here or there.
46950      Branch: perl
46951            ! hints/solaris_2.sh
46952 ____________________________________________________________________________
46953 [  7721] By: jhi                                   on 2000/11/17  02:26:23
46954         Log: Test tweak for the open pragma.
46955      Branch: perl
46956            ! t/lib/b.t
46957 ____________________________________________________________________________
46958 [  7720] By: jhi                                   on 2000/11/17  00:23:22
46959         Log: The long double hints can be here or there.
46960      Branch: perl
46961            ! hints/solaris_2.sh
46962 ____________________________________________________________________________
46963 [  7719] By: jhi                                   on 2000/11/17  00:14:06
46964         Log: For Solaris use64bitall the stdchar needs a little bit of help.
46965      Branch: perl
46966            ! hints/solaris_2.sh
46967 ____________________________________________________________________________
46968 [  7718] By: jhi                                   on 2000/11/16  23:27:34
46969         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
46970              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
46971              Date: Wed, 15 Nov 2000 08:56:32 +0100
46972              Message-ID: <3A1241B0.64477E00@alcatel.at>
46973      Branch: perl
46974            ! lib/Carp/Heavy.pm
46975 ____________________________________________________________________________
46976 [  7717] By: jhi                                   on 2000/11/16  23:23:29
46977         Log: Subject: [PATCH] Re: 20001101.003 PDL
46978              From: Nicholas Clark <nick@ccl4.org>
46979              Date: Thu, 16 Nov 2000 16:48:25 +0000
46980              Message-ID: <20001116164825.B93487@plum.flirble.org>
46981      Branch: perl
46982            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
46983 ____________________________________________________________________________
46984 [  7716] By: jhi                                   on 2000/11/16  23:21:31
46985         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
46986              From: "Casey R. Tweten" <crt@kiski.net>
46987              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
46988              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
46989      Branch: perl
46990            ! lib/Pod/Checker.pm pod/perlpod.pod
46991 ____________________________________________________________________________
46992 [  7715] By: jhi                                   on 2000/11/16  23:19:40
46993         Log: Avoid an infinite loop in VMS when utils scripts are run
46994              with no arguments, from Charles Lane.
46995      Branch: perl
46996            ! configure.com
46997 ____________________________________________________________________________
46998 [  7714] By: jhi                                   on 2000/11/16  23:17:08
46999         Log: Subject: perllocale.pod changes
47000              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47001              Date: Mon, 13 Nov 2000 10:09:22 +0300
47002              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
47003      Branch: perl
47004            ! pod/perllocale.pod
47005 ____________________________________________________________________________
47006 [  7713] By: jhi                                   on 2000/11/16  23:14:06
47007         Log: Integrate perlio.
47008      Branch: perl
47009           !> doio.c perlio.c perlio.h util.c
47010 ____________________________________________________________________________
47011 [  7712] By: nick                                  on 2000/11/16  21:10:58
47012         Log: Integrate mainline
47013      Branch: perlio
47014           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47015           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
47016           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
47017           !> vos/config.ga.def vos/config.ga.h win32/config.bc
47018           !> win32/config.gc win32/config.vc
47019 ____________________________________________________________________________
47020 [  7711] By: nick                                  on 2000/11/16  19:56:41
47021         Log: Minor tweaks:
47022              consistent way of getting 'rb', 'wb' etc. for binary opens
47023              move *perlio::layers to *open::layers
47024              a #define to show layers available
47025              DOSISH popen/PerlIO had export/import sense inverted.
47026      Branch: perlio
47027            ! doio.c perlio.c perlio.h util.c
47028 ____________________________________________________________________________
47029 [  7710] By: jhi                                   on 2000/11/16  15:46:05
47030         Log: Add HAS_SBRK_PROTO.
47031      Branch: metaconfig/U/perl
47032            + d_sbrkproto.U
47033      Branch: perl
47034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47035            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
47036            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
47037            ! vos/config.ga.def vos/config.ga.h win32/config.bc
47038            ! win32/config.gc win32/config.vc
47039 ____________________________________________________________________________
47040 [  7709] By: nick                                  on 2000/11/16  07:31:49
47041         Log: Integrate mainline
47042      Branch: perlio
47043           !> (integrate 35 files)
47044 ____________________________________________________________________________
47045 [  7708] By: jhi                                   on 2000/11/16  05:33:03
47046         Log: These files are text, not binary.
47047      Branch: perl
47048            ! ext/Encode/Encode/iso8859-10.enc
47049            ! ext/Encode/Encode/iso8859-13.enc
47050            ! ext/Encode/Encode/iso8859-14.enc
47051            ! ext/Encode/Encode/iso8859-15.enc
47052 ____________________________________________________________________________
47053 [  7707] By: jhi                                   on 2000/11/16  01:53:37
47054         Log: Update Changes.
47055      Branch: perl
47056            ! Changes patchlevel.h
47057 ____________________________________________________________________________
47058 [  7706] By: jhi                                   on 2000/11/16  01:35:59
47059         Log: More #undefing of stdio.
47060      Branch: perl
47061            ! fakesdio.h nostdio.h
47062 ____________________________________________________________________________
47063 [  7705] By: jhi                                   on 2000/11/16  01:34:18
47064         Log: Add fwalk() probe to the configuration files and regen perltoc.
47065      Branch: perl
47066            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47067            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
47068            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
47069            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47070            ! win32/config.bc win32/config.gc win32/config.vc
47071 ____________________________________________________________________________
47072 [  7704] By: jhi                                   on 2000/11/16  01:33:07
47073         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
47074              an optional third argument to Inlibc?)
47075      Branch: metaconfig/U/perl
47076            + d__fwalk.U
47077 ____________________________________________________________________________
47078 [  7703] By: jhi                                   on 2000/11/16  01:09:22
47079         Log: The type of the hash_cb() size argument is tricky.
47080      Branch: perl
47081            ! ext/DB_File/DB_File.xs
47082 ____________________________________________________________________________
47083 [  7702] By: jhi                                   on 2000/11/15  23:01:16
47084         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
47085      Branch: perl
47086            ! nostdio.h
47087 ____________________________________________________________________________
47088 [  7701] By: jhi                                   on 2000/11/15  22:52:32
47089         Log: Detypo.
47090      Branch: perl
47091            ! t/lib/bigfltpm.t
47092 ____________________________________________________________________________
47093 [  7700] By: jhi                                   on 2000/11/15  22:51:56
47094         Log: UINT64_C() work continues.
47095      Branch: perl
47096            ! handy.h perl.h utf8.h
47097 ____________________________________________________________________________
47098 [  7699] By: jhi                                   on 2000/11/15  14:13:04
47099         Log: SOCKS has its own USE_THREADS, based on
47100              
47101              Subject: [ID 20001114.002] et. al. bugfix followup
47102              From: Jens Hamisch <jens@Strawberry.COM> 
47103              Date: Wed, 15 Nov 2000 14:23:11 +0100
47104              Message-ID: <20001115142311.A21164@Strawberry.COM>
47105      Branch: perl
47106            ! perl.h
47107 ____________________________________________________________________________
47108 [  7698] By: jhi                                   on 2000/11/15  03:50:56
47109         Log: Add few missing #undefs and sort them.
47110      Branch: perl
47111            ! fakesdio.h
47112 ____________________________________________________________________________
47113 [  7697] By: jhi                                   on 2000/11/15  03:39:14
47114         Log: Linenumber fix.
47115      Branch: perl
47116            ! t/pragma/warn/utf8
47117 ____________________________________________________________________________
47118 [  7696] By: jhi                                   on 2000/11/15  02:55:26
47119         Log: EBCDIC tweaks.
47120              
47121              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
47122              From: Peter Prymmer <pvhp@forte.com>
47123              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
47124              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
47125      Branch: perl
47126            ! t/op/regmesg.t t/pragma/warn/utf8
47127 ____________________________________________________________________________
47128 [  7695] By: jhi                                   on 2000/11/15  02:53:58
47129         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
47130              From: Peter Prymmer <pvhp@forte.com>
47131              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
47132              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
47133      Branch: perl
47134            ! utf8.c
47135 ____________________________________________________________________________
47136 [  7694] By: jhi                                   on 2000/11/15  02:50:55
47137         Log: Subject: [PATCH: perl@7674] updates to README.os390
47138              From: Prymmer/Kahn <pvhp@best.com>
47139              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
47140              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
47141      Branch: perl
47142            ! README.os390
47143 ____________________________________________________________________________
47144 [  7693] By: jhi                                   on 2000/11/15  02:48:37
47145         Log: Quit utf8_to_uv() instantly if curlen == 0.
47146      Branch: perl
47147            ! utf8.c
47148 ____________________________________________________________________________
47149 [  7692] By: jhi                                   on 2000/11/15  02:24:29
47150         Log: Use u_int32_t for the size of hash_cb(), not size_t.
47151              
47152              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
47153              From: Jens Hamisch <jens@Strawberry.COM>     
47154              Date: Tue, 14 Nov 2000 19:03:55 +0100
47155              Message-Id: <20001114190355.A20559@Strawberry.COM>
47156      Branch: perl
47157            ! ext/DB_File/DB_File.xs
47158 ____________________________________________________________________________
47159 [  7691] By: jhi                                   on 2000/11/15  02:20:12
47160         Log: Use UINT64_C().
47161              
47162              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
47163              From: Jens Hamisch <jens@Strawberry.COM>
47164              Date: Tue, 14 Nov 2000 19:16:23 +0100
47165              Message-Id: <20001114191623.G20559@Strawberry.COM>
47166      Branch: perl
47167            ! utf8.c utf8.h
47168 ____________________________________________________________________________
47169 [  7690] By: jhi                                   on 2000/11/15  02:17:06
47170         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
47171              (a macro to define signed and unsigned integer constants).
47172      Branch: perl
47173            ! handy.h
47174 ____________________________________________________________________________
47175 [  7689] By: jhi                                   on 2000/11/15  01:56:51
47176         Log: Regen Configure.
47177      Branch: perl
47178            ! Configure
47179 ____________________________________________________________________________
47180 [  7688] By: jhi                                   on 2000/11/15  01:56:32
47181         Log: Make the unit know about SOCKS.
47182      Branch: metaconfig
47183            ! U/protos/socksizetype.U
47184 ____________________________________________________________________________
47185 [  7687] By: jhi                                   on 2000/11/15  01:54:47
47186         Log: Remove unused dependencies.
47187      Branch: metaconfig
47188            ! U/compline/d_getpagsz.U
47189 ____________________________________________________________________________
47190 [  7686] By: nick                                  on 2000/11/14  21:25:13
47191         Log: Integrate mainline.
47192      Branch: perlio
47193           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
47194           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
47195           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
47196           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
47197           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
47198           !> win32/config.bc win32/config.gc win32/config.vc
47199           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
47200 ____________________________________________________________________________
47201 [  7685] By: jhi                                   on 2000/11/14  17:54:56
47202         Log: Integrate perlio.
47203      Branch: perl
47204           +> fakesdio.h perliol.h
47205           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
47206           !> perlsdio.h perlsfio.h pod/perlfunc.pod
47207 ____________________________________________________________________________
47208 [  7684] By: nick                                  on 2000/11/14  17:43:04
47209         Log: PerlIO #include and #ifdef re-work.
47210      Branch: perlio
47211            + fakesdio.h perliol.h
47212            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
47213            ! perlsdio.h perlsfio.h
47214 ____________________________________________________________________________
47215 [  7683] By: jhi                                   on 2000/11/14  15:42:40
47216         Log: Hoist the duplicated socket/netdb include logic to perl.h;
47217              undef SETERRNO in case SOCKS has defined it.  Based on:
47218              
47219              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
47220              From: Jens Hamisch <jens@Strawberry.COM> 
47221              Date: Tue, 14 Nov 2000 11:34:40 +0100
47222              Message-Id: <20001114113440.A20005@Strawberry.COM>
47223      Branch: perl
47224            ! doio.c perl.h pp_sys.c
47225 ____________________________________________________________________________
47226 [  7682] By: jhi                                   on 2000/11/14  14:07:28
47227         Log: Subject: some additions for makefiles for win32 (for perl@7674)
47228              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47229              Date: Tue, 14 Nov 2000 09:31:13 +0300
47230              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
47231      Branch: perl
47232            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
47233            ! win32/makefile.mk
47234 ____________________________________________________________________________
47235 [  7681] By: jhi                                   on 2000/11/14  14:01:41
47236         Log: Subject: tiny typo in perl5db.pl
47237              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47238              Date: Tue, 14 Nov 2000 09:29:28 +0300
47239              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
47240      Branch: perl
47241            ! lib/perl5db.pl
47242 ____________________________________________________________________________
47243 [  7680] By: jhi                                   on 2000/11/14  04:13:50
47244         Log: Redo #7679 with LFs instead of CRLFs.
47245      Branch: perl
47246            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
47247            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
47248            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
47249 ____________________________________________________________________________
47250 [  7679] By: jhi                                   on 2000/11/14  01:21:09
47251         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
47252              From: Benjamin Stuhl <tiriath@yahoo.com> 
47253              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
47254              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
47255      Branch: perl
47256            + win32/bin/mdelete.bat
47257            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
47258            ! makedef.pl perlio.c win32/Makefile win32/config.gc
47259            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
47260 ____________________________________________________________________________
47261 [  7678] By: jhi                                   on 2000/11/14  01:19:20
47262         Log: Fix the re extension building for Win32.
47263              
47264              Subject: [PATCH perl@7638] Get PerlIO building on Win32
47265              From: Benjamin Stuhl <tiriath@yahoo.com> 
47266              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
47267              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
47268      Branch: perl
47269            + ext/re/hints/MSWin32.pl
47270            ! MANIFEST
47271 ____________________________________________________________________________
47272 [  7677] By: jhi                                   on 2000/11/14  01:13:54
47273         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
47274              From: sthoenna@efn.org
47275              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
47276              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
47277      Branch: perl
47278            ! doop.c pp.c toke.c utf8.c utf8.h
47279 ____________________________________________________________________________
47280 [  7676] By: jhi                                   on 2000/11/13  20:23:15
47281         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
47282              From: Nicholas Clark <nick@ccl4.org>
47283              Date: Mon, 13 Nov 2000 18:55:04 +0000
47284              Message-ID: <20001113185504.J29183@plum.flirble.org>
47285      Branch: perl
47286            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
47287 ____________________________________________________________________________
47288 [  7675] By: nick                                  on 2000/11/13  20:21:57
47289         Log: Integrate mainline ...
47290      Branch: perlio
47291           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
47292           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
47293           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
47294           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
47295 ____________________________________________________________________________
47296 [  7674] By: jhi                                   on 2000/11/13  15:07:56
47297         Log: Update Changes.
47298      Branch: perl
47299            ! Changes patchlevel.h
47300 ____________________________________________________________________________
47301 [  7673] By: jhi                                   on 2000/11/13  14:42:42
47302         Log: Remove the new two tests of lib/io_xs for now, they seem to
47303              fail under perlio on some platforms.
47304      Branch: perl
47305            ! t/lib/io_xs.t
47306 ____________________________________________________________________________
47307 [  7672] By: jhi                                   on 2000/11/13  13:57:53
47308         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
47309      Branch: perl
47310            ! perlio.c
47311 ____________________________________________________________________________
47312 [  7671] By: jhi                                   on 2000/11/13  05:30:48
47313         Log: Placate nervous compilers that see longer than ints switch()ing.
47314      Branch: perl
47315            ! utf8.c
47316 ____________________________________________________________________________
47317 [  7670] By: jhi                                   on 2000/11/13  05:14:21
47318         Log: fputs() does return EOF on error but here we don't care.
47319      Branch: perl
47320            ! perlio.c
47321 ____________________________________________________________________________
47322 [  7669] By: jhi                                   on 2000/11/13  05:02:45
47323         Log: Declare reg_data like reg_substr_data.
47324      Branch: perl
47325            ! regexp.h
47326 ____________________________________________________________________________
47327 [  7668] By: jhi                                   on 2000/11/13  04:54:34
47328         Log: Typos in #7667.
47329      Branch: perl
47330            ! perl.h
47331 ____________________________________________________________________________
47332 [  7667] By: jhi                                   on 2000/11/13  04:49:49
47333         Log: Cleanup messy #ifdef.
47334      Branch: perl
47335            ! perl.h
47336 ____________________________________________________________________________
47337 [  7666] By: jhi                                   on 2000/11/13  04:17:34
47338         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
47339              From: Nicholas Clark <nick@talking.bollo.cx>
47340              Date: Sun, 12 Nov 2000 21:14:11 +0000
47341              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
47342              
47343              Note: only one breakage of the two reported is fixed by this patch.
47344      Branch: perl
47345            ! perlio.c
47346 ____________________________________________________________________________
47347 [  7665] By: jhi                                   on 2000/11/13  04:05:07
47348         Log: Tweak the definition of the bit complement on UTF-8 data:
47349              if none of the characters in the string are > 0xff,
47350              the result is a complemented byte string, not a (UTF-8)
47351              char string.  Based on the summary in
47352              
47353              Subject: Re: [ID 20000918.005] ~ on wide chars
47354              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
47355              Date: Fri, 10 Nov 2000 09:47:15 -0800
47356              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
47357              
47358              This should give us the maximum backward (pre-char string)
47359              compatibility and utf8 compatibility.  The other alternative
47360              would be to limit the bit complement to be always byte only,
47361              taking the least significant byte of the chars.
47362      Branch: perl
47363            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
47364 ____________________________________________________________________________
47365 [  7664] By: jhi                                   on 2000/11/13  00:23:44
47366         Log: Couple of tests from #7660 salvaged.
47367      Branch: perl
47368            - t/op/tell.t
47369            ! MANIFEST t/io/tell.t
47370 ____________________________________________________________________________
47371 [  7663] By: jhi                                   on 2000/11/13  00:02:48
47372         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
47373              From: Nicholas Clark <nick@talking.bollo.cx>
47374              Date: Sun, 12 Nov 2000 21:23:43 +0000
47375              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
47376      Branch: perl
47377            ! perlsfio.h
47378 ____________________________________________________________________________
47379 [  7662] By: jhi                                   on 2000/11/13  00:01:39
47380         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
47381              From: Nicholas Clark <nick@talking.bollo.cx>
47382              Date: Sun, 12 Nov 2000 21:30:04 +0000
47383              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
47384      Branch: perl
47385            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
47386 ____________________________________________________________________________
47387 [  7661] By: jhi                                   on 2000/11/12  23:57:29
47388         Log: Document tell() on special streams.
47389      Branch: perl
47390            ! pod/perlfunc.pod
47391 ____________________________________________________________________________
47392 [  7660] By: jhi                                   on 2000/11/12  23:54:22
47393         Log: (Subsumed by #7664)
47394      Branch: perl
47395            + t/op/tell.t
47396            ! MANIFEST
47397 ____________________________________________________________________________
47398 [  7659] By: jhi                                   on 2000/11/12  22:55:25
47399         Log: Many subdocumented return values of the IO extension now documented.
47400              ungetc and write still left subdocumented.
47401              
47402              Subject: [PATCH] (was Re: IO::Handle::ungetc)
47403              From: Nicholas Clark <nick@talking.bollo.cx>
47404              Date: Sun, 12 Nov 2000 21:35:53 +0000
47405              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
47406      Branch: perl
47407            ! ext/IO/lib/IO/Handle.pm
47408 ____________________________________________________________________________
47409 [  7658] By: jhi                                   on 2000/11/12  21:37:06
47410         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
47411              From: Nicholas Clark <nick@talking.bollo.cx>
47412              Date: Sun, 12 Nov 2000 20:03:22 +0000
47413              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
47414      Branch: perl
47415            ! pod/perlfunc.pod
47416 ____________________________________________________________________________
47417 [  7657] By: jhi                                   on 2000/11/12  20:34:55
47418         Log: Integrate perlio.
47419      Branch: perl
47420           !> perlio.c
47421 ____________________________________________________________________________
47422 [  7656] By: nick                                  on 2000/11/12  19:25:06
47423         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
47424      Branch: perlio
47425            ! perlio.c
47426 ____________________________________________________________________________
47427 [  7655] By: nick                                  on 2000/11/12  19:09:41
47428         Log: Integrate mainline
47429      Branch: perlio
47430           +> README.solaris ext/Encode/Encode/cp1006.enc
47431           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
47432           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
47433           +> ext/Encode/Encode/iso8859-13.enc
47434           +> ext/Encode/Encode/iso8859-14.enc
47435           +> ext/Encode/Encode/iso8859-15.enc
47436           !> (integrate 34 files)
47437 ____________________________________________________________________________
47438 [  7654] By: jhi                                   on 2000/11/12  19:00:22
47439         Log: Add a metaconfig unit for fsync.
47440      Branch: metaconfig/U/perl
47441            + d_fsync.U
47442 ____________________________________________________________________________
47443 [  7653] By: jhi                                   on 2000/11/12  19:00:01
47444         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
47445      Branch: perl
47446            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47447            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
47448            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47449            ! vos/config.ga.h win32/config.bc win32/config.gc
47450            ! win32/config.vc
47451 ____________________________________________________________________________
47452 [  7652] By: jhi                                   on 2000/11/11  21:12:01
47453         Log: Copy the s// information of README.hpux also to the perlrun.
47454      Branch: perl
47455            ! README.hpux pod/perlrun.pod
47456 ____________________________________________________________________________
47457 [  7651] By: jhi                                   on 2000/11/11  21:03:13
47458         Log: More README.solaris updates from Andy Dougherty.
47459      Branch: perl
47460            ! README.solaris
47461 ____________________________________________________________________________
47462 [  7650] By: jhi                                   on 2000/11/11  18:38:57
47463         Log: More descriptive error for unknown perlio layers.
47464              
47465              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
47466              From: Dominic Dunlop <domo@computer.org> 
47467              Date: Sat, 11 Nov 2000 18:20:32 +0100             
47468              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
47469      Branch: perl
47470            ! perlio.c pod/perldiag.pod
47471 ____________________________________________________________________________
47472 [  7649] By: jhi                                   on 2000/11/11  18:37:52
47473         Log: MachTen doesn't really do mmap() and munmap().
47474              
47475              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
47476              From: Dominic Dunlop <domo@computer.org> 
47477              Date: Sat, 11 Nov 2000 18:20:32 +0100             
47478              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
47479      Branch: perl
47480            ! hints/machten.sh
47481 ____________________________________________________________________________
47482 [  7648] By: jhi                                   on 2000/11/11  18:36:46
47483         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
47484              From: rspier@pobox.com (Robert Spier)
47485              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
47486              Message-ID: <14861.32839.491271.985797@rls.cx>
47487      Branch: perl
47488            ! Porting/Contract pod/perltoot.pod
47489 ____________________________________________________________________________
47490 [  7647] By: jhi                                   on 2000/11/11  18:35:30
47491         Log: Simplify the getpagesize() unit by dropping the
47492              pagesize probe since it's nowadays slightly more
47493              complicated because of sysconf(). (Note: if some
47494              platform really needs the -lPW for getpagesize,
47495              I just broke it.)
47496              
47497              TODO: a new pagesize unit.
47498      Branch: metaconfig
47499            ! U/compline/d_getpagsz.U
47500 ____________________________________________________________________________
47501 [  7646] By: jhi                                   on 2000/11/11  18:33:23
47502         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
47503      Branch: perl
47504            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47505            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
47506            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47507            ! vos/config.ga.h win32/config.bc win32/config.gc
47508            ! win32/config.vc
47509 ____________________________________________________________________________
47510 [  7645] By: jhi                                   on 2000/11/11  16:45:15
47511         Log: Use sysconf() or getpagesize() to find out the pagesize.
47512      Branch: perl
47513            ! perlio.c
47514 ____________________________________________________________________________
47515 [  7644] By: jhi                                   on 2000/11/11  15:46:08
47516         Log: Integrate perlio.
47517      Branch: perl
47518           !> perlio.c
47519 ____________________________________________________________________________
47520 [  7643] By: jhi                                   on 2000/11/11  15:33:36
47521         Log: Subject: Re: [PATCH] README.solaris
47522              From: Lupe Christoph <lupe@lupe-christoph.de>
47523              Date: Sat, 11 Nov 2000 14:08:10 +0100
47524              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
47525      Branch: perl
47526            ! README.solaris
47527 ____________________________________________________________________________
47528 [  7642] By: jhi                                   on 2000/11/11  15:22:12
47529         Log: Subject: [PATCH perl@7638] cygwin port
47530              From: "Eric Fifer" <egf7@columbia.edu>            
47531              Date: Fri, 10 Nov 2000 19:30:30 -0000
47532              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
47533      Branch: perl
47534            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
47535 ____________________________________________________________________________
47536 [  7641] By: nick                                  on 2000/11/11  14:50:36
47537         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
47538              Also call "Buf" layer directly when unread'ing non-read chars.
47539      Branch: perlio
47540            ! perlio.c
47541 ____________________________________________________________________________
47542 [  7640] By: jhi                                   on 2000/11/11  02:05:02
47543         Log: Add more encoding tables.
47544      Branch: perl
47545            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
47546            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
47547            + ext/Encode/Encode/iso8859-10.enc
47548            + ext/Encode/Encode/iso8859-13.enc
47549            + ext/Encode/Encode/iso8859-14.enc
47550            + ext/Encode/Encode/iso8859-15.enc
47551            ! MANIFEST
47552 ____________________________________________________________________________
47553 [  7639] By: jhi                                   on 2000/11/10  18:49:25
47554         Log: Subject: [PATCH] README.solaris
47555              From: Andy Dougherty <doughera@lafayette.edu>
47556              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
47557              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
47558      Branch: perl
47559            + README.solaris
47560            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
47561            ! pod/perl.pod pod/perltoc.pod
47562 ____________________________________________________________________________
47563 [  7638] By: jhi                                   on 2000/11/10  15:04:15
47564         Log: Update Changes.
47565      Branch: perl
47566            ! Changes patchlevel.h
47567 ____________________________________________________________________________
47568 [  7637] By: jhi                                   on 2000/11/10  14:14:28
47569         Log: Explain better why certain regex tests are skipped.
47570              
47571              Subject: Re: tests skipped: unknown reason
47572              From: Lupe Christoph <lupe@lupe-christoph.de>
47573              Date: Fri, 10 Nov 2000 09:08:56 +0100
47574              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
47575      Branch: perl
47576            ! t/op/regexp.t
47577 ____________________________________________________________________________
47578 [  7636] By: nick                                  on 2000/11/10  13:40:00
47579         Log: Integrate mainline.
47580      Branch: perlio
47581           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
47582           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
47583           !> win32/bin/search.pl
47584 ____________________________________________________________________________
47585 [  7635] By: nick                                  on 2000/11/10  13:25:52
47586         Log: Re-instate stdio large file support via perlio.
47587      Branch: perl
47588            ! perlio.c
47589 ____________________________________________________________________________
47590 [  7634] By: jhi                                   on 2000/11/10  04:49:55
47591         Log: Amdahl UTS hints updates.
47592              
47593              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
47594              From: hom00@utsglobal.com (Harold O Morris)
47595              Date: Thu, 9 Nov 2000 20:02 PST
47596              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
47597      Branch: perl
47598            ! hints/uts.sh
47599 ____________________________________________________________________________
47600 [  7633] By: jhi                                   on 2000/11/09  23:33:28
47601         Log: Subject: [PATCH] IO::Seekable pod
47602              From: Nicholas Clark <nick@talking.bollo.cx>
47603              Date: Thu, 9 Nov 2000 20:29:45 +0000
47604              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
47605      Branch: perl
47606            ! ext/IO/lib/IO/Handle.pm
47607 ____________________________________________________________________________
47608 [  7632] By: jhi                                   on 2000/11/09  21:55:41
47609         Log: Various doc oddball characters.
47610              
47611              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
47612              From: Michael Somos <somos@grail.cba.csuohio.edu>
47613              Date: Mon, 6 Nov 2000 17:44:20 -0500
47614              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
47615      Branch: perl
47616            ! emacs/cperl-mode.el lib/unicode/syllables.txt
47617            ! win32/bin/search.pl
47618 ____________________________________________________________________________
47619 [  7631] By: jhi                                   on 2000/11/09  21:12:29
47620         Log: Subject: Re: bash -c exit and linux hints 
47621              From: "John P. Linderman" <jpl@research.att.com>
47622              Date: Thu, 02 Nov 2000 09:37:25 -0500
47623              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
47624      Branch: perl
47625            ! hints/linux.sh
47626 ____________________________________________________________________________
47627 [  7630] By: nick                                  on 2000/11/09  20:34:11
47628         Log: Integrate mainline.
47629      Branch: perlio
47630           !> (integrate 91 files)
47631 ____________________________________________________________________________
47632 [  7629] By: jhi                                   on 2000/11/09  19:46:31
47633         Log: Missing dTHXs.
47634              
47635              Subject: RE: perl@7595 builds not on cygwin
47636              From: "Eric Fifer" <egf7@columbia.edu>
47637              Date: Thu, 9 Nov 2000 19:26:50 -0000
47638              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
47639      Branch: perl
47640            ! ext/Devel/Peek/Peek.xs
47641 ____________________________________________________________________________
47642 [  7628] By: jhi                                   on 2000/11/09  14:48:27
47643         Log: Disable only the tests 99 and 166 for UTF-8 locales.
47644      Branch: perl
47645            ! t/pragma/locale.t
47646 ____________________________________________________________________________
47647 [  7627] By: jhi                                   on 2000/11/09  14:40:27
47648         Log: There's no =head3.
47649      Branch: perl
47650            ! pod/perlhack.pod
47651 ____________________________________________________________________________
47652 [  7626] By: jhi                                   on 2000/11/09  13:54:26
47653         Log: The generated boot_* headers are wrong.  Pickier compiler,
47654              such as KAI C++ will refuse to compile the resulting perlmain.
47655              
47656              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
47657              From: Harri Pasanen <harri.pasanen@trema.com>
47658              Date: Thu, 09 Nov 2000 14:23:28 +0100
47659              Message-Id: <3A0AA550.26D548A3@trema.com>
47660      Branch: perl
47661            ! minimod.pl
47662 ____________________________________________________________________________
47663 [  7625] By: jhi                                   on 2000/11/09  13:50:44
47664         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
47665              From: Prymmer/Kahn <pvhp@best.com>
47666              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
47667              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
47668              
47669              All except the "cow orker" change.
47670      Branch: perl
47671            ! Porting/pumpkin.pod
47672 ____________________________________________________________________________
47673 [  7624] By: jhi                                   on 2000/11/09  13:45:33
47674         Log: Fix for
47675              
47676              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
47677              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
47678              Date: Thu, 09 Nov 2000 11:05:52 +0100
47679              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
47680      Branch: perl
47681            ! pod/perldiag.pod t/pragma/warn/pp_sys
47682 ____________________________________________________________________________
47683 [  7623] By: jhi                                   on 2000/11/09  13:37:16
47684         Log: Typo in an ifndef.
47685              
47686              Subject: Re: [PATCH 5.7.0] better messages from malloc()
47687              From: Joe Smith <jms@inwap.com>         
47688              Date: Thu, 09 Nov 2000 01:33:14 -0800
47689              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
47690      Branch: perl
47691            ! malloc.c
47692 ____________________________________________________________________________
47693 [  7622] By: jhi                                   on 2000/11/09  13:31:18
47694         Log: Remove unused extra arguments.
47695      Branch: metaconfig/U/perl
47696            ! perlxv.U
47697      Branch: perl
47698            ! Configure config_h.SH
47699 ____________________________________________________________________________
47700 [  7621] By: jhi                                   on 2000/11/09  13:16:36
47701         Log: More VMS moves on environment handling, from Charles Lane.
47702      Branch: perl
47703            ! t/pragma/locale.t
47704 ____________________________________________________________________________
47705 [  7620] By: jhi                                   on 2000/11/09  04:42:38
47706         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
47707              From: David Dyck <dcd@tc.fluke.com>
47708              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
47709              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
47710      Branch: perl
47711            ! pp_sys.c
47712 ____________________________________________________________________________
47713 [  7619] By: jhi                                   on 2000/11/09  04:36:21
47714         Log: Forgot from #7618.
47715      Branch: perl
47716            ! lib/File/stat.pm
47717 ____________________________________________________________________________
47718 [  7618] By: jhi                                   on 2000/11/09  04:28:44
47719         Log: Make deleting for %ENV work for (newer versions of) VMS,
47720              from Craig A. Berry.
47721      Branch: perl
47722            ! vms/vms.c
47723 ____________________________________________________________________________
47724 [  7617] By: jhi                                   on 2000/11/09  04:25:05
47725         Log: Subject: [PATCH] Class::Struct at compile time
47726              From: "Casey R. Tweten" <crt@kiski.net>
47727              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
47728              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
47729      Branch: perl
47730            ! lib/Class/Struct.pm
47731 ____________________________________________________________________________
47732 [  7616] By: jhi                                   on 2000/11/09  04:15:17
47733         Log: Subject: [ID 20001108.013] spelling
47734              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
47735              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
47736              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
47737      Branch: perl
47738            ! lib/ftp.pl
47739 ____________________________________________________________________________
47740 [  7615] By: jhi                                   on 2000/11/09  04:12:42
47741         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
47742              From: Peter Prymmer <pvhp@forte.com>
47743              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
47744              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
47745      Branch: perl
47746            ! configure.com
47747 ____________________________________________________________________________
47748 [  7614] By: jhi                                   on 2000/11/08  22:42:55
47749         Log: A missing aTHX_.
47750      Branch: perl
47751            ! ext/IPC/SysV/SysV.xs
47752 ____________________________________________________________________________
47753 [  7613] By: jhi                                   on 2000/11/08  19:30:21
47754         Log: Update Changes.
47755      Branch: perl
47756            ! Changes patchlevel.h
47757 ____________________________________________________________________________
47758 [  7612] By: jhi                                   on 2000/11/08  18:35:25
47759         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
47760              From: David Dyck <dcd@tc.fluke.com>
47761              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
47762              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
47763      Branch: perl
47764            ! pp_sys.c
47765 ____________________________________________________________________________
47766 [  7611] By: jhi                                   on 2000/11/08  18:30:26
47767         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
47768              From: Dominic Dunlop <domo@computer.org>
47769              Date: Tue, 7 Nov 2000 12:05:25 +0100
47770              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
47771      Branch: perl
47772            ! malloc.c
47773 ____________________________________________________________________________
47774 [  7610] By: jhi                                   on 2000/11/08  18:25:14
47775         Log: Do not test UTF-8 locales since that the tests would require
47776              polymorphic regexen.
47777      Branch: perl
47778            ! t/pragma/locale.t
47779 ____________________________________________________________________________
47780 [  7609] By: jhi                                   on 2000/11/08  17:12:51
47781         Log: Locale buglets.
47782              
47783              Subject: RE: Locales support (setlocale) fixes
47784              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47785              Date: Wed, 8 Nov 2000 20:01:39 +0300
47786              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
47787      Branch: perl
47788            ! t/pragma/locale.t util.c
47789 ____________________________________________________________________________
47790 [  7608] By: jhi                                   on 2000/11/08  17:00:16
47791         Log: Deleting $ENV{PATH} in VMS is not recommendable.
47792      Branch: perl
47793            ! t/pragma/locale.t
47794 ____________________________________________________________________________
47795 [  7607] By: jhi                                   on 2000/11/08  16:58:26
47796         Log: Subject: PATCH std stdio for (Free)BSD
47797              From: Nicholas Clark <nick@ccl4.org>
47798              Date: Wed, 8 Nov 2000 15:36:29 +0000
47799              Message-ID: <20001108153629.D98736@plum.flirble.org>
47800      Branch: metaconfig
47801            ! U/compline/d_stdstdio.U
47802      Branch: perl
47803            ! Configure config_h.SH
47804 ____________________________________________________________________________
47805 [  7606] By: jhi                                   on 2000/11/08  16:43:31
47806         Log: Forgot to bump the line numbers in #7601.
47807      Branch: perl
47808            ! t/pragma/warn/pp_sys
47809 ____________________________________________________________________________
47810 [  7605] By: jhi                                   on 2000/11/08  16:39:12
47811         Log: More careful detection of how well NVs and UVs mix.
47812              
47813              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))
47814              From: Nicholas Clark <nick@ccl4.org>
47815              Date: Wed, 8 Nov 2000 15:14:12 +0000
47816              Message-ID: <20001108151412.B98736@plum.flirble.org>
47817              
47818              Added some SIGFPE paranoia.
47819      Branch: metaconfig/U/perl
47820            ! perlxv.U
47821      Branch: perl
47822            ! Configure config_h.SH
47823 ____________________________________________________________________________
47824 [  7604] By: jhi                                   on 2000/11/08  14:39:10
47825         Log: Subject: [patch perl@7595] VMS configure.com tweak
47826              From: "Craig A. Berry" <craigberry@mac.com>
47827              Date: Wed, 8 Nov 2000 00:24:12 -0600
47828              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
47829      Branch: perl
47830            ! configure.com
47831 ____________________________________________________________________________
47832 [  7603] By: jhi                                   on 2000/11/08  14:27:11
47833         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
47834              From: Robin Barker <rmb1@cise.npl.co.uk>
47835              Date: Wed, 8 Nov 2000 11:11:39 GMT
47836              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
47837      Branch: perl
47838            ! perlio.c
47839 ____________________________________________________________________________
47840 [  7602] By: jhi                                   on 2000/11/08  14:25:03
47841         Log: Fix for the tie-refhash string table leaks.
47842              
47843              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
47844              Date: Wed, 8 Nov 2000 13:03:04 GMT
47845              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
47846      Branch: perl
47847            ! t/lib/tie-refhash.t
47848 ____________________________________________________________________________
47849 [  7601] By: jhi                                   on 2000/11/08  14:21:08
47850         Log: Try to avoid flockless and emulationless places.
47851      Branch: perl
47852            ! t/pragma/warn/pp_sys
47853 ____________________________________________________________________________
47854 [  7600] By: jhi                                   on 2000/11/08  02:28:54
47855         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
47856              
47857              Subject: [PATCH] prototyped functions that should be overrideable
47858              From: "Casey R. Tweten" <crt@kiski.net>
47859              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
47860              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
47861      Branch: perl
47862            ! toke.c
47863 ____________________________________________________________________________
47864 [  7599] By: jhi                                   on 2000/11/08  01:12:05
47865         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
47866              
47867              Subject: [PATCH] perlbug.PL
47868              From: "Kurt D. Starsinic" <kstar@chapin.edu>
47869              Date: Mon, 6 Nov 2000 21:39:01 -0500
47870              Message-ID: <20001106213901.B20955@O2.chapin.edu>
47871      Branch: perl
47872            ! utils/perlbug.PL
47873 ____________________________________________________________________________
47874 [  7598] By: jhi                                   on 2000/11/07  23:42:00
47875         Log: Bad thinko in #7581 (I used the test program with the expanded
47876              values as-is).
47877      Branch: metaconfig
47878            ! U/compline/d_stdstdio.U
47879      Branch: perl
47880            ! Configure
47881 ____________________________________________________________________________
47882 [  7597] By: jhi                                   on 2000/11/07  21:43:29
47883         Log: Subject: [PATCH perl@7573] cygwin port
47884              From: "Fifer, Eric" <EFifer@sanwaint.com>
47885              Date: Tue, 7 Nov 2000 18:08:51 -0000 
47886              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
47887              
47888              Synchronize with Cygwin 1.1.5.
47889      Branch: perl
47890            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
47891            ! pod/perlport.pod unixish.h util.c
47892 ____________________________________________________________________________
47893 [  7596] By: jhi                                   on 2000/11/07  21:39:25
47894         Log: perlhack updates from H.Merijn Brand.
47895      Branch: perl
47896            ! pod/perlhack.pod
47897 ____________________________________________________________________________
47898 [  7595] By: jhi                                   on 2000/11/07  20:21:41
47899         Log: Update Changes.
47900      Branch: perl
47901            ! Changes patchlevel.h
47902 ____________________________________________________________________________
47903 [  7594] By: jhi                                   on 2000/11/07  19:18:58
47904         Log: Be more robust in Dynaloader.pm.
47905      Branch: perl
47906            ! ext/DynaLoader/DynaLoader_pm.PL
47907 ____________________________________________________________________________
47908 [  7593] By: jhi                                   on 2000/11/07  16:49:31
47909         Log: AUTHORS update.
47910      Branch: perl
47911            ! AUTHORS
47912 ____________________________________________________________________________
47913 [  7592] By: gsar                                  on 2000/11/07  16:39:51
47914         Log: normalize relative paths in virtualized current directory on windows,
47915              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
47916              returns)
47917      Branch: perl
47918            ! win32/vdir.h
47919 ____________________________________________________________________________
47920 [  7591] By: jhi                                   on 2000/11/07  16:04:26
47921         Log: Too profiler-happy: with optimization the #7590 actually makes
47922              the test to run 0.5% _slower_.  Requires much more instrumentation.
47923              Retract #7590.
47924      Branch: perl
47925            ! regcomp.c regcomp.h
47926 ____________________________________________________________________________
47927 [  7590] By: jhi                                   on 2000/11/07  15:51:13
47928         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
47929              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
47930              by using memset() and testing bytewise (as opposed to bitwise).
47931      Branch: perl
47932            ! regcomp.c regcomp.h
47933 ____________________________________________________________________________
47934 [  7589] By: jhi                                   on 2000/11/07  12:56:39
47935         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
47936              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47937              Date: Mon, 06 Nov 2000 23:45:30 -0500
47938              Message-Id: <0011079735.AA973576259@univpress.com>
47939      Branch: perl
47940            ! configure.com t/lib/st-lock.t
47941 ____________________________________________________________________________
47942 [  7588] By: jhi                                   on 2000/11/07  01:03:28
47943         Log: Tweak #7587.
47944      Branch: perl
47945            ! pod/perldiag.pod
47946 ____________________________________________________________________________
47947 [  7587] By: jhi                                   on 2000/11/07  01:00:27
47948         Log: A doc addition for bug id 20001105.019, beware \p.
47949      Branch: perl
47950            ! pod/perldiag.pod
47951 ____________________________________________________________________________
47952 [  7586] By: jhi                                   on 2000/11/07  00:32:22
47953         Log: Fake support of holey files in win/dosish platforms.
47954              
47955              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
47956              From: kipp@shonanblue.ne.jp
47957              Date: Mon, 6 Nov 2000 13:30:55 -0800
47958              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
47959      Branch: perl
47960            ! ext/SDBM_File/sdbm/sdbm.c
47961 ____________________________________________________________________________
47962 [  7585] By: jhi                                   on 2000/11/07  00:12:54
47963         Log: Subject: Pod updates
47964              From: "Stephen P. Potter" <spp@spotter.yi.org>
47965              Date: Mon, 06 Nov 2000 18:56:43 -0500
47966              Message-Id: <200011062357.SAA18173@spotter.yi.org>
47967      Branch: perl
47968            ! README.dos README.os2 README.win32 pod/buildtoc.PL
47969            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
47970            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
47971            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
47972            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
47973            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
47974            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
47975            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
47976            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
47977            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
47978            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
47979            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
47980            ! pod/perltootc.pod pod/perlunicode.pod
47981 ____________________________________________________________________________
47982 [  7584] By: jhi                                   on 2000/11/07  00:04:17
47983         Log: Varargs don't always work too well if one puts an unsigned
47984              char on the stack and pop an unsigned quad off the stack.
47985              
47986              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
47987              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
47988              Date: Mon, 06 Nov 2000 15:19:05 -0800
47989              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
47990      Branch: perl
47991            ! utf8.c
47992 ____________________________________________________________________________
47993 [  7583] By: jhi                                   on 2000/11/06  23:58:48
47994         Log: %ENV note tweaks from Dan Sugalski.
47995      Branch: perl
47996            ! pod/perlport.pod vms/perlvms.pod
47997 ____________________________________________________________________________
47998 [  7582] By: jhi                                   on 2000/11/06  23:05:49
47999         Log: glibc5 detection by __GNU_LIBRARY__.
48000      Branch: perl
48001            ! toke.c
48002 ____________________________________________________________________________
48003 [  7581] By: jhi                                   on 2000/11/06  22:51:29
48004         Log: Make the stdio test program of 7427 less noisy while being 
48005              compiled so that Digital UNIX wouldn't get both
48006              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
48007              undefined.  This makes perlio happy.
48008      Branch: metaconfig
48009            ! U/compline/d_stdstdio.U
48010      Branch: perl
48011            ! Configure config_h.SH
48012 ____________________________________________________________________________
48013 [  7580] By: jhi                                   on 2000/11/06  22:41:41
48014         Log: Document %ENV = () portability issues.
48015      Branch: perl
48016            ! pod/perlport.pod vms/perlvms.pod
48017 ____________________________________________________________________________
48018 [  7579] By: jhi                                   on 2000/11/06  21:29:24
48019         Log: VOS updates from Paul Green.
48020      Branch: perl
48021            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48022 ____________________________________________________________________________
48023 [  7578] By: jhi                                   on 2000/11/06  21:00:40
48024         Log: Sanitize the environment further.
48025      Branch: perl
48026            ! t/pragma/locale.t
48027 ____________________________________________________________________________
48028 [  7577] By: jhi                                   on 2000/11/06  20:53:51
48029         Log: Re-introduce 7552 lost in integration.
48030      Branch: perl
48031            ! perlio.c
48032 ____________________________________________________________________________
48033 [  7576] By: jhi                                   on 2000/11/06  20:33:46
48034         Log: Admit that the test leaks scalars.
48035      Branch: perl
48036            ! t/comp/proto.t
48037 ____________________________________________________________________________
48038 [  7575] By: jhi                                   on 2000/11/06  20:17:08
48039         Log: Integrate perlio.
48040      Branch: perl
48041           !> perlio.c
48042 ____________________________________________________________________________
48043 [  7574] By: nick                                  on 2000/11/06  20:07:28
48044         Log: Remove debug. Try (Mmap_t) on madvise() call.
48045      Branch: perlio
48046            ! perlio.c
48047 ____________________________________________________________________________
48048 [  7573] By: jhi                                   on 2000/11/06  13:56:05
48049         Log: Update Changes.
48050      Branch: perl
48051            ! Changes patchlevel.h
48052 ____________________________________________________________________________
48053 [  7572] By: jhi                                   on 2000/11/06  13:48:41
48054         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
48055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48056              Date: Mon, 06 Nov 2000 10:11:42 +0100
48057              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
48058      Branch: perl
48059            ! pod/perlhack.pod
48060 ____________________________________________________________________________
48061 [  7571] By: jhi                                   on 2000/11/06  01:45:51
48062         Log: AUTHORS updates.
48063      Branch: perl
48064            ! AUTHORS
48065 ____________________________________________________________________________
48066 [  7570] By: jhi                                   on 2000/11/06  00:18:00
48067         Log: Fix for
48068              
48069              Subject: [ID 20000728.005] perl -P broken
48070              From: David Dyck <dcd@tc.fluke.com>
48071              Date: Fri, 28 Jul 2000 17:19:16 -0700
48072              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
48073              
48074              (hopefully).  The fix is also not complete, it seems to break
48075              BOM swallowing for libc5 systems, but until someone figures
48076              out a way to do this without ftell(), this will do.
48077      Branch: perl
48078            ! toke.c
48079 ____________________________________________________________________________
48080 [  7569] By: jhi                                   on 2000/11/06  00:05:30
48081         Log: Document that the evaled syntax errors cause scalar leaks.
48082      Branch: perl
48083            ! t/comp/proto.t
48084 ____________________________________________________________________________
48085 [  7568] By: jhi                                   on 2000/11/05  23:14:47
48086         Log: opmini.o can linger from Configures past.
48087      Branch: perl
48088            ! Makefile.SH
48089 ____________________________________________________________________________
48090 [  7567] By: jhi                                   on 2000/11/05  21:28:39
48091         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
48092              first argument correctly.
48093      Branch: perl
48094            ! perlio.c
48095 ____________________________________________________________________________
48096 [  7566] By: jhi                                   on 2000/11/05  21:15:56
48097         Log: Integrate perlio.
48098      Branch: perl
48099           !> perlio.c
48100 ____________________________________________________________________________
48101 [  7565] By: jhi                                   on 2000/11/05  21:15:13
48102         Log: Use -dM for gcc (the suggested patch did it only for Linux,
48103              but I think it can be generalized).
48104              
48105              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
48106              From: Pixel <pixel@mandrakesoft.com>
48107              Date: 05 Nov 2000 21:49:34 +0100 
48108              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
48109      Branch: perl
48110            ! ext/Errno/Errno_pm.PL
48111 ____________________________________________________________________________
48112 [  7564] By: nick                                  on 2000/11/05  21:09:18
48113         Log: Added a mmap layer as a "subclass" of perlio.
48114              PERLIO=mmap ./perl harness passes
48115      Branch: perlio
48116            ! perlio.c
48117 ____________________________________________________________________________
48118 [  7563] By: jhi                                   on 2000/11/05  19:48:55
48119         Log: Add a note for future generations about bug id 20000229.006.
48120      Branch: perl
48121            ! malloc.c
48122 ____________________________________________________________________________
48123 [  7562] By: jhi                                   on 2000/11/05  19:38:24
48124         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
48125      Branch: perl
48126            ! pp_ctl.c t/op/pos.t
48127 ____________________________________________________________________________
48128 [  7561] By: jhi                                   on 2000/11/05  18:21:46
48129         Log: Add =pod to be tidy.
48130      Branch: perl
48131            ! lib/Math/Complex.pm
48132 ____________________________________________________________________________
48133 [  7560] By: jhi                                   on 2000/11/05  17:38:46
48134         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
48135      Branch: perl
48136            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48137            ! ext/Storable/Storable.xs t/lib/st-recurse.t
48138 ____________________________________________________________________________
48139 [  7559] By: jhi                                   on 2000/11/05  17:32:59
48140         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
48141              From: "Peter J. Farley III" <pjfarley@banet.net>
48142              Date: Sun, 05 Nov 2000 11:55:59 -0500
48143              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
48144      Branch: perl
48145            ! t/lib/syslog.t
48146 ____________________________________________________________________________
48147 [  7558] By: jhi                                   on 2000/11/05  17:29:19
48148         Log: Integrate perlio.
48149      Branch: perl
48150           !> perlio.c
48151 ____________________________________________________________________________
48152 [  7557] By: jhi                                   on 2000/11/05  17:22:01
48153         Log: A fix of sorts for 20000329.026, a better error message
48154              for a missing "use charnames" when using the \N{...}. 
48155      Branch: perl
48156            ! pod/perldiag.pod toke.c
48157 ____________________________________________________________________________
48158 [  7556] By: jhi                                   on 2000/11/05  16:33:50
48159         Log: Test tweak: show also the failed locales.
48160              
48161              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
48162              From: Lupe Christoph <lupe@lupe-christoph.de>         
48163              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
48164              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
48165      Branch: perl
48166            ! t/pragma/locale.t
48167 ____________________________________________________________________________
48168 [  7555] By: nick                                  on 2000/11/05  11:09:34
48169         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
48170              open RDWR so does not fail. (pragma/warnings 303 again...)
48171      Branch: perlio
48172            ! perlio.c
48173 ____________________________________________________________________________
48174 [  7554] By: nick                                  on 2000/11/05  10:10:13
48175         Log: Fix case where ungetc(f,EOF) was allowed.
48176              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
48177              so we can see similarities.
48178              Use types more carefully and a STDCHAR array in hope that this will
48179              fix Jarrko's 64bit machine.
48180      Branch: perlio
48181            ! perlio.c
48182 ____________________________________________________________________________
48183 [  7553] By: jhi                                   on 2000/11/05  01:12:16
48184         Log: Fix for
48185              
48186              Subject: [ID 20001004.007] taint propogation is inconsistent
48187              From: pimlott@idiomtech.com (Andrew Pimlott) 
48188              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
48189              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
48190              
48191              The culprit was sv_setsv() which was rather blindly
48192              propagating taint, which lead to behaviour where if
48193              a tainted anon hash value was seen all the hash values
48194              from then on at that level became tainted, or at any
48195              upper levels in the case of nested anon hashes.
48196      Branch: perl
48197            ! sv.c t/op/taint.t
48198 ____________________________________________________________________________
48199 [  7552] By: jhi                                   on 2000/11/04  23:44:18
48200         Log: Some cpps don't like splitting conditionals across several lines.
48201      Branch: perl
48202            ! perlio.c
48203 ____________________________________________________________________________
48204 [  7551] By: nick                                  on 2000/11/04  23:40:44
48205         Log: Integrate mainline
48206      Branch: perlio
48207           !> pp_hot.c t/op/taint.t
48208 ____________________________________________________________________________
48209 [  7550] By: nick                                  on 2000/11/04  23:39:05
48210         Log: Integrate mainline again
48211      Branch: perlio
48212           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
48213           !> t/lib/b.t t/op/misc.t util.c
48214 ____________________________________________________________________________
48215 [  7549] By: jhi                                   on 2000/11/04  23:14:01
48216         Log: Fix for
48217              
48218              Subject: [ID 20001004.006] undef is never tainted
48219              From: pimlott@idiomtech.com (Andrew Pimlott)
48220              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
48221              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
48222              
48223              An undef read from a slurped file was not tainted.
48224      Branch: perl
48225            ! pp_hot.c t/op/taint.t
48226 ____________________________________________________________________________
48227 [  7548] By: jhi                                   on 2000/11/04  22:56:21
48228         Log: Test tweak ($Config{useperlio} is by default undef) .
48229      Branch: perl
48230            ! t/lib/b.t
48231 ____________________________________________________________________________
48232 [  7547] By: jhi                                   on 2000/11/04  22:43:56
48233         Log: Integrate perlio.
48234      Branch: perl
48235           +> lib/perlio.pm
48236           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
48237           !> pod/perlapi.pod t/lib/b.t
48238 ____________________________________________________________________________
48239 [  7546] By: jhi                                   on 2000/11/04  22:40:59
48240         Log: Configure would use a bad $myuname from an old config.sh.
48241              
48242              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
48243              From: Andy Dougherty <doughera@lafayette.edu>
48244              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
48245              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
48246      Branch: metaconfig
48247            ! U/modified/Oldconfig.U
48248      Branch: perl
48249            ! Configure config_h.SH
48250 ____________________________________________________________________________
48251 [  7545] By: jhi                                   on 2000/11/04  22:36:54
48252         Log: Subject: Locales support (setlocale) fixes
48253              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48254              Date: Sat, 4 Nov 2000 10:15:48 +0300 
48255              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
48256              
48257              Modified quite a bit to be more portable.
48258      Branch: perl
48259            ! embed.h embed.pl perl.h proto.h util.c
48260 ____________________________________________________________________________
48261 [  7544] By: jhi                                   on 2000/11/04  22:32:47
48262         Log: Dying is too strict here, better just skip.
48263      Branch: perl
48264            ! t/op/misc.t
48265 ____________________________________________________________________________
48266 [  7543] By: nick                                  on 2000/11/04  21:55:13
48267         Log: Merge mainline
48268      Branch: perlio
48269           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
48270           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
48271           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
48272           !> (integrate 64 files)
48273 ____________________________________________________________________________
48274 [  7542] By: jhi                                   on 2000/11/04  21:09:28
48275         Log: More Changes tweakery.
48276      Branch: perl
48277            ! Changes Porting/genlog
48278 ____________________________________________________________________________
48279 [  7541] By: jhi                                   on 2000/11/04  20:58:18
48280         Log: Changes fixups.
48281      Branch: perl
48282            ! Changes
48283 ____________________________________________________________________________
48284 [  7540] By: jhi                                   on 2000/11/04  20:42:38
48285         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
48286              create a "fast path" for locale name probing using "locale -a"
48287              if available, squash finally hopefully the s?printf resetting
48288              the numeric locale (since, IIUC perllocale, it never shouldn't). 
48289      Branch: perl
48290            ! sv.c t/op/misc.t t/pragma/locale.t
48291 ____________________________________________________________________________
48292 [  7539] By: nick                                  on 2000/11/04  19:56:10
48293         Log: PerlIO infrastructure complete.
48294      Branch: perlio
48295            + lib/perlio.pm
48296            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
48297 ____________________________________________________________________________
48298 [  7538] By: nick                                  on 2000/11/04  14:31:32
48299         Log: Type tweaks + less contorted allocation scheme
48300      Branch: perlio
48301            ! perlio.c
48302 ____________________________________________________________________________
48303 [  7537] By: nick                                  on 2000/11/04  12:40:42
48304         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
48305              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
48306              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
48307              sensible) which lead to some interesting fails.
48308      Branch: perlio
48309            ! perlio.c
48310 ____________________________________________________________________________
48311 [  7536] By: jhi                                   on 2000/11/04  00:20:02
48312         Log: Add FCNTL_CAN_LOCK.
48313              
48314              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
48315              From: Andy Dougherty <doughera@lafayette.edu>
48316              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
48317              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
48318              
48319              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
48320              From: Andy Dougherty <doughera@lafayette.edu>
48321              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
48322              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
48323      Branch: metaconfig/U/perl
48324            + d_fcntl_can_lock.U
48325            ! startperl.U
48326      Branch: perl
48327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48328            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
48329            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48330            ! vos/config.ga.h win32/config.bc win32/config.gc
48331            ! win32/config.vc
48332 ____________________________________________________________________________
48333 [  7535] By: nick                                  on 2000/11/03  22:19:10
48334         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
48335              - Works on Linux with
48336              perlio + unix
48337              stdio
48338              - Works on Solaris with
48339              perlio + unix
48340              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
48341              - Fails (hangs in openpid) if you try and stack
48342              perlio + stdio - Linux stdio's read() logic is hanging.
48343      Branch: perlio
48344            ! iperlsys.h perlio.c
48345 ____________________________________________________________________________
48346 [  7534] By: jhi                                   on 2000/11/03  15:16:02
48347         Log: Subject: Re: README.aix
48348              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48349              Date: Fri, 03 Nov 2000 16:03:15 +0100
48350              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
48351      Branch: perl
48352            ! README.aix
48353 ____________________________________________________________________________
48354 [  7533] By: jhi                                   on 2000/11/03  03:59:02
48355         Log: Subject: [PATCH 5.7.0] better messages from malloc()
48356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48357              Date: Wed, 1 Nov 2000 23:39:56 -0500
48358              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
48359      Branch: perl
48360            ! malloc.c pod/perldiag.pod
48361 ____________________________________________________________________________
48362 [  7532] By: jhi                                   on 2000/11/03  00:11:56
48363         Log: The #7521 touched things it shouldn't have.
48364      Branch: perl
48365            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
48366 ____________________________________________________________________________
48367 [  7531] By: jhi                                   on 2000/11/02  22:32:33
48368         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
48369              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48370              Date:     Thu, 2 Nov 2000 16:58:36 EST
48371              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
48372      Branch: perl
48373            ! vms/gen_shrfls.pl
48374 ____________________________________________________________________________
48375 [  7530] By: jhi                                   on 2000/11/02  22:08:49
48376         Log: Fix the problem discussed in
48377              
48378              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
48379              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
48380              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
48381              
48382              originally from Linc Madison.  Also Andreas König's comments
48383              taken into account.  Some other problems with Tie::SubstrHash
48384              fixed: didn't croak when the table exceeded the requested number
48385              of entries (as documented) but instead when the number of entries
48386              exceeded the size of the table, a croak() had an unnecessary \n,
48387              didn't have a CLEAR method, documented that there is no exists().
48388              Didn't fix to be strict-proof because the module uses &foo; and
48389              dynamic scope.  Added a test script exercizing both first tamely 
48390              the basic functionality, and then the failure cases reported by
48391              Linc Madison.
48392      Branch: perl
48393            + t/lib/tie-substrhash.t
48394            ! MANIFEST lib/Tie/SubstrHash.pm
48395 ____________________________________________________________________________
48396 [  7529] By: jhi                                   on 2000/11/02  17:58:08
48397         Log: recv() can fail and return undef.
48398              
48399              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
48400              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
48401              Date: Thu, 2 Nov 2000 20:12:20 +0300
48402              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
48403      Branch: perl
48404            ! lib/Net/Ping.pm
48405 ____________________________________________________________________________
48406 [  7528] By: jhi                                   on 2000/11/02  17:49:09
48407         Log: Detpyo.
48408      Branch: perl
48409            ! pod/perlop.pod
48410 ____________________________________________________________________________
48411 [  7527] By: jhi                                   on 2000/11/02  15:48:37
48412         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
48413              fix a autovivification bug in Tie::RefHash, add tests for both.
48414              
48415              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
48416              From: Edward Avis <epa98@doc.ic.ac.uk>
48417              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
48418              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
48419      Branch: perl
48420            + t/lib/tie-refhash.t
48421            ! MANIFEST lib/Tie/RefHash.pm
48422 ____________________________________________________________________________
48423 [  7526] By: jhi                                   on 2000/11/02  13:56:26
48424         Log: Test::Harness revealed buglets in the new DynaLoader.
48425              
48426              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
48427              From: andreas.koenig@anima.de (Andreas J. Koenig)
48428              Date: 02 Nov 2000 11:26:48 +0100 
48429              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
48430      Branch: perl
48431            ! ext/DynaLoader/DynaLoader_pm.PL
48432 ____________________________________________________________________________
48433 [  7525] By: jhi                                   on 2000/11/01  23:52:08
48434         Log: The entry for #7503 was missing.
48435      Branch: perl
48436            ! Changes
48437 ____________________________________________________________________________
48438 [  7524] By: jhi                                   on 2000/11/01  23:40:52
48439         Log: Update Changes.
48440      Branch: perl
48441            ! Changes patchlevel.h
48442 ____________________________________________________________________________
48443 [  7523] By: jhi                                   on 2000/11/01  22:57:09
48444         Log: More tweaking on the #7522 theme.
48445      Branch: perl
48446            ! ext/DynaLoader/DynaLoader_pm.PL
48447 ____________________________________________________________________________
48448 [  7522] By: jhi                                   on 2000/11/01  22:06:15
48449         Log: Expand %Config variables and %ENV variables only if
48450              so requested during build time using the
48451              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
48452              Not expanding makes relocating distributions easier.
48453      Branch: perl
48454            ! ext/DynaLoader/DynaLoader_pm.PL
48455 ____________________________________________________________________________
48456 [  7521] By: jhi                                   on 2000/11/01  20:56:34
48457         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
48458              and setgid() because they were just changing $< and $( which means
48459              only changing the real uid/gid, as opposed to changing both
48460              real and effective ids.  (The alternative way could have been
48461              in POSIX.pm to change $> and $), too, but making a direct call
48462              to the C API feels cleaner.)  Fixes the bug
48463              
48464              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
48465              From: "Garry T. Williams" <garry@zvolve.com>
48466              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
48467              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
48468      Branch: perl
48469            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
48470            ! ext/POSIX/typemap pod/perlvar.pod
48471 ____________________________________________________________________________
48472 [  7520] By: jhi                                   on 2000/11/01  20:08:33
48473         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
48474              From: "Garry T. Williams" <garry@zvolve.com>
48475              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
48476              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
48477      Branch: perl
48478            ! pod/perlsec.pod
48479 ____________________________________________________________________________
48480 [  7519] By: jhi                                   on 2000/11/01  20:01:22
48481         Log: Locale warning explanation tweak.
48482      Branch: perl
48483            ! pod/perldiag.pod
48484 ____________________________________________________________________________
48485 [  7518] By: jhi                                   on 2000/11/01  18:57:13
48486         Log: C.pm part of
48487              
48488              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
48489              From: Jarkko Hietaniemi <jhi@iki.fi>
48490              Date: Tue, 10 Oct 2000 08:22:28 -0500
48491              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
48492      Branch: perl
48493            ! ext/B/B/C.pm
48494 ____________________________________________________________________________
48495 [  7517] By: jhi                                   on 2000/11/01  18:41:59
48496         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
48497              From: Martien Verbruggen <mgjv@comdyn.com.au>
48498              Date: Fri, 6 Oct 2000 14:09:10 +1100
48499              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
48500      Branch: perl
48501            ! pod/perlop.pod
48502 ____________________________________________________________________________
48503 [  7516] By: jhi                                   on 2000/11/01  18:34:55
48504         Log: Generalize the Camel wording.
48505              
48506              Subject: Re: perlfaq style changes
48507              From: John Borwick <jhborwic@unity.ncsu.edu>
48508              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
48509              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
48510      Branch: perl
48511            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
48512 ____________________________________________________________________________
48513 [  7515] By: jhi                                   on 2000/11/01  16:52:31
48514         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
48515              From: pimlott@idiomtech.com (Andrew Pimlott)
48516              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
48517              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
48518      Branch: perl
48519            ! pod/perlsec.pod
48520 ____________________________________________________________________________
48521 [  7514] By: jhi                                   on 2000/11/01  15:03:40
48522         Log: More AIX lore.
48523      Branch: perl
48524            ! ext/re/hints/aix.pl
48525 ____________________________________________________________________________
48526 [  7513] By: jhi                                   on 2000/11/01  14:48:30
48527         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
48528              From: root <root@chronos.fi.muni.cz>
48529              Date: Wed, 1 Nov 2000 12:31:32 +0100
48530              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
48531      Branch: perl
48532            ! lib/Net/Ping.pm
48533 ____________________________________________________________________________
48534 [  7512] By: jhi                                   on 2000/11/01  14:46:47
48535         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
48536              From: Martin Husemann <martin@duskware.de>
48537              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
48538              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
48539      Branch: perl
48540            ! regcomp.c
48541 ____________________________________________________________________________
48542 [  7511] By: jhi                                   on 2000/11/01  14:39:50
48543         Log: AUTHORS updates.
48544      Branch: perl
48545            ! AUTHORS
48546 ____________________________________________________________________________
48547 [  7510] By: jhi                                   on 2000/11/01  14:29:50
48548         Log: Subject: [PATCH] startperl to respect versiononly
48549              From: Robin Barker <rmb1@cise.npl.co.uk> 
48550              Date: Tue, 31 Oct 2000 16:29:36 GMT
48551              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
48552      Branch: metaconfig/U/perl
48553            ! startperl.U
48554      Branch: perl
48555            ! Configure config_h.SH
48556 ____________________________________________________________________________
48557 [  7509] By: jhi                                   on 2000/11/01  14:19:53
48558         Log: printf UVs the correct way, noticed by Robin Barker.
48559      Branch: perl
48560            ! utf8.c
48561 ____________________________________________________________________________
48562 [  7508] By: jhi                                   on 2000/11/01  14:10:03
48563         Log: Do not cleanup *% because the % has special meanings in some
48564              shell environments.
48565      Branch: perl
48566            ! ext/Storable/Makefile.PL
48567 ____________________________________________________________________________
48568 [  7507] By: jhi                                   on 2000/11/01  14:06:00
48569         Log: The NonStop-UX libraries have a novel way to say NaN.
48570      Branch: perl
48571            ! t/lib/bigfltpm.t
48572 ____________________________________________________________________________
48573 [  7506] By: jhi                                   on 2000/11/01  14:03:35
48574         Log: The osname has been lowercased by now, from Tom Bates.
48575      Branch: metaconfig
48576            ! U/modified/Oldconfig.U
48577      Branch: perl
48578            ! Configure config_h.SH
48579 ____________________________________________________________________________
48580 [  7505] By: jhi                                   on 2000/10/31  19:18:39
48581         Log: The compiler is either gcc or cc, from Tom Bates.
48582      Branch: perl
48583            ! hints/nonstopux.sh
48584 ____________________________________________________________________________
48585 [  7504] By: jhi                                   on 2000/10/31  14:53:42
48586         Log: Update Changes.
48587      Branch: perl
48588            ! Changes patchlevel.h
48589 ____________________________________________________________________________
48590 [  7503] By: jhi                                   on 2000/10/31  14:30:50
48591         Log: Whitespace style tweak.  Was originally going to see to
48592              
48593              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
48594              From: Joe Smith <jms@inwap.com>
48595              Date: Mon, 30 Oct 2000 18:47:57 -0800
48596              Message-Id: <39FE32DD.24AAC4D@inwap.com>
48597              
48598              but that had already been taken care of.
48599      Branch: metaconfig
48600            ! U/compline/d_stdstdio.U
48601      Branch: perl
48602            ! Configure config_h.SH
48603 ____________________________________________________________________________
48604 [  7502] By: jhi                                   on 2000/10/31  14:25:02
48605         Log: AUTHORS tweaks.
48606      Branch: perl
48607            ! AUTHORS
48608 ____________________________________________________________________________
48609 [  7501] By: jhi                                   on 2000/10/31  14:23:59
48610         Log: Subject: perlfaq style changes
48611              From: John Borwick <jhborwic@unity.ncsu.edu>
48612              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
48613              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
48614      Branch: perl
48615            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
48616            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
48617            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
48618            ! pod/perlfaq9.pod
48619 ____________________________________________________________________________
48620 [  7500] By: jhi                                   on 2000/10/31  14:22:15
48621         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
48622              
48623              Subject: Re: [ID 20000918.005] ~ on wide chars
48624              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48625              Date: Mon, 30 Oct 2000 21:09:55 -0800
48626              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
48627              
48628              (The ord() part of the patch skipped.)
48629      Branch: perl
48630            ! doop.c
48631 ____________________________________________________________________________
48632 [  7499] By: jhi                                   on 2000/10/31  14:20:08
48633         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
48634              From: Jens Hamisch <jens@Strawberry.COM>
48635              Date: Mon, 30 Oct 2000 15:17:07 +0100
48636              Message-Id: <20001030151707.A9597@Strawberry.COM>
48637      Branch: perl
48638            ! av.c
48639 ____________________________________________________________________________
48640 [  7498] By: jhi                                   on 2000/10/31  14:16:29
48641         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
48642              From: Peter Prymmer <pvhp@forte.com>
48643              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
48644              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
48645      Branch: perl
48646            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
48647            + ext/Encode/Encode/posix-bc.enc
48648            ! MANIFEST t/lib/encode.t
48649 ____________________________________________________________________________
48650 [  7497] By: jhi                                   on 2000/10/31  14:13:22
48651         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
48652              From: Peter Prymmer <pvhp@forte.com>
48653              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
48654              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
48655      Branch: perl
48656            ! t/lib/cgi-html.t
48657 ____________________________________________________________________________
48658 [  7496] By: jhi                                   on 2000/10/31  14:12:05
48659         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
48660              From: Peter Prymmer <pvhp@forte.com>
48661              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
48662              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
48663      Branch: perl
48664            ! t/lib/cgi-function.t
48665 ____________________________________________________________________________
48666 [  7495] By: jhi                                   on 2000/10/31  14:11:08
48667         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
48668              From: Peter Prymmer <pvhp@forte.com>
48669              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
48670              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
48671      Branch: perl
48672            + ext/re/hints/aix.pl
48673            ! MANIFEST ext/re/Makefile.PL
48674 ____________________________________________________________________________
48675 [  7494] By: jhi                                   on 2000/10/31  14:08:32
48676         Log: Use Errno magic.
48677              
48678              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
48679              From: Casey Tweten <perl@ctweten.amsite.com>
48680              Date: Mon, 30 Oct 2000 15:51:17 -0500
48681              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
48682      Branch: perl
48683            ! lib/File/Temp.pm
48684 ____________________________________________________________________________
48685 [  7493] By: jhi                                   on 2000/10/31  14:05:07
48686         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
48687              
48688              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
48689              From: Nicholas Clark <nick@ccl4.org>
48690              Date: Mon, 30 Oct 2000 17:38:45 +0000
48691              Message-ID: <20001030173845.O60355@plum.flirble.org>
48692      Branch: perl
48693            ! Makefile.SH utils/perlbug.PL
48694 ____________________________________________________________________________
48695 [  7492] By: nick                                  on 2000/10/30  19:37:23
48696         Log: Change files which are mysteriously different to mainline to be
48697              copies of mainline.
48698      Branch: perlio
48699            ! objXSUB.h perlapi.c pod/perlapi.pod
48700 ____________________________________________________________________________
48701 [  7491] By: nick                                  on 2000/10/30  18:05:54
48702         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
48703              - typo in endian code in putc.
48704              - Don't allow read of write-only files and vice-versa
48705              - and off-by-one in flush-all loop.
48706              Remove debug calls as they were using GCC specific features.
48707      Branch: perlio
48708            ! perlio.c
48709 ____________________________________________________________________________
48710 [  7490] By: nick                                  on 2000/10/29  21:45:45
48711         Log: Integrate mainline to perlio
48712      Branch: perlio
48713           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
48714           !> toke.c
48715 ____________________________________________________________________________
48716 [  7489] By: jhi                                   on 2000/10/29  21:11:08
48717         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
48718              From: andreas.koenig@anima.de (Andreas J. Koenig)
48719              Date: 29 Oct 2000 22:05:59 +0100
48720              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
48721      Branch: perl
48722            ! lib/ExtUtils/Manifest.pm
48723 ____________________________________________________________________________
48724 [  7488] By: jhi                                   on 2000/10/29  21:07:47
48725         Log: Tests for #7487.
48726              
48727              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
48728              From: andreas.koenig@anima.de (Andreas J. Koenig)
48729              Date: 29 Oct 2000 19:37:09 +0100
48730              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
48731      Branch: perl
48732            ! t/comp/proto.t
48733 ____________________________________________________________________________
48734 [  7487] By: jhi                                   on 2000/10/29  21:06:27
48735         Log: constsub spillage.
48736              
48737              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
48738              From: John Tobey <jtobey@john-edwin-tobey.org>
48739              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
48740              Message-Id: <m13pvSr-000FObC@feynman.localnet>
48741      Branch: perl
48742            ! op.c
48743 ____________________________________________________________________________
48744 [  7486] By: nick                                  on 2000/10/29  21:05:04
48745         Log: Integrate mainline to perlio branch
48746      Branch: perlio
48747           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
48748           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
48749           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
48750           +> vos/install_perl.cm
48751            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
48752            - vos/config.h vos/config_h.SH_orig
48753           !> (integrate 141 files)
48754 ____________________________________________________________________________
48755 [  7485] By: jhi                                   on 2000/10/29  21:00:47
48756         Log: Make \x{...} consistently produce UTF-8.
48757              
48758              Subject: Re: \x{...} is confused 
48759              From: Simon Cozens <simon@cozens.net>
48760              Date: Sun, 29 Oct 2000 19:36:48 +0000
48761              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
48762      Branch: perl
48763            ! t/pragma/utf8.t toke.c
48764 ____________________________________________________________________________
48765 [  7484] By: nick                                  on 2000/10/29  20:05:29
48766         Log: PerlIO passes all tests.
48767      Branch: perlio
48768            ! perlio.c
48769 ____________________________________________________________________________
48770 [  7483] By: jhi                                   on 2000/10/29  18:06:55
48771         Log: Update Changes.
48772      Branch: perl
48773            ! Changes patchlevel.h
48774 ____________________________________________________________________________
48775 [  7482] By: nick                                  on 2000/10/29  17:43:28
48776         Log: Include <unistd.h> to get correct lseek() prototype etc.
48777              (I thought perl.h did that) - down to two fails
48778              - comp/require.t (last test)
48779              - lib/io_xs.t - possibly import/export of FILE * ?
48780      Branch: perlio
48781            ! perlio.c
48782 ____________________________________________________________________________
48783 [  7481] By: jhi                                   on 2000/10/29  17:02:37
48784         Log: UTF-8 decoder tweak.
48785      Branch: perl
48786            ! utf8.c
48787 ____________________________________________________________________________
48788 [  7480] By: nick                                  on 2000/10/29  16:26:11
48789         Log: Fixed two bugs:
48790              - error code not being set on close (of broken pipe)
48791              - append mode was truncating.
48792              At least one seek/tell bug remains.
48793      Branch: perlio
48794            ! perlio.c
48795 ____________________________________________________________________________
48796 [  7479] By: nick                                  on 2000/10/29  11:18:16
48797         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
48798              in case of accidents. Still several worrying fails, no line disciplines yet.
48799      Branch: perlio
48800            ! iperlsys.h perlio.c
48801 ____________________________________________________________________________
48802 [  7478] By: jhi                                   on 2000/10/29  02:04:01
48803         Log: Add also emailless people.
48804      Branch: perl
48805            ! AUTHORS
48806 ____________________________________________________________________________
48807 [  7477] By: jhi                                   on 2000/10/29  01:36:00
48808         Log: The #7476 needs a MANIFEST change, too.
48809      Branch: perl
48810            ! MANIFEST
48811 ____________________________________________________________________________
48812 [  7476] By: jhi                                   on 2000/10/29  01:35:21
48813         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
48814      Branch: perl
48815            - MAINTAIN
48816            ! AUTHORS Changes
48817 ____________________________________________________________________________
48818 [  7475] By: jhi                                   on 2000/10/28  23:57:25
48819         Log: De-quoted-unreadable to ISO Latin 1.
48820              (There's one ISO-2022-JP name in Changes5.004.)
48821      Branch: perl
48822            ! Changes Changes5.6
48823 ____________________________________________________________________________
48824 [  7474] By: jhi                                   on 2000/10/28  19:13:06
48825         Log: Subject: [ID 20001027.007] uniq array in perlfaq
48826              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
48827              Date: Fri, 27 Oct 2000 19:28:30 +0200
48828              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
48829      Branch: perl
48830            ! pod/perlfaq4.pod
48831 ____________________________________________________________________________
48832 [  7473] By: jhi                                   on 2000/10/28  18:02:05
48833         Log: Locking null mutexes is not recommendable.
48834              
48835              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
48836              From: Hugo <hv@crypt.compulink.co.uk>
48837              Date: Sat, 28 Oct 2000 18:41:12 +0100
48838              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
48839      Branch: perl
48840            ! op.c
48841 ____________________________________________________________________________
48842 [  7472] By: jhi                                   on 2000/10/28  17:52:58
48843         Log: Better create a true mailing list for the repository keepers.
48844      Branch: perl
48845            ! Porting/repository.pod
48846 ____________________________________________________________________________
48847 [  7471] By: jhi                                   on 2000/10/28  17:28:24
48848         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
48849              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
48850      Branch: perl
48851            + Porting/repository.pod
48852            ! MANIFEST
48853 ____________________________________________________________________________
48854 [  7470] By: jhi                                   on 2000/10/28  17:20:54
48855         Log: Subject: DOC PATCH 5.6.0
48856              From: mjd@plover.com
48857              Date: 27 Oct 2000 17:32:44 -0000
48858              Message-ID: <20001027173244.23754.qmail@plover.com>
48859      Branch: perl
48860            ! pod/perlfunc.pod
48861 ____________________________________________________________________________
48862 [  7469] By: jhi                                   on 2000/10/28  17:16:45
48863         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
48864              From: "Peter J. Farley III" <pjfarley@banet.net>
48865              Date: Fri, 27 Oct 2000 20:32:56 -0400
48866              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
48867      Branch: perl
48868            ! README.dos
48869 ____________________________________________________________________________
48870 [  7468] By: jhi                                   on 2000/10/28  17:07:18
48871         Log: Make target reordering to avoid pointless re-makes.
48872              
48873              Subject: Re: Total re-make of 'make okfile' after 7451 ?
48874              From: Nicholas Clark <nick@ccl4.org>
48875              Date: Sat, 28 Oct 2000 00:31:02 +0100
48876              Message-ID: <20001028003101.A54517@plum.flirble.org>
48877      Branch: perl
48878            ! Makefile.SH
48879 ____________________________________________________________________________
48880 [  7467] By: jhi                                   on 2000/10/28  17:05:31
48881         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
48882              From: lvirden@cas.org
48883              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
48884              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
48885      Branch: perl
48886            ! README.os2
48887 ____________________________________________________________________________
48888 [  7466] By: jhi                                   on 2000/10/28  16:09:16
48889         Log: Upgrade to CPAN 1.58_55.
48890              
48891              Subject: CPAN.pm status
48892              From: andreas.koenig@anima.de (Andreas J. Koenig) 
48893              Date: 28 Oct 2000 08:18:00 +0200 
48894              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
48895      Branch: perl
48896            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48897 ____________________________________________________________________________
48898 [  7465] By: jhi                                   on 2000/10/28  16:02:47
48899         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
48900      Branch: perl
48901            ! embed.h embed.pl perl.h proto.h toke.c
48902 ____________________________________________________________________________
48903 [  7464] By: nick                                  on 2000/10/28  10:43:44
48904         Log: Fix for sv_2iv() on "shared" value from keys %hash.
48905      Branch: perl
48906            ! sv.c
48907 ____________________________________________________________________________
48908 [  7463] By: jhi                                   on 2000/10/27  16:18:29
48909         Log: Update Changes.
48910      Branch: perl
48911            ! Changes patchlevel.h
48912 ____________________________________________________________________________
48913 [  7462] By: jhi                                   on 2000/10/27  16:17:44
48914         Log: Too enthusiastic editing in #7460.
48915      Branch: metaconfig
48916            ! U/modified/Oldsym.U
48917      Branch: perl
48918            ! Configure config_h.SH
48919 ____________________________________________________________________________
48920 [  7461] By: jhi                                   on 2000/10/27  15:37:38
48921         Log: Retract #7459, the script needs more work.
48922      Branch: perl
48923            - mkreef
48924            ! MANIFEST
48925 ____________________________________________________________________________
48926 [  7460] By: jhi                                   on 2000/10/27  15:23:14
48927         Log: Use $sort, $uniq (and $tr) consistently as wondered
48928              by Nicholas Clark.
48929      Branch: metaconfig
48930            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
48931            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
48932            ! U/modified/libc.U
48933      Branch: perl
48934            ! Configure config_h.SH
48935 ____________________________________________________________________________
48936 [  7459] By: jhi                                   on 2000/10/27  15:02:07
48937         Log: (Retracted by #7461)
48938              
48939              Add a shell script for creating/removing symbolic link farms,
48940              useful for keeping the source code read-only and doing the
48941              builds somewhere else.
48942      Branch: perl
48943            + mkreef
48944            ! MANIFEST
48945 ____________________________________________________________________________
48946 [  7458] By: jhi                                   on 2000/10/27  14:42:20
48947         Log: Do away with the fix_pl.
48948      Branch: perl
48949            - fix_pl
48950            ! MANIFEST Makefile.SH
48951 ____________________________________________________________________________
48952 [  7457] By: jhi                                   on 2000/10/27  12:43:13
48953         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
48954              From: Jens Hamisch <jens@Strawberry.COM>
48955              Date: Fri, 27 Oct 2000 14:38:21 +0200
48956              Message-Id: <20001027143821.B3366@Strawberry.COM>
48957      Branch: perl
48958            ! perl.h
48959 ____________________________________________________________________________
48960 [  7456] By: jhi                                   on 2000/10/27  12:33:42
48961         Log: Subject: [PATCH] todo
48962              From: Nicholas Clark <nick@ccl4.org>
48963              Date: Thu, 26 Oct 2000 22:32:29 +0100
48964              Message-ID: <20001026223229.A44540@plum.flirble.org>
48965      Branch: perl
48966            ! pod/perltodo.pod
48967 ____________________________________________________________________________
48968 [  7455] By: jhi                                   on 2000/10/27  12:02:21
48969         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
48970              From: John Tobey <jtobey@john-edwin-tobey.org>
48971              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
48972              Message-Id: <m13ozHF-000FObC@feynman.localnet>
48973      Branch: perl
48974            ! op.c t/pragma/sub_lval.t
48975 ____________________________________________________________________________
48976 [  7454] By: jhi                                   on 2000/10/27  11:59:42
48977         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
48978              From: sthoenna@efn.org
48979              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
48980              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
48981      Branch: perl
48982            ! pp.c t/op/assignwarn.t
48983 ____________________________________________________________________________
48984 [  7453] By: jhi                                   on 2000/10/27  00:15:08
48985         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
48986      Branch: perl
48987            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48988            ! ext/Storable/Storable.xs t/lib/st-lock.t
48989 ____________________________________________________________________________
48990 [  7452] By: jhi                                   on 2000/10/26  13:05:52
48991         Log: Undo #7451, this seems to be a deficiency in Perforce,
48992              there is no per-file line-terminator type, only per-client.
48993      Branch: perl
48994            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
48995            ! win32/makefile.mk
48996 ____________________________________________________________________________
48997 [  7451] By: jhi                                   on 2000/10/26  04:56:03
48998         Log: Experimenting in DOS arcana.
48999      Branch: perl
49000            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
49001            ! win32/makefile.mk
49002 ____________________________________________________________________________
49003 [  7450] By: jhi                                   on 2000/10/26  04:50:52
49004         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
49005              From: "Peter J. Farley III" <pjfarley@banet.net>            
49006              Date: Wed, 25 Oct 2000 23:10:18 -0400
49007              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
49008      Branch: perl
49009            ! t/io/open.t
49010 ____________________________________________________________________________
49011 [  7449] By: jhi                                   on 2000/10/26  04:49:16
49012         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
49013              From: Hugo <hv@crypt.compulink.co.uk>
49014              Date: Thu, 26 Oct 2000 01:55:17 +0100
49015              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
49016              
49017              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
49018      Branch: perl
49019            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
49020 ____________________________________________________________________________
49021 [  7448] By: jhi                                   on 2000/10/26  04:38:36
49022         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
49023              From: Peter Prymmer <pvhp@forte.com>
49024              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
49025              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
49026      Branch: perl
49027            ! configure.com
49028 ____________________________________________________________________________
49029 [  7447] By: jhi                                   on 2000/10/25  23:20:02
49030         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
49031              in platforms that strictly require all the symbols being present
49032              at link time.
49033      Branch: perl
49034            ! handy.h
49035 ____________________________________________________________________________
49036 [  7446] By: jhi                                   on 2000/10/25  21:55:57
49037         Log: Update Changes.
49038      Branch: perl
49039            ! Changes patchlevel.h
49040 ____________________________________________________________________________
49041 [  7445] By: jhi                                   on 2000/10/25  21:27:08
49042         Log: Integrate with vmsperl #7430 by Charles Bailey:
49043              
49044              Cleanup from prior patch (Charles Lane?):
49045              - improve handling of MFDs in Basename and Path
49046              - default to no xsubpp line # munging when building debug images
49047      Branch: perl
49048           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
49049 ____________________________________________________________________________
49050 [  7444] By: jhi                                   on 2000/10/25  21:03:50
49051         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
49052              From: John Peacock <JPeacock@UnivPress.com>
49053              Date: Thu, 18 May 2000 11:55:27 -0400
49054              Message-ID: <3924126F.A58BE57A@UnivPress.com>
49055      Branch: perl
49056            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
49057            ! t/op/write.t
49058 ____________________________________________________________________________
49059 [  7443] By: jhi                                   on 2000/10/25  20:43:10
49060         Log: Temporary stopgap for the self-tying issue: for now only
49061              array and hash self-ties are verboten.  The real fix, of
49062              course, would be to comprehensively test (and implement?)
49063              and debug (and document) self-ties.
49064      Branch: perl
49065            ! pod/perldiag.pod pp_sys.c t/op/tie.t
49066 ____________________________________________________________________________
49067 [  7442] By: jhi                                   on 2000/10/25  20:14:30
49068         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
49069              From: Dan Sugalski <dan@sidhe.org>
49070              Date: Wed, 25 Oct 2000 13:36:35 -0400
49071              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
49072              
49073              plus regen global.sym.
49074      Branch: perl
49075            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
49076            ! thrdvar.h util.c
49077 ____________________________________________________________________________
49078 [  7441] By: jhi                                   on 2000/10/25  20:12:20
49079         Log: buildtoc target tweaks.
49080      Branch: perl
49081            ! pod/Makefile.SH
49082 ____________________________________________________________________________
49083 [  7440] By: jhi                                   on 2000/10/25  20:03:53
49084         Log: A new version of making the syslog test more robust.
49085              (Replaces #7421.)
49086              
49087              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
49088              From: "Kurt D. Starsinic" <kstar@chapin.edu>
49089              Date: Wed, 25 Oct 2000 12:13:54 -0400
49090              Message-ID: <20001025121354.B2264@O2.chapin.edu>
49091      Branch: perl
49092            ! t/lib/syslog.t
49093 ____________________________________________________________________________
49094 [  7439] By: jhi                                   on 2000/10/25  20:00:48
49095         Log: Continue the internal UTF-8 API tweaking.
49096              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
49097              used much more than the simpler API, now called utf8_to_uv_simple().
49098              Still not quite happy with API, too much partial duplication
49099              of functionality.
49100      Branch: perl
49101            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
49102            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
49103            ! regcomp.c regexec.c sv.c toke.c utf8.c
49104 ____________________________________________________________________________
49105 [  7438] By: jhi                                   on 2000/10/25  18:52:30
49106         Log: Allow poking holes at the UTF-8 decoding strictness.
49107      Branch: perl
49108            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
49109            ! utf8.h
49110 ____________________________________________________________________________
49111 [  7437] By: jhi                                   on 2000/10/25  13:53:05
49112         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
49113              UTF8LEN() and UTF8SKIP(). 
49114      Branch: perl
49115            ! pp.c utf8.c utf8.h
49116 ____________________________________________________________________________
49117 [  7436] By: jhi                                   on 2000/10/25  13:51:37
49118         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
49119              From: Nicholas Clark <nick@ccl4.org>
49120              Date: Wed, 25 Oct 2000 14:44:05 +0100
49121              Message-ID: <20001025144404.D27253@plum.flirble.org>
49122      Branch: perl
49123            ! pod/perlrun.pod
49124 ____________________________________________________________________________
49125 [  7435] By: jhi                                   on 2000/10/25  13:49:32
49126         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
49127              From: Mike Guy <mjtg@cam.ac.uk>
49128              Date: Tue, 24 Oct 2000 14:59:40 +0100
49129              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
49130      Branch: perl
49131            ! scope.c
49132 ____________________________________________________________________________
49133 [  7434] By: jhi                                   on 2000/10/25  13:48:41
49134         Log: AIX is picky about its symbol exports.  Solution for now
49135              is to include the deb.o explicitly to the re extension build.
49136              
49137              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
49138              From: Peter Prymmer <pvhp@forte.com>
49139              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
49140              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
49141      Branch: perl
49142            ! ext/re/Makefile.PL hints/aix.sh
49143 ____________________________________________________________________________
49144 [  7433] By: jhi                                   on 2000/10/25  13:46:49
49145         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
49146              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49147              Date: Wed, 25 Oct 2000 12:02:20 +0200
49148              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
49149      Branch: perl
49150            ! perlsdio.h
49151 ____________________________________________________________________________
49152 [  7432] By: jhi                                   on 2000/10/25  13:44:28
49153         Log: Subject: Minor update to find2perl, for portability
49154              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
49155              Date: Wed, 25 Oct 2000 12:05:47 +0100
49156              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
49157      Branch: perl
49158            ! x2p/find2perl.PL
49159 ____________________________________________________________________________
49160 [  7431] By: jhi                                   on 2000/10/25  13:40:39
49161         Log: Add targets to Makefile.SH, most importantly
49162              'regen_all' which also remembers to update vms/perly*.
49163      Branch: perl
49164            ! Makefile.SH
49165 ____________________________________________________________________________
49166 [  7430] By: bailey                                on 2000/10/25  03:13:53
49167         Log: Cleanup from prior patch (Charles Lane?):
49168              - improve handling of MFDs in Basename and Path
49169              - default to no xsubpp line # munging when building debug images
49170      Branch: vmsperl
49171            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
49172 ____________________________________________________________________________
49173 [  7429] By: jhi                                   on 2000/10/24  20:03:40
49174         Log: Podify README.epoc and README.vos.
49175      Branch: perl
49176            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
49177            ! pod/perlport.pod pod/perltoc.pod
49178 ____________________________________________________________________________
49179 [  7428] By: jhi                                   on 2000/10/24  19:10:33
49180         Log: Stratus VOS updates from Paul Green.
49181      Branch: perl
49182            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49183            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
49184            - vos/config.def vos/config.h vos/config_h.SH_orig
49185            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
49186            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
49187 ____________________________________________________________________________
49188 [  7427] By: jhi                                   on 2000/10/24  18:59:48
49189         Log: Check if stdio supports tweaking lval and cnt simultaneously.
49190              
49191              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
49192              From: Nicholas Clark <nick@ccl4.org>
49193              Date: Mon, 23 Oct 2000 15:39:32 +0100
49194              Message-ID: <20001023153932.A10786@plum.flirble.org>
49195      Branch: metaconfig
49196            ! U/compline/d_stdstdio.U
49197      Branch: perl
49198            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49199            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
49200            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
49201            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
49202            ! vos/config.h vos/config_h.SH_orig win32/config.bc
49203            ! win32/config.gc win32/config.vc
49204 ____________________________________________________________________________
49205 [  7426] By: jhi                                   on 2000/10/24  17:57:44
49206         Log: Missed the header file changes from #7425.
49207      Branch: perl
49208            ! embed.h embed.pl objXSUB.h proto.h
49209 ____________________________________________________________________________
49210 [  7425] By: jhi                                   on 2000/10/24  17:55:17
49211         Log: Fix the bug reported in
49212              
49213              From: andreas.koenig@anima.de (Andreas J. Koenig)
49214              Subject: Encode bug?
49215              Date: 24 Oct 2000 14:01:26 +0200 
49216              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
49217              
49218              Also make is_utf8_char() stricter.
49219      Branch: perl
49220            ! ext/Encode/Encode.xs utf8.c
49221 ____________________________________________________________________________
49222 [  7424] By: jhi                                   on 2000/10/24  15:15:39
49223         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
49224              From: Peter Scott <Peter@PSDT.com>
49225              Date: Mon, 23 Oct 2000 19:46:01 -0700
49226              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
49227      Branch: perl
49228            ! pod/perlfaq5.pod
49229 ____________________________________________________________________________
49230 [  7423] By: jhi                                   on 2000/10/24  14:25:30
49231         Log: Test tweak to avoid pulling in the whole Config.
49232      Branch: perl
49233            ! t/lib/st-lock.t
49234 ____________________________________________________________________________
49235 [  7422] By: jhi                                   on 2000/10/24  14:03:16
49236         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
49237      Branch: perl
49238            ! pp.c
49239 ____________________________________________________________________________
49240 [  7421] By: jhi                                   on 2000/10/24  13:32:09
49241         Log: (Replaced by #7440.)
49242              
49243              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
49244              From: "Kurt D. Starsinic" <kstar@chapin.edu>
49245              Date: Mon, 23 Oct 2000 16:40:54 -0400
49246              Message-ID: <20001023164054.B14491@O2.chapin.edu>
49247      Branch: perl
49248            ! t/lib/syslog.t
49249 ____________________________________________________________________________
49250 [  7420] By: jhi                                   on 2000/10/24  13:30:53
49251         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
49252              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49253              Date: Mon, 23 Oct 2000 17:29:03 -0400
49254              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
49255      Branch: perl
49256            ! lib/ExtUtils/MM_Unix.pm
49257 ____________________________________________________________________________
49258 [  7419] By: jhi                                   on 2000/10/24  13:29:57
49259         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
49260              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49261              Date: Mon, 23 Oct 2000 19:01:32 -0400
49262              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
49263      Branch: perl
49264            ! utils/h2xs.PL
49265 ____________________________________________________________________________
49266 [  7418] By: jhi                                   on 2000/10/24  13:26:04
49267         Log: Replace #7409 with
49268              
49269              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
49270              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
49271              Date: Mon, 23 Oct 2000 20:08:56 +0200
49272              Message-ID: <20001023200855.A14850@nice.ram.loc>
49273      Branch: perl
49274            ! ext/Storable/Storable.pm t/lib/st-lock.t
49275 ____________________________________________________________________________
49276 [  7417] By: jhi                                   on 2000/10/24  13:17:52
49277         Log: Run vms/vms_yfix.pl, should have done that after changing
49278              perly.c in #7382.
49279      Branch: perl
49280            ! vms/perly_c.vms vms/perly_h.vms
49281 ____________________________________________________________________________
49282 [  7416] By: jhi                                   on 2000/10/24  02:55:33
49283         Log: Make the UTF-8 decoding stricter and more verbose when
49284              malformation happens.  This involved adding an argument
49285              to utf8_to_uv_chk(), which involved changing its prototype,
49286              and prefer STRLEN over I32 for the UTF-8 length, which as
49287              a domino effect necessitated changing the prototypes of
49288              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
49289              The stricter UTF-8 decoding checking uses Markus Kuhn's
49290              UTF-8 Decode Stress Tester from
49291              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
49292      Branch: perl
49293            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
49294            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
49295            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
49296            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
49297 ____________________________________________________________________________
49298 [  7415] By: jhi                                   on 2000/10/23  14:06:06
49299         Log: Update Changes.
49300      Branch: perl
49301            ! Changes patchlevel.h
49302 ____________________________________________________________________________
49303 [  7414] By: jhi                                   on 2000/10/23  12:39:52
49304         Log: Undo the basename() part of #7412 since the lib/basename
49305              tests would need upgrading too.
49306      Branch: perl
49307            ! lib/File/Basename.pm
49308 ____________________________________________________________________________
49309 [  7413] By: jhi                                   on 2000/10/23  12:19:27
49310         Log: Document PERL_INSTALL_ROOT of #7210.
49311      Branch: perl
49312            ! lib/ExtUtils/Install.pm
49313 ____________________________________________________________________________
49314 [  7412] By: jhi                                   on 2000/10/23  12:16:47
49315         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
49316      Branch: perl
49317            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
49318            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
49319 ____________________________________________________________________________
49320 [  7411] By: jhi                                   on 2000/10/23  12:07:41
49321         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
49322              From: Prymmer/Kahn <pvhp@best.com>
49323              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
49324              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
49325      Branch: perl
49326            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
49327 ____________________________________________________________________________
49328 [  7410] By: jhi                                   on 2000/10/23  04:10:11
49329         Log: The change #7187 was not so good on VMS.
49330              
49331              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
49332              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49333              Date: Sun, 22 Oct 2000 23:03:08 -0500
49334              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
49335      Branch: perl
49336            ! utils/perldoc.PL
49337 ____________________________________________________________________________
49338 [  7409] By: jhi                                   on 2000/10/23  03:57:36
49339         Log: Avoid Storable locking on DJGPP for now.
49340              
49341              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
49342              From: "Peter J. Farley III" <pjfarley@banet.net>
49343              Date: Sun, 22 Oct 2000 20:00:00 -0400
49344              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
49345      Branch: perl
49346            ! ext/Storable/Storable.pm t/lib/st-lock.t
49347 ____________________________________________________________________________
49348 [  7408] By: jhi                                   on 2000/10/23  03:50:24
49349         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
49350              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49351              Date: Sun, 22 Oct 2000 21:12:22 -0400
49352              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
49353      Branch: perl
49354            ! lib/vars.pm
49355 ____________________________________________________________________________
49356 [  7407] By: jhi                                   on 2000/10/23  03:43:12
49357         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
49358              From: Hugo <hv@crypt.compulink.co.uk>
49359              Date: Mon, 23 Oct 2000 00:47:22 +0100
49360              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
49361      Branch: perl
49362            ! regexec.c t/op/pat.t
49363 ____________________________________________________________________________
49364 [  7406] By: jhi                                   on 2000/10/23  03:40:29
49365         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
49366      Branch: perl
49367            ! lib/ExtUtils/MakeMaker.pm
49368 ____________________________________________________________________________
49369 [  7405] By: jhi                                   on 2000/10/22  21:32:00
49370         Log: Doc patch.
49371              
49372              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
49373              From: rspier@pobox.com (Robert Spier)
49374              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
49375              Message-ID: <14835.16112.13457.447971@rls.cx>
49376      Branch: perl
49377            ! lib/strict.pm
49378 ____________________________________________________________________________
49379 [  7404] By: jhi                                   on 2000/10/22  21:30:51
49380         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
49381              From: rspier@pobox.com (Robert Spier)
49382              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
49383              Message-ID: <14835.17223.72448.705566@rls.cx>
49384      Branch: perl
49385            ! lib/ExtUtils/MakeMaker.pm
49386 ____________________________________________________________________________
49387 [  7403] By: jhi                                   on 2000/10/22  21:24:11
49388         Log: Subject: [PATCH bleadperl] ripples from constsub patch
49389              From: John Tobey <jtobey@john-edwin-tobey.org>
49390              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
49391              Message-Id: <m13nSOB-000FObC@feynman.localnet>
49392      Branch: perl
49393            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
49394 ____________________________________________________________________________
49395 [  7402] By: jhi                                   on 2000/10/22  20:59:35
49396         Log: Support s?printf parameter reordering.
49397      Branch: perl
49398            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
49399 ____________________________________________________________________________
49400 [  7401] By: jhi                                   on 2000/10/22  19:19:14
49401         Log: Expand %Config variables only if explicitly so requested
49402              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
49403              
49404              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
49405              From: Gurusamy Sarathy <gsar@ActiveState.com>
49406              Date: Sun, 22 Oct 2000 11:47:32 -0700
49407              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
49408      Branch: perl
49409            ! Makefile.SH lib/lib_pm.PL
49410 ____________________________________________________________________________
49411 [  7400] By: jhi                                   on 2000/10/22  18:24:10
49412         Log: Move the #7390 test from warn/op to comp/redef.
49413              
49414              Subject: Re: Creating const subs for constants.
49415              From: John Tobey <jtobey@john-edwin-tobey.org>
49416              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
49417              Message-Id: <m13nG72-000FObC@feynman.localnet>               
49418      Branch: perl
49419            ! t/comp/redef.t t/pragma/warn/op
49420 ____________________________________________________________________________
49421 [  7399] By: jhi                                   on 2000/10/22  17:49:59
49422         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
49423              From: Nicholas Clark <nick@ccl4.org>
49424              Date: Sat, 21 Oct 2000 22:23:19 +0100
49425              Message-ID: <20001021222319.B45586@plum.flirble.org>
49426      Branch: perl
49427            ! ext/DynaLoader/DynaLoader_pm.PL
49428 ____________________________________________________________________________
49429 [  7398] By: jhi                                   on 2000/10/22  17:47:35
49430         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
49431              From: Hugo <hv@crypt.compulink.co.uk>
49432              Date: Sat, 21 Oct 2000 18:19:59 +0100
49433              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
49434      Branch: perl
49435            ! ext/B/B.pm ext/B/B/C.pm
49436 ____________________________________________________________________________
49437 [  7397] By: jhi                                   on 2000/10/22  17:35:18
49438         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
49439              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
49440              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
49441              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
49442      Branch: perl
49443            ! hints/openbsd.sh
49444 ____________________________________________________________________________
49445 [  7396] By: jhi                                   on 2000/10/22  17:19:46
49446         Log: Subject: installman go-faster stripes
49447              From: Nicholas Clark <nick@talking.bollo.cx>
49448              Date: Sat, 21 Oct 2000 17:24:53 +0100
49449              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
49450              
49451              Subject: Re: installman go-faster stripes
49452              From: Russ Allbery <rra@stanford.edu>
49453              Date: 21 Oct 2000 11:04:13 -0700
49454              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
49455      Branch: perl
49456            ! installman pod/pod2man.PL
49457 ____________________________________________________________________________
49458 [  7395] By: jhi                                   on 2000/10/22  17:17:35
49459         Log: Hints tweak from Anton Berezin.
49460      Branch: perl
49461            ! hints/freebsd.sh
49462 ____________________________________________________________________________
49463 [  7394] By: jhi                                   on 2000/10/22  04:50:04
49464         Log: Tweak the Is* definitions of Unicode character classes
49465              to better match the official categorizations; embrace
49466              the official categorizations; add the combining marks
49467              as alpha (and -numeric); fix DCinital (a typo and edito)
49468              to be DCmedial.
49469      Branch: perl
49470            + lib/unicode/Is/DCmedial.pl
49471            - lib/unicode/Is/DCinital.pl
49472            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
49473            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
49474            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
49475            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
49476 ____________________________________________________________________________
49477 [  7393] By: jhi                                   on 2000/10/21  18:06:05
49478         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
49479              From: Daniel Chetlin <daniel@chetlin.com>
49480              Date: Sat, 21 Oct 2000 02:57:03 -0700
49481              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
49482      Branch: perl
49483            + t/lib/tie-splice.t
49484            ! MANIFEST lib/Tie/Array.pm
49485 ____________________________________________________________________________
49486 [  7392] By: gsar                                  on 2000/10/21  18:05:15
49487         Log: resync utfperl branch with mainline
49488      Branch: utfperl
49489           !> (integrate 1760 files)
49490 ____________________________________________________________________________
49491 [  7391] By: jhi                                   on 2000/10/21  14:37:49
49492         Log: Testcases for a #7383,#7385 related bug.
49493              
49494              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
49495              From: Nicholas Clark <nick@ccl4.org>
49496              Date: Sat, 21 Oct 2000 15:04:51 +0100
49497              Message-ID: <20001021150451.A51566@plum.flirble.org>
49498      Branch: perl
49499            ! t/pragma/utf8.t
49500 ____________________________________________________________________________
49501 [  7390] By: jhi                                   on 2000/10/21  14:35:57
49502         Log: Add a testcase for #7389.
49503      Branch: perl
49504            ! t/pragma/warn/op
49505 ____________________________________________________________________________
49506 [  7389] By: jhi                                   on 2000/10/21  14:26:45
49507         Log: Subject: Re: Creating const subs for constants.
49508              From: John Tobey <jtobey@john-edwin-tobey.org>
49509              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
49510              Message-Id: <m13mo0N-000FObC@feynman.localnet>
49511      Branch: perl
49512            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
49513            ! proto.h sv.c
49514 ____________________________________________________________________________
49515 [  7388] By: nick                                  on 2000/10/21  11:44:23
49516         Log: Populate perlio branch
49517      Branch: perlio
49518           +> (branch 1760 files)
49519 ____________________________________________________________________________
49520 [  7387] By: nick                                  on 2000/10/21  10:52:05
49521         Log: Get branch back as replica of mainline via :
49522              p4 integrate -b utfperl
49523              p4 resolve -at ./...
49524      Branch: utfperl
49525           +> (branch 269 files)
49526            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
49527            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
49528            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
49529            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
49530            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
49531            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
49532            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
49533            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
49534            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
49535            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
49536            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
49537            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
49538            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
49539            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
49540            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
49541            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
49542            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
49543            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
49544            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
49545            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
49546            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
49547            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
49548            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
49549            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
49550            - lib/unicode/UCD300.html lib/unicode/Unicode.300
49551            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
49552            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
49553            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
49554            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
49555           !> (integrate 965 files)
49556 ____________________________________________________________________________
49557 [  7386] By: jhi                                   on 2000/10/21  01:31:12
49558         Log: Update Changes.
49559      Branch: perl
49560            ! Changes patchlevel.h
49561 ____________________________________________________________________________
49562 [  7385] By: jhi                                   on 2000/10/21  01:28:42
49563         Log: The #7383 was right only in the context of the original bug report,
49564              not in more general case.
49565      Branch: perl
49566            ! pp_hot.c
49567 ____________________________________________________________________________
49568 [  7384] By: jhi                                   on 2000/10/21  01:08:23
49569         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
49570      Branch: perl
49571            ! ext/IO/lib/IO/Select.pm
49572 ____________________________________________________________________________
49573 [  7383] By: jhi                                   on 2000/10/21  00:44:18
49574         Log: Fix for ID 20001020.006, concatenating an unset submatch
49575              with utf8 resulted in "Modification of a read-only value".
49576      Branch: perl
49577            ! pp_hot.c t/pragma/utf8.t
49578 ____________________________________________________________________________
49579 [  7382] By: jhi                                   on 2000/10/20  20:44:31
49580         Log: Make scan_num() reëntrant, as suggested in
49581              
49582              Subject: [PATCH perl@7229] Rentrant parser and yylex()
49583              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
49584              Date: Fri, 20 Oct 2000 14:17:27 +0100
49585              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
49586      Branch: perl
49587            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
49588            ! toke.c
49589 ____________________________________________________________________________
49590 [  7381] By: jhi                                   on 2000/10/20  20:07:29
49591         Log: Reëntrancy fix.
49592              
49593              Subject: [PATCH perl@7229] Rentrant parser and yylex()
49594              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
49595              Date: Fri, 20 Oct 2000 14:17:27 +0100
49596              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
49597      Branch: perl
49598            ! embed.h embed.pl perl.h proto.h toke.c
49599 ____________________________________________________________________________
49600 [  7380] By: jhi                                   on 2000/10/20  19:15:54
49601         Log: Don't write double values through long double pointers,
49602              based on a part of
49603              
49604              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
49605              From: Jens Hamisch <jens@Strawberry.COM>
49606              Date: Tue, 17 Oct 2000 08:39:36 +0200
49607              Message-Id: <20001017083936.A11104@Strawberry.COM>
49608      Branch: perl
49609            ! perl.h pp.c
49610 ____________________________________________________________________________
49611 [  7379] By: jhi                                   on 2000/10/20  18:43:37
49612         Log: Portability tweak on #7377.
49613              
49614              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
49615              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49616              Date:     Fri, 20 Oct 2000 13:13:41 EDT
49617              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
49618      Branch: perl
49619            ! t/lib/dprof.t
49620 ____________________________________________________________________________
49621 [  7378] By: jhi                                   on 2000/10/20  12:57:19
49622         Log: SOCKS function redefinitions need prototypes, too, otherwise
49623              for example 32 bit versus 64 bit differences cause a lot of
49624              problems.  Part of
49625              
49626              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
49627              From: Jens Hamisch <jens@Strawberry.COM>
49628              Date: Tue, 17 Oct 2000 08:39:36 +0200
49629              Message-Id: <20001017083936.A11104@Strawberry.COM>
49630      Branch: perl
49631            ! doio.c pp_sys.c
49632 ____________________________________________________________________________
49633 [  7377] By: jhi                                   on 2000/10/20  12:37:12
49634         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
49635              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49636              Date:     Fri, 20 Oct 2000 08:26:04 EDT
49637              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
49638      Branch: perl
49639            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
49640 ____________________________________________________________________________
49641 [  7376] By: jhi                                   on 2000/10/20  12:35:31
49642         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
49643              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49644              Date:     Fri, 20 Oct 2000 07:48:15 EDT
49645              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
49646      Branch: perl
49647            ! configure.com vms/gen_shrfls.pl
49648 ____________________________________________________________________________
49649 [  7375] By: bailey                                on 2000/10/20  04:44:37
49650         Log: SYN SYN
49651      Branch: vmsperl
49652           +> (branch 134 files)
49653            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
49654            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
49655            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
49656            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
49657            - eg/cgi/frameset.cgi eg/cgi/index.html
49658            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
49659            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
49660            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
49661            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
49662            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
49663            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
49664            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
49665            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
49666            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
49667            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
49668            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
49669            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
49670            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
49671            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
49672            - lib/unicode/Props.txt lib/unicode/UCD300.html
49673            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
49674            - utils/perlbc.PL vms/subconfigure.com
49675           !> (integrate 785 files)
49676 ____________________________________________________________________________
49677 [  7374] By: jhi                                   on 2000/10/20  00:59:48
49678         Log: In the latest compiler builds cccdlflags must not become -fpic,
49679              from Wilfredo Sánchez.
49680      Branch: perl
49681            ! hints/darwin.sh
49682 ____________________________________________________________________________
49683 [  7373] By: jhi                                   on 2000/10/20  00:56:35
49684         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
49685              From: Tony Cook <tony@develop-help.com>
49686              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
49687              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
49688      Branch: perl
49689            ! pod/perlop.pod
49690 ____________________________________________________________________________
49691 [  7372] By: jhi                                   on 2000/10/19  19:34:40
49692         Log: Typo noted by Mark Lutz.
49693      Branch: perl
49694            ! t/op/64bitint.t
49695 ____________________________________________________________________________
49696 [  7371] By: jhi                                   on 2000/10/19  19:33:13
49697         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
49698      Branch: metaconfig
49699            ! U/modified/Cppsym.U U/modified/Oldconfig.U
49700      Branch: metaconfig/U/perl
49701            ! End.U dlsrc.U libperl.U
49702      Branch: perl
49703            + hints/nonstopux.sh
49704            ! Configure MANIFEST config_h.SH
49705 ____________________________________________________________________________
49706 [  7370] By: jhi                                   on 2000/10/19  17:18:08
49707         Log: Subject: PATCH do_print has 2 PerlIO_error()s
49708              From: nick@ccl4.org
49709              Date: Thu, 19 Oct 2000 18:09:20 +0100
49710              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
49711      Branch: perl
49712            ! doio.c
49713 ____________________________________________________________________________
49714 [  7369] By: jhi                                   on 2000/10/19  14:01:49
49715         Log: Update Changes.
49716      Branch: perl
49717            ! Changes patchlevel.h
49718 ____________________________________________________________________________
49719 [  7368] By: jhi                                   on 2000/10/19  13:04:29
49720         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
49721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49722              Date: Wed, 18 Oct 2000 13:12:01 +0200
49723              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
49724      Branch: perl
49725            ! hints/aix.sh
49726 ____________________________________________________________________________
49727 [  7367] By: jhi                                   on 2000/10/19  02:22:40
49728         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
49729              of a 'pmshort' anywhere in the B, so the offending line was simply
49730              removed.
49731      Branch: perl
49732            ! ext/B/B/Debug.pm
49733 ____________________________________________________________________________
49734 [  7366] By: jhi                                   on 2000/10/19  02:12:37
49735         Log: Add the test case for the bug id 20000730.004 which seems
49736              to have been fixed by now.
49737      Branch: perl
49738            ! t/pragma/utf8.t
49739 ____________________________________________________________________________
49740 [  7365] By: jhi                                   on 2000/10/18  23:36:24
49741         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
49742              From: Hugo <hv@crypt.compulink.co.uk>
49743              Date: Wed, 18 Oct 2000 23:25:58 +0100
49744              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
49745      Branch: perl
49746            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
49747 ____________________________________________________________________________
49748 [  7364] By: jhi                                   on 2000/10/18  21:12:53
49749         Log: (retracted)
49750      Branch: perl
49751            ! pp.c
49752 ____________________________________________________________________________
49753 [  7363] By: jhi                                   on 2000/10/18  20:55:38
49754         Log: Missing change from #7362.
49755      Branch: perl
49756            ! win32/perlhost.h
49757 ____________________________________________________________________________
49758 [  7362] By: jhi                                   on 2000/10/18  20:52:01
49759         Log: Borland C fstat() never saw the fd as writable.
49760              
49761              Subject: fix for Borland's weak "stat" (perl@7211)
49762              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49763              Date: Mon, 16 Oct 2000 09:55:03 +0400
49764              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
49765      Branch: perl
49766            ! win32/win32.c
49767 ____________________________________________________________________________
49768 [  7361] By: jhi                                   on 2000/10/18  17:43:50
49769         Log: Regen toc.
49770      Branch: perl
49771            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
49772 ____________________________________________________________________________
49773 [  7360] By: jhi                                   on 2000/10/18  17:07:44
49774         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49775              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
49776              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
49777              Date: Mon, 16 Oct 2000 15:19:49 +0200
49778      Branch: perl
49779            + README.aix
49780            ! MANIFEST
49781 ____________________________________________________________________________
49782 [  7359] By: jhi                                   on 2000/10/18  17:04:49
49783         Log: Subject: Pod patch for Devel::Peek
49784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49785              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
49786              Date: Mon, 16 Oct 2000 12:26:34 +0200
49787      Branch: perl
49788            ! ext/Devel/Peek/Peek.pm
49789 ____________________________________________________________________________
49790 [  7358] By: jhi                                   on 2000/10/18  17:03:15
49791         Log: Make Cwd more bulletproof in chrooted environments.
49792              
49793              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
49794              From: "Eric E. Coe" <Eric.Coe@oracle.com>
49795              Date: Wed, 18 Oct 2000 04:03:54 -0400
49796              Message-Id: <39ED596A.70E599FE@oracle.com>
49797      Branch: perl
49798            ! lib/Cwd.pm
49799 ____________________________________________________________________________
49800 [  7357] By: jhi                                   on 2000/10/18  16:37:26
49801         Log: Disable the UTF8 downgrade croakage for now to avoid
49802              too many not okay messages.
49803      Branch: perl
49804            ! doio.c
49805 ____________________________________________________________________________
49806 [  7356] By: jhi                                   on 2000/10/17  23:29:41
49807         Log: Show the failed remote port, instead of the failing line number.
49808              
49809              Subject: [PATCH 5.6.1 Debugger] More diagnostics
49810              From: David Sparks <daves@ActiveState.com>
49811              Date: Tue, 17 Oct 2000 15:00:24 -0700
49812              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
49813      Branch: perl
49814            ! lib/perl5db.pl
49815 ____________________________________________________________________________
49816 [  7355] By: jhi                                   on 2000/10/17  14:11:31
49817         Log: On output try to downgrade to bytes, croak if impossible,
49818              from Simon Cozens.  This means that outputting >255 UTF8
49819              is impossible.  Consider this as a strong incentive to get
49820              the I/O disciplines implemented.
49821      Branch: perl
49822            ! doio.c pod/perldiag.pod sv.c
49823 ____________________________________________________________________________
49824 [  7354] By: jhi                                   on 2000/10/17  13:42:23
49825         Log: Clarify documentation on 'use bytes'.
49826              
49827              Subject: Re: What does 'use bytes' "mean" ?
49828              From: Simon Cozens <simon@cozens.net>
49829              Date: Mon, 18 Sep 2000 18:24:25 +0100
49830              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
49831      Branch: perl
49832            ! lib/bytes.pm
49833 ____________________________________________________________________________
49834 [  7353] By: jhi                                   on 2000/10/17  13:28:12
49835         Log: Workaround for a sfio bug where the stream error indicator
49836              is not cleared as documented.
49837              
49838              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
49839              From: Nicholas Clark <nick@ccl4.org>
49840              Date: Mon, 16 Oct 2000 18:28:23 +0100
49841              Message-ID: <20001016182823.J19700@plum.flirble.org>
49842      Branch: perl
49843            ! doio.c
49844 ____________________________________________________________________________
49845 [  7352] By: jhi                                   on 2000/10/17  13:06:19
49846         Log: More IoTYPE sprinkling.
49847      Branch: perl
49848            ! doio.c pp_hot.c
49849 ____________________________________________________________________________
49850 [  7351] By: jhi                                   on 2000/10/16  22:47:07
49851         Log: Detect early whether the std streams have gone bad.
49852              
49853              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
49854              Date: Mon, 16 Oct 2000 23:28:42 +0100
49855              From: Nicholas Clark <nick@ccl4.org>
49856              Message-ID: <20001016232842.A37942@plum.flirble.org>
49857      Branch: perl
49858            ! t/op/misc.t
49859 ____________________________________________________________________________
49860 [  7350] By: jhi                                   on 2000/10/16  22:45:16
49861         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
49862              From: "Peter J. Farley III" <pjfarley@banet.net>
49863              Date: Mon, 16 Oct 2000 18:15:59 -0400
49864              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
49865      Branch: perl
49866            ! djgpp/djgpp.c dosish.h t/io/open.t
49867 ____________________________________________________________________________
49868 [  7349] By: jhi                                   on 2000/10/16  22:36:45
49869         Log: perldelta tweak.
49870      Branch: perl
49871            ! pod/perldelta.pod
49872 ____________________________________________________________________________
49873 [  7348] By: jhi                                   on 2000/10/16  15:17:53
49874         Log: Update Changes.
49875      Branch: perl
49876            ! Changes patchlevel.h
49877 ____________________________________________________________________________
49878 [  7347] By: jhi                                   on 2000/10/16  13:55:27
49879         Log: Add the capability to include/exclude branches.
49880      Branch: perl
49881            ! Porting/genlog
49882 ____________________________________________________________________________
49883 [  7346] By: jhi                                   on 2000/10/16  13:18:04
49884         Log: Add Charles Lane.
49885      Branch: perl
49886            ! AUTHORS Changes
49887 ____________________________________________________________________________
49888 [  7345] By: jhi                                   on 2000/10/16  13:13:21
49889         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
49890      Branch: perl
49891            ! pod/perldelta.pod
49892 ____________________________________________________________________________
49893 [  7344] By: gsar                                  on 2000/10/16  09:30:21
49894         Log: integrate change#6220 from cfgperl
49895              
49896              Win32 patches from Benjamin Stuhl.
49897      Branch: maint-5.6/perl
49898           !> makedef.pl win32/win32.h
49899 ____________________________________________________________________________
49900 [  7343] By: gsar                                  on 2000/10/16  08:32:19
49901         Log: integrate changes#6221,6222 from cfgperl
49902              
49903              Remove tr///CU (the feature is to be obsoleted by better interfaces).
49904              From: simon@brecon.co.uk (Simon Cozens)
49905              Subject: [PATCH] Eliminate tr///[CU][CU]
49906              Date: 23 Jun 2000 11:05:40 GMT
49907              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
49908              
49909              doc typo fix
49910              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
49911              From: Ian Phillipps <Ian.Phillipps@iname.com>
49912              Date: Fri, 23 Jun 2000 10:40:58 +0100
49913              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
49914      Branch: maint-5.6/perl
49915           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
49916 ____________________________________________________________________________
49917 [  7342] By: gsar                                  on 2000/10/16  08:28:08
49918         Log: integrate change#6217 from cfgperl (in part)
49919              
49920              Rename the fdpid locking and integrate with Sarathy.
49921      Branch: maint-5.6/perl
49922           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
49923           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
49924           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
49925           !> win32/win32.c
49926 ____________________________________________________________________________
49927 [  7341] By: gsar                                  on 2000/10/16  08:23:39
49928         Log: integrate changes#6214..6216 from mainline
49929              
49930              @_ can't have junk in it even in the non-USE_ITHREADS case because
49931              caller() wants to populate @DB::args with it (causes a coredump
49932              in Carp::confess())
49933              
49934              tweak comment about @DB::args
49935              
49936              be more optimal about clearing @_
49937      Branch: maint-5.6/perl
49938           !> av.h cop.h pp_ctl.c t/op/runlevel.t
49939 ____________________________________________________________________________
49940 [  7340] By: gsar                                  on 2000/10/16  08:20:37
49941         Log: integrate changes#6207..6210 from cfgperl
49942              
49943              Subject: [PATCH 5.6.0] Threadsafe patches
49944              From: Dan Sugalski <dan@sidhe.org>
49945              To: perl5-porters@perl.org
49946              Date: Mon, 08 May 2000 18:08:13 -0400
49947              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
49948              
49949              Regen headers for #6207.
49950              
49951              Lock PL_fdpid against race conditions, based on:
49952              Subject: [PATCH 5.6.0]subprocess fixup for threads
49953              From: Dan Sugalski <dan@sidhe.org>
49954              To: perl5-porters@perl.org
49955              Date: Tue, 11 Apr 2000 17:02:32 -0400
49956              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
49957              
49958              Mopup for #6207 and #6209.
49959      Branch: maint-5.6/perl
49960           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
49961           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
49962           !> win32/win32.c
49963 ____________________________________________________________________________
49964 [  7339] By: gsar                                  on 2000/10/16  08:14:34
49965         Log: integrate change#6203 from cfgperl
49966              
49967              perldiag should refer to perlos2.pod not README.os2
49968      Branch: maint-5.6/perl
49969           !> pod/perldiag.pod
49970 ____________________________________________________________________________
49971 [  7338] By: gsar                                  on 2000/10/16  08:11:42
49972         Log: integrate change#6201 from mainline
49973              
49974              Perl_eval_pv() leaks 4 bytes every time it is called because it
49975              does a PUSHMARK that's never ever POPMARKed; in general, only
49976              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
49977              Perl_eval_[sp]v() don't because they don't take any incoming
49978              arguments (this leak has been around since the original version
49979              of perl_eval_pv() in 5.003_97e)
49980      Branch: maint-5.6/perl
49981           !> perl.c
49982 ____________________________________________________________________________
49983 [  7337] By: gsar                                  on 2000/10/16  08:08:47
49984         Log: integrate changes#6197..6200 from cfgperl
49985              
49986              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
49987              From: John Borwick <jhborwic@unity.ncsu.edu>
49988              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
49989              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
49990              
49991              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
49992              From: Dan Sugalski <dan@sidhe.org>
49993              To: vmsperl@perl.org, perl5-porters@perl.org
49994              Date: Fri, 02 Jun 2000 16:00:41 -0400
49995              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
49996              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
49997              
49998              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
49999              From: Dan Sugalski <dan@sidhe.org>
50000              To: perl5-porters@perl.org, vmsperl@perl.org
50001              Date: Fri, 02 Jun 2000 17:30:51 -0400
50002              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
50003              
50004              Update to cperl-mode.el 4.31 from
50005              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
50006              Subject: A couple of notes
50007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50008              To: Mailing list Perl5 <perl5-porters@perl.org>
50009              Date: Sat, 3 Jun 2000 23:33:32 -0400
50010              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
50011      Branch: maint-5.6/perl
50012           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
50013           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
50014           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
50015           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
50016           !> vms/vmsish.h
50017 ____________________________________________________________________________
50018 [  7336] By: gsar                                  on 2000/10/16  08:03:46
50019         Log: integrate changes#6194,6195 from mainline
50020              
50021              fix small eval"" memory leaks under USE_ITHREADS
50022              
50023              fix yet another eval"" leak under USE_ITHREADS
50024      Branch: maint-5.6/perl
50025           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50026           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50027           !> vms/perly_c.vms
50028 ____________________________________________________________________________
50029 [  7335] By: gsar                                  on 2000/10/16  08:02:15
50030         Log: integrate changes#6190,6191 from mainline
50031              
50032              submit missing embed.pl change
50033              
50034              vec() loses numericalness (modified version of patch suggested
50035              by Robin Barker)
50036      Branch: maint-5.6/perl
50037           !> doop.c embed.pl t/op/vec.t
50038 ____________________________________________________________________________
50039 [  7334] By: gsar                                  on 2000/10/16  08:01:03
50040         Log: integrate change#6189 from mainline
50041              
50042              counting tr/// corrupts later operation (from M.J.T Guy)
50043      Branch: maint-5.6/perl
50044           !> doop.c t/op/tr.t
50045 ____________________________________________________________________________
50046 [  7333] By: gsar                                  on 2000/10/16  07:59:07
50047         Log: integrate changes#6183..6188 from mainline
50048              
50049              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
50050              <nick@ccl4.org>)
50051              
50052              tweak for change#6127
50053              
50054              remove incorrect documentation about implicit split to @_ in
50055              list context, which never really worked in perl 5 (from
50056              M.J.T. Guy)
50057              
50058              further qualify references to "alphanumeric" (from Wolfgang Laun
50059              <wolfgang.laun@alcatel.at>)
50060              
50061              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
50062              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
50063              
50064              h2xs tweaks
50065      Branch: maint-5.6/perl
50066           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
50067           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
50068           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
50069           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
50070           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
50071           !> pod/pod2latex.PL utils/h2xs.PL
50072 ____________________________________________________________________________
50073 [  7332] By: gsar                                  on 2000/10/16  07:53:52
50074         Log: integrate change#6179 from mainline
50075              
50076              buggy modulus on UVs introduced by change#3378 (resulted in
50077              4063328477 % 65535 amounting to 27406, instead of 27407)
50078      Branch: maint-5.6/perl
50079           !> pp.c t/op/arith.t
50080 ____________________________________________________________________________
50081 [  7331] By: gsar                                  on 2000/10/16  07:52:49
50082         Log: integrate changes#6176,6177,6178,6182 from cfgperl
50083              
50084              Single-quoted utf8 patch from Simon Cozens.
50085              
50086              Substitution utf8 patch from Simon Cozens.
50087              
50088              Be cleaner.
50089              
50090              Be Cleaner Part Deux.
50091      Branch: maint-5.6/perl
50092           !> Makefile.SH pp_hot.c toke.c
50093 ____________________________________________________________________________
50094 [  7330] By: gsar                                  on 2000/10/16  07:41:36
50095         Log: integrate change#6172 from mainline
50096              
50097              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
50098              (from Ilya Zakharevich)
50099      Branch: maint-5.6/perl
50100           !> regexec.c t/op/re_tests
50101 ____________________________________________________________________________
50102 [  7329] By: gsar                                  on 2000/10/16  07:40:25
50103         Log: integrate change#6171 from mainline
50104              
50105              scalar() doesn't force scalar context when used in void context
50106              (from Simon Cozens)
50107      Branch: maint-5.6/perl
50108           !> op.c t/op/wantarray.t
50109 ____________________________________________________________________________
50110 [  7328] By: gsar                                  on 2000/10/16  07:39:33
50111         Log: integrate change#6170 from mainline
50112              
50113              change#6142 needs tweaks to tests to work where there's no
50114              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
50115      Branch: maint-5.6/perl
50116           !> t/lib/filefind.t
50117 ____________________________________________________________________________
50118 [  7327] By: gsar                                  on 2000/10/16  07:35:34
50119         Log: integrate changes#6166..6168 from cfgperl
50120              
50121              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
50122              in case somebody wants to write an extension for more
50123              shadow database interfaces.
50124              
50125              tweak todo
50126              
50127              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
50128      Branch: maint-5.6/perl
50129           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50130           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
50131           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
50132           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
50133           !> win32/config.vc win32/config_H.bc win32/config_H.gc
50134           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
50135 ____________________________________________________________________________
50136 [  7326] By: gsar                                  on 2000/10/16  07:29:05
50137         Log: integrate changes#6157,6159..6161,6164 from cfgperl
50138              
50139              Regen Configure to jive with #6149.
50140              
50141              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
50142              
50143              Changes for the File::Temp 0.08 (change #6159) test suite
50144              to fit better into the Perl distribution test framework.
50145              
50146              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
50147              both from Simon Cozens.
50148              
50149              detypo
50150      Branch: maint-5.6/perl
50151           +> pod/perlmodlib.PL pod/perlnewmod.pod
50152           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
50153           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
50154           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50155           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
50156 ____________________________________________________________________________
50157 [  7325] By: gsar                                  on 2000/10/16  07:25:13
50158         Log: integrate change#6158 from vmsperl
50159              
50160              Add fallback to tmpfile for use in cases where user's relying on
50161              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
50162              Lane's patch)
50163      Branch: maint-5.6/perl
50164           !> vms/vms.c vms/vmsish.h
50165 ____________________________________________________________________________
50166 [  7324] By: gsar                                  on 2000/10/16  07:20:50
50167         Log: integrate changes#6153..6155 from mainline
50168              
50169              prettier Test::Harness output on failed tests (from Nicholas Clark
50170              <nick@Bagpuss.uk.boo.com>)
50171              
50172              avoid type mismatch warning
50173              
50174              small bug in change#6144; remove random \xA0 character that snuck
50175              in via change#6145
50176      Branch: maint-5.6/perl
50177           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
50178           !> perl.c
50179 ____________________________________________________________________________
50180 [  7323] By: gsar                                  on 2000/10/16  07:18:47
50181         Log: integrate changes#6151,6152 from mainline
50182              
50183              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
50184              
50185              cosmetic fixups of RE debug output (from Ilya Zakharevich)
50186      Branch: maint-5.6/perl
50187           !> regexec.c
50188 ____________________________________________________________________________
50189 [  7322] By: gsar                                  on 2000/10/16  07:17:25
50190         Log: integrate changes#6146..6150 from mainline
50191              
50192              doc typo
50193              
50194              add a make entry to Config.pm so "perl -V:make" works on VMS
50195              (from Peter Prymmer)
50196              
50197              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
50198              
50199              OS/2 tweaks for usethreads build (from Rocco Caputo
50200              <troc@netrus.net>)
50201              
50202              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
50203      Branch: maint-5.6/perl
50204           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
50205           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
50206           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
50207           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
50208           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
50209           !> warnings.pl x2p/a2p.h
50210 ____________________________________________________________________________
50211 [  7321] By: gsar                                  on 2000/10/16  07:14:02
50212         Log: integrate changes#6143..6145 from mainline
50213              
50214              MacOS support, part 1 (from Matthias Neeracher
50215              <neeri@iis.ee.ethz.ch>)
50216              
50217              MacOS support, part 2: make AutoSplit use File::Spec instead
50218              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
50219              <neeri@iis.ee.ethz.ch>)
50220              
50221              make xsubpp skip embedded pod (from Matthias Neeracher
50222              <neeri@iis.ee.ethz.ch>)
50223      Branch: maint-5.6/perl
50224           +> ext/DynaLoader/dl_mac.xs
50225           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
50226           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
50227           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
50228           !> pp_ctl.c proto.h toke.c util.c util.h
50229 ____________________________________________________________________________
50230 [  7320] By: gsar                                  on 2000/10/16  07:12:13
50231         Log: integrate changes#6141,6142 from mainline
50232              
50233              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
50234              forwarded by Peter Seebach from the bsdi-users mailing list.
50235              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
50236              
50237              File::Find fails to chdir when chasing symlinks (from
50238              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
50239      Branch: maint-5.6/perl
50240           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
50241 ____________________________________________________________________________
50242 [  7319] By: gsar                                  on 2000/10/16  07:04:30
50243         Log: integrate change#6139 from mainline
50244              
50245              revise mktables.PL for bugs and newness in Unicode 3.0
50246              (from James Bence <jbence@amgen.com>)
50247      Branch: maint-5.6/perl
50248           +> (branch 30 files)
50249           !> (integrate 49 files)
50250 ____________________________________________________________________________
50251 [  7318] By: gsar                                  on 2000/10/16  07:01:01
50252         Log: integrate changes#6137,6138 from mainline
50253              
50254              fix bogus redeclaration warning for "our" variables in different
50255              scopes
50256              
50257              add note about the handling of negative indices to tied arrays
50258              (from Michael G Schwern <schwern@pobox.com>)
50259      Branch: maint-5.6/perl
50260           !> op.c pod/perltie.pod t/pragma/strict-vars
50261 ____________________________________________________________________________
50262 [  7317] By: gsar                                  on 2000/10/16  06:58:46
50263         Log: integrate changes#6127..6136 from mainline
50264              
50265              call_method(...,G_EVAL) can longjmp() out if the method probing
50266              failed (from Gisle Aas)
50267              
50268              new perlxstut example for passing/returning refs to arrays
50269              (from David Lowe <dlowe@pootpoot.com>)
50270              
50271              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
50272              
50273              fix places that mean C<"word" character> but say C<alphanumeric
50274              character>
50275              
50276              avoid warnings in POSIX.pm (from Barrie Slaymaker)
50277              
50278              warnings::enabled() doesn't fall back to looking at $^W if
50279              caller isn't using lexical warnings (from Paul Marquess)
50280              
50281              elide bogus test in change#6132
50282              
50283              make Test::Harness use wait.h/WCOREDUMP if available
50284              (from Ben Tilly <ben_tilly@hotmail.com>)
50285              
50286              enable Test::Harness to dynamically determine column width etc.
50287              (from Rob Napier <rnapier@employees.org>)
50288              
50289              random pod typos (from Peter Scott <Peter@PSDT.com>)
50290      Branch: maint-5.6/perl
50291           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
50292           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
50293           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
50294           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
50295 ____________________________________________________________________________
50296 [  7316] By: gsar                                  on 2000/10/16  06:53:23
50297         Log: integrate change#6126 from mainline
50298              
50299              change#2879 broke rvalue autovivification of magicals such as
50300              ${$num} (reworked variant of patch suggested by Simon Cozens)
50301      Branch: maint-5.6/perl
50302           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
50303           !> pp_hot.c proto.h t/op/gv.t
50304 ____________________________________________________________________________
50305 [  7315] By: gsar                                  on 2000/10/16  06:51:38
50306         Log: integrate changes#6123,6125 from mainline
50307              
50308              clarify gotcha with #line directives (from Rocco Caputo
50309              <troc@netrus.net>)
50310              
50311              enable propagating exception objects via Perl_croak() in XS code
50312              (from Gisle Aas)
50313      Branch: maint-5.6/perl
50314           !> pod/perldebug.pod pod/perlsyn.pod util.c
50315 ____________________________________________________________________________
50316 [  7314] By: gsar                                  on 2000/10/16  06:49:28
50317         Log: integrate change#6122 from mainline
50318              
50319              downgrade fatal error on C<"foo@nosucharray.com"> to optional
50320              warning (from Mark-Jason Dominus)
50321      Branch: maint-5.6/perl
50322           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
50323           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
50324           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
50325           !> toke.c
50326 ____________________________________________________________________________
50327 [  7313] By: gsar                                  on 2000/10/16  06:46:54
50328         Log: integrate changes#6112..6121 from vmsperl
50329              
50330              Check for existence of file before trying to delete
50331              
50332              Ugly workaround for version-specific RTL error
50333              
50334              Urk -- undo previous removal of vmsish 'exit' change
50335              
50336              Add bounds checking for several strings (Charles Lane)
50337              
50338              Miscellaneous cosmetic fixes (Charles Lane)
50339              
50340              Treat sockets as special in sys(read|write) (Charles Lane et al.)
50341              
50342              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
50343              Flatten case labels in switch statements uniformly (Charles Bailey)
50344              
50345              Quiet error messages in vmsish.t (Charles Lane)
50346              
50347              Add missing escape (Charles Lane)
50348              
50349              Allow eliminate_macros() and fixpath() to handle space-delimited
50350              lists (based on fixes by Craig Berry)
50351      Branch: maint-5.6/perl
50352           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
50353           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
50354           !> vms/vmsish.h
50355 ____________________________________________________________________________
50356 [  7312] By: gsar                                  on 2000/10/16  06:41:18
50357         Log: integrate changes#6107,6110 from cfgperl
50358              
50359              Tweak the todo list.
50360              
50361              todo tweak
50362      Branch: maint-5.6/perl
50363           !> Todo-5.6
50364 ____________________________________________________________________________
50365 [  7311] By: gsar                                  on 2000/10/16  06:38:38
50366         Log: integrate changes#6104,6108 from mainline
50367              
50368              PL_sys_intern was being initialized too late on windows
50369              
50370              reenable fake signal handling on Windows, bugs and all
50371      Branch: maint-5.6/perl
50372           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
50373           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
50374           !> win32/win32.c
50375 ____________________________________________________________________________
50376 [  7310] By: gsar                                  on 2000/10/16  06:36:03
50377         Log: integrate changes#6095,6097..6103 from cfgperl
50378              
50379              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
50380              might be useful in future.
50381              
50382              Add a note about possible compilation problems from Allen Smith.
50383              
50384              Add a note about other, yet unsupported, shadow password APIs.
50385              
50386              Tweaks for the cc bugs from Allen Smith.
50387              
50388              More compilation tweakery from Allen Smith.
50389              
50390              Hints and test tweaks for Unicos.
50391              
50392              The test suite tweak in #6101 wasn't quite right.
50393              
50394              Test tweaking for Unicos continues.
50395      Branch: maint-5.6/perl
50396           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50397           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
50398           !> t/lib/complex.t t/op/64bitint.t
50399 ____________________________________________________________________________
50400 [  7309] By: gsar                                  on 2000/10/16  06:29:41
50401         Log: integrate changes#6093,6094 from mainline
50402              
50403              fork() failure to create pseudo process sets errno=EAGAIN and returns
50404              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
50405              
50406              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
50407      Branch: maint-5.6/perl
50408           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
50409           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
50410 ____________________________________________________________________________
50411 [  7308] By: gsar                                  on 2000/10/16  06:27:29
50412         Log: integrate change#6092 from cfgperl
50413              
50414              Regen perltoc with the fixed buildtoc.
50415      Branch: maint-5.6/perl
50416           !> pod/perltoc.pod
50417 ____________________________________________________________________________
50418 [  7307] By: gsar                                  on 2000/10/16  06:26:40
50419         Log: integrate changes#6089,6090 from mainline
50420              
50421              buildtoc tweak to fix newline lossage
50422              
50423              concat doesn't preserve utf8-ness, and doesn't invalidate
50424              [NI]OK; added tests for both
50425      Branch: maint-5.6/perl
50426           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
50427 ____________________________________________________________________________
50428 [  7306] By: gsar                                  on 2000/10/16  06:24:05
50429         Log: integrate change#6088 from cfgperl
50430              
50431              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
50432              because we do not use those.  The HAS_GETSPNAM remains,
50433              though, because we still do use that.
50434      Branch: maint-5.6/perl
50435           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50436           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
50437           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
50438           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
50439           !> win32/config.vc win32/config_H.bc win32/config_H.gc
50440           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
50441 ____________________________________________________________________________
50442 [  7305] By: gsar                                  on 2000/10/16  06:15:52
50443         Log: integrate changes#6084,6085,6087 from mainline
50444              
50445              substr() does not preserve utf8-ness (from Stefan Eissing
50446              <Eissing@medicaldataservice.de>); added tests
50447              
50448              repeat operator (x) doesn't preserve utf8-ness
50449              
50450              reverse() and quotemeta() weren't preserving utf8-ness; add tests
50451      Branch: maint-5.6/perl
50452           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
50453 ____________________________________________________________________________
50454 [  7304] By: gsar                                  on 2000/10/16  06:13:10
50455         Log: integrate changes#6077..6083 from mainline
50456              
50457              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
50458              and Tom Phoenix)
50459              
50460              workaround for CRT bug in chdir() (from Charles Lane, via
50461              Peter Prymmer)
50462              
50463              remove outdated kludge in Carp (NULLs are permitted in diagnostics
50464              now)
50465              
50466              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
50467              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
50468              
50469              better default perlbug categories for ok reports (from Richard Foley)
50470              
50471              peek.t non-portable to ithreads
50472              
50473              note about undocumented caller() return value (from M.J.T. Guy);
50474              yet another peek.t tweak
50475      Branch: maint-5.6/perl
50476           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50477           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
50478           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
50479           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
50480           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
50481           !> vms/vmsish.h
50482 ____________________________________________________________________________
50483 [  7303] By: gsar                                  on 2000/10/16  06:03:18
50484         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
50485              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
50486              
50487              &HUGE_VAL is not defined, it exists.
50488              
50489              Do not warn that an infinity does not look like a number.
50490              
50491              Rewrite the pwent/spent logic to be a little bit more clearer.
50492              
50493              Continue on the pwent/spent case.
50494              
50495              Correct Freudian slip.
50496              
50497              Use HUGE_VALL if applicable.
50498              
50499              pwent/spent #ifdef imbalance.
50500              
50501              Infinite problems.
50502              
50503              Call getspnam() only iff needd.
50504              
50505              Test both the scalar and list contexts.
50506              
50507              Use setxxent()/endxxent().
50508              
50509              Complex tweakery.
50510              
50511              Unicos hint tweak.
50512              
50513              Be more forgiving in POSIX about HUGE_VALL.
50514              
50515              Detypo.
50516              
50517              The search of infinity continues, this time simplified.
50518              
50519              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
50520              in natively 64-bit platforms where a long is a quad (no need
50521              for long longs).  Also added bias for IVs.
50522              
50523              Complex tweaks.
50524              
50525              Introduce t/lib/peek.t.
50526              
50527              Make the test more portable.
50528      Branch: maint-5.6/perl
50529           +> t/lib/peek.t
50530            ! pp_sys.c
50531           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
50532           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
50533           !> t/op/pwent.t toke.c util.c
50534 ____________________________________________________________________________
50535 [  7302] By: gsar                                  on 2000/10/16  05:03:37
50536         Log: integrate changes#6066..6071 from mainline
50537              
50538              s/END/CHECK/
50539              
50540              replace direct call to sighandler() with (*PL_sighandlerp)()
50541              
50542              note about values()
50543              
50544              File::Spec compatibility update (from Barrie Slaymaker
50545              <barries@slaysys.com>)
50546              
50547              remove misleading comment (from M.J.T. Guy)
50548              
50549              misformatted perllocal.pod (from Tim Jenness
50550              <t.jenness@jach.hawaii.edu>)
50551      Branch: maint-5.6/perl
50552           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
50553           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
50554           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
50555           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
50556 ____________________________________________________________________________
50557 [  7301] By: gsar                                  on 2000/10/16  05:00:08
50558         Log: integrate changes#6061..6063 from mainline
50559              
50560              change#5921 neglected to make eq honor "use bytes"
50561              
50562              additional tests for utf8.t
50563              
50564              tokeq() could read unallocated field in argument
50565      Branch: maint-5.6/perl
50566           !> sv.c t/pragma/utf8.t toke.c
50567 ____________________________________________________________________________
50568 [  7300] By: gsar                                  on 2000/10/16  04:56:54
50569         Log: integrate changes#6046,6048,6057,6058 from mainline
50570              
50571              libscheck has insufficient checks for n32 libs (from
50572              Albert Chin-A-Young <china@thewrittenword.com>)
50573              
50574              add note about how $( doesn't interpolate in REs (from
50575              Philip Newton <newton@ficus.frogspace.net>)
50576              
50577              fix broken parsing of /\x{ab}/
50578              
50579              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
50580              (spotted by Donald Kinzer <dkinzer@premia.com>)
50581      Branch: maint-5.6/perl
50582           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
50583           !> t/pragma/utf8.t
50584 ____________________________________________________________________________
50585 [  7299] By: gsar                                  on 2000/10/16  04:52:50
50586         Log: integrate change#6044 from mainline
50587              
50588              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
50589              such that underscores are only ignored in literal numbers,
50590              "\x{...}", and hex/oct argument
50591      Branch: maint-5.6/perl
50592           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
50593 ____________________________________________________________________________
50594 [  7298] By: gsar                                  on 2000/10/16  04:50:53
50595         Log: integrate changes#6027..6043 from mainline
50596              
50597              podlators-1.02 update (from Russ Allbery)
50598              
50599              Pod::Man generates groff-incompatible macro definition (from
50600              Tom Christiansen)
50601              
50602              add CGI.pm v2.66 (from Lincoln Stein)
50603              
50604              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
50605              for @- and @+ (from Johan Vromans)
50606              
50607              small nits in diagnostics.pm (from Robin Barker)
50608              
50609              whitespace adjustments
50610              
50611              missing files in MANIFEST
50612              
50613              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
50614              to compensate
50615              
50616              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
50617              
50618              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
50619      Branch: maint-5.6/perl
50620           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
50621           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
50622           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
50623           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
50624           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
50625           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
50626           !> t/lib/cgi-html.t t/lib/cgi-request.t
50627 ____________________________________________________________________________
50628 [  7297] By: gsar                                  on 2000/10/16  04:44:30
50629         Log: integrate change#6025 from mainline
50630              
50631              Is{Alnum,Alpha,Word} don't match titlecase
50632              TODO: IsSpace is defined recursively!
50633              (both spotted by Larry)
50634      Branch: maint-5.6/perl
50635           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
50636           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
50637 ____________________________________________________________________________
50638 [  7296] By: gsar                                  on 2000/10/16  04:39:30
50639         Log: integrate change#6023 from mainline
50640              
50641              debugger stomps on $. (from M.J.T. Guy)
50642      Branch: maint-5.6/perl
50643           !> lib/perl5db.pl
50644 ____________________________________________________________________________
50645 [  7295] By: gsar                                  on 2000/10/16  04:38:02
50646         Log: integrate change#6022 from mainline
50647              
50648              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
50649      Branch: maint-5.6/perl
50650           !> sv.c
50651 ____________________________________________________________________________
50652 [  7294] By: gsar                                  on 2000/10/16  04:37:05
50653         Log: integrate changes#6018..6021 from mainline
50654              
50655              make lib/syslog.t portable to systems that don't have _PATH_LOG,
50656              make _PATH_LOG() return "" if unavailable
50657              
50658              windows portability tweaks
50659              
50660              test tweak
50661              
50662              remove Win2K issue in pod (fixed by change#6020)
50663      Branch: maint-5.6/perl
50664           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
50665           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
50666           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
50667 ____________________________________________________________________________
50668 [  7293] By: gsar                                  on 2000/10/16  04:20:00
50669         Log: integrate changes#6013..6015 from mainline
50670              
50671              tweak change#5945 to display correct switch name in diagnostic
50672              
50673              glob() loading File::Glob behind the scenes may cause syntax errors
50674              
50675              tweak test for portability
50676      Branch: maint-5.6/perl
50677           !> op.c perl.c pod/perldiag.pod t/lib/b.t
50678 ____________________________________________________________________________
50679 [  7292] By: gsar                                  on 2000/10/16  04:18:11
50680         Log: integrate changes#6005..6010 from mainline, cfgperl
50681              
50682              perldoc might fail via "use blib" (from Hugo van der Sanden)
50683              
50684              Regen Configure.
50685              
50686              note about compile failures and END blocks (from M.J.T. Guy)
50687              
50688              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
50689              
50690              (change#6009 integrated earlier in change#7255)
50691              
50692              clarify note about shadow password support (from
50693              gellyfish@gellyfish.com)
50694      Branch: maint-5.6/perl
50695           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50696           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
50697           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
50698 ____________________________________________________________________________
50699 [  7291] By: gsar                                  on 2000/10/16  04:12:03
50700         Log: integrate changes#6002,6003 from mainline
50701              
50702              destructive sv_setsv() can lose UV-ness from source, causing
50703              numeric promotions/comparisons to fail to do the right thing
50704              
50705              allow REG_EXPAND_SZ keys in Windows registry (from
50706              John Clayton <John.Clayton@barclayscapital.com>)
50707      Branch: maint-5.6/perl
50708           !> sv.c win32/win32.c
50709 ____________________________________________________________________________
50710 [  7290] By: gsar                                  on 2000/10/16  04:10:19
50711         Log: integrate change#6001 from mainline
50712              
50713              support additional library locations via $Config{otherlibdirs}
50714              (from Andy Dougherty)
50715      Branch: maint-5.6/perl
50716           !> Configure INSTALL Porting/Glossary Porting/config.sh
50717           !> Porting/config_H config_h.SH epoc/config.sh perl.c
50718           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
50719           !> win32/config.bc win32/config.gc win32/config.vc
50720 ____________________________________________________________________________
50721 [  7289] By: gsar                                  on 2000/10/16  04:08:28
50722         Log: integrate change#5999 from mainline
50723              
50724              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
50725      Branch: maint-5.6/perl
50726           !> t/pragma/warn/toke toke.c
50727 ____________________________________________________________________________
50728 [  7288] By: gsar                                  on 2000/10/16  04:07:01
50729         Log: integrate changes#5997,5998 from cfgperl
50730              
50731              Preserve $!.
50732              
50733              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
50734      Branch: maint-5.6/perl
50735           !> lib/Math/Complex.pm
50736 ____________________________________________________________________________
50737 [  7287] By: gsar                                  on 2000/10/16  04:04:37
50738         Log: integrate change#5995 from mainline
50739              
50740              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
50741      Branch: maint-5.6/perl
50742           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
50743 ____________________________________________________________________________
50744 [  7286] By: gsar                                  on 2000/10/16  04:03:21
50745         Log: integrate change#5994 from mainline
50746              
50747              fix for missed accounting for null byte in pack("Z",...) (from
50748              M.J.T. Guy)
50749      Branch: maint-5.6/perl
50750           !> pp.c t/op/pack.t
50751 ____________________________________________________________________________
50752 [  7285] By: gsar                                  on 2000/10/16  04:02:11
50753         Log: integrate changes#5989..5993 from mainline
50754              
50755              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
50756              itself and no other (from Tom Hughes)
50757              
50758              use $ENV{LIB} to search for libs under Visual C compiler
50759              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
50760              
50761              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
50762              
50763              pod nit (from Simon Cozens)
50764              
50765              various minor tweaks seen on p5p
50766      Branch: maint-5.6/perl
50767           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
50768           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
50769           !> t/op/array.t toke.c
50770 ____________________________________________________________________________
50771 [  7284] By: gsar                                  on 2000/10/16  03:59:00
50772         Log: integrate changes#5978..5988 from mainline
50773              
50774              sync version numbers in File::Spec with the ones on CPAN
50775              (from Barrie Slaymaker)
50776              
50777              under useithreads, constant pad entries could inadvertantly be
50778              shared across threads (from Eric Blood <eblood@xmission.com>);
50779              added Eric's test case to testsuite
50780              
50781              allow Configure -S to run non-interactively (spotted by Greg Hudson
50782              <ghudson@mit.edu>)
50783              
50784              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
50785              prototype mismatch with CORE::glob(); update pod and tests to
50786              suit (File::Glob::glob() is still available for backward
50787              compatibility, but should be considered deprecated)
50788              
50789              avoid error in IO::Socket::INET when given an unknown service name
50790              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
50791              
50792              numeric conversion of non-number in change#3378 tramples on
50793              OOK offset, causing segfaults
50794              
50795              attributes::reftype() doesn't work on tied argument
50796              
50797              forked child may not exit correctly if it failed to open
50798              /dev/console (from Graham Barr)
50799              
50800              add regular expressions tutorial and quick-start guide (from
50801              Mark Kvale <kvale@phy.ucsf.edu>)
50802              
50803              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
50804              
50805              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
50806              <paul@miraclefish.com>)
50807      Branch: maint-5.6/perl
50808           +> pod/perlrequick.pod pod/perlretut.pod
50809           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
50810           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
50811           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
50812           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
50813           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
50814           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50815           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
50816           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
50817 ____________________________________________________________________________
50818 [  7283] By: gsar                                  on 2000/10/16  03:52:14
50819         Log: integrate change#5977 from mainline
50820              
50821              autoquote barewords followed by newline and arrow properly
50822              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
50823      Branch: maint-5.6/perl
50824           !> t/pragma/warn/toke toke.c
50825 ____________________________________________________________________________
50826 [  7282] By: gsar                                  on 2000/10/16  03:50:48
50827         Log: integrate change#5976 from mainline
50828              
50829              DB_File v1.73 update (from Paul Marquess)
50830      Branch: maint-5.6/perl
50831           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
50832           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
50833 ____________________________________________________________________________
50834 [  7281] By: gsar                                  on 2000/10/16  03:49:14
50835         Log: integrate change#5975 from mainline
50836              
50837              allow sort() reentrancy (variant of patch suggested by
50838              Hugo van der Sanden)
50839      Branch: maint-5.6/perl
50840           !> pp_ctl.c t/op/sort.t
50841 ____________________________________________________________________________
50842 [  7280] By: gsar                                  on 2000/10/16  03:48:22
50843         Log: integrate change#5974 from mainline
50844              
50845              change#4197 somehow missed initializing PL_errors, meaning
50846              syntax error queueing wasn't working outside eval"" at all;
50847              also fixed eval"" to localize PL_error_count, so that compile-time
50848              eval's don't clobber the error state of the outer context
50849      Branch: maint-5.6/perl
50850           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
50851           !> t/pragma/warn/toke
50852 ____________________________________________________________________________
50853 [  7279] By: gsar                                  on 2000/10/16  03:46:21
50854         Log: integrate change#5973 from mainline
50855              
50856              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
50857      Branch: maint-5.6/perl
50858           !> regcomp.c regexec.c t/op/re_tests
50859 ____________________________________________________________________________
50860 [  7278] By: gsar                                  on 2000/10/16  03:44:54
50861         Log: integrate change#5971 from cfgperl
50862              
50863              Unicos tweaks from Mark P. Lutz.
50864      Branch: maint-5.6/perl
50865           !> hints/unicos.sh lib/Math/Complex.pm
50866 ____________________________________________________________________________
50867 [  7277] By: gsar                                  on 2000/10/16  03:42:59
50868         Log: integrate changes#5966..5970 from mainline
50869              
50870              add testsuite for B backends, fix bug in B::Deparse (from
50871              Simon Cozens <simon@brecon.co.uk>)
50872              
50873              improved docs on the warn_uninit diagnostic (from David Glasser
50874              and Simon Cozens)
50875              
50876              tolerate spaces in group names in test on solaris (from David Boyce
50877              <dsb@boyski.com>)
50878              
50879              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
50880              
50881              Data::Dumper fumbles negative numbers on 32-bit platforms where
50882              IV is >32bits
50883      Branch: maint-5.6/perl
50884           +> t/lib/b.t t/lib/syslog.t
50885           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
50886           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
50887           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
50888 ____________________________________________________________________________
50889 [  7276] By: gsar                                  on 2000/10/16  03:39:30
50890         Log: integrate change#5965 from mainline
50891              
50892              avoid "will not stay shared" warnings for our variables (from
50893              Robin Barker)
50894      Branch: maint-5.6/perl
50895           !> op.c t/pragma/warn/op
50896 ____________________________________________________________________________
50897 [  7275] By: gsar                                  on 2000/10/16  03:38:18
50898         Log: integrate change#5964 from mainline
50899              
50900              reformat to 72 columns (again)
50901      Branch: maint-5.6/perl
50902           !> pod/perldiag.pod
50903 ____________________________________________________________________________
50904 [  7274] By: gsar                                  on 2000/10/16  03:36:58
50905         Log: integrate change#5963 from mainline
50906              
50907              patch from Larry to make (\&) prototype work; added tests for
50908              the same
50909      Branch: maint-5.6/perl
50910           !> op.c t/comp/proto.t
50911 ____________________________________________________________________________
50912 [  7273] By: gsar                                  on 2000/10/16  03:35:51
50913         Log: integrate changes#5956..5962 from mainline
50914              
50915              better diagnostics on failed tests (from Ilya Zakharevich)
50916              
50917              pod nits (from A. C. Yardley <yardley@tanet.net>)
50918              
50919              change#3569 deleted some essential code, revert; avoid use of
50920              atexit() to make DynaLoader work properly on AIX under mod_perl
50921              (from Jens-Uwe Mager <jum@helios.de>)
50922              
50923              doubled words in pods (from Simon Cozens
50924              <simon.p.cozens@jp.pwcglobal.com>)
50925              
50926              better INSTALL notes on Solaris issues (from Dominic Dunlop)
50927              
50928              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
50929              
50930              updated README.hpux (from Jeff Okamoto)
50931      Branch: maint-5.6/perl
50932           !> INSTALL README.hpux emacs/cperl-mode.el
50933           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
50934           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
50935           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
50936           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
50937           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
50938           !> t/op/lex_assign.t
50939 ____________________________________________________________________________
50940 [  7272] By: gsar                                  on 2000/10/16  03:31:22
50941         Log: integrate change#5955 from mainline
50942              
50943              longstanding bug exposed by change#3307: sort arguments weren't
50944              compiled with the right wantarray context (ensuing runtime lookup
50945              via block_gimme() was getting the incidental context of the
50946              sort() itself)
50947      Branch: maint-5.6/perl
50948           !> op.c t/op/sort.t
50949 ____________________________________________________________________________
50950 [  7271] By: gsar                                  on 2000/10/16  03:29:11
50951         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
50952              branch
50953              
50954              Flatten the cpp jungle doing the nosuid checking.
50955              
50956              Do not assume sign propagation. (from M.J.T. Guy)
50957              
50958              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
50959              
50960              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
50961              Now pp_ncmp() returns undef is either operand is a NaN.
50962              
50963              On second thoughts frexp() does have two arguments.
50964              
50965              Document that tr() is not tr(1).
50966              
50967              Be more robust on "extreme" (large absolute value)
50968              arguments.  Originally reported by Daniel Connelly
50969              as a problem with asinh() on large negative arguments,
50970              asinh() used to bail out because an argument to log()
50971              ended up being zero.  Ilya Zakharevich proposed using
50972              Taylor's series in such cases, which for such large
50973              arguments is a very good approximation.
50974              
50975              Undo "use integer" addition from 64bitint as it seems
50976              to break most of the subtests in Digital UNIX;
50977              Unicos needs to find another way.
50978      Branch: maint-5.6/perl
50979           !> (integrate 29 files)
50980 ____________________________________________________________________________
50981 [  7270] By: gsar                                  on 2000/10/16  03:09:44
50982         Log: integrate changes#5948,5949,5950 from mainline
50983              
50984              typo in vars.pm that leads to cryptic message (from Piotr
50985              Piatkowski <kompas@kompas.usr.onet.pl>)
50986              
50987              make perldoc use the pod2man from the same version (from
50988              M.J.T. Guy)
50989              
50990              reformat perldiag to avoid long lines
50991      Branch: maint-5.6/perl
50992           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
50993 ____________________________________________________________________________
50994 [  7269] By: gsar                                  on 2000/10/16  03:05:54
50995         Log: integrate change#5947 from mainline
50996              
50997              use &dl_error rather than &dl_load_file as the guard for calling
50998              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
50999              statically built perl)
51000      Branch: maint-5.6/perl
51001           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
51002 ____________________________________________________________________________
51003 [  7268] By: gsar                                  on 2000/10/16  03:04:48
51004         Log: integrate change#5945 from mainline
51005              
51006              make module name mandatory after -M switch; reorder perldiag
51007              alphabetically (from Mark-Jason Dominus)
51008      Branch: maint-5.6/perl
51009           !> perl.c pod/perldiag.pod
51010 ____________________________________________________________________________
51011 [  7267] By: gsar                                  on 2000/10/16  03:03:01
51012         Log: integrate change#5939 from mainline
51013              
51014              more pod nits (from Larry Virden)
51015      Branch: maint-5.6/perl
51016           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
51017           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
51018           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
51019 ____________________________________________________________________________
51020 [  7266] By: gsar                                  on 2000/10/16  03:01:39
51021         Log: integrate change#5938 from mainline
51022              
51023              Consolidated B::Deparse fixes (from Stephen McCamant)
51024      Branch: maint-5.6/perl
51025           !> ext/B/B/Deparse.pm
51026 ____________________________________________________________________________
51027 [  7265] By: gsar                                  on 2000/10/16  03:00:43
51028         Log: integrate change#5936 from mainline
51029              
51030              additional tests for change#7263 (from Paul Marquess)
51031      Branch: maint-5.6/perl
51032           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
51033           !> t/pragma/warn/5nolint t/pragma/warn/6default
51034 ____________________________________________________________________________
51035 [  7264] By: gsar                                  on 2000/10/16  02:58:34
51036         Log: integrate change#5934 from mainline
51037              
51038              propagate lexical warnings from surrounding scope correctly
51039              within string eval() (from Paul Marquess)
51040      Branch: maint-5.6/perl
51041           !> pp_ctl.c t/pragma/warn/pp_ctl
51042 ____________________________________________________________________________
51043 [  7263] By: gsar                                  on 2000/10/16  02:56:53
51044         Log: integrate change#5932 from mainline
51045              
51046              add rsignal(), whichsig() and do_join() to public API list
51047              (mod_perl uses them to good advantage)
51048      Branch: maint-5.6/perl
51049           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
51050 ____________________________________________________________________________
51051 [  7262] By: gsar                                  on 2000/10/16  02:55:53
51052         Log: integrate change#5931 from mainline
51053              
51054              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
51055      Branch: maint-5.6/perl
51056           !> pp_hot.c regexec.c t/op/pat.t
51057 ____________________________________________________________________________
51058 [  7261] By: gsar                                  on 2000/10/16  02:55:01
51059         Log: integrate change#5930 from mainline
51060              
51061              small os390 tweaks (from Peter Prymmer)
51062      Branch: maint-5.6/perl
51063           !> config_h.SH makedepend.SH
51064 ____________________________________________________________________________
51065 [  7260] By: gsar                                  on 2000/10/16  02:54:10
51066         Log: integrate change#5929 from mainline
51067              
51068              pod nits
51069      Branch: maint-5.6/perl
51070           !> pod/perlguts.pod
51071 ____________________________________________________________________________
51072 [  7259] By: gsar                                  on 2000/10/16  02:52:55
51073         Log: integrate change#5927 from mainline
51074              
51075              arrange for next() to resume at the unstack op rather than the
51076              loop conditional, so that scope cleanup happens correctly
51077              (from Stephen McCamant)
51078      Branch: maint-5.6/perl
51079           !> op.c pp_ctl.c t/op/misc.t
51080 ____________________________________________________________________________
51081 [  7258] By: gsar                                  on 2000/10/16  02:51:38
51082         Log: integrate change#5926 from mainline
51083              
51084              on windows, reserve 16M of stack rather than 128M (allows more
51085              threads to run concurrently)
51086      Branch: maint-5.6/perl
51087           !> win32/Makefile win32/makefile.mk
51088 ____________________________________________________________________________
51089 [  7257] By: gsar                                  on 2000/10/16  02:50:37
51090         Log: integrate change#5925 from mainline
51091              
51092              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
51093      Branch: maint-5.6/perl
51094           !> toke.c
51095 ____________________________________________________________________________
51096 [  7256] By: gsar                                  on 2000/10/16  02:49:36
51097         Log: integrate change#5924 from mainline
51098              
51099              avoid using uninitialized memory in require version check
51100      Branch: maint-5.6/perl
51101           !> pp_ctl.c universal.c
51102 ____________________________________________________________________________
51103 [  7255] By: gsar                                  on 2000/10/16  02:48:03
51104         Log: integrate changes#5923,5928,6009 from mainline
51105              
51106              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
51107      Branch: maint-5.6/perl
51108           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
51109 ____________________________________________________________________________
51110 [  7254] By: gsar                                  on 2000/10/16  02:44:46
51111         Log: integrate change#5922 from mainline
51112              
51113              commentary about IoTYPE() (from Nathan Torkington)
51114      Branch: maint-5.6/perl
51115           !> sv.h
51116 ____________________________________________________________________________
51117 [  7253] By: gsar                                  on 2000/10/16  02:43:49
51118         Log: integrate change#5921 from mainline
51119              
51120              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
51121      Branch: maint-5.6/perl
51122           !> sv.c t/lib/charnames.t t/pragma/utf8.t
51123 ____________________________________________________________________________
51124 [  7252] By: gsar                                  on 2000/10/16  02:42:31
51125         Log: integrate change#5920 from mainline
51126              
51127              Larry's fix for buggy propagation of utf8-ness in join(); add test
51128      Branch: maint-5.6/perl
51129           !> doop.c t/op/ver.t
51130 ____________________________________________________________________________
51131 [  7251] By: gsar                                  on 2000/10/16  02:41:14
51132         Log: integrate changes#5915..5919 from mainline
51133              
51134              various (pod tweaks &c)
51135      Branch: maint-5.6/perl
51136           !> (integrate 33 files)
51137 ____________________________________________________________________________
51138 [  7250] By: gsar                                  on 2000/10/16  02:38:16
51139         Log: integrate change#5914 from mainline
51140              
51141              caller() wasn't returning the right number of elements for
51142              eval {...}
51143      Branch: maint-5.6/perl
51144           !> pp_ctl.c t/pragma/warn/9enabled
51145 ____________________________________________________________________________
51146 [  7249] By: gsar                                  on 2000/10/16  02:37:02
51147         Log: integrate change#5913 from mainline
51148              
51149              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
51150              (from Mark-Jason Dominus)
51151      Branch: maint-5.6/perl
51152           !> pod/perlfunc.pod
51153 ____________________________________________________________________________
51154 [  7248] By: gsar                                  on 2000/10/16  02:35:58
51155         Log: integrate change#5912 from mainline
51156              
51157              fix totally broken caching in UNIVERSAL::isa() (from
51158              Nick Ing-Simmons)
51159      Branch: maint-5.6/perl
51160           !> t/op/universal.t universal.c
51161 ____________________________________________________________________________
51162 [  7247] By: gsar                                  on 2000/10/16  02:34:27
51163         Log: integrate changes#5910,5911 from mainline
51164              
51165              typo in pod
51166              
51167              add linebreak properties from unicode/LineBrk.txt (from
51168              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
51169      Branch: maint-5.6/perl
51170           +> (branch 29 files)
51171           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
51172 ____________________________________________________________________________
51173 [  7246] By: gsar                                  on 2000/10/16  02:33:29
51174         Log: integrate change#5909 from mainline
51175              
51176              mode argument to do_binmode() should be file mode, not boolean
51177      Branch: maint-5.6/perl
51178           !> pp_sys.c
51179 ____________________________________________________________________________
51180 [  7245] By: gsar                                  on 2000/10/16  02:31:04
51181         Log: integrate change#5908 from mainline
51182              
51183              introduce illegal symbols into null package so that
51184              gv_fetchpv(...,TRUE) always returns a valid GV even when the
51185              symbol is trapped by strictures (avoids coredumps)
51186      Branch: maint-5.6/perl
51187           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
51188           !> t/pragma/strict-vars
51189 ____________________________________________________________________________
51190 [  7244] By: jhi                                   on 2000/10/16  02:29:54
51191         Log: Subject: $Carp::ExportLevel confusion in Exporter
51192              From: "Ben Tilly" <ben_tilly@hotmail.com>
51193              Date: Sat, 14 Oct 2000 16:44:34 EDT
51194              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
51195      Branch: perl
51196            ! lib/Exporter/Heavy.pm
51197 ____________________________________________________________________________
51198 [  7243] By: jhi                                   on 2000/10/16  02:28:33
51199         Log: Subject: [PATCH perlguts.pod] Document offset hack
51200              From: Simon Cozens <simon@cozens.net>
51201              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
51202              Date: Sat, 14 Oct 2000 19:32:25 +0100
51203      Branch: perl
51204            ! pod/perlguts.pod
51205 ____________________________________________________________________________
51206 [  7242] By: gsar                                  on 2000/10/16  02:26:51
51207         Log: integrate changes#5905,5906,5907,6064 from mainline
51208              
51209              printf/sprintf didn't get quad types right under use64bitint
51210      Branch: maint-5.6/perl
51211           !> pp_sys.c sv.c t/op/64bitint.t
51212 ____________________________________________________________________________
51213 [  7241] By: jhi                                   on 2000/10/16  02:22:44
51214         Log: Subject: small pod patch
51215              From: Dan Boorstein <dan_boo@bellsouth.net>
51216              Date: Sat, 14 Oct 2000 14:29:24 -0400
51217              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
51218      Branch: perl
51219            ! pod/perlfaq7.pod pod/perlmod.pod
51220 ____________________________________________________________________________
51221 [  7240] By: jhi                                   on 2000/10/16  02:13:46
51222         Log: -w cleanup.
51223              
51224              Subject: Re: Problems with bleadperl 
51225              From: "Stephen P. Potter" <spp@ds.net>
51226              Date: Fri, 13 Oct 2000 13:32:49 -0400
51227              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
51228      Branch: perl
51229            ! t/pragma/overload.t
51230 ____________________________________________________________________________
51231 [  7239] By: jhi                                   on 2000/10/16  01:41:18
51232         Log: One more ~utf8 tweak.
51233      Branch: perl
51234            ! t/op/bop.t
51235 ____________________________________________________________________________
51236 [  7238] By: jhi                                   on 2000/10/16  01:34:14
51237         Log: Tweak the test of #7235.
51238      Branch: perl
51239            ! t/op/bop.t
51240 ____________________________________________________________________________
51241 [  7237] By: jhi                                   on 2000/10/16  01:25:04
51242         Log: Fix a couple of compiler-noted nits in #7235.
51243      Branch: perl
51244            ! pp.c
51245 ____________________________________________________________________________
51246 [  7236] By: jhi                                   on 2000/10/16  01:22:46
51247         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
51248      Branch: perl
51249            ! pp.c pp_hot.c
51250 ____________________________________________________________________________
51251 [  7235] By: jhi                                   on 2000/10/15  16:24:44
51252         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
51253              
51254              From: Simon Cozens <simon@cozens.net>
51255              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
51256              Date: Sat, 14 Oct 2000 20:52:13 +0100
51257              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
51258      Branch: perl
51259            ! pp.c t/op/bop.t utf8.h
51260 ____________________________________________________________________________
51261 [  7234] By: jhi                                   on 2000/10/15  15:19:29
51262         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
51263              The problem was that rx->minlen was in chars while pp_split()
51264              thought it would be in bytes. 
51265      Branch: perl
51266            ! pp.c t/pragma/utf8.t
51267 ____________________________________________________________________________
51268 [  7233] By: jhi                                   on 2000/10/14  20:24:24
51269         Log: Document FNCASE=y as discussed in the bug 20000902.009.
51270      Branch: perl
51271            ! README.dos
51272 ____________________________________________________________________________
51273 [  7232] By: jhi                                   on 2000/10/14  18:52:21
51274         Log: Add test for bug id 20000427.003 (which seems to have
51275              been fixed) (also duplicate as 20000427.004, though
51276              with a higher severity).  Move one utf8 from op/append
51277              to pragma/utf8, tag the tests with bug ids.
51278      Branch: perl
51279            ! t/op/append.t t/pragma/utf8.t
51280 ____________________________________________________________________________
51281 [  7231] By: jhi                                   on 2000/10/14  17:28:37
51282         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
51283      Branch: perl
51284            ! t/pragma/utf8.t
51285 ____________________________________________________________________________
51286 [  7230] By: jhi                                   on 2000/10/14  14:24:50
51287         Log: Needs to be conditional on SunOS 4.
51288              
51289              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
51290              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
51291              Date: Sat, 14 Oct 2000 13:37:49 +0100
51292              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
51293      Branch: metaconfig/U/perl
51294            ! End.U
51295      Branch: perl
51296            ! Configure myconfig.SH pod/perldelta.pod
51297 ____________________________________________________________________________
51298 [  7229] By: jhi                                   on 2000/10/14  00:49:22
51299         Log: Update Changes.
51300      Branch: perl
51301            ! Changes patchlevel.h
51302 ____________________________________________________________________________
51303 [  7228] By: jhi                                   on 2000/10/14  00:46:10
51304         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
51305              From: Peter Prymmer <pvhp@forte.com>
51306              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
51307              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
51308      Branch: perl
51309            ! lib/utf8.pm
51310 ____________________________________________________________________________
51311 [  7227] By: jhi                                   on 2000/10/13  23:20:30
51312         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
51313      Branch: perl
51314            ! t/op/tie.t
51315 ____________________________________________________________________________
51316 [  7226] By: jhi                                   on 2000/10/13  22:14:32
51317         Log: Tweak #7225.
51318              
51319              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
51320              From: Peter Prymmer <pvhp@forte.com>
51321              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
51322              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
51323      Branch: perl
51324            ! t/op/sprintf.t
51325 ____________________________________________________________________________
51326 [  7225] By: jhi                                   on 2000/10/13  22:11:31
51327         Log: op/sprintf.t patch for OS/390 (and any other host with limited
51328              floating-point exponent length)
51329              
51330              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
51331              From: Dominic Dunlop <domo@computer.org>
51332              Date: Fri, 13 Oct 2000 19:17:57 +0200
51333              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
51334      Branch: perl
51335            ! t/op/sprintf.t
51336 ____________________________________________________________________________
51337 [  7224] By: jhi                                   on 2000/10/13  18:40:48
51338         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
51339      Branch: perl
51340            ! toke.c
51341 ____________________________________________________________________________
51342 [  7223] By: jhi                                   on 2000/10/13  18:37:13
51343         Log: Thinko in #7222.
51344      Branch: perl
51345            ! utf8.c
51346 ____________________________________________________________________________
51347 [  7222] By: jhi                                   on 2000/10/13  18:05:23
51348         Log: Use UTF8SKIP(), from Simon Cozens.
51349      Branch: perl
51350            ! utf8.c
51351 ____________________________________________________________________________
51352 [  7221] By: jhi                                   on 2000/10/13  15:43:19
51353         Log: (accidentally empty check-in)
51354      Branch: perl
51355            ! utf8.c
51356 ____________________________________________________________________________
51357 [  7220] By: jhi                                   on 2000/10/13  15:23:51
51358         Log: Add (optimistically) Storable to static extensions.
51359      Branch: perl
51360            ! hints/uwin.sh hints/vmesa.sh
51361 ____________________________________________________________________________
51362 [  7219] By: jhi                                   on 2000/10/13  15:20:05
51363         Log: Amdahl UTS doesn't seem to do dynaloading.
51364      Branch: perl
51365            ! hints/uts.sh
51366 ____________________________________________________________________________
51367 [  7218] By: jhi                                   on 2000/10/13  15:15:20
51368         Log: Slight tweak of the code to appease Amdahl UTS cc.
51369      Branch: perl
51370            ! pp.c
51371 ____________________________________________________________________________
51372 [  7217] By: jhi                                   on 2000/10/13  14:50:42
51373         Log: In Amdahl UTS "struct sv" is defined by a system header,
51374              <ksync.h>.
51375      Branch: perl
51376            ! perl.h sv.h
51377 ____________________________________________________________________________
51378 [  7216] By: jhi                                   on 2000/10/13  11:58:25
51379         Log: Ilya implemented the memory profiling API.
51380      Branch: perl
51381            ! Todo
51382 ____________________________________________________________________________
51383 [  7215] By: jhi                                   on 2000/10/13  02:56:38
51384         Log: Subject: [PATCH 5.7.0] Perl API for mstats
51385              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51386              Date: Thu, 12 Oct 2000 22:52:40 -0400
51387              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
51388      Branch: perl
51389            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
51390 ____________________________________________________________________________
51391 [  7214] By: jhi                                   on 2000/10/13  02:55:38
51392         Log: Subject: [PATCH 5.7.0] IVs in mtats
51393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51394              Date: Thu, 12 Oct 2000 22:51:04 -0400
51395              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
51396      Branch: perl
51397            ! malloc.c perl.h
51398 ____________________________________________________________________________
51399 [  7213] By: jhi                                   on 2000/10/13  02:31:47
51400         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
51401      Branch: perl
51402            ! pod/perldiag.pod pp_sys.c
51403 ____________________________________________________________________________
51404 [  7212] By: jhi                                   on 2000/10/13  01:27:38
51405         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
51406              From: Peter Prymmer <pvhp@forte.com>
51407              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
51408              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
51409      Branch: perl
51410            ! t/op/oct.t
51411 ____________________________________________________________________________
51412 [  7211] By: jhi                                   on 2000/10/13  00:35:09
51413         Log: Update Changes.
51414      Branch: perl
51415            ! Changes patchlevel.h
51416 ____________________________________________________________________________
51417 [  7210] By: jhi                                   on 2000/10/12  23:59:40
51418         Log: The Install.pm third of
51419              
51420              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
51421              From: Bill Campbell <bill@celestial.com>
51422              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
51423              Date: Thu, 5 Oct 2000 18:04:51 -0700
51424      Branch: perl
51425            ! lib/ExtUtils/Install.pm
51426 ____________________________________________________________________________
51427 [  7209] By: jhi                                   on 2000/10/12  23:58:43
51428         Log: Two thirds of
51429              
51430              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
51431              Date: Thu, 5 Oct 2000 18:04:51 -0700
51432              From: Bill Campbell <bill@celestial.com>
51433              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
51434              
51435              The Install.pm changes will be submitted separately because
51436              they need some work and discussion still.
51437      Branch: perl
51438            ! lib/getopts.pl lib/termcap.pl
51439 ____________________________________________________________________________
51440 [  7208] By: jhi                                   on 2000/10/12  23:41:19
51441         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
51442              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51443              Date:     Thu, 12 Oct 2000 07:30:02 EDT
51444              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
51445      Branch: perl
51446            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
51447            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
51448 ____________________________________________________________________________
51449 [  7207] By: jhi                                   on 2000/10/12  23:39:01
51450         Log: An updated EBCDIC tr patch.
51451              
51452              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
51453              From: Peter Prymmer <pvhp@forte.com>
51454              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
51455              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
51456      Branch: perl
51457            ! t/op/tr.t
51458 ____________________________________________________________________________
51459 [  7206] By: jhi                                   on 2000/10/12  23:34:55
51460         Log: Upgrade to CPAN 1.58, from Andreas König.
51461      Branch: perl
51462            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51463 ____________________________________________________________________________
51464 [  7205] By: jhi                                   on 2000/10/12  23:29:08
51465         Log: Introduce the man[24-8] variables, from Andy Dougherty.
51466      Branch: metaconfig/U/perl
51467            + mandirs.U mandirstyle.U
51468      Branch: perl
51469            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51470            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
51471            ! vos/config.h vos/config.pl vos/config_h.SH_orig
51472            ! win32/config.bc win32/config.gc win32/config.vc
51473 ____________________________________________________________________________
51474 [  7204] By: gsar                                  on 2000/10/12  18:11:24
51475         Log: restore change#7202
51476      Branch: perl
51477            ! mg.c
51478 ____________________________________________________________________________
51479 [  7203] By: gsar                                  on 2000/10/12  18:09:40
51480         Log: another test of the Emergency Broadcast System--back out 
51481              change#7202
51482      Branch: perl
51483            ! mg.c
51484 ____________________________________________________________________________
51485 [  7202] By: gsar                                  on 2000/10/12  16:40:47
51486         Log: (submitted on behalf of Jarkko)
51487              Fix the lib/encode.t subtest 6 failure as reported by Andreas
51488              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
51489              was unearthed by change 7182, as was a bug in HTML::Entities.
51490      Branch: perl
51491            ! mg.c
51492 ____________________________________________________________________________
51493 [  7201] By: jhi                                   on 2000/10/11  03:16:05
51494         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
51495      Branch: perl
51496            ! pp_hot.c t/pragma/utf8.t
51497 ____________________________________________________________________________
51498 [  7200] By: jhi                                   on 2000/10/11  00:40:30
51499         Log: The #7198 was a false alarm.
51500      Branch: perl
51501            ! pp_hot.c
51502 ____________________________________________________________________________
51503 [  7199] By: jhi                                   on 2000/10/11  00:26:04
51504         Log: Remove duplicated code.
51505      Branch: perl
51506            ! t/lib/cgi-html.t
51507 ____________________________________________________________________________
51508 [  7198] By: jhi                                   on 2000/10/10  23:30:46
51509         Log: (Retracted by #7200.)
51510      Branch: perl
51511            ! pp_hot.c
51512 ____________________________________________________________________________
51513 [  7197] By: jhi                                   on 2000/10/10  21:49:30
51514         Log: Add the test case for #7190, from the original bug report
51515              by Andreas König.
51516      Branch: perl
51517            ! t/pragma/utf8.t
51518 ____________________________________________________________________________
51519 [  7196] By: jhi                                   on 2000/10/10  21:40:49
51520         Log: Reapply Andy's patch and regen Configure.
51521      Branch: perl
51522            ! Configure INSTALL Makefile.SH Porting/Glossary
51523            ! Porting/config.sh config_h.SH epoc/config.sh installperl
51524            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
51525            ! win32/config.vc
51526 ____________________________________________________________________________
51527 [  7195] By: jhi                                   on 2000/10/10  21:09:30
51528         Log: Use the versiononly instead of the installscripts,
51529              retract the changes 7146 and 7147.
51530      Branch: perl
51531            ! Configure INSTALL Makefile.SH Porting/Glossary
51532            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
51533            ! installperl uconfig.sh vos/config.def win32/config.bc
51534            ! win32/config.gc win32/config.vc
51535 ____________________________________________________________________________
51536 [  7194] By: jhi                                   on 2000/10/10  21:06:15
51537         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
51538              From: Peter Prymmer <pvhp@forte.com>
51539              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
51540              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
51541      Branch: perl
51542            ! t/op/ver.t
51543 ____________________________________________________________________________
51544 [  7193] By: jhi                                   on 2000/10/10  21:05:12
51545         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
51546              From: Peter Prymmer <pvhp@forte.com>
51547              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
51548              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
51549      Branch: perl
51550            ! t/op/tr.t
51551 ____________________________________________________________________________
51552 [  7192] By: jhi                                   on 2000/10/10  20:57:30
51553         Log: Add versiononly, delete installscripts, from Andy Dougherty.
51554      Branch: metaconfig
51555            - U/installdirs/installscripts.U
51556      Branch: metaconfig/U/perl
51557            + versiononly.U
51558 ____________________________________________________________________________
51559 [  7191] By: jhi                                   on 2000/10/10  19:41:21
51560         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
51561              From: Peter Prymmer <pvhp@forte.com>
51562              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
51563              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
51564      Branch: perl
51565            ! pod/perlebcdic.pod
51566 ____________________________________________________________________________
51567 [  7190] By: jhi                                   on 2000/10/10  19:26:14
51568         Log: Subject: Re: utf8 concat, mg_get
51569              From: Simon Cozens <simon@cozens.net>
51570              Date: Tue, 10 Oct 2000 17:40:17 +0100
51571              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
51572      Branch: perl
51573            ! pp_hot.c
51574 ____________________________________________________________________________
51575 [  7189] By: jhi                                   on 2000/10/10  19:23:03
51576         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
51577              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
51578              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
51579              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
51580      Branch: perl
51581            ! lib/ExtUtils/MM_Unix.pm
51582 ____________________________________________________________________________
51583 [  7188] By: jhi                                   on 2000/10/10  15:31:24
51584         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
51585              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
51586              Date: Fri, 14 Jul 2000 10:47:36 +0100
51587              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
51588      Branch: perl
51589            ! README.win32
51590 ____________________________________________________________________________
51591 [  7187] By: jhi                                   on 2000/10/10  13:30:10
51592         Log: Quote the temp file name, needed in Win32 because the
51593              default name unfortunately contains spaces, shouldn't
51594              hurt elsewhere.
51595              
51596              Subject: FW: perldoc fails if $TEMP contains spaces
51597              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
51598              Date: Thu, 14 Sep 2000 08:58:45 +0100
51599              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
51600      Branch: perl
51601            ! utils/perldoc.PL
51602 ____________________________________________________________________________
51603 [  7186] By: jhi                                   on 2000/10/10  13:16:27
51604         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
51605              From: hv@hugo.hybyte.com
51606              Date: Tue, 10 Oct 2000 14:10:20 +0100
51607              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
51608      Branch: perl
51609            ! t/lib/thr5005.t util.c
51610 ____________________________________________________________________________
51611 [  7185] By: jhi                                   on 2000/10/10  12:06:22
51612         Log: Upgrade to podlators 1.04, from Russ Allbery.
51613      Branch: perl
51614            ! lib/Pod/Man.pm lib/Pod/Text.pm
51615 ____________________________________________________________________________
51616 [  7184] By: jhi                                   on 2000/10/10  12:01:32
51617         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
51618      Branch: perl
51619            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
51620 ____________________________________________________________________________
51621 [  7183] By: jhi                                   on 2000/10/09  23:47:15
51622         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
51623              From: Peter Prymmer <pvhp@forte.com>
51624              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
51625              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
51626      Branch: perl
51627            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
51628 ____________________________________________________________________________
51629 [  7182] By: jhi                                   on 2000/10/09  23:43:16
51630         Log: Make eq work again with utf8 (disabling the upgrading
51631              should no more be necessary since the copies of the
51632              scalars are upgraded, not the scalars themselves).
51633              Takes care of ID 20001009.001.  (The claimed length()
51634              bug in 20001009.001 seems bogus to me.)
51635      Branch: perl
51636            ! sv.c t/pragma/utf8.t
51637 ____________________________________________________________________________
51638 [  7181] By: gsar                                  on 2000/10/09  19:41:54
51639         Log: tweak for change#7173
51640      Branch: perl
51641            ! win32/win32sck.c
51642 ____________________________________________________________________________
51643 [  7180] By: gsar                                  on 2000/10/09  19:26:56
51644         Log: on Windows, clean targets might not work under some flavors of the shell
51645      Branch: perl
51646            ! win32/Makefile win32/makefile.mk
51647 ____________________________________________________________________________
51648 [  7179] By: jhi                                   on 2000/10/09  19:21:02
51649         Log: Update Changes.
51650      Branch: perl
51651            ! Changes patchlevel.h
51652 ____________________________________________________________________________
51653 [  7178] By: jhi                                   on 2000/10/09  19:18:23
51654         Log: Warn about unknown scripts.
51655              
51656              Subject: Re: ideas? patches? [PATCH bleadperl]
51657              From: Dominic Dunlop <domo@computer.org>
51658              Date: Mon, 9 Oct 2000 14:57:17 +0200
51659              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
51660      Branch: perl
51661            ! lib/charnames.pm
51662 ____________________________________________________________________________
51663 [  7177] By: jhi                                   on 2000/10/09  19:13:27
51664         Log: Change #7160 had a nasty typo.
51665      Branch: metaconfig
51666            ! U/compline/Compile.U
51667      Branch: perl
51668            ! Configure config_h.SH
51669 ____________________________________________________________________________
51670 [  7176] By: gsar                                  on 2000/10/09  18:59:33
51671         Log: pod nit
51672      Branch: perl
51673            ! pod/perlport.pod
51674 ____________________________________________________________________________
51675 [  7175] By: gsar                                  on 2000/10/09  18:54:28
51676         Log: Windows9x doesn't support link(), despite what Config.pm
51677              might think
51678      Branch: perl
51679            ! lib/ExtUtils/Manifest.pm
51680 ____________________________________________________________________________
51681 [  7174] By: gsar                                  on 2000/10/09  18:50:03
51682         Log: avoid nonportable example code
51683      Branch: perl
51684            ! lib/File/Copy.pm
51685 ____________________________________________________________________________
51686 [  7173] By: gsar                                  on 2000/10/09  18:46:54
51687         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
51688              being used) when closing a socket handle
51689      Branch: perl
51690            ! win32/win32.c win32/win32.h win32/win32sck.c
51691 ____________________________________________________________________________
51692 [  7172] By: gsar                                  on 2000/10/09  18:41:40
51693         Log: on Windows, cwd strings in the environment should be of the
51694              form =X:=X:\foo instead of =X=X:\foo\
51695      Branch: perl
51696            ! win32/vdir.h
51697 ____________________________________________________________________________
51698 [  7171] By: gsar                                  on 2000/10/09  18:30:09
51699         Log: on Windows, LoadLibrary() could load an extension DLL multiple
51700              times if forward slashes are used in the path
51701      Branch: perl
51702            ! win32/win32.c
51703 ____________________________________________________________________________
51704 [  7170] By: jhi                                   on 2000/10/09  17:53:59
51705         Log: Add a todo note about overloadable assertions.
51706      Branch: perl
51707            ! Todo-5.6
51708 ____________________________________________________________________________
51709 [  7169] By: jhi                                   on 2000/10/09  13:43:45
51710         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
51711              From: mjd@plover.com
51712              Date: 9 Oct 2000 00:24:44 -0000
51713              Message-ID: <20001009002444.10616.qmail@plover.com>
51714      Branch: perl
51715            ! pod/perldebguts.pod
51716 ____________________________________________________________________________
51717 [  7168] By: nick                                  on 2000/10/08  13:16:33
51718         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
51719              is not right thing to do on (e.g. x86). Network order is also "right" for
51720              X fonts.
51721      Branch: perl
51722            ! ext/Encode/Encode.pm
51723 ____________________________________________________________________________
51724 [  7167] By: nick                                  on 2000/10/08  12:54:42
51725         Log: Make "encodings" work post-install when Encode/*.enc files may not
51726              be in same directory as Encode.pm
51727      Branch: perl
51728            ! ext/Encode/Encode.pm
51729 ____________________________________________________________________________
51730 [  7166] By: nick                                  on 2000/10/08  11:51:26
51731         Log: Work round the fact that $hash->{$key} does not take into account
51732              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
51733              so that key is always in the "expected" encoding - i.e. same way we put
51734              it in the hash.
51735      Branch: perl
51736            ! ext/Encode/Encode.pm
51737 ____________________________________________________________________________
51738 [  7165] By: gsar                                  on 2000/10/08  04:15:29
51739         Log: save_re_context() could reset PL_curcop to freed memory, causing core
51740              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
51741      Branch: perl
51742            ! pp_ctl.c
51743 ____________________________________________________________________________
51744 [  7164] By: jhi                                   on 2000/10/06  20:51:48
51745         Log: UTF8ize split() so that the cloned substrings get the UTF8
51746              flag of the original scalar.  Problem reported by Simon Cozens.
51747      Branch: perl
51748            ! pp.c t/pragma/utf8.t
51749 ____________________________________________________________________________
51750 [  7163] By: nick                                  on 2000/10/06  20:48:34
51751         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
51752              got a false +ve and so did not reach code which would have un-FAKEd the SV.
51753      Branch: perl
51754            ! sv.c
51755 ____________________________________________________________________________
51756 [  7162] By: nick                                  on 2000/10/06  20:25:37
51757         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
51758              To fix  (sort {$a <=> $b} keys %hash) in particular but
51759              should cover a number of other as-yet-unknown cases as well.
51760      Branch: perl
51761            ! sv.c
51762 ____________________________________________________________________________
51763 [  7161] By: jhi                                   on 2000/10/06  19:56:18
51764         Log: Change the version number of Tie::Handle in the core to 4.0,
51765              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
51766              
51767              Subject: Note on Tie::Handle
51768              From: andreas.koenig@anima.de (Andreas J. Koenig)
51769              Date:      06 Oct 2000 21:48:58 +0200
51770              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
51771      Branch: perl
51772            ! lib/Tie/Handle.pm
51773 ____________________________________________________________________________
51774 [  7160] By: jhi                                   on 2000/10/06  18:20:35
51775         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
51776              as the first option of cc/ld because of ultrapicky compilers
51777              (e.g. OS/390 R2.5)
51778      Branch: metaconfig
51779            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
51780            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
51781            ! U/compline/orderlib.U U/modified/Cppsym.U
51782            ! U/modified/d_access.U
51783      Branch: metaconfig/U/perl
51784            ! Checkcc.U d_dlsymun.U gccvers.U
51785      Branch: perl
51786            ! Configure config_h.SH
51787 ____________________________________________________________________________
51788 [  7159] By: jhi                                   on 2000/10/06  13:56:39
51789         Log: Update Changes.
51790      Branch: perl
51791            ! Changes patchlevel.h
51792 ____________________________________________________________________________
51793 [  7158] By: jhi                                   on 2000/10/06  12:48:40
51794         Log: Eliminate $Is_VMS code from the test.
51795              
51796              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
51797              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51798              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
51799              Date:     Thu, 5 Oct 2000 07:46:33 EDT
51800      Branch: perl
51801            ! t/lib/b.t
51802 ____________________________________________________________________________
51803 [  7157] By: jhi                                   on 2000/10/06  12:47:13
51804         Log: Also the $ccflags is needed for the C compiler check.
51805              
51806              Subject: Configure (check for C-compiler)
51807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51808              Date: Fri, 06 Oct 2000 08:47:15 +0200
51809              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
51810      Branch: metaconfig/U/perl
51811            ! Checkcc.U
51812      Branch: perl
51813            ! Configure config_h.SH
51814 ____________________________________________________________________________
51815 [  7156] By: jhi                                   on 2000/10/06  11:45:15
51816         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
51817      Branch: perl
51818            ! perl.c pp_ctl.c sv.h utf8.c
51819 ____________________________________________________________________________
51820 [  7155] By: jhi                                   on 2000/10/06  11:40:41
51821         Log: IO::Handle->syswrite() did not handle length omission
51822              like CORE::syswrite() does.
51823              
51824              Subject: [Fwd] IO::Handle, syswrite and arguments
51825              From: Graham Barr <gbarr@pobox.com>
51826              Date: Fri, 6 Oct 2000 10:22:05 +0100
51827              Message-ID: <20001006102205.U6312@pobox.com>
51828              
51829              The original patch from andrew@ugh.net.au.
51830      Branch: perl
51831            ! ext/IO/lib/IO/Handle.pm
51832 ____________________________________________________________________________
51833 [  7154] By: jhi                                   on 2000/10/06  01:42:15
51834         Log: Tweak #7153.
51835      Branch: perl
51836            ! utf8.h
51837 ____________________________________________________________________________
51838 [  7153] By: jhi                                   on 2000/10/06  00:39:55
51839         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
51840      Branch: perl
51841            ! utf8.h
51842 ____________________________________________________________________________
51843 [  7152] By: jhi                                   on 2000/10/06  00:38:11
51844         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
51845      Branch: perl
51846            ! perl.c pp_ctl.c sv.h utf8.c
51847 ____________________________________________________________________________
51848 [  7151] By: jhi                                   on 2000/10/06  00:36:38
51849         Log: Subject: Re: Questions about Tie::Array and perl modules
51850              From: Nick Ing-Simmons <nik@tiuk.ti.com>
51851              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
51852              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
51853              
51854              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
51855      Branch: perl
51856            ! lib/Tie/Array.pm t/op/array.t
51857 ____________________________________________________________________________
51858 [  7150] By: jhi                                   on 2000/10/05  00:20:45
51859         Log: Regen Changes.
51860      Branch: perl
51861            ! Changes patchlevel.h
51862 ____________________________________________________________________________
51863 [  7149] By: jhi                                   on 2000/10/05  00:20:01
51864         Log: Regen toc.
51865      Branch: perl
51866            ! pod/perltoc.pod
51867 ____________________________________________________________________________
51868 [  7148] By: jhi                                   on 2000/10/04  23:35:08
51869         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
51870              reported several times by Dominic Dunlop, for example in
51871              ID 20000315.008.  Patch from Dominic.  Patch affects at
51872              least MachTen, and possibly other oldish BSDs. Should not
51873              break non-broken platforms (tested on LinuxPPC). 
51874      Branch: perl
51875            ! doio.c
51876 ____________________________________________________________________________
51877 [  7147] By: jhi                                   on 2000/10/04  23:26:34
51878         Log: The one that got away from 7146.
51879      Branch: metaconfig
51880            + U/installdirs/installscripts.U
51881 ____________________________________________________________________________
51882 [  7146] By: jhi                                   on 2000/10/04  23:25:04
51883         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
51884              suggested by H. Merijn Brand.
51885      Branch: perl
51886            ! Configure INSTALL Makefile.SH Porting/Glossary
51887            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
51888            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
51889            ! win32/config.vc
51890 ____________________________________________________________________________
51891 [  7145] By: jhi                                   on 2000/10/04  22:08:21
51892         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
51893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51894              Date: Wed, 4 Oct 2000 17:37:46 -0400
51895              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
51896      Branch: perl
51897            ! utils/h2xs.PL
51898 ____________________________________________________________________________
51899 [  7144] By: jhi                                   on 2000/10/04  18:11:41
51900         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
51901              From: Jeff Pinyan <jeffp@crusoe.net>
51902              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
51903              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
51904      Branch: perl
51905            ! pod/perlrun.pod
51906 ____________________________________________________________________________
51907 [  7143] By: jhi                                   on 2000/10/04  18:09:58
51908         Log: Subject: perlhack.pod Patch for Externals Tools
51909              From: Fisher Mark <fisherm@tce.com>
51910              Date: Tue, 3 Oct 2000 15:43:27 -0500 
51911              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
51912      Branch: perl
51913            ! pod/perlhack.pod
51914 ____________________________________________________________________________
51915 [  7142] By: jhi                                   on 2000/10/04  18:08:41
51916         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
51917              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51918              Date:     Wed, 4 Oct 2000 12:11:11 EDT
51919              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
51920      Branch: perl
51921            ! vms/vms.c
51922 ____________________________________________________________________________
51923 [  7141] By: jhi                                   on 2000/10/04  12:20:16
51924         Log: Subject: [PATCH 5.7.0] h2xs not working
51925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51926              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
51927              Date: Tue, 3 Oct 2000 21:43:01 -0400
51928              
51929              Subject: [PATCH 5.7.0] h2xs not documenting the created module
51930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51931              Date: Tue, 3 Oct 2000 22:55:19 -0400
51932              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
51933      Branch: perl
51934            ! utils/h2xs.PL
51935 ____________________________________________________________________________
51936 [  7140] By: jhi                                   on 2000/10/04  11:53:44
51937         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
51938              From: nick@babyhippo.com
51939              Date: Wed, 4 Oct 2000 12:06:45 +0100
51940              Message-Id: <20001004120645.A7356@babyhippo.com>
51941              
51942              Retract 7118 and 7135.
51943      Branch: perl
51944            ! installman installperl op.c t/pragma/subs.t
51945 ____________________________________________________________________________
51946 [  7139] By: jhi                                   on 2000/10/03  22:09:41
51947         Log: It is possible to have no hosts database at all.  Pointed out in
51948              
51949              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
51950              From: Peter Prymmer <pvhp@forte.com>
51951              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
51952              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
51953      Branch: metaconfig
51954            ! U/modified/myhostname.U
51955      Branch: perl
51956            ! Configure config_h.SH
51957 ____________________________________________________________________________
51958 [  7138] By: jhi                                   on 2000/10/03  21:49:49
51959         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
51960              From: Peter Prymmer <pvhp@forte.com>
51961              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
51962              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
51963      Branch: perl
51964            ! pp_sys.c
51965 ____________________________________________________________________________
51966 [  7137] By: jhi                                   on 2000/10/03  20:10:05
51967         Log: One remaining nit less at the VMS mailbox sizing.
51968      Branch: perl
51969            ! vms/vms.c
51970 ____________________________________________________________________________
51971 [  7136] By: jhi                                   on 2000/10/03  20:08:47
51972         Log: Test harness update to sync with the new perlcc,
51973              from Simon Cozens.
51974      Branch: perl
51975            ! t/TEST t/UTEST
51976 ____________________________________________________________________________
51977 [  7135] By: jhi                                   on 2000/10/03  15:15:42
51978         Log: Subject: Re: PATCH for 20001003.004
51979              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
51980              From: "AARON B. DOSSETT" <aaron@iglou.com>
51981              Message-Id: <E13gTay-0006od-00@iglou.com>
51982      Branch: perl
51983            ! installman installperl
51984 ____________________________________________________________________________
51985 [  7134] By: jhi                                   on 2000/10/03  15:00:34
51986         Log: Subject: [ID 20001003.006] B::Debug not -w clean
51987              From: Nicholas Clark <nick@babyhippo.co.uk>
51988              Date: Tue, 03 Oct 2000 15:46:32 +0100
51989              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
51990      Branch: perl
51991            ! ext/B/B/Debug.pm
51992 ____________________________________________________________________________
51993 [  7133] By: jhi                                   on 2000/10/03  14:58:39
51994         Log: Scale down the VMS message boxes, by Charles Lane.
51995              Fix for ID 20000903.009, workaround at
51996              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
51997      Branch: perl
51998            ! vms/vms.c
51999 ____________________________________________________________________________
52000 [  7132] By: jhi                                   on 2000/10/03  11:20:37
52001         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
52002      Branch: perl
52003            + t/lib/st-lock.t t/lib/st-utf8.t
52004            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
52005            ! ext/Storable/Storable.xs t/lib/st-recurse.t
52006 ____________________________________________________________________________
52007 [  7131] By: jhi                                   on 2000/10/03  03:38:23
52008         Log: Encode nits.
52009      Branch: perl
52010            ! MANIFEST Makefile.SH
52011 ____________________________________________________________________________
52012 [  7130] By: jhi                                   on 2000/10/03  03:31:05
52013         Log: Update Changes.
52014      Branch: perl
52015            ! Changes patchlevel.h
52016 ____________________________________________________________________________
52017 [  7129] By: jhi                                   on 2000/10/03  02:24:02
52018         Log: Misplaced else.
52019      Branch: metaconfig/U/perl
52020            ! d_strtoll.U
52021      Branch: perl
52022            ! Configure config_h.SH
52023 ____________________________________________________________________________
52024 [  7128] By: jhi                                   on 2000/10/03  02:08:29
52025         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
52026              From: sthoenna@efn.org
52027              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
52028              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
52029      Branch: metaconfig/U/perl
52030            ! d_strtoll.U
52031      Branch: perl
52032            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
52033 ____________________________________________________________________________
52034 [  7127] By: jhi                                   on 2000/10/03  01:13:14
52035         Log: Update Changes.
52036      Branch: perl
52037            ! Changes patchlevel.h
52038 ____________________________________________________________________________
52039 [  7126] By: jhi                                   on 2000/10/03  00:57:08
52040         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
52041              as suggested by Olaf Flebbe and Nick Clark.
52042      Branch: perl
52043            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
52044 ____________________________________________________________________________
52045 [  7125] By: jhi                                   on 2000/10/03  00:50:56
52046         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
52047              From: Nick Clark <nick@plum.flirble.org>
52048              Date: Mon, 2 Oct 2000 11:03:24 +0100
52049              Message-Id: <20001002110324.D20073@plum.flirble.org>
52050              
52051              Also fixes bug ID 20001002.005.
52052      Branch: perl
52053            ! t/lib/encode.t
52054 ____________________________________________________________________________
52055 [  7124] By: jhi                                   on 2000/10/03  00:34:59
52056         Log: Subject: [PATCH 5.7.0] Epoc update
52057              From: Olaf Flebbe <o.flebbe@gmx.de>
52058              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
52059              Message-ID: <26423.969484586@www10.gmx.net>
52060      Branch: perl
52061            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
52062            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
52063            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
52064            ! util.c util.h
52065 ____________________________________________________________________________
52066 [  7123] By: jhi                                   on 2000/10/03  00:30:07
52067         Log: Regen headers.
52068      Branch: perl
52069            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
52070 ____________________________________________________________________________
52071 [  7122] By: jhi                                   on 2000/10/03  00:10:48
52072         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
52073      Branch: perl
52074            ! hints/openbsd.sh
52075 ____________________________________________________________________________
52076 [  7121] By: jhi                                   on 2000/10/03  00:05:06
52077         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
52078              From: <abigail@foad.org>
52079              Date: Tue, 26 Sep 2000 13:36:14 -0400
52080              Message-ID: <20000926173614.4356.qmail@foad.org>
52081      Branch: perl
52082            ! pod/perlop.pod
52083 ____________________________________________________________________________
52084 [  7120] By: jhi                                   on 2000/10/03  00:04:00
52085         Log: Inside require() $^S was always left undefined.
52086              
52087              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
52088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52089              Date: Wed, 27 Sep 2000 18:54:49 -0400
52090              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
52091      Branch: perl
52092            ! cop.h mg.c pp_ctl.c util.c
52093 ____________________________________________________________________________
52094 [  7119] By: jhi                                   on 2000/10/03  00:00:16
52095         Log: Subject: [PATCH] DLL not restartabke with threaded perl
52096              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
52097              Date: Thu, 28 Sep 2000 09:20:46 +0100
52098              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
52099      Branch: perl
52100            ! perl.c
52101 ____________________________________________________________________________
52102 [  7118] By: jhi                                   on 2000/10/02  23:59:20
52103         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
52104              From: Nicholas Clark <nick@ccl4.org>
52105              Date: Thu, 28 Sep 2000 11:52:24 +0100
52106              Message-ID: <20000928115224.D7924@plum.flirble.org>
52107      Branch: perl
52108            ! op.c
52109 ____________________________________________________________________________
52110 [  7117] By: jhi                                   on 2000/10/02  23:57:51
52111         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
52112              From: Nicholas Clark <nick@babyhippo.co.uk>
52113              Date: Thu, 28 Sep 2000 12:18:10 +0100
52114              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
52115              
52116              Did not apply cleanly, manual intervention was needed.
52117      Branch: perl
52118            ! ext/B/B/Bytecode.pm utils/perlcc.PL
52119 ____________________________________________________________________________
52120 [  7116] By: jhi                                   on 2000/10/02  23:50:40
52121         Log: Document the issue (is not a syntax error, kind of)
52122              
52123              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
52124              From: Nicholas Clark <nick@ccl4.org>
52125              Date: Thu, 28 Sep 2000 17:12:42 +0100
52126              Message-ID: <20000928171242.K7924@plum.flirble.org>
52127      Branch: perl
52128            ! pod/perldata.pod
52129 ____________________________________________________________________________
52130 [  7115] By: jhi                                   on 2000/10/02  23:48:58
52131         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
52132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52133              Date: Thu, 28 Sep 2000 21:55:31 -0400
52134              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
52135      Branch: perl
52136            ! regexec.c
52137 ____________________________________________________________________________
52138 [  7114] By: jhi                                   on 2000/10/02  23:47:57
52139         Log: Subject: DOC PATCH 5.6.0
52140              From: mjd@plover.com
52141              Date: 30 Sep 2000 06:02:34 -0000
52142              Message-ID: <20000930060234.4559.qmail@plover.com>
52143      Branch: perl
52144            ! pod/perldebguts.pod
52145 ____________________________________________________________________________
52146 [  7113] By: jhi                                   on 2000/10/02  23:46:43
52147         Log: SOCK_DGRAM and listen() do not mix as reported in
52148              
52149              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
52150              From: Petter Reinholdtsen <pere@hungry.com>
52151              Date: Sun, 1 Oct 2000 10:57:20 +0800
52152              Message-Id: <200010010257.KAA05735@localhost.localdomain>
52153              
52154              The patch for 5.7.0+ had to be reengineered, though.
52155      Branch: perl
52156            ! ext/IO/lib/IO/Socket/UNIX.pm
52157 ____________________________________________________________________________
52158 [  7112] By: jhi                                   on 2000/10/02  23:36:57
52159         Log: Subject: Re: [PATCH 5.005_64 missed]
52160              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52161              Date: Sun, 1 Oct 2000 18:50:10 -0400
52162              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
52163      Branch: perl
52164            ! pod/perlxs.pod
52165 ____________________________________________________________________________
52166 [  7111] By: jhi                                   on 2000/10/02  23:35:40
52167         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
52168              From: Radu Greab <radu@netsoft.ro>
52169              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
52170              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
52171      Branch: perl
52172            ! op.c opcode.pl t/op/substr.t
52173 ____________________________________________________________________________
52174 [  7110] By: jhi                                   on 2000/10/02  23:32:38
52175         Log: Subject: [PATCH] Fix aliasing of tied filehandles
52176              From: Daniel Chetlin <daniel@chetlin.com>
52177              Date: Mon, 2 Oct 2000 14:53:27 -0700
52178              Message-ID: <20001002145327.C1617@ilmd>
52179      Branch: perl
52180            ! perl.h pp_hot.c t/op/tiehandle.t
52181 ____________________________________________________________________________
52182 [  7109] By: jhi                                   on 2000/10/02  23:31:30
52183         Log: s/Robin Parker/Robin Barker/
52184      Branch: perl
52185            ! Changes5.6
52186 ____________________________________________________________________________
52187 [  7108] By: jhi                                   on 2000/10/02  23:15:46
52188         Log: Retract #7091 as suggested in
52189              
52190              From: Robin Barker <rmb1@cise.npl.co.uk> 
52191              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
52192              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
52193              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
52194      Branch: perl
52195            ! embed.pl proto.h
52196 ____________________________________________________________________________
52197 [  7107] By: nick                                  on 2000/10/02  18:23:14
52198         Log: A few tweaks to get Tk803 to work with Encode scheme.
52199      Branch: perl
52200            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
52201 ____________________________________________________________________________
52202 [  7106] By: nick                                  on 2000/10/01  21:34:14
52203         Log: Add checking cases to Encode's toUnicode and fromUnicode.
52204      Branch: perl
52205            ! ext/Encode/Encode.pm
52206 ____________________________________________________________________________
52207 [  7105] By: nick                                  on 2000/10/01  17:18:01
52208         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
52209              To read and use them.
52210              Add a lib/encode.t which checks a few things.
52211      Branch: perl
52212            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
52213            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
52214            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
52215            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
52216            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
52217            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
52218            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
52219            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
52220            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
52221            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
52222            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
52223            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
52224            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
52225            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
52226            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
52227            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
52228            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
52229            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
52230            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
52231            + ext/Encode/Encode/iso2022-jp.enc
52232            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
52233            + ext/Encode/Encode/iso8859-1.enc
52234            + ext/Encode/Encode/iso8859-2.enc
52235            + ext/Encode/Encode/iso8859-3.enc
52236            + ext/Encode/Encode/iso8859-4.enc
52237            + ext/Encode/Encode/iso8859-5.enc
52238            + ext/Encode/Encode/iso8859-6.enc
52239            + ext/Encode/Encode/iso8859-7.enc
52240            + ext/Encode/Encode/iso8859-8.enc
52241            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
52242            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
52243            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
52244            + ext/Encode/Encode/macCentEuro.enc
52245            + ext/Encode/Encode/macCroatian.enc
52246            + ext/Encode/Encode/macCyrillic.enc
52247            + ext/Encode/Encode/macDingbats.enc
52248            + ext/Encode/Encode/macGreek.enc
52249            + ext/Encode/Encode/macIceland.enc
52250            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
52251            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
52252            + ext/Encode/Encode/macTurkish.enc
52253            + ext/Encode/Encode/macUkraine.enc
52254            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
52255            + t/lib/encode.t
52256            ! MANIFEST ext/Encode/Encode.pm
52257 ____________________________________________________________________________
52258 [  7104] By: nick                                  on 2000/09/30  13:04:30
52259         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
52260              From: Daniel Chetlin <daniel@chetlin.com>
52261              Date: Mon, 18 Sep 2000 05:05:40 -0700
52262              Message-Id: <20000918050540.C652@ilmd>
52263      Branch: perl
52264            ! lib/overload.pm sv.c t/pragma/overload.t
52265 ____________________________________________________________________________
52266 [  7103] By: nick                                  on 2000/09/30  12:53:36
52267         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
52268              From: Johan Vromans <jvromans@squirrel.nl>
52269              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
52270              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
52271      Branch: perl
52272            ! pod/Makefile.SH
52273 ____________________________________________________________________________
52274 [  7102] By: nick                                  on 2000/09/30  12:52:31
52275         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
52276              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52277              Date: Sat, 16 Sep 2000 16:36:45 -0400
52278              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
52279      Branch: perl
52280            ! ext/B/B/Deparse.pm
52281 ____________________________________________________________________________
52282 [  7101] By: nick                                  on 2000/09/30  12:51:41
52283         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
52284              From: Craig A. Berry <craig.berry@psinetcs.com>
52285              Date: Sat, 16 Sep 2000 10:11:10 -0500
52286              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
52287      Branch: perl
52288            ! vms/vms.c
52289 ____________________________________________________________________________
52290 [  7100] By: nick                                  on 2000/09/30  12:50:33
52291         Log: Subject: Re: unicode support and perl [ID 20000901.097]
52292              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52293              Date: Fri, 15 Sep 2000 16:37:58 -0400
52294              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
52295      Branch: perl
52296            ! t/op/append.t
52297 ____________________________________________________________________________
52298 [  7099] By: nick                                  on 2000/09/30  12:49:35
52299         Log: Subject: Re: unicode support and perl [ID 20000901.097]
52300              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52301              Date: Fri, 15 Sep 2000 16:25:30 -0400
52302              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
52303      Branch: perl
52304            ! pp_hot.c
52305 ____________________________________________________________________________
52306 [  7098] By: nick                                  on 2000/09/30  12:48:00
52307         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
52308              From: Gisle Aas <gisle@ActiveState.com>
52309              Date: 15 Sep 2000 16:23:41 +0200
52310              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
52311      Branch: perl
52312            ! toke.c
52313 ____________________________________________________________________________
52314 [  7097] By: nick                                  on 2000/09/30  12:45:16
52315         Log: Subject: [PATCH] Nits in perlmod.pod
52316              From: Daniel Chetlin <daniel@chetlin.com>
52317              Date: Fri, 15 Sep 2000 02:04:09 -0700
52318              Message-Id: <20000915020409.A2104@ilmd>
52319      Branch: perl
52320            ! pod/perlmod.pod
52321 ____________________________________________________________________________
52322 [  7096] By: nick                                  on 2000/09/30  12:18:00
52323         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
52324              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
52325              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
52326              0 to checking to get the warning.
52327      Branch: perl
52328            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
52329            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
52330            ! regexec.c sv.c toke.c utf8.c
52331 ____________________________________________________________________________
52332 [  7095] By: nick                                  on 2000/09/15  16:55:59
52333         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
52334              
52335              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
52336              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52337              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
52338              Date: Fri, 15 Sep 2000 06:37:30 -0400
52339      Branch: perl
52340            ! ext/Encode/Encode.xs sv.c
52341 ____________________________________________________________________________
52342 [  7094] By: jhi                                   on 2000/09/15  03:23:32
52343         Log: Update Changes.
52344      Branch: perl
52345            ! Changes patchlevel.h
52346 ____________________________________________________________________________
52347 [  7093] By: jhi                                   on 2000/09/15  03:11:44
52348         Log: Fix for the charnames.t failures from Spider Boardman.
52349      Branch: perl
52350            ! toke.c
52351 ____________________________________________________________________________
52352 [  7092] By: jhi                                   on 2000/09/15  00:15:48
52353         Log: Botched the #7090 check-in.
52354      Branch: perl
52355            ! sv.c
52356 ____________________________________________________________________________
52357 [  7091] By: jhi                                   on 2000/09/14  23:33:24
52358         Log: Part of #7081 didn't come through.
52359      Branch: perl
52360            ! embed.pl proto.h
52361 ____________________________________________________________________________
52362 [  7090] By: jhi                                   on 2000/09/14  23:17:39
52363         Log: Subject: Re: perl@7078 
52364              From: Spider Boardman <spider@web.zk3.dec.com>
52365              Date: Thu, 14 Sep 2000 19:06:36 -0400
52366              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
52367      Branch: perl
52368            ! sv.c toke.c
52369 ____________________________________________________________________________
52370 [  7089] By: jhi                                   on 2000/09/14  23:11:21
52371         Log: Small portability tweaks.
52372      Branch: perl
52373            ! ext/Encode/Encode.xs
52374 ____________________________________________________________________________
52375 [  7088] By: jhi                                   on 2000/09/14  22:57:23
52376         Log: Fake return to pacify picky compilers.
52377      Branch: perl
52378            ! ext/Encode/Encode.xs
52379 ____________________________________________________________________________
52380 [  7087] By: jhi                                   on 2000/09/14  22:53:37
52381         Log: Subject: [PATCH] utf8.c apidoc
52382              From: Simon Cozens <simon@cozens.net>
52383              Date: Thu, 14 Sep 2000 23:46:57 +0100
52384              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
52385      Branch: perl
52386            ! perlapi.c pod/perlapi.pod utf8.c
52387 ____________________________________________________________________________
52388 [  7086] By: jhi                                   on 2000/09/14  22:40:38
52389         Log: We don't need to count the high bit bytes, a boolean is enough. 
52390      Branch: perl
52391            ! sv.c
52392 ____________________________________________________________________________
52393 [  7085] By: jhi                                   on 2000/09/14  21:20:09
52394         Log: Replace #7084 with
52395              
52396              Subject: Re: perl@7078 
52397              From: Spider Boardman <spider@web.zk3.dec.com>
52398              Date: Thu, 14 Sep 2000 17:09:36 -0400
52399              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
52400      Branch: perl
52401            ! sv.c utf8.c
52402 ____________________________________________________________________________
52403 [  7084] By: jhi                                   on 2000/09/14  20:03:34
52404         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
52405              convertable to bytes by checking it doesn't go above 0xc3
52406              
52407              Subject: Re: perl@7078
52408              From: Simon Cozens <simon@cozens.net>
52409              Date: Thu, 14 Sep 2000 20:59:19 +0100
52410              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
52411      Branch: perl
52412            ! utf8.c
52413 ____________________________________________________________________________
52414 [  7083] By: jhi                                   on 2000/09/14  19:38:47
52415         Log: Subject: Re: perl@7078
52416              From: Simon Cozens <simon@cozens.net>
52417              Date: Thu, 14 Sep 2000 20:13:09 +0100
52418              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
52419      Branch: perl
52420            ! t/op/bop.t
52421 ____________________________________________________________________________
52422 [  7082] By: jhi                                   on 2000/09/14  17:50:44
52423         Log: The one that got away.
52424      Branch: perl
52425            ! lib/File/Find.pm
52426 ____________________________________________________________________________
52427 [  7081] By: jhi                                   on 2000/09/14  17:45:35
52428         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
52429              From: Robin Barker <rmb1@cise.npl.co.uk>
52430              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
52431              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
52432      Branch: perl
52433            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
52434            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
52435            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
52436            ! regcomp.c toke.c universal.c
52437 ____________________________________________________________________________
52438 [  7080] By: jhi                                   on 2000/09/14  17:40:35
52439         Log: Problems picked up by AIX cc.
52440              
52441              Subject: Re: perl@7078 (patch included)
52442              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52443              Date: Thu, 14 Sep 2000 18:53:30 +0200
52444              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
52445      Branch: perl
52446            ! ext/Encode/Encode.xs
52447 ____________________________________________________________________________
52448 [  7079] By: jhi                                   on 2000/09/14  17:38:27
52449         Log: Subject: File::Find 5.7.0 POD nits
52450              From: Rich Morin <rdm@cfcl.com>
52451              Date: Wed, 13 Sep 2000 22:03:58 -0700
52452              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
52453      Branch: perl
52454            ! lib/File/Find.pm
52455 ____________________________________________________________________________
52456 [  7078] By: jhi                                   on 2000/09/14  14:58:20
52457         Log: Update Changes.
52458      Branch: perl
52459            ! Changes patchlevel.h
52460 ____________________________________________________________________________
52461 [  7077] By: jhi                                   on 2000/09/14  14:55:54
52462         Log: Compilation warnings and an error.
52463      Branch: perl
52464            ! sv.c
52465 ____________________________________________________________________________
52466 [  7076] By: jhi                                   on 2000/09/14  14:42:56
52467         Log: Fix for a parsing bug, not for the original bug.
52468              
52469              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
52470              From: Spider Boardman <spider@web.zk3.dec.com>
52471              Date: Wed, 13 Sep 2000 17:52:20 -0400
52472              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
52473      Branch: perl
52474            ! regcomp.c
52475 ____________________________________________________________________________
52476 [  7075] By: jhi                                   on 2000/09/14  14:40:40
52477         Log: Batch of UTF-8 patches from Simon Cozens.
52478      Branch: perl
52479            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
52480            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
52481            ! toke.c utf8.c
52482 ____________________________________________________________________________
52483 [  7074] By: jhi                                   on 2000/09/14  14:29:58
52484         Log: Subject: Re: Two advertising clauses need to be removed
52485              From: Russ Allbery <rra@stanford.edu>
52486              Date: 13 Sep 2000 18:50:26 -0700
52487              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
52488      Branch: perl
52489            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
52490 ____________________________________________________________________________
52491 [  7073] By: jhi                                   on 2000/09/14  14:28:20
52492         Log: Subject: [PATCH] de-wall t/README
52493              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52494              Date: Wed, 13 Sep 2000 17:46:55 -0700
52495              Message-ID: <//Bw5gzkge/e092yn@efn.org>
52496      Branch: perl
52497            ! t/README
52498 ____________________________________________________________________________
52499 [  7072] By: jhi                                   on 2000/09/14  14:25:10
52500         Log: Hints optimization.
52501              
52502              Subject: Minor nit
52503              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52504              Date: Wed, 13 Sep 2000 21:42:07 +0200
52505              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
52506      Branch: perl
52507            ! hints/hpux.sh
52508 ____________________________________________________________________________
52509 [  7071] By: jhi                                   on 2000/09/14  14:23:30
52510         Log: Allow chop() and chomp() to be overridden.
52511              
52512              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
52513              From: "Casey R. Tweten" <crt@kiski.net>
52514              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
52515              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
52516      Branch: perl
52517            ! toke.c
52518 ____________________________________________________________________________
52519 [  7070] By: jhi                                   on 2000/09/14  14:20:36
52520         Log: The return value of setlocale must be copied away.
52521              
52522              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
52523              From: Alan Burlison <Alan.Burlison@uk.sun.com>
52524              Date: Wed, 13 Sep 2000 16:27:37 +0100 
52525              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
52526      Branch: perl
52527            ! util.c
52528 ____________________________________________________________________________
52529 [  7069] By: jhi                                   on 2000/09/14  14:16:27
52530         Log: Remove vestiges of tr//CU.
52531              
52532              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
52533              From: Nick Clark <nick@plum.flirble.org>
52534              Date: Tue, 12 Sep 2000 22:50:14 +0100
52535              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
52536              
52537              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
52538              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52539              Date: Tue, 12 Sep 2000 21:38:48 -0700
52540              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
52541      Branch: perl
52542            ! op.h pod/perlunicode.pod
52543 ____________________________________________________________________________
52544 [  7068] By: jhi                                   on 2000/09/13  14:18:39
52545         Log: Add the Encode extension.  The code is still largely just skeleton.
52546      Branch: perl
52547            + ext/Encode/Encode.pm ext/Encode/Encode.xs
52548            + ext/Encode/Makefile.PL ext/Encode/Todo
52549            ! MANIFEST Todo-5.6
52550 ____________________________________________________________________________
52551 [  7067] By: jhi                                   on 2000/09/12  17:43:33
52552         Log: Allow for whitespace between "#" and "line" in cpp output.
52553              
52554              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
52555              From: Calle Dybedahl <calle@lysator.liu.se>
52556              Date: 12 Sep 2000 19:38:02 +0200 
52557              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
52558      Branch: perl
52559            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
52560 ____________________________________________________________________________
52561 [  7066] By: gsar                                  on 2000/09/12  17:24:29
52562         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
52563              initialization in all the threads on Windows
52564      Branch: perl
52565            ! win32/win32.c
52566 ____________________________________________________________________________
52567 [  7065] By: jhi                                   on 2000/09/12  15:11:31
52568         Log: Update Changes.
52569      Branch: perl
52570            ! Changes patchlevel.h
52571 ____________________________________________________________________________
52572 [  7064] By: jhi                                   on 2000/09/12  14:54:54
52573         Log: Retract #7062, the pod tests are not ready.
52574      Branch: perl
52575            ! t/TEST t/harness
52576 ____________________________________________________________________________
52577 [  7063] By: jhi                                   on 2000/09/12  14:25:41
52578         Log: The #7054 truncated Configure badly.
52579      Branch: metaconfig/U/perl
52580            ! End.U
52581      Branch: perl
52582            ! Configure config_h.SH
52583 ____________________________________________________________________________
52584 [  7062] By: jhi                                   on 2000/09/12  14:08:32
52585         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
52586              From: sthoenna@efn.org
52587              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
52588              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
52589      Branch: perl
52590            ! t/TEST t/harness
52591 ____________________________________________________________________________
52592 [  7061] By: jhi                                   on 2000/09/12  14:07:18
52593         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
52594              From: sthoenna@efn.org
52595              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
52596              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
52597      Branch: perl
52598            ! pod/perlxs.pod
52599 ____________________________________________________________________________
52600 [  7060] By: jhi                                   on 2000/09/12  14:06:08
52601         Log: Break up the myconfig lines a bit.
52602              
52603              Subject: perlbug/perl -V output format
52604              From: sthoenna@efn.org
52605              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
52606              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
52607      Branch: perl
52608            ! myconfig.SH
52609 ____________________________________________________________________________
52610 [  7059] By: jhi                                   on 2000/09/12  14:05:04
52611         Log: Test for the #7049.
52612              
52613              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
52614              From: andreas.koenig@anima.de (Andreas J. Koenig)
52615              Date: 12 Sep 2000 06:42:01 +0200
52616              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
52617      Branch: perl
52618            ! t/op/my.t
52619 ____________________________________________________________________________
52620 [  7058] By: jhi                                   on 2000/09/12  14:03:05
52621         Log: Subject: [patch: perl@7045] vms updates
52622              From: Peter Prymmer <pvhp@forte.com>
52623              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
52624              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
52625      Branch: perl
52626            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
52627 ____________________________________________________________________________
52628 [  7057] By: jhi                                   on 2000/09/12  14:00:51
52629         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
52630              From: sthoenna@efn.org
52631              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
52632              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
52633      Branch: perl
52634            ! t/op/64bitint.t
52635 ____________________________________________________________________________
52636 [  7056] By: jhi                                   on 2000/09/12  13:58:14
52637         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
52638              From: Jeff Pinyan <jeffp@crusoe.net>
52639              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
52640              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
52641      Branch: perl
52642            ! pod/perlfunc.pod
52643 ____________________________________________________________________________
52644 [  7055] By: jhi                                   on 2000/09/12  13:56:32
52645         Log: Do in VMS as the #7054 does.
52646      Branch: perl
52647            ! configure.com
52648 ____________________________________________________________________________
52649 [  7054] By: jhi                                   on 2000/09/12  13:50:31
52650         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
52651              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
52652              Date: Mon, 11 Sep 2000 08:33:09 +0100
52653              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
52654      Branch: metaconfig/U/perl
52655            ! End.U
52656      Branch: perl
52657            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
52658            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
52659 ____________________________________________________________________________
52660 [  7053] By: jhi                                   on 2000/09/12  13:29:19
52661         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
52662              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52663              Date:     Tue, 12 Sep 2000 08:35:59 EDT
52664              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
52665      Branch: perl
52666            ! vms/test.com
52667 ____________________________________________________________________________
52668 [  7052] By: jhi                                   on 2000/09/11  23:01:50
52669         Log: Document the SvUTF8*().
52670      Branch: perl
52671            ! pod/perlapi.pod sv.h
52672 ____________________________________________________________________________
52673 [  7051] By: gsar                                  on 2000/09/11  14:46:30
52674         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
52675              (missed a spot when fixing up op_pmreplroot hack for ithreads)
52676      Branch: perl
52677            ! op.c t/op/split.t
52678 ____________________________________________________________________________
52679 [  7050] By: nick                                  on 2000/09/11  10:03:51
52680         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
52681              
52682              Subject: borland C++ win32.c tweak
52683              From: Vadim Konovalov <vkonovalov@lucent.com>
52684              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
52685              Date: Mon, 11 Sep 2000 11:22:33 +0400
52686      Branch: perl
52687            ! win32/win32.c
52688 ____________________________________________________________________________
52689 [  7049] By: nick                                  on 2000/09/11  09:57:33
52690         Log: Point fix for s/// on foreach (keys %xxx).
52691      Branch: perl
52692            ! pp_hot.c
52693 ____________________________________________________________________________
52694 [  7048] By: jhi                                   on 2000/09/10  23:37:09
52695         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
52696              by Pod::Text, from Brad Appleton.
52697      Branch: perl
52698            ! t/pod/testp2pt.pl
52699 ____________________________________________________________________________
52700 [  7047] By: jhi                                   on 2000/09/10  14:32:53
52701         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
52702              by Russ Allbery.
52703      Branch: perl
52704            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
52705 ____________________________________________________________________________
52706 [  7046] By: jhi                                   on 2000/09/10  14:15:08
52707         Log: Upgrade to CPAN 1.57_65, from Andreas König.
52708      Branch: perl
52709            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52710 ____________________________________________________________________________
52711 [  7045] By: jhi                                   on 2000/09/08  21:36:32
52712         Log: Update Changes.
52713      Branch: perl
52714            ! Changes patchlevel.h
52715 ____________________________________________________________________________
52716 [  7044] By: jhi                                   on 2000/09/08  21:29:56
52717         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
52718              From: Peter Prymmer <pvhp@forte.com>
52719              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
52720              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
52721      Branch: perl
52722            ! configure.com
52723 ____________________________________________________________________________
52724 [  7043] By: jhi                                   on 2000/09/08  21:27:50
52725         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
52726              From: Peter Prymmer <pvhp@forte.com>
52727              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
52728              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
52729      Branch: perl
52730            ! Makefile.SH installperl
52731 ____________________________________________________________________________
52732 [  7042] By: jhi                                   on 2000/09/08  21:23:21
52733         Log: Continue #7041.
52734      Branch: perl
52735            ! cygwin/Makefile.SHs os2/Makefile.SHs
52736 ____________________________________________________________________________
52737 [  7041] By: jhi                                   on 2000/09/08  21:18:10
52738         Log: Do away with memory models cruft.  Sorry, PDP users.
52739      Branch: metaconfig
52740            ! U/modified/cc.U U/modified/libpth.U
52741      Branch: perl
52742            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
52743            ! Porting/config_H cflags.SH config_h.SH configure.com
52744            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
52745            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
52746            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
52747 ____________________________________________________________________________
52748 [  7040] By: jhi                                   on 2000/09/08  14:34:18
52749         Log: Major rewrite of s2p.  And I mean really major, it is
52750              an implementation of sed in perl.  If called as s2p it
52751              will function as s2p.  Note: needs non-UNIXifying.
52752              
52753              Subject: s2p
52754              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
52755              Date: Mon, 28 Aug 2000 14:05:12 +0200
52756              Message-ID: <39AA5578.2102E2AA@alcatel.at>
52757      Branch: perl
52758            ! x2p/s2p.PL
52759 ____________________________________________________________________________
52760 [  7039] By: jhi                                   on 2000/09/08  14:19:49
52761         Log: Re-allow vec() for characters > 255.
52762              
52763              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
52764              From: Spider Boardman <spider@web.zk3.dec.com>
52765              Date: Fri, 08 Sep 2000 02:21:02 -0400
52766              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
52767      Branch: perl
52768            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
52769            ! t/op/vec.t
52770 ____________________________________________________________________________
52771 [  7038] By: jhi                                   on 2000/09/08  14:14:18
52772         Log: Subject: [PATCH lib/Benchmark.pm]
52773              From: <abigail@foad.org>
52774              Date: Thu, 7 Sep 2000 15:03:20 -0400
52775              Message-ID: <20000907190320.888.qmail@foad.org>
52776      Branch: perl
52777            ! lib/Benchmark.pm
52778 ____________________________________________________________________________
52779 [  7037] By: jhi                                   on 2000/09/08  14:11:06
52780         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
52781              
52782              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
52783              From: Spider Boardman <spider@web.zk3.dec.com>
52784              Date: Fri, 08 Sep 2000 01:30:27 -0400
52785              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
52786      Branch: perl
52787            ! op.c
52788 ____________________________________________________________________________
52789 [  7036] By: jhi                                   on 2000/09/08  14:08:58
52790         Log: Subject: [ID 20000908.002] perlipc documentation bug.
52791              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
52792              Date: Fri, 08 Sep 2000 12:38:32 +0200
52793              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
52794      Branch: perl
52795            ! pod/perlipc.pod
52796 ____________________________________________________________________________
52797 [  7035] By: jhi                                   on 2000/09/08  14:03:12
52798         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
52799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52800              Date: Fri, 08 Sep 2000 11:47:34 +0200
52801              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
52802      Branch: perl
52803            ! hints/dec_osf.sh
52804 ____________________________________________________________________________
52805 [  7034] By: jhi                                   on 2000/09/08  13:59:35
52806         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
52807              From: Simon Cozens <simon@cozens.net>
52808              Date: Thu, 7 Sep 2000 20:40:38 +0100
52809              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
52810      Branch: perl
52811            ! pp_hot.c
52812 ____________________________________________________________________________
52813 [  7033] By: jhi                                   on 2000/09/08  04:03:03
52814         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
52815              From: "Larry W. Virden" <lvirden@cas.org>
52816              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
52817              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
52818      Branch: perl
52819            ! pod/perldiag.pod
52820 ____________________________________________________________________________
52821 [  7032] By: jhi                                   on 2000/09/07  22:18:30
52822         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
52823              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
52824              Date: Mon, 04 Sep 2000 13:16:38 -0700
52825              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
52826      Branch: perl
52827            ! lib/perl5db.pl
52828 ____________________________________________________________________________
52829 [  7031] By: jhi                                   on 2000/09/07  22:02:29
52830         Log: Fix the ccversion detection for 5.1 and beyond.
52831              
52832              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
52833              From: Spider Boardman <spider@leggy.zk3.dec.com>
52834              Date: Thu, 7 Sep 2000 17:54:27 -0400
52835              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
52836      Branch: perl
52837            ! hints/dec_osf.sh
52838 ____________________________________________________________________________
52839 [  7030] By: jhi                                   on 2000/09/07  19:12:28
52840         Log: Fix for
52841              
52842              Subject: [ID 20000903.001] \w in utf8-strings
52843              From: Marc Lehmann <pcg@goof.com>
52844              Date: Sun, 03 Sep 2000 09:44:29 +0200
52845              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
52846              
52847              and various related nits.
52848      Branch: perl
52849            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
52850 ____________________________________________________________________________
52851 [  7029] By: jhi                                   on 2000/09/07  18:49:09
52852         Log: Fix the URL, but the server is still missing in action.
52853              
52854              Subject: [ID 20000905.002] perlfaq1.pod URL error
52855              From: "Larry W. Virden" <lvirden@cas.org>
52856              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
52857              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
52858      Branch: perl
52859            ! pod/perlfaq1.pod
52860 ____________________________________________________________________________
52861 [  7028] By: jhi                                   on 2000/09/07  18:47:13
52862         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
52863              From: Hugo <hv@crypt.compulink.co.uk>
52864              Date: Tue, 05 Sep 2000 14:13:37 +0100
52865              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
52866      Branch: perl
52867            ! toke.c
52868 ____________________________________________________________________________
52869 [  7027] By: jhi                                   on 2000/09/07  18:45:35
52870         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
52871              From: Daniel Chetlin <daniel@chetlin.com>
52872              Date: Tue, 5 Sep 2000 04:57:07 -0700
52873              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
52874      Branch: perl
52875            ! pod/perlfaq6.pod pod/perlop.pod
52876 ____________________________________________________________________________
52877 [  7026] By: jhi                                   on 2000/09/07  18:44:01
52878         Log: Document the new ref() semantics.
52879              
52880              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
52881              From: Gisle Aas <gisle@ActiveState.com>
52882              Date: 05 Sep 2000 08:10:30 +0200
52883              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
52884      Branch: perl
52885            ! pod/perldelta.pod
52886 ____________________________________________________________________________
52887 [  7025] By: jhi                                   on 2000/09/07  18:42:27
52888         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
52889              
52890              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
52891              From: Gisle Aas <gisle@ActiveState.com>
52892              Date: 05 Sep 2000 08:11:40 +0200
52893              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
52894      Branch: perl
52895            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
52896 ____________________________________________________________________________
52897 [  7024] By: jhi                                   on 2000/09/07  18:39:32
52898         Log: Subject: [PATCH] Modernize Opcode.pm documentation
52899              From: Gisle Aas <gisle@ActiveState.com>
52900              Date: 4 Sep 2000 00:18:55 -0000
52901              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
52902      Branch: perl
52903            ! ext/Opcode/Opcode.pm
52904 ____________________________________________________________________________
52905 [  7023] By: jhi                                   on 2000/09/07  18:37:42
52906         Log: Subject: [PATCH] Tied filehandle documentation
52907              From: Gisle Aas <gisle@ActiveState.com>
52908              Date: 4 Sep 2000 00:14:40 -0000
52909              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
52910      Branch: perl
52911            ! pod/perlfunc.pod pod/perltie.pod
52912 ____________________________________________________________________________
52913 [  7022] By: jhi                                   on 2000/09/07  18:35:37
52914         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
52915              From: Gisle Aas <gisle@ActiveState.com>
52916              Date: 4 Sep 2000 00:04:22 -0000
52917              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
52918      Branch: perl
52919            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
52920 ____________________________________________________________________________
52921 [  7021] By: jhi                                   on 2000/09/07  18:33:22
52922         Log: Subject: small apidoc fix
52923              From: Marc Lehmann <pcg@goof.com>
52924              Date: Sun, 3 Sep 2000 05:12:06 +0200
52925              Message-ID: <20000903051206.A5909@cerebro.laendle>
52926      Branch: perl
52927            ! pod/perlapi.pod utf8.c
52928 ____________________________________________________________________________
52929 [  7020] By: jhi                                   on 2000/09/07  16:14:57
52930         Log: Tiny perldelta nits.
52931      Branch: perl
52932            ! pod/perldelta.pod
52933 ____________________________________________________________________________
52934 [  7019] By: jhi                                   on 2000/09/07  16:04:20
52935         Log: Guard against bad string->int conversion for quads.
52936      Branch: perl
52937            ! t/op/64bitint.t
52938 ____________________________________________________________________________
52939 [  7018] By: jhi                                   on 2000/09/06  17:07:03
52940         Log: Update Unicode todo list.
52941      Branch: perl
52942            ! Todo-5.6
52943 ____________________________________________________________________________
52944 [  7017] By: jhi                                   on 2000/09/05  21:16:01
52945         Log: Document the SvIOK_.*UV().
52946      Branch: perl
52947            ! pod/perlapi.pod sv.h
52948 ____________________________________________________________________________
52949 [  7016] By: nick                                  on 2000/09/03  21:54:46
52950         Log: Hash lookup of constant strings optimization:
52951              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
52952              to string table (as per sharepvn). Add newSV_pvn_share to create such
52953              a thing. Make hv.c compare addresses of strings and skip string compare
52954              if equal. Make method_named and helem ops use these shared-string SVs
52955              when arg is constant. Make keys op return shared-string SVs (less clearly
52956              a win).
52957      Branch: perl
52958            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
52959            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
52960            ! pod/perlintern.pod pp_hot.c proto.h sv.c
52961 ____________________________________________________________________________
52962 [  7015] By: jhi                                   on 2000/09/02  17:48:59
52963         Log: This is 5.7.0.
52964      Branch: perl
52965            ! Changes
52966 ____________________________________________________________________________
52967 [  7014] By: jhi                                   on 2000/09/02  17:35:45
52968         Log: Changes and patchlevel tweaks.
52969      Branch: perl
52970            ! Changes patchlevel.h
52971 ____________________________________________________________________________
52972 [  7013] By: jhi                                   on 2000/09/02  17:30:50
52973         Log: Update Changes.
52974      Branch: perl
52975            ! Changes patchlevel.h
52976 ____________________________________________________________________________
52977 [  7012] By: nick                                  on 2000/09/02  17:25:20
52978         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
52979      Branch: perl
52980            ! gv.c lib/overload.pm
52981 ____________________________________________________________________________
52982 [  7011] By: jhi                                   on 2000/09/02  17:16:25
52983         Log: Update perlhist.
52984      Branch: perl
52985            ! pod/perlhist.pod
52986 ____________________________________________________________________________
52987 [  7010] By: jhi                                   on 2000/09/02  17:01:35
52988         Log: perldelta nits.
52989      Branch: perl
52990            ! pod/perldelta.pod
52991 ____________________________________________________________________________
52992 [  7009] By: nick                                  on 2000/09/02  16:48:35
52993         Log: If overloaded %{} etc. return the object do not loop.
52994              Thus  sub deref { $_[0] } functions if object is wanted type.
52995      Branch: perl
52996            ! pp.h
52997 ____________________________________________________________________________
52998 [  7008] By: jhi                                   on 2000/09/02  16:26:11
52999         Log: Retab MANIFEST.
53000      Branch: perl
53001            ! ext/Storable/MANIFEST
53002 ____________________________________________________________________________
53003 [  7007] By: jhi                                   on 2000/09/02  16:23:02
53004         Log: Make certain cc is set before trying to run it.
53005      Branch: perl
53006            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
53007 ____________________________________________________________________________
53008 [  7006] By: jhi                                   on 2000/09/02  15:45:41
53009         Log: Unicode notes.
53010      Branch: perl
53011            ! pod/perldelta.pod
53012 ____________________________________________________________________________
53013 [  7005] By: jhi                                   on 2000/09/02  15:42:11
53014         Log: Various Configure nits by Philip Newton,
53015              plus the ebcdic one by me.
53016      Branch: metaconfig
53017            + U/modified/pager.U
53018            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
53019      Branch: metaconfig/U/perl
53020            ! Devel.U quadfio.U
53021      Branch: perl
53022            ! Configure config_h.SH
53023 ____________________________________________________________________________
53024 [  7004] By: jhi                                   on 2000/09/02  15:06:14
53025         Log: Apparently avoiding the swapping is too costly.
53026              
53027              From: "Ben Tilly" <ben_tilly@hotmail.com>
53028              Subject: Re: the door is closed.
53029              Date: Fri, 01 Sep 2000 20:23:16 EDT
53030              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
53031      Branch: perl
53032            ! pod/perlfaq4.pod
53033 ____________________________________________________________________________
53034 [  7003] By: nick                                  on 2000/09/02  12:26:04
53035         Log: Undo part of change 6489 which looks like a bulk edit which
53036              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
53037              The supressing of main:: on return from select() is undesirable.
53038      Branch: perl
53039            ! pp_sys.c
53040 ____________________________________________________________________________
53041 [  7002] By: jhi                                   on 2000/09/01  23:08:54
53042         Log: Update Changes.
53043      Branch: perl
53044            ! Changes patchlevel.h
53045 ____________________________________________________________________________
53046 [  7001] By: jhi                                   on 2000/09/01  23:00:13
53047         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
53048              From: Peter Prymmer <pvhp@forte.com>
53049              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
53050              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
53051              
53052              plus rework the http: spots as suggested by Tom Christiansen,
53053              plus regen perltoc.
53054      Branch: perl
53055            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
53056            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
53057 ____________________________________________________________________________
53058 [  7000] By: jhi                                   on 2000/09/01  22:36:01
53059         Log: Only the first line, thank you very much.
53060      Branch: perl
53061            ! hints/solaris_2.sh
53062 ____________________________________________________________________________
53063 [  6999] By: gsar                                  on 2000/09/01  22:16:40
53064         Log: change#6791 accidentally clobbered change#6710, put it back
53065      Branch: perl
53066            ! win32/win32.c
53067 ____________________________________________________________________________
53068 [  6998] By: jhi                                   on 2000/09/01  22:14:16
53069         Log: Mention the HP-UX LP64 freak failure.
53070      Branch: perl
53071            ! pod/perldelta.pod
53072 ____________________________________________________________________________
53073 [  6997] By: jhi                                   on 2000/09/01  21:48:32
53074         Log: Detypo.
53075      Branch: perl
53076            ! hints/hpux.sh
53077 ____________________________________________________________________________
53078 [  6996] By: jhi                                   on 2000/09/01  21:27:10
53079         Log: Update Changes.
53080      Branch: perl
53081            ! Changes patchlevel.h
53082 ____________________________________________________________________________
53083 [  6995] By: jhi                                   on 2000/09/01  21:14:24
53084         Log: Mi splgn s gnin.g
53085      Branch: perl
53086            ! pp_ctl.c
53087 ____________________________________________________________________________
53088 [  6994] By: jhi                                   on 2000/09/01  21:09:54
53089         Log: Subject: http:// in L<>
53090              From: Nicholas Clark <nick@ccl4.org>
53091              Date: Fri, 1 Sep 2000 22:03:21 +0100
53092              Message-ID: <20000901220321.B72074@plum.flirble.org>
53093      Branch: perl
53094            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
53095 ____________________________________________________________________________
53096 [  6993] By: jhi                                   on 2000/09/01  21:06:54
53097         Log: Update to Storable 1.0, from Raphael Manfredi.
53098      Branch: perl
53099            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
53100            ! ext/Storable/Makefile.PL ext/Storable/README
53101            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
53102            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
53103            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
53104            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
53105            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
53106            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
53107 ____________________________________________________________________________
53108 [  6992] By: jhi                                   on 2000/09/01  20:43:05
53109         Log: Mention known sfio+linux buglet.
53110      Branch: perl
53111            ! pod/perldelta.pod
53112 ____________________________________________________________________________
53113 [  6991] By: jhi                                   on 2000/09/01  20:40:11
53114         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
53115              From: Peter Prymmer <pvhp@forte.com>
53116              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
53117              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
53118      Branch: perl
53119            ! vms/vms.c
53120 ____________________________________________________________________________
53121 [  6990] By: jhi                                   on 2000/09/01  20:25:26
53122         Log: Retract #6986.
53123      Branch: perl
53124            ! hints/solaris_2.sh
53125 ____________________________________________________________________________
53126 [  6989] By: jhi                                   on 2000/09/01  20:23:00
53127         Log: Mergesort is back.
53128      Branch: perl
53129            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
53130 ____________________________________________________________________________
53131 [  6988] By: jhi                                   on 2000/09/01  19:37:40
53132         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
53133              From: Mike Guy <mjtg@cam.ac.uk>
53134              Date: Fri, 01 Sep 2000 17:43:33 +0100
53135              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
53136      Branch: perl
53137            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
53138            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
53139 ____________________________________________________________________________
53140 [  6987] By: jhi                                   on 2000/09/01  19:17:10
53141         Log: Regen perltoc.
53142      Branch: perl
53143            ! pod/perltoc.pod
53144 ____________________________________________________________________________
53145 [  6986] By: jhi                                   on 2000/09/01  18:51:10
53146         Log: Subject: Re: Solaris x86 has no SPARC libraries!
53147              From: Lupe Christoph <lupe@lupe-christoph.de>
53148              Date: Fri, 1 Sep 2000 20:41:20 +0200
53149              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
53150      Branch: perl
53151            ! hints/solaris_2.sh
53152 ____________________________________________________________________________
53153 [  6985] By: jhi                                   on 2000/09/01  18:28:10
53154         Log: Update Changes.
53155      Branch: perl
53156            ! Changes patchlevel.h
53157 ____________________________________________________________________________
53158 [  6984] By: jhi                                   on 2000/09/01  18:26:53
53159         Log: Feature ordering tweak.
53160      Branch: perl
53161            ! myconfig.SH
53162 ____________________________________________________________________________
53163 [  6983] By: jhi                                   on 2000/09/01  18:19:50
53164         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
53165              From: <abigail@foad.org>
53166              Date: Fri, 1 Sep 2000 13:07:32 -0400
53167              Message-ID: <20000901170732.18249.qmail@foad.org>
53168      Branch: perl
53169            ! t/pragma/overload.t
53170 ____________________________________________________________________________
53171 [  6982] By: jhi                                   on 2000/09/01  18:17:54
53172         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
53173              so that case-ignoring systems like DCL can tell them from
53174              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
53175      Branch: metaconfig/U/perl
53176            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
53177      Branch: perl
53178            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53179            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
53180            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
53181            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
53182            ! vos/config.def vos/config.h vos/config_h.SH_orig
53183            ! win32/config.bc win32/config.gc win32/config.vc
53184 ____________________________________________________________________________
53185 [  6981] By: nick                                  on 2000/09/01  17:21:57
53186         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
53187              warning when UNTIE exists and instead pass the cound of extra references to
53188              the UNTIE method.
53189      Branch: perl
53190            ! pod/perltie.pod pp_sys.c
53191 ____________________________________________________________________________
53192 [  6980] By: jhi                                   on 2000/09/01  16:54:44
53193         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
53194              From: Peter Prymmer <pvhp@forte.com>
53195              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
53196              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
53197      Branch: perl
53198            ! configure.com
53199 ____________________________________________________________________________
53200 [  6979] By: jhi                                   on 2000/09/01  16:06:20
53201         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
53202              From: Mike Guy <mjtg@cam.ac.uk> 
53203              Date: Fri, 01 Sep 2000 16:49:27 +0100
53204              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
53205      Branch: perl
53206            ! t/base/rs.t
53207 ____________________________________________________________________________
53208 [  6978] By: jhi                                   on 2000/09/01  16:00:42
53209         Log: Update to PodParser 1.18, from Brad Appleton.
53210      Branch: perl
53211            ! lib/Pod/Checker.pm t/pod/find.t
53212 ____________________________________________________________________________
53213 [  6977] By: jhi                                   on 2000/09/01  14:48:58
53214         Log: Subject: Nit in Configure (bleadperl@6961)
53215              From: Lupe Christoph <lupe@lupe-christoph.de>
53216              Date: Fri, 1 Sep 2000 16:34:29 +0200
53217              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
53218      Branch: metaconfig
53219            ! U/compline/ccflags.U
53220      Branch: perl
53221            ! Configure config_h.SH
53222 ____________________________________________________________________________
53223 [  6976] By: jhi                                   on 2000/09/01  14:39:52
53224         Log: Update Changes.
53225      Branch: perl
53226            ! Changes patchlevel.h
53227 ____________________________________________________________________________
53228 [  6975] By: jhi                                   on 2000/09/01  14:37:36
53229         Log: microperl config update.
53230      Branch: perl
53231            ! uconfig.h uconfig.sh
53232 ____________________________________________________________________________
53233 [  6974] By: jhi                                   on 2000/09/01  14:36:53
53234         Log: Document known deficiencies.
53235      Branch: perl
53236            ! pod/perldelta.pod
53237 ____________________________________________________________________________
53238 [  6973] By: jhi                                   on 2000/09/01  14:10:20
53239         Log: Mention warnings fixes and updates.
53240      Branch: perl
53241            ! pod/perldelta.pod
53242 ____________________________________________________________________________
53243 [  6972] By: jhi                                   on 2000/09/01  14:01:52
53244         Log: Drop unused argument.
53245              
53246              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
53247              From: Spider Boardman <spider@web.zk3.dec.com>
53248              Date: Thu, 31 Aug 2000 16:10:15 -0400
53249              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
53250      Branch: perl
53251            ! toke.c
53252 ____________________________________________________________________________
53253 [  6971] By: jhi                                   on 2000/09/01  13:59:24
53254         Log: Add the overload warnings to perldiag.
53255      Branch: perl
53256            ! lib/overload.pm pod/perldiag.pod
53257 ____________________________________________________________________________
53258 [  6970] By: jhi                                   on 2000/09/01  13:55:10
53259         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
53260              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
53261              Date: Fri, 1 Sep 2000 13:43:15 +0100 
53262              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
53263      Branch: perl
53264            ! lib/overload.pm t/pragma/overload.t
53265 ____________________________________________________________________________
53266 [  6969] By: jhi                                   on 2000/09/01  13:52:27
53267         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
53268              From: <abigail@foad.org>
53269              Date: Fri, 1 Sep 2000 05:46:54 -0400
53270              Message-ID: <20000901094654.6476.qmail@foad.org>
53271      Branch: perl
53272            ! lib/overload.pm
53273 ____________________________________________________________________________
53274 [  6968] By: jhi                                   on 2000/09/01  13:50:05
53275         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
53276              From: Daniel Chetlin <daniel@chetlin.com>
53277              Date: Fri, 1 Sep 2000 02:10:55 -0700
53278              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
53279      Branch: perl
53280            ! pod/perlretut.pod
53281 ____________________________________________________________________________
53282 [  6967] By: jhi                                   on 2000/09/01  13:47:54
53283         Log: Part of the solution.
53284              
53285              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
53286              From: Mike Guy <mjtg@cam.ac.uk>
53287              Date: Fri, 01 Sep 2000 14:16:01 +0100
53288              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
53289      Branch: perl
53290            ! gv.c mg.c
53291 ____________________________________________________________________________
53292 [  6966] By: jhi                                   on 2000/09/01  13:46:17
53293         Log: Subject: CPAN.pm beta 1.57_57 for the core
53294              From: andreas.koenig@anima.de (Andreas J. Koenig)
53295              Date: 01 Sep 2000 15:16:31 +0200
53296              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
53297      Branch: perl
53298            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53299 ____________________________________________________________________________
53300 [  6965] By: jhi                                   on 2000/09/01  13:43:18
53301         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
53302              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53303              Date: Fri, 01 Sep 2000 01:47:22 -0500
53304              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
53305      Branch: perl
53306            ! pod/perldelta.pod vms/vms.c
53307 ____________________________________________________________________________
53308 [  6964] By: jhi                                   on 2000/09/01  13:35:35
53309         Log: File::Temp patches from Andreas König,
53310              
53311              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
53312              From: andreas.koenig@anima.de (Andreas J. Koenig)
53313              Date: 01 Sep 2000 10:07:20 +0200
53314              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
53315              
53316              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
53317              From: andreas.koenig@anima.de (Andreas J. Koenig)
53318              Date: 31 Aug 2000 23:26:08 +0200
53319              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
53320      Branch: perl
53321            ! lib/File/Temp.pm t/lib/ftmp-security.t
53322 ____________________________________________________________________________
53323 [  6963] By: jhi                                   on 2000/09/01  02:22:24
53324         Log: Retract the mergesort code, way too incompatible licensing
53325              and copyrights.
53326      Branch: perl
53327            ! pod/perldelta.pod pp_ctl.c
53328 ____________________________________________________________________________
53329 [  6962] By: jhi                                   on 2000/08/31  23:27:32
53330         Log: Update Changes.
53331      Branch: perl
53332            ! Changes patchlevel.h
53333 ____________________________________________________________________________
53334 [  6961] By: jhi                                   on 2000/08/31  23:20:04
53335         Log: Small tweaks all over.
53336      Branch: metaconfig
53337            ! U/compline/d_gconvert.U
53338      Branch: perl
53339            ! AUTHORS Configure config_h.SH pp_ctl.c
53340 ____________________________________________________________________________
53341 [  6960] By: jhi                                   on 2000/08/31  22:39:36
53342         Log: Further rewording.
53343      Branch: perl
53344            ! pp_ctl.c
53345 ____________________________________________________________________________
53346 [  6959] By: jhi                                   on 2000/08/31  21:26:44
53347         Log: More address tweaking.
53348      Branch: perl
53349            ! AUTHORS Changes
53350 ____________________________________________________________________________
53351 [  6958] By: jhi                                   on 2000/08/31  20:47:25
53352         Log: AUTHORS tweaks, from Peter Prymmer.
53353              
53354              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
53355              From: Peter Prymmer <pvhp@forte.com>
53356              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
53357              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
53358      Branch: perl
53359            ! AUTHORS MAINTAIN
53360 ____________________________________________________________________________
53361 [  6957] By: jhi                                   on 2000/08/31  20:34:43
53362         Log: perldelta tweaks.
53363      Branch: perl
53364            ! pod/perldelta.pod
53365 ____________________________________________________________________________
53366 [  6956] By: jhi                                   on 2000/08/31  19:11:06
53367         Log: Regen perltoc.
53368      Branch: perl
53369            ! pod/perltoc.pod
53370 ____________________________________________________________________________
53371 [  6955] By: jhi                                   on 2000/08/31  19:06:30
53372         Log: Clarify the mergesort situation.
53373      Branch: perl
53374            ! pp_ctl.c
53375 ____________________________________________________________________________
53376 [  6954] By: jhi                                   on 2000/08/31  18:24:17
53377         Log: Move the Solaris 7 scan to use64bitall, make the
53378              failure to find 64-bot sparc libc to mention the
53379              possibility of being in an intel, from Lupe and Alan.
53380      Branch: perl
53381            ! hints/solaris_2.sh
53382 ____________________________________________________________________________
53383 [  6953] By: jhi                                   on 2000/08/31  18:09:20
53384         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
53385              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
53386      Branch: metaconfig
53387            ! U/compline/d_gconvert.U U/threads/archname.U
53388      Branch: metaconfig/U/perl
53389            ! perlxv.U
53390      Branch: perl
53391            ! Configure config_h.SH sv.c
53392 ____________________________________________________________________________
53393 [  6952] By: jhi                                   on 2000/08/31  17:42:24
53394         Log: :: not allowed in pathnames, change to .
53395              
53396              Subject: [PATCH perl@6938] cygwin port
53397              From: "Fifer, Eric" <EFifer@sanwaint.com>
53398              Date: Thu, 31 Aug 2000 16:32:59 +0100
53399              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
53400      Branch: metaconfig/U/perl
53401            ! perlxv.U
53402 ____________________________________________________________________________
53403 [  6951] By: jhi                                   on 2000/08/31  17:02:05
53404         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
53405      Branch: perl
53406            ! perl.h
53407 ____________________________________________________________________________
53408 [  6950] By: jhi                                   on 2000/08/31  16:26:08
53409         Log: More author updates.
53410              
53411              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
53412              From: Simon Cozens <simon@cozens.net>
53413              Date: Thu, 31 Aug 2000 17:13:32 +0100
53414              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
53415      Branch: perl
53416            ! AUTHORS
53417 ____________________________________________________________________________
53418 [  6949] By: jhi                                   on 2000/08/31  16:04:49
53419         Log: POSIX doesn't report long double values under -Duselongdouble
53420              when the long doubles are "real" (bigger than doubles).
53421              
53422              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
53423              From: Spider Boardman <spider@peano.zk3.dec.com>
53424              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
53425              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
53426      Branch: perl
53427            ! ext/POSIX/POSIX.xs
53428 ____________________________________________________________________________
53429 [  6948] By: jhi                                   on 2000/08/31  15:25:10
53430         Log: Update Changes.
53431      Branch: perl
53432            ! Changes patchlevel.h
53433 ____________________________________________________________________________
53434 [  6947] By: jhi                                   on 2000/08/31  15:22:29
53435         Log: Document UNTIE in a very minimalistic way.
53436      Branch: perl
53437            ! pod/perlfunc.pod pod/perltie.pod
53438 ____________________________________________________________________________
53439 [  6946] By: jhi                                   on 2000/08/31  15:15:23
53440         Log: Document known failures.
53441      Branch: perl
53442            ! pod/perldelta.pod
53443 ____________________________________________________________________________
53444 [  6945] By: jhi                                   on 2000/08/31  15:07:00
53445         Log: Don't attach -ld to the archname if pointless.
53446      Branch: metaconfig
53447            ! U/threads/archname.U
53448      Branch: perl
53449            ! Configure config_h.SH
53450 ____________________________________________________________________________
53451 [  6944] By: jhi                                   on 2000/08/31  14:37:42
53452         Log: Wrap the test in eval.
53453              
53454              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
53455              From: Tim Jenness <timj@jach.hawaii.edu>
53456              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
53457              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
53458      Branch: perl
53459            ! t/lib/ftmp-security.t
53460 ____________________________________________________________________________
53461 [  6943] By: jhi                                   on 2000/08/31  14:30:57
53462         Log: Make -Dusemorebits find long doubles in Solaris.
53463      Branch: perl
53464            ! hints/solaris_2.sh
53465 ____________________________________________________________________________
53466 [  6942] By: jhi                                   on 2000/08/31  13:48:45
53467         Log: Clarify the third case of ftmp-security warnings.
53468      Branch: perl
53469            ! INSTALL
53470 ____________________________________________________________________________
53471 [  6941] By: jhi                                   on 2000/08/31  13:40:31
53472         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
53473              From: <abigail@foad.org>
53474              Date: Thu, 31 Aug 2000 01:35:05 -0400
53475              Message-ID: <20000831053505.32120.qmail@foad.org>
53476      Branch: perl
53477            ! pod/perldelta.pod
53478 ____________________________________________________________________________
53479 [  6940] By: jhi                                   on 2000/08/31  13:38:48
53480         Log: Issue useful diagnostic on unknown pod commands.
53481              
53482              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
53483              From: <abigail@foad.org>
53484              Date: Thu, 31 Aug 2000 03:41:18 -0400
53485              Message-ID: <20000831074118.24880.qmail@foad.org>
53486      Branch: perl
53487            ! lib/Pod/Man.pm
53488 ____________________________________________________________________________
53489 [  6939] By: jhi                                   on 2000/08/31  13:34:33
53490         Log: Reveal Borland's isnan.
53491              
53492              Subject: build with BC++ tweak
53493              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53494              Date: Thu, 31 Aug 2000 13:09:37 +0400
53495              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
53496      Branch: perl
53497            ! win32/win32.h
53498 ____________________________________________________________________________
53499 [  6938] By: jhi                                   on 2000/08/31  05:01:20
53500         Log: Update Changes.
53501      Branch: perl
53502            ! Changes patchlevel.h
53503 ____________________________________________________________________________
53504 [  6937] By: jhi                                   on 2000/08/31  04:26:23
53505         Log: sscanf() may be the only way to read long doubles from strings.
53506      Branch: metaconfig/U/perl
53507            ! longdblfio.U
53508      Branch: perl
53509            ! Configure config_h.SH perl.h util.c
53510 ____________________________________________________________________________
53511 [  6936] By: jhi                                   on 2000/08/31  04:18:19
53512         Log: The #6929 was too skimpy.
53513      Branch: perl
53514            ! sv.c
53515 ____________________________________________________________________________
53516 [  6935] By: jhi                                   on 2000/08/31  02:47:07
53517         Log: Subject: Re: typos in pods
53518              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53519              Date: Wed, 30 Aug 2000 19:25:34 -0700
53520              Message-ID: <eIcr5gzkg25X092yn@efn.org>
53521      Branch: perl
53522            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
53523 ____________________________________________________________________________
53524 [  6934] By: jhi                                   on 2000/08/31  02:42:55
53525         Log: Missed one Unicode file.
53526      Branch: perl
53527            + lib/unicode/UCDFF301.html
53528 ____________________________________________________________________________
53529 [  6933] By: jhi                                   on 2000/08/30  23:42:27
53530         Log: Update Changes.
53531      Branch: perl
53532            ! Changes patchlevel.h
53533 ____________________________________________________________________________
53534 [  6932] By: jhi                                   on 2000/08/30  23:40:07
53535         Log: Mention UNTIE in perldelta.  Still needs documenting
53536              in perltie et alia.
53537      Branch: perl
53538            ! pod/perldelta.pod
53539 ____________________________________________________________________________
53540 [  6931] By: jhi                                   on 2000/08/30  23:36:02
53541         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
53542              From: <abigail@foad.org>
53543              Date: Wed, 30 Aug 2000 19:28:07 -0400
53544              Message-ID: <20000830232807.305.qmail@foad.org>
53545      Branch: perl
53546            ! pod/perldelta.pod
53547 ____________________________________________________________________________
53548 [  6930] By: jhi                                   on 2000/08/30  23:32:40
53549         Log: Update to Unicode 3.0.1.
53550      Branch: perl
53551            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
53552            + lib/unicode/PropList.txt lib/unicode/README.perl
53553            + lib/unicode/UCD301.html lib/unicode/Unicode.301
53554            - lib/unicode/Props.txt lib/unicode/UCD300.html
53555            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
53556            ! (edit 257 files)
53557 ____________________________________________________________________________
53558 [  6929] By: jhi                                   on 2000/08/30  22:38:18
53559         Log: Heap decorruption.
53560              
53561              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
53562              From: Alan Burlison <Alan.Burlison@uk.sun.com>
53563              Date: Wed, 30 Aug 2000 22:39:52 +0100
53564              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
53565      Branch: perl
53566            ! sv.c
53567 ____________________________________________________________________________
53568 [  6928] By: jhi                                   on 2000/08/30  22:29:34
53569         Log: Retract the dummy test, skip the security tests (instead of failing),
53570              explain what the warnings mean.
53571      Branch: perl
53572            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
53573 ____________________________________________________________________________
53574 [  6927] By: jhi                                   on 2000/08/30  22:14:13
53575         Log: Change the internal implementation of sort() to be mergesort
53576              instead of quicksort, from John Linderman <jpl@research.att.com>.
53577              Gives us better worst case, better average case, and stability.
53578              What's there not to like?  (Small fixes for threaded builds
53579              were required).
53580      Branch: perl
53581            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
53582 ____________________________________________________________________________
53583 [  6926] By: jhi                                   on 2000/08/30  20:55:20
53584         Log: A better fix for the Socket building problem from Craig Berry.
53585      Branch: perl
53586            ! vms/vms.c
53587 ____________________________________________________________________________
53588 [  6925] By: jhi                                   on 2000/08/30  20:20:25
53589         Log: Subject: [PATCH] Re: UNTIE method 
53590              From: Nick Ing-Simmons <nik@tiuk.ti.com>
53591              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
53592              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
53593      Branch: perl
53594            ! pp_sys.c t/op/tie.t
53595 ____________________________________________________________________________
53596 [  6924] By: jhi                                   on 2000/08/30  20:17:11
53597         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
53598              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53599              Date: Wed, 30 Aug 2000 15:03:14 -0500
53600              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
53601      Branch: perl
53602            ! vms/vms.c
53603 ____________________________________________________________________________
53604 [  6923] By: jhi                                   on 2000/08/30  20:15:18
53605         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
53606              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53607              Date: Wed, 30 Aug 2000 13:30:36 -0500
53608              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
53609      Branch: perl
53610            ! vms/vms.c
53611 ____________________________________________________________________________
53612 [  6922] By: jhi                                   on 2000/08/30  19:54:43
53613         Log: Better options for rsync.
53614      Branch: perl
53615            ! pod/perlhack.pod
53616 ____________________________________________________________________________
53617 [  6921] By: jhi                                   on 2000/08/30  19:40:16
53618         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
53619              From: Rick Delaney <rick@consumercontact.com>
53620              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
53621              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
53622      Branch: perl
53623            ! pod/perlfunc.pod
53624 ____________________________________________________________________________
53625 [  6920] By: jhi                                   on 2000/08/30  19:36:40
53626         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
53627              From: Peter Prymmer <pvhp@forte.com>
53628              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
53629              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
53630      Branch: perl
53631            ! configure.com
53632 ____________________________________________________________________________
53633 [  6919] By: jhi                                   on 2000/08/30  14:52:02
53634         Log: Update Changes.
53635      Branch: perl
53636            ! Changes patchlevel.h
53637 ____________________________________________________________________________
53638 [  6918] By: jhi                                   on 2000/08/30  14:48:34
53639         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
53640      Branch: perl
53641            ! lib/ExtUtils/typemap
53642 ____________________________________________________________________________
53643 [  6917] By: jhi                                   on 2000/08/30  14:46:34
53644         Log: Subject: typos in pods
53645              From: Nicholas Clark <nick@ccl4.org>
53646              Date: Wed, 30 Aug 2000 01:12:50 +0100
53647              Message-ID: <20000830011249.A61388@plum.flirble.org>
53648      Branch: perl
53649            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
53650            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
53651            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
53652            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
53653 ____________________________________________________________________________
53654 [  6916] By: jhi                                   on 2000/08/30  14:19:09
53655         Log: Document Storable problems on Crays.  (Will have
53656              to document all the other Storable problems, too.)
53657      Branch: perl
53658            ! pod/perldelta.pod
53659 ____________________________________________________________________________
53660 [  6915] By: jhi                                   on 2000/08/30  14:06:02
53661         Log: Subject: [PATCH] fix misc cast warnings
53662              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53663              Date: Tue, 29 Aug 2000 23:16:14 -0700
53664              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
53665      Branch: perl
53666            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
53667            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
53668            ! os2/os2ish.h
53669 ____________________________________________________________________________
53670 [  6914] By: jhi                                   on 2000/08/30  14:03:45
53671         Log: Timestamp mismatch again.  Need to fix this dependence on
53672              config_h.SH timestamp, since it's the contents of config_h.SH
53673              that matter.
53674      Branch: perl
53675            ! uconfig.h uconfig.sh
53676 ____________________________________________________________________________
53677 [  6913] By: jhi                                   on 2000/08/30  13:54:06
53678         Log: Don't say "Perl 5.0 source kit".
53679      Branch: perl
53680            ! perl.c
53681 ____________________________________________________________________________
53682 [  6912] By: jhi                                   on 2000/08/30  13:51:24
53683         Log: Reset archname and archname64 always, forcing them be
53684              recomputed at each Configure run, make Configure and
53685              the hints files agree on the naming of largefiles variables.
53686      Branch: metaconfig
53687            ! U/threads/archname.U
53688      Branch: metaconfig/U/perl
53689            ! use64bits.U
53690      Branch: perl
53691            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
53692            ! hints/linux.sh hints/solaris_2.sh
53693 ____________________________________________________________________________
53694 [  6911] By: jhi                                   on 2000/08/30  13:30:13
53695         Log: Put back the slice accidentally removed by #6907.
53696      Branch: perl
53697            ! hints/solaris_2.sh
53698 ____________________________________________________________________________
53699 [  6910] By: jhi                                   on 2000/08/30  01:24:26
53700         Log: Be consistent: other Net::get* do export theirs.
53701              
53702              Subject: Re: Net::protoent does not export 'getproto'
53703              From: Yasushi Nakajima <sey@jkc.co.jp>
53704              Date: Wed, 30 Aug 2000 09:53:14 +0900
53705              Message-Id: <200008300051.DAA24700@taku.hut.fi>
53706      Branch: perl
53707            ! lib/Net/protoent.pm
53708 ____________________________________________________________________________
53709 [  6909] By: jhi                                   on 2000/08/30  01:17:25
53710         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
53711              From: Gurusamy Sarathy <gsar@ActiveState.com>
53712              Date: Tue, 29 Aug 2000 17:17:07 -0700
53713              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
53714      Branch: perl
53715            ! cop.h
53716 ____________________________________________________________________________
53717 [  6908] By: jhi                                   on 2000/08/30  00:58:05
53718         Log: Update Changes.
53719      Branch: perl
53720            ! Changes patchlevel.h
53721 ____________________________________________________________________________
53722 [  6907] By: jhi                                   on 2000/08/30  00:57:22
53723         Log: Introduce ccname to keep track of what compiler kind of we have.
53724      Branch: metaconfig/U/perl
53725            ! Checkcc.U gccvers.U
53726      Branch: perl
53727            ! Configure config_h.SH hints/solaris_2.sh
53728 ____________________________________________________________________________
53729 [  6906] By: jhi                                   on 2000/08/30  00:25:47
53730         Log: Put back the flags dump as reasoned in
53731              
53732              Subject: Re: [PATCH] Glob dumping
53733              From: Mike Guy <mjtg@cam.ac.uk> 
53734              Date: Tue, 29 Aug 2000 21:41:32 +0100
53735              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
53736      Branch: perl
53737            ! dump.c t/lib/peek.t
53738 ____________________________________________________________________________
53739 [  6905] By: jhi                                   on 2000/08/30  00:16:17
53740         Log: Make the epsilon to be relative, not absolute.
53741              
53742              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
53743              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
53744              Date: Tue, 29 Aug 2000 19:58:56 -0400
53745              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
53746      Branch: perl
53747            ! t/lib/trig.t
53748 ____________________________________________________________________________
53749 [  6904] By: jhi                                   on 2000/08/30  00:13:09
53750         Log: From now on, Gisle is on my list of usual suspects :-)
53751              Retract #6902.
53752      Branch: perl
53753            ! ext/Opcode/Safe.pm
53754 ____________________________________________________________________________
53755 [  6903] By: jhi                                   on 2000/08/29  23:51:20
53756         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
53757              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53758              Date: Tue, 29 Aug 2000 18:43:26 -0500
53759              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
53760      Branch: perl
53761            + vms/vmspipe.com
53762            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
53763            ! vms/vms.c
53764 ____________________________________________________________________________
53765 [  6902] By: jhi                                   on 2000/08/29  23:44:14
53766         Log: Retry what #6882 attempted.
53767              
53768              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
53769              From: Gisle Aas <gisle@ActiveState.com>
53770              Date: 30 Aug 2000 00:33:09 +0200
53771              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
53772      Branch: perl
53773            ! ext/Opcode/Safe.pm
53774 ____________________________________________________________________________
53775 [  6901] By: jhi                                   on 2000/08/29  22:59:32
53776         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
53777              From: Hugo <hv@crypt.compulink.co.uk>
53778              Date: Mon, 12 Jun 2000 19:36:08 +0100
53779              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
53780      Branch: perl
53781            ! sv.c
53782 ____________________________________________________________________________
53783 [  6900] By: jhi                                   on 2000/08/29  22:58:35
53784         Log: Admit that we are leaking scalars.
53785              
53786              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
53787              From: Spider Boardman <spider@leggy.zk3.dec.com>
53788              Date: Tue, 29 Aug 2000 18:48:29 -0400
53789              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
53790      Branch: perl
53791            ! t/pragma/warnings.t
53792 ____________________________________________________________________________
53793 [  6899] By: jhi                                   on 2000/08/29  20:53:13
53794         Log: Update Changes.
53795      Branch: perl
53796            ! Changes patchlevel.h
53797 ____________________________________________________________________________
53798 [  6898] By: jhi                                   on 2000/08/29  20:46:21
53799         Log: Undo namespace pollution of #6878.
53800              
53801              Subject: Re: Net::protoent does not export 'getproto'
53802              From: Mike Guy <mjtg@cam.ac.uk>
53803              Date: Tue, 29 Aug 2000 21:32:37 +0100
53804              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
53805      Branch: perl
53806            ! lib/Net/protoent.pm
53807 ____________________________________________________________________________
53808 [  6897] By: jhi                                   on 2000/08/29  20:44:29
53809         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
53810              From: Peter Prymmer <pvhp@forte.com>
53811              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
53812              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
53813      Branch: perl
53814            ! pod/perlebcdic.pod
53815 ____________________________________________________________________________
53816 [  6896] By: jhi                                   on 2000/08/29  20:40:57
53817         Log: There's no point repeating the 'revision' (5) of perl5.
53818      Branch: metaconfig/U/perl
53819            ! Devel.U patchlevel.U
53820      Branch: perl
53821            ! Configure config_h.SH
53822 ____________________________________________________________________________
53823 [  6895] By: jhi                                   on 2000/08/29  20:16:58
53824         Log: Regen Configure for #6894.
53825      Branch: metaconfig/U/perl
53826            ! perladmin.U
53827      Branch: perl
53828            ! Configure config_h.SH
53829 ____________________________________________________________________________
53830 [  6894] By: jhi                                   on 2000/08/29  19:59:52
53831         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
53832              From: "Philip Newton" <Philip.Newton@gmx.net>
53833              Date: Tue, 29 Aug 2000 21:39:14 +0200
53834              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
53835      Branch: perl
53836            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
53837            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
53838            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
53839            ! utils/perlbug.PL
53840 ____________________________________________________________________________
53841 [  6893] By: jhi                                   on 2000/08/29  19:55:30
53842         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
53843              From: "Philip Newton" <Philip.Newton@gmx.net>
53844              Date: Tue, 29 Aug 2000 21:39:14 +0200
53845              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
53846      Branch: perl
53847            ! installhtml
53848 ____________________________________________________________________________
53849 [  6892] By: jhi                                   on 2000/08/29  19:53:59
53850         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
53851              From: "Philip Newton" <Philip.Newton@gmx.net>
53852              Date: Tue, 29 Aug 2000 21:48:18 +0200
53853              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
53854      Branch: perl
53855            ! lib/File/Temp.pm
53856 ____________________________________________________________________________
53857 [  6891] By: jhi                                   on 2000/08/29  18:30:03
53858         Log: Nail the ID 20000828.023.
53859      Branch: perl
53860            ! ext/Storable/Storable.xs
53861 ____________________________________________________________________________
53862 [  6890] By: jhi                                   on 2000/08/29  16:50:17
53863         Log: Under usethreads the dumped variable is IN_PAD.
53864              
53865              Subject: Re: [PATCH] Glob dumping
53866              From: Gisle Aas <gisle@ActiveState.com>
53867              Date: 29 Aug 2000 18:45:05 +0200
53868              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
53869      Branch: perl
53870            ! t/lib/peek.t
53871 ____________________________________________________________________________
53872 [  6889] By: jhi                                   on 2000/08/29  15:17:37
53873         Log: Update Changes.
53874      Branch: perl
53875            ! Changes patchlevel.h
53876 ____________________________________________________________________________
53877 [  6888] By: jhi                                   on 2000/08/29  14:49:59
53878         Log: Retract #6882, broke the safe tests.
53879      Branch: perl
53880            ! ext/Opcode/Safe.pm
53881 ____________________________________________________________________________
53882 [  6887] By: jhi                                   on 2000/08/29  14:47:06
53883         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
53884              From: Gisle Aas <gisle@ActiveState.com> 
53885              Date: 09 Jun 2000 20:00:11 +0200
53886              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
53887      Branch: perl
53888            ! utils/perldoc.PL
53889 ____________________________________________________________________________
53890 [  6886] By: jhi                                   on 2000/08/29  14:42:45
53891         Log: The #6881 removed one dump line.
53892      Branch: perl
53893            ! t/lib/peek.t
53894 ____________________________________________________________________________
53895 [  6885] By: jhi                                   on 2000/08/29  14:30:47
53896         Log: Don't forget to tidy up.
53897      Branch: perl
53898            ! t/lib/ftmp-security.t
53899 ____________________________________________________________________________
53900 [  6884] By: jhi                                   on 2000/08/29  14:25:17
53901         Log: Disabling the one test is a bit tricky.
53902      Branch: perl
53903            ! t/lib/ftmp-security.t
53904 ____________________________________________________________________________
53905 [  6883] By: jhi                                   on 2000/08/29  14:16:25
53906         Log: Disable one of the tests for now.
53907      Branch: perl
53908            ! t/lib/ftmp-security.t
53909 ____________________________________________________________________________
53910 [  6882] By: jhi                                   on 2000/08/29  14:05:50
53911         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
53912              From: gisle@aas.no
53913              Date: 29 Aug 2000 10:35:06 -0000
53914              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
53915      Branch: perl
53916            ! ext/Opcode/Safe.pm
53917 ____________________________________________________________________________
53918 [  6881] By: jhi                                   on 2000/08/29  14:03:51
53919         Log: Subject: [PATCH] Glob dumping
53920              From: Gisle Aas <gisle@ActiveState.com>
53921              Date: 29 Aug 2000 07:59:42 -0000
53922              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
53923      Branch: perl
53924            ! dump.c
53925 ____________________________________________________________________________
53926 [  6880] By: jhi                                   on 2000/08/29  14:02:01
53927         Log: Subject: [PATCH] Warnings in B::Deparse
53928              From: <abigail@foad.org>
53929              Date: Tue, 29 Aug 2000 00:00:01 -0400
53930              Message-ID: <20000829040001.2999.qmail@foad.org>
53931      Branch: perl
53932            ! ext/B/B/Deparse.pm
53933 ____________________________________________________________________________
53934 [  6879] By: jhi                                   on 2000/08/29  13:57:26
53935         Log: Missed a change in #6869.
53936      Branch: perl
53937            ! mg.c
53938 ____________________________________________________________________________
53939 [  6878] By: jhi                                   on 2000/08/29  13:45:04
53940         Log: Subject: Net::protoent does not export 'getproto'
53941              From: Yasushi Nakajima <sey@jkc.co.jp>
53942              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
53943      Branch: perl
53944            ! lib/Net/protoent.pm
53945 ____________________________________________________________________________
53946 [  6877] By: jhi                                   on 2000/08/29  13:39:19
53947         Log: Patches all over for people and the files they (hopefully) care about.
53948      Branch: perl
53949            ! AUTHORS Changes MAINTAIN
53950 ____________________________________________________________________________
53951 [  6876] By: jhi                                   on 2000/08/29  12:53:54
53952         Log: Fix for thinko in #6848.
53953              
53954              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
53955              From: Lupe Christoph <lupe@lupe-christoph.de>
53956              Date: Tue, 29 Aug 2000 09:04:08 +0200
53957              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
53958      Branch: perl
53959            ! ext/Thread/Thread.xs
53960 ____________________________________________________________________________
53961 [  6875] By: jhi                                   on 2000/08/29  12:50:14
53962         Log: Update to Getopt::Long 2.24, from Johan Vromans.
53963      Branch: perl
53964            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
53965 ____________________________________________________________________________
53966 [  6874] By: jhi                                   on 2000/08/29  02:09:53
53967         Log: Use minimal @INC in tests, most of the time just '../lib',
53968              so that we simply can't pick up stuff from other Perls than
53969              the one we are testing.  Pointed out by
53970              
53971              From: Mike Guy <mjtg@cam.ac.uk>
53972              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
53973              Date: Fri, 25 Aug 2000 15:15:59 +0100
53974              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
53975      Branch: perl
53976            ! (edit 185 files)
53977 ____________________________________________________________________________
53978 [  6873] By: jhi                                   on 2000/08/29  01:07:11
53979         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
53980              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53981              Date: Mon, 28 Aug 2000 17:45:52 -0700
53982              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
53983      Branch: perl
53984            ! Makefile.SH hints/os2.sh
53985 ____________________________________________________________________________
53986 [  6872] By: jhi                                   on 2000/08/28  23:33:39
53987         Log: Subject: [PATCH bleedperl@6866] spellings
53988              From: marcel@codewerk.com (Marcel Grunauer)
53989              Date: Tue, 29 Aug 2000 01:19:59 +0200
53990              Message-Id: <200008282319.BAA29862@gandalf.local>
53991      Branch: perl
53992            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
53993            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
53994            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
53995 ____________________________________________________________________________
53996 [  6871] By: jhi                                   on 2000/08/28  23:22:09
53997         Log: Take out the SUIDMAIL thing, that will not be
53998              a problem in 5.7.*.
53999      Branch: perl
54000            ! patchlevel.h
54001 ____________________________________________________________________________
54002 [  6870] By: jhi                                   on 2000/08/28  23:19:30
54003         Log: -S is the silent flag, -s is the strip flag.
54004              
54005              Subject: [PATCH] Re: [PATCH] make no-install          
54006              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54007              Date: Mon, 28 Aug 2000 15:12:55 -0700
54008              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
54009      Branch: perl
54010            ! Makefile.SH
54011 ____________________________________________________________________________
54012 [  6869] By: jhi                                   on 2000/08/28  23:12:05
54013         Log: Subject: [PATCH bleedperl@6856] warnings fixes
54014              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54015              Date: Mon, 28 Aug 2000 23:55:06 +0100
54016              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
54017      Branch: perl
54018            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
54019            ! warnings.h warnings.pl
54020 ____________________________________________________________________________
54021 [  6868] By: jhi                                   on 2000/08/28  21:38:22
54022         Log: Potential cruft.
54023      Branch: perl
54024            ! Makefile.SH
54025 ____________________________________________________________________________
54026 [  6867] By: jhi                                   on 2000/08/28  21:35:36
54027         Log: Update Changes.
54028      Branch: perl
54029            ! Changes patchlevel.h
54030 ____________________________________________________________________________
54031 [  6866] By: jhi                                   on 2000/08/28  21:33:49
54032         Log: Subject: hv.h Doc Patch
54033              From: Fisher Mark <fisherm@tce.com>
54034              Date: Mon, 28 Aug 2000 16:24:59 -0500
54035              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
54036      Branch: perl
54037            ! hv.h
54038 ____________________________________________________________________________
54039 [  6865] By: jhi                                   on 2000/08/28  21:02:15
54040         Log: Add -ld to archname on long tr...double platforms.
54041      Branch: metaconfig
54042            ! U/threads/archname.U
54043      Branch: perl
54044            ! Configure config_h.SH
54045 ____________________________________________________________________________
54046 [  6864] By: jhi                                   on 2000/08/28  20:38:59
54047         Log: An attempt to fix the problem reported in
54048              
54049              Subject: Building perl@6856 using gcc/AIX 4.3.3 
54050              From: Daniel Muino <dmuino@afip.gov.ar> 
54051              Date: Mon, 28 Aug 2000 15:50:01 -0300   
54052              Message-ID: <20000828155001.A14403@con2-dgi>
54053              
54054              I can't test this properly since the gcc installation I have
54055              access to seems to be botched (gcc is calling the AIX cpp,
54056              a losing proposition...)
54057      Branch: perl
54058            ! hints/aix.sh
54059 ____________________________________________________________________________
54060 [  6863] By: jhi                                   on 2000/08/28  18:57:52
54061         Log: Fix for ID 20000828.001, long doubles were not formatted
54062              correctly (showed up in $], which stopped installing perl).
54063      Branch: perl
54064            ! sv.c
54065 ____________________________________________________________________________
54066 [  6862] By: jhi                                   on 2000/08/28  18:07:15
54067         Log: Typo in #6858.
54068      Branch: perl
54069            ! lib/Cwd.pm
54070 ____________________________________________________________________________
54071 [  6861] By: jhi                                   on 2000/08/28  17:57:27
54072         Log: opmini.o may be left around if a build is interrupted.
54073      Branch: perl
54074            ! Makefile.SH
54075 ____________________________________________________________________________
54076 [  6860] By: jhi                                   on 2000/08/28  16:52:50
54077         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
54078              From: Daniel Chetlin <daniel@chetlin.com>
54079              Date: Mon, 28 Aug 2000 01:14:18 -0700
54080              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
54081      Branch: perl
54082            ! lib/overload.pm
54083 ____________________________________________________________________________
54084 [  6859] By: jhi                                   on 2000/08/28  16:08:46
54085         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
54086              From: Nicholas Clark <nick@ccl4.org>
54087              Date: Mon, 28 Aug 2000 16:03:27 +0100
54088              Message-Id: <20000828160327.C49785@plum.flirble.org>
54089      Branch: perl
54090            ! ext/ByteLoader/bytecode.h
54091 ____________________________________________________________________________
54092 [  6858] By: jhi                                   on 2000/08/28  16:02:10
54093         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
54094              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
54095              Date: Mon, 28 Aug 2000 13:08:30 +0200
54096              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
54097      Branch: perl
54098            ! lib/Cwd.pm
54099 ____________________________________________________________________________
54100 [  6857] By: jhi                                   on 2000/08/28  15:42:47
54101         Log: display_format used as a class method without arguments was broken,
54102              reported in
54103              
54104              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
54105              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
54106              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
54107              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
54108      Branch: perl
54109            ! lib/Math/Complex.pm t/lib/complex.t
54110 ____________________________________________________________________________
54111 [  6856] By: jhi                                   on 2000/08/27  22:09:48
54112         Log: Update Changes.
54113      Branch: perl
54114            ! Changes patchlevel.h
54115 ____________________________________________________________________________
54116 [  6855] By: jhi                                   on 2000/08/27  21:59:21
54117         Log: Retract #6853 (false alarm).
54118      Branch: perl
54119            ! lib/ExtUtils/xsubpp
54120 ____________________________________________________________________________
54121 [  6854] By: jhi                                   on 2000/08/27  21:37:44
54122         Log: Update Changes.
54123      Branch: perl
54124            ! Changes patchlevel.h
54125 ____________________________________________________________________________
54126 [  6853] By: jhi                                   on 2000/08/27  21:37:16
54127         Log: Subject: [PATCH perl@6850] workaround for xsubpp
54128              From: Hugo <hv@crypt.compulink.co.uk>
54129              Date: Sun, 27 Aug 2000 22:30:25 +0100
54130              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
54131      Branch: perl
54132            ! lib/ExtUtils/xsubpp
54133 ____________________________________________________________________________
54134 [  6852] By: jhi                                   on 2000/08/27  21:33:58
54135         Log: Big-endian 64-bit patch from Raphael Manfredi.
54136      Branch: perl
54137            ! ext/Storable/Storable.xs
54138 ____________________________________________________________________________
54139 [  6851] By: jhi                                   on 2000/08/27  21:22:21
54140         Log: More ruthless editing from Hugo van der Sanden.
54141      Branch: perl
54142            ! pod/perldelta.pod
54143 ____________________________________________________________________________
54144 [  6850] By: jhi                                   on 2000/08/27  16:11:46
54145         Log: Update Changes.
54146      Branch: perl
54147            ! Changes patchlevel.h
54148 ____________________________________________________________________________
54149 [  6849] By: jhi                                   on 2000/08/27  16:11:05
54150         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
54151      Branch: perl
54152            ! configpm pod/perldelta.pod
54153 ____________________________________________________________________________
54154 [  6848] By: jhi                                   on 2000/08/27  15:35:08
54155         Log: Use the actual thread type, not the pointer-to-struct.
54156      Branch: perl
54157            ! ext/Thread/Thread.xs
54158 ____________________________________________________________________________
54159 [  6847] By: jhi                                   on 2000/08/27  15:30:49
54160         Log: Test nit.
54161      Branch: perl
54162            ! t/pragma/warn/pp_sys
54163 ____________________________________________________________________________
54164 [  6846] By: jhi                                   on 2000/08/27  15:19:02
54165         Log: Passing -R in ldflags makes now it to appear in the default
54166              for lddlflags, just like with -L.
54167              
54168              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
54169              From: Lupe Christoph <lupe@lupe-christoph.de>
54170              Date: Sun, 27 Aug 2000 10:28:21 +0200
54171              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
54172      Branch: metaconfig/U/perl
54173            ! dlsrc.U
54174      Branch: perl
54175            ! Configure
54176 ____________________________________________________________________________
54177 [  6845] By: jhi                                   on 2000/08/27  15:08:54
54178         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
54179              From: Alan Burlison <Alan.Burlison@uk.sun.com>
54180              Date: Sat, 26 Aug 2000 22:23:27 +0100
54181              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
54182      Branch: perl
54183            ! lib/ExtUtils/MM_Unix.pm
54184 ____________________________________________________________________________
54185 [  6844] By: jhi                                   on 2000/08/27  15:02:37
54186         Log: DJGPP update from Laszlo Molnar.
54187              
54188              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
54189              From: ml1050 <ml1050@freemail.hu>
54190              Date: Sat, 26 Aug 2000 23:24:40 +0200
54191              Message-Id: <20000826232440.A439@freemail.hu>
54192      Branch: perl
54193            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
54194            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
54195 ____________________________________________________________________________
54196 [  6843] By: jhi                                   on 2000/08/27  14:53:58
54197         Log: Subject: installman buglet
54198              From: Lupe Christoph <lupe@lupe-christoph.de>
54199              Date: Sun, 27 Aug 2000 14:38:59 +0200
54200              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
54201      Branch: perl
54202            ! installman
54203 ____________________________________________________________________________
54204 [  6842] By: jhi                                   on 2000/08/27  14:52:08
54205         Log: Can't get the test to reliably work thanks to the
54206              inaccurateness of floating point.  "Resolves" bug ids
54207              20000826.003, 20000826.009, 20000826.010,
54208      Branch: perl
54209            ! t/lib/trig.t
54210 ____________________________________________________________________________
54211 [  6841] By: jhi                                   on 2000/08/26  15:53:58
54212         Log: Update Changes.
54213      Branch: perl
54214            ! Changes patchlevel.h
54215 ____________________________________________________________________________
54216 [  6840] By: jhi                                   on 2000/08/26  14:23:03
54217         Log: grep -e isn't portable.
54218              
54219              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
54220              From: chris@broadband.att.com
54221              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
54222              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
54223      Branch: perl
54224            ! hints/solaris_2.sh
54225 ____________________________________________________________________________
54226 [  6839] By: jhi                                   on 2000/08/26  14:12:23
54227         Log: no-install target a la make -n.
54228              
54229              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
54230              From: <abigail@foad.org>
54231              Date: Sat, 26 Aug 2000 03:57:34 -0400
54232              Message-ID: <20000826075735.18912.qmail@foad.org>
54233      Branch: perl
54234            ! Makefile.SH installman installperl
54235 ____________________________________________________________________________
54236 [  6838] By: jhi                                   on 2000/08/26  14:06:33
54237         Log: Retract #6826 as the #6828 should be do the same
54238              in a More Correct Way.
54239      Branch: perl
54240            ! installperl
54241 ____________________________________________________________________________
54242 [  6837] By: jhi                                   on 2000/08/26  05:24:00
54243         Log: More casting.
54244      Branch: perl
54245            ! ext/Storable/Storable.xs
54246 ____________________________________________________________________________
54247 [  6836] By: jhi                                   on 2000/08/26  05:05:46
54248         Log: Nicer in decimal.
54249      Branch: perl
54250            ! ext/Storable/Storable.xs
54251 ____________________________________________________________________________
54252 [  6835] By: jhi                                   on 2000/08/26  05:03:50
54253         Log: There be no UVdf.
54254      Branch: perl
54255            ! ext/Storable/Storable.xs
54256 ____________________________________________________________________________
54257 [  6834] By: jhi                                   on 2000/08/26  05:00:18
54258         Log: Continue IVdfing and UVxfing.
54259      Branch: perl
54260            ! ext/Storable/Storable.xs
54261 ____________________________________________________________________________
54262 [  6833] By: jhi                                   on 2000/08/26  04:53:14
54263         Log: Use IVdf.
54264      Branch: perl
54265            ! ext/Storable/Storable.xs
54266 ____________________________________________________________________________
54267 [  6832] By: jhi                                   on 2000/08/26  04:40:41
54268         Log: Document PTR2XX and INT2PTR.
54269      Branch: perl
54270            ! pod/perlguts.pod
54271 ____________________________________________________________________________
54272 [  6831] By: jhi                                   on 2000/08/26  04:33:18
54273         Log: Use UVxf, PTR2UV, NVff.
54274      Branch: perl
54275            ! ext/Storable/Storable.xs
54276 ____________________________________________________________________________
54277 [  6830] By: jhi                                   on 2000/08/26  04:31:32
54278         Log: Update the test count.
54279      Branch: perl
54280            ! t/lib/trig.t
54281 ____________________________________________________________________________
54282 [  6829] By: jhi                                   on 2000/08/26  03:05:50
54283         Log: Subject: [PATCH] installation not quite silent yet.
54284              From: <abigail@foad.org>
54285              Date: Fri, 25 Aug 2000 20:07:53 -0400
54286              Message-ID: <20000826000753.7822.qmail@foad.org>
54287      Branch: perl
54288            ! installman installperl
54289 ____________________________________________________________________________
54290 [  6828] By: jhi                                   on 2000/08/26  03:05:14
54291         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
54292              From: Spider Boardman <spider@web.zk3.dec.com>
54293              Date: Fri, 25 Aug 2000 19:12:40 -0400
54294              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
54295      Branch: perl
54296            ! gv.c
54297 ____________________________________________________________________________
54298 [  6827] By: jhi                                   on 2000/08/25  23:54:34
54299         Log: Support preserving extremely big/small angles.
54300      Branch: perl
54301            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
54302 ____________________________________________________________________________
54303 [  6826] By: jhi                                   on 2000/08/25  23:01:20
54304         Log: Patch installperl to be long double-aware.
54305              
54306              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
54307              From: Spider Boardman <spider@web.zk3.dec.com>
54308              Date: Fri, 25 Aug 2000 18:15:23 -0400
54309              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
54310      Branch: perl
54311            ! installperl
54312 ____________________________________________________________________________
54313 [  6825] By: jhi                                   on 2000/08/25  22:58:25
54314         Log: Remove duplicately applied patch shards.
54315              
54316              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
54317              From: Spider Boardman <spider@leggy.zk3.dec.com>
54318              Date: Fri, 25 Aug 2000 16:45:03 -0400
54319              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
54320      Branch: perl
54321            ! t/lib/cgi-html.t
54322 ____________________________________________________________________________
54323 [  6824] By: jhi                                   on 2000/08/25  22:57:00
54324         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
54325              From: Daniel Chetlin <daniel@chetlin.com>
54326              Date: Fri, 25 Aug 2000 12:23:16 -0700
54327              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
54328              
54329              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
54330              From: Daniel Chetlin <daniel@chetlin.com>
54331              Date: Fri, 25 Aug 2000 14:47:19 -0700
54332              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
54333      Branch: perl
54334            ! installman
54335 ____________________________________________________________________________
54336 [  6823] By: jhi                                   on 2000/08/25  22:44:17
54337         Log: Timestamp problem?
54338      Branch: perl
54339            ! uconfig.h uconfig.sh
54340 ____________________________________________________________________________
54341 [  6822] By: jhi                                   on 2000/08/25  19:01:06
54342         Log: One forgotten file from #6816.
54343      Branch: perl
54344            ! vos/config.h
54345 ____________________________________________________________________________
54346 [  6821] By: jhi                                   on 2000/08/25  18:56:39
54347         Log: Regen Changes.
54348      Branch: perl
54349            ! Changes patchlevel.h
54350 ____________________________________________________________________________
54351 [  6820] By: jhi                                   on 2000/08/25  18:52:35
54352         Log: Fix Changes ordering.
54353      Branch: perl
54354            ! Changes
54355 ____________________________________________________________________________
54356 [  6819] By: jhi                                   on 2000/08/25  18:50:25
54357         Log: Update Changes.
54358      Branch: perl
54359            ! Changes patchlevel.h
54360 ____________________________________________________________________________
54361 [  6818] By: jhi                                   on 2000/08/25  18:47:45
54362         Log: Tweak the sfio/useperlio logic, hopefully as wished in
54363              
54364              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
54365              From: Nicholas Clark <nick@babyhippo.co.uk>
54366              Date: Fri, 25 Aug 2000 12:01:45 +0100
54367              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
54368      Branch: metaconfig/U/perl
54369            ! d_sfio.U
54370      Branch: perl
54371            ! Configure
54372 ____________________________________________________________________________
54373 [  6817] By: jhi                                   on 2000/08/25  18:32:51
54374         Log: Allow microperl to assume <math.h>, without it the math
54375              functions like floor() are assumed to return int, which makes
54376              for core dumps in machines where integer and floating register
54377              don't mix.
54378      Branch: perl
54379            ! uconfig.h uconfig.sh
54380 ____________________________________________________________________________
54381 [  6816] By: jhi                                   on 2000/08/25  18:27:17
54382         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
54383              the problem reported in
54384              
54385              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
54386              From: danhale@us.ibm.com
54387              Date: Fri, 25 Aug 2000 10:58:06 -0400
54388              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
54389      Branch: metaconfig/U/perl
54390            + d_socks5_init.U
54391      Branch: perl
54392            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
54393            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
54394            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
54395            ! win32/config.gc win32/config.vc
54396 ____________________________________________________________________________
54397 [  6815] By: jhi                                   on 2000/08/25  17:43:31
54398         Log: A solution for the retrieve_fd autosplit warning,
54399              idea suggested by Mike Guy.
54400      Branch: perl
54401            ! ext/Storable/Storable.pm
54402 ____________________________________________________________________________
54403 [  6814] By: jhi                                   on 2000/08/25  17:16:03
54404         Log: Add install-silent target.
54405      Branch: perl
54406            ! Makefile.SH
54407 ____________________________________________________________________________
54408 [  6813] By: jhi                                   on 2000/08/25  17:14:23
54409         Log: Subject: Re: [PATCH] More silencing of installman.
54410              From: <abigail@foad.org>
54411              Date: Thu, 24 Aug 2000 19:27:03 -0400
54412              Message-ID: <20000824232703.7001.qmail@foad.org>
54413              
54414              Subject: Re: [PATCH] More silencing of installman.
54415              From: <abigail@foad.org>
54416              Date: Fri, 25 Aug 2000 03:00:58 -0400
54417              Message-ID: <20000825070058.10697.qmail@foad.org>
54418      Branch: perl
54419            ! installman
54420 ____________________________________________________________________________
54421 [  6812] By: jhi                                   on 2000/08/25  17:11:28
54422         Log: installperl --verbose and --silent.
54423              
54424              Subject: Re: [PATCH] More silencing of installman.
54425              From: <abigail@foad.org>
54426              Message-ID: <20000825064430.9719.qmail@foad.org>
54427              Date: Fri, 25 Aug 2000 02:44:30 -0400
54428      Branch: perl
54429            ! installperl
54430 ____________________________________________________________________________
54431 [  6811] By: jhi                                   on 2000/08/25  17:05:43
54432         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
54433              From: "Peter J. Farley III" <pjfarley@banet.net>
54434              Date: Thu, 24 Aug 2000 21:58:03 -0400
54435              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
54436              
54437              (applied slightly modified)
54438      Branch: perl
54439            ! lib/ExtUtils/MM_Unix.pm
54440 ____________________________________________________________________________
54441 [  6810] By: jhi                                   on 2000/08/25  17:01:18
54442         Log: Missing parts of 
54443              
54444              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
54445              From: Peter Prymmer <pvhp@forte.com>
54446              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
54447              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
54448      Branch: perl
54449            ! t/lib/cgi-html.t
54450 ____________________________________________________________________________
54451 [  6809] By: jhi                                   on 2000/08/25  16:46:32
54452         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
54453              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54454              Date: Thu, 24 Aug 2000 19:13:11 -0500
54455              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
54456      Branch: perl
54457            ! vms/vms.c
54458 ____________________________________________________________________________
54459 [  6808] By: jhi                                   on 2000/08/25  16:39:22
54460         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
54461              From: Peter Prymmer <pvhp@forte.com>
54462              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
54463              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
54464      Branch: perl
54465            ! configure.com
54466 ____________________________________________________________________________
54467 [  6807] By: jhi                                   on 2000/08/25  16:36:37
54468         Log: Better wording for the vec lvalue diagnostic.
54469              
54470              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
54471              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
54472              Date: Wed, 23 Aug 2000 14:12:16 -0400
54473              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
54474      Branch: perl
54475            ! pod/perldiag.pod
54476 ____________________________________________________________________________
54477 [  6806] By: jhi                                   on 2000/08/24  18:17:22
54478         Log: Subject: [PATCH] More silencing of installman.
54479              From: <abigail@foad.org>
54480              Date: Thu, 24 Aug 2000 14:01:44 -0400
54481              Message-ID: <20000824180144.20062.qmail@foad.org>
54482      Branch: perl
54483            ! installman
54484 ____________________________________________________________________________
54485 [  6805] By: jhi                                   on 2000/08/24  15:00:31
54486         Log: Update Changes.
54487      Branch: perl
54488            ! Changes patchlevel.h
54489 ____________________________________________________________________________
54490 [  6804] By: jhi                                   on 2000/08/24  14:59:07
54491         Log: Regen perltoc.
54492      Branch: perl
54493            ! pod/perltoc.pod
54494 ____________________________________________________________________________
54495 [  6803] By: jhi                                   on 2000/08/24  14:44:39
54496         Log: Show the doc file, not the temp file.
54497      Branch: perl
54498            ! installman
54499 ____________________________________________________________________________
54500 [  6802] By: jhi                                   on 2000/08/24  14:41:53
54501         Log: Continue silencing.
54502      Branch: perl
54503            ! installman
54504 ____________________________________________________________________________
54505 [  6801] By: jhi                                   on 2000/08/24  14:34:40
54506         Log: Actually do something with the silencer option.
54507      Branch: perl
54508            ! installman
54509 ____________________________________________________________________________
54510 [  6800] By: jhi                                   on 2000/08/24  14:26:22
54511         Log: Make installman to recognize the silence flag -S.
54512      Branch: perl
54513            ! installman
54514 ____________________________________________________________________________
54515 [  6799] By: jhi                                   on 2000/08/24  13:49:38
54516         Log: DOS patches and portability/porting notes, from Tim Jenness.
54517      Branch: perl
54518            ! lib/File/Temp.pm
54519 ____________________________________________________________________________
54520 [  6798] By: jhi                                   on 2000/08/24  13:48:27
54521         Log: Create directories in silence.
54522              
54523              Subject: [PATCH] Another silencer for MakeMaker
54524              From: andreas.koenig@anima.de (Andreas J. Koenig)
54525              Date: 24 Aug 2000 14:18:52 +0200
54526              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
54527      Branch: perl
54528            ! lib/ExtUtils/Command.pm
54529 ____________________________________________________________________________
54530 [  6797] By: jhi                                   on 2000/08/24  13:46:42
54531         Log: More liberal parsing of version numbers.
54532              
54533              Subject: Re: CPAN.pm beta for testing available
54534              From: andreas.koenig@anima.de (Andreas J. Koenig)
54535              Date: 24 Aug 2000 13:51:57 +0200
54536              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
54537      Branch: perl
54538            ! lib/CPAN.pm
54539 ____________________________________________________________________________
54540 [  6796] By: jhi                                   on 2000/08/24  13:44:36
54541         Log: Make "make install" by default silent.  A new "install-verbose"
54542              target is verbose.
54543      Branch: perl
54544            ! Makefile.SH
54545 ____________________________________________________________________________
54546 [  6795] By: jhi                                   on 2000/08/24  13:39:14
54547         Log: Add silencer flags to installperl.
54548              
54549              Subject: [PATCH] Making installperl silent.
54550              From: <abigail@foad.org>
54551              Date: Thu, 24 Aug 2000 05:01:45 -0400
54552              Message-ID: <20000824090145.13141.qmail@foad.org>
54553      Branch: perl
54554            ! installperl
54555 ____________________________________________________________________________
54556 [  6794] By: jhi                                   on 2000/08/24  13:35:50
54557         Log: installperl couldn't tell whether it had run tests or not.
54558              
54559              Subject: [PATCH] Re: installperl and t/TEST
54560              From: <abigail@foad.org>
54561              Date: Thu, 24 Aug 2000 04:00:53 -0400
54562              Message-ID: <20000824080053.2494.qmail@foad.org>
54563      Branch: perl
54564            ! Makefile.SH installperl
54565 ____________________________________________________________________________
54566 [  6793] By: jhi                                   on 2000/08/24  13:27:50
54567         Log: Drop the separate perlbc, perlcc -b should be enough.
54568      Branch: perl
54569            - utils/perlbc.PL
54570            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
54571 ____________________________________________________________________________
54572 [  6792] By: jhi                                   on 2000/08/24  04:41:30
54573         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
54574              plus the typo fix from Peter Prymmer.
54575      Branch: perl
54576            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
54577            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
54578 ____________________________________________________________________________
54579 [  6791] By: jhi                                   on 2000/08/24  02:10:43
54580         Log: Replace #6705 with a minimal doc patch.
54581              
54582              Subject: [PATCH 5.6.0] replace change #6705
54583              From: Jan Dubois <jand@ActiveState.com>
54584              Date: Wed, 23 Aug 2000 18:31:51 -0700
54585              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
54586      Branch: perl
54587            ! lib/Win32.pod win32/win32.c
54588 ____________________________________________________________________________
54589 [  6790] By: jhi                                   on 2000/08/23  17:52:00
54590         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
54591              From: Mike Guy <mjtg@cam.ac.uk>
54592              Date: Wed, 23 Aug 2000 18:38:46 +0100
54593              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
54594      Branch: perl
54595            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
54596 ____________________________________________________________________________
54597 [  6789] By: jhi                                   on 2000/08/23  15:34:21
54598         Log: Update Changes.
54599      Branch: perl
54600            ! Changes patchlevel.h
54601 ____________________________________________________________________________
54602 [  6788] By: jhi                                   on 2000/08/23  15:33:40
54603         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
54604              From: Wilfredo Sánchez <wsanchez@apple.com>
54605              Date: Tue, 22 Aug 2000 19:31:27 -0700
54606              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
54607      Branch: perl
54608            ! perl.h
54609 ____________________________________________________________________________
54610 [  6787] By: jhi                                   on 2000/08/23  15:29:31
54611         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
54612              From: Spider Boardman <spider@leggy.zk3.dec.com>
54613              Date: Wed, 23 Aug 2000 10:33:23 -0400
54614              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
54615      Branch: perl
54616            ! lib/Pod/Html.pm
54617 ____________________________________________________________________________
54618 [  6786] By: jhi                                   on 2000/08/23  15:28:11
54619         Log: Bad makefile.
54620      Branch: perl
54621            ! ext/B/Makefile.PL
54622 ____________________________________________________________________________
54623 [  6785] By: jhi                                   on 2000/08/23  14:37:04
54624         Log: Update Changes.
54625      Branch: perl
54626            ! Changes patchlevel.h
54627 ____________________________________________________________________________
54628 [  6784] By: jhi                                   on 2000/08/23  13:58:41
54629         Log: Portability fix from Hugo van der Sanden.
54630      Branch: perl
54631            ! ext/re/Makefile.PL
54632 ____________________________________________________________________________
54633 [  6783] By: jhi                                   on 2000/08/23  13:53:53
54634         Log: Storable support, v-version fixes.
54635              
54636              Subject: CPAN.pm beta for testing available
54637              From: andreas.koenig@anima.de (Andreas J. Koenig)
54638              Date: 22 Aug 2000 23:31:33 +0200
54639              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
54640      Branch: perl
54641            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54642 ____________________________________________________________________________
54643 [  6782] By: jhi                                   on 2000/08/23  13:51:26
54644         Log: Mac and other portability updates from Chris Nandor.
54645      Branch: perl
54646            ! pod/perlmodinstall.pod
54647 ____________________________________________________________________________
54648 [  6781] By: jhi                                   on 2000/08/23  13:47:33
54649         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
54650              From: Peter Prymmer <pvhp@forte.com>
54651              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
54652              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
54653      Branch: perl
54654            ! ext/Storable/Storable.xs
54655 ____________________________________________________________________________
54656 [  6780] By: jhi                                   on 2000/08/23  13:33:34
54657         Log: VMS MMS (make) wants null action.
54658      Branch: perl
54659            ! ext/B/Makefile.PL
54660 ____________________________________________________________________________
54661 [  6779] By: jhi                                   on 2000/08/22  19:44:47
54662         Log: Forgot portability nit.
54663      Branch: perl
54664            ! t/lib/st-forgive.t
54665 ____________________________________________________________________________
54666 [  6778] By: jhi                                   on 2000/08/22  19:35:25
54667         Log: Be portable.
54668      Branch: perl
54669            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
54670            ! t/lib/st-store.t
54671 ____________________________________________________________________________
54672 [  6777] By: jhi                                   on 2000/08/22  18:50:53
54673         Log: Update Changes.
54674      Branch: perl
54675            ! Changes patchlevel.h
54676 ____________________________________________________________________________
54677 [  6776] By: jhi                                   on 2000/08/22  18:44:46
54678         Log: cSVOPo_*v things index into the current PL_curpad
54679              under ithreads, which is different from the curpad
54680              used by the XSUB.  (In other words, the code as-is
54681              before this patch wouldn't work under ithreads.)
54682              From Sarathy.
54683      Branch: perl
54684            ! ext/B/B.xs
54685 ____________________________________________________________________________
54686 [  6775] By: jhi                                   on 2000/08/22  18:18:37
54687         Log: Make the selection of NVff et al stricter.
54688      Branch: metaconfig/U/perl
54689            ! perlxvf.U
54690      Branch: perl
54691            ! Configure config_h.SH
54692 ____________________________________________________________________________
54693 [  6774] By: jhi                                   on 2000/08/22  17:19:42
54694         Log: perldelta nits.
54695      Branch: perl
54696            ! pod/perldelta.pod
54697 ____________________________________________________________________________
54698 [  6773] By: jhi                                   on 2000/08/22  17:06:26
54699         Log: Long double fixes from Spider Boardman.
54700              
54701              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
54702              From: system PRIVILEGED account <root@peano.zk3.dec.com>
54703              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
54704              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
54705      Branch: perl
54706            ! t/lib/bigfltpm.t t/lib/st-06compat.t
54707 ____________________________________________________________________________
54708 [  6772] By: jhi                                   on 2000/08/22  15:04:53
54709         Log: Update Changes.
54710      Branch: perl
54711            ! Changes patchlevel.h
54712 ____________________________________________________________________________
54713 [  6771] By: jhi                                   on 2000/08/22  15:01:44
54714         Log: perldelta fixes from Hugo van der Sanden.
54715      Branch: perl
54716            ! pod/perldelta.pod
54717 ____________________________________________________________________________
54718 [  6770] By: jhi                                   on 2000/08/22  14:34:49
54719         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
54720              From: Hugo <hv@crypt.compulink.co.uk>
54721              Date: Tue, 22 Aug 2000 11:21:53 +0100
54722              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
54723      Branch: perl
54724            ! regcomp.c
54725 ____________________________________________________________________________
54726 [  6769] By: jhi                                   on 2000/08/22  14:30:02
54727         Log: Add Yitzchak, reformat.
54728      Branch: perl
54729            ! Changes config_h.SH
54730 ____________________________________________________________________________
54731 [  6768] By: jhi                                   on 2000/08/22  14:21:35
54732         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
54733              and Spider Boardman.
54734      Branch: metaconfig
54735            ! U/compline/d_gconvert.U
54736      Branch: perl
54737            ! Configure
54738 ____________________________________________________________________________
54739 [  6767] By: jhi                                   on 2000/08/22  14:11:24
54740         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
54741              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54742              Date: Mon, 21 Aug 2000 19:08:31 -0700
54743              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
54744      Branch: perl
54745            - ext/Storable/patchlevel.h
54746            ! MANIFEST ext/Storable/MANIFEST
54747 ____________________________________________________________________________
54748 [  6766] By: jhi                                   on 2000/08/22  13:49:29
54749         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
54750              From: Peter Prymmer <pvhp@forte.com>
54751              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
54752              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
54753      Branch: perl
54754            ! configure.com ext/Storable/Makefile.PL
54755 ____________________________________________________________________________
54756 [  6765] By: jhi                                   on 2000/08/22  13:44:59
54757         Log: Subject: [PATCH blead] B:: missing dependency
54758              From: Hugo <hv@crypt.compulink.co.uk>
54759              Date: Tue, 22 Aug 2000 06:44:33 +0100
54760              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
54761      Branch: perl
54762            ! ext/B/Makefile.PL
54763 ____________________________________________________________________________
54764 [  6764] By: jhi                                   on 2000/08/22  13:38:12
54765         Log: More bytecompiler.
54766      Branch: perl
54767            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
54768 ____________________________________________________________________________
54769 [  6763] By: jhi                                   on 2000/08/22  13:36:44
54770         Log: Bytecompiler patches from Benjamin Stuhl.
54771      Branch: perl
54772            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
54773            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
54774            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
54775            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54776            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
54777            ! perl.c perlapi.h pod/perldelta.pod
54778 ____________________________________________________________________________
54779 [  6762] By: jhi                                   on 2000/08/21  23:43:40
54780         Log: An obsoleted diagnostic.
54781      Branch: perl
54782            ! pod/perldelta.pod
54783 ____________________________________________________________________________
54784 [  6761] By: jhi                                   on 2000/08/21  23:01:45
54785         Log: The #6759 wasn't quite right.
54786      Branch: perl
54787            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
54788            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
54789            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
54790            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
54791            ! t/lib/st-tieditems.t
54792 ____________________________________________________________________________
54793 [  6760] By: jhi                                   on 2000/08/21  22:35:49
54794         Log: Be verydeepclean.
54795      Branch: perl
54796            ! Makefile.SH
54797 ____________________________________________________________________________
54798 [  6759] By: jhi                                   on 2000/08/21  22:25:40
54799         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
54800              From: Peter Prymmer <pvhp@forte.com>
54801              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
54802              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
54803      Branch: perl
54804            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
54805            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
54806            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
54807            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
54808            ! t/lib/st-tieditems.t
54809 ____________________________________________________________________________
54810 [  6758] By: jhi                                   on 2000/08/21  22:22:32
54811         Log: Few more casts, need reported in
54812              
54813              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
54814              From: Mike Stok <mike@stok.co.uk>
54815              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
54816              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
54817              
54818              and
54819              
54820              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
54821              From: abigail@foad.org
54822              Date: 21 Aug 2000 21:31:34 -0000
54823              Message-Id: <20000821213134.30170.qmail@foad.org>
54824      Branch: perl
54825            ! ext/Storable/Storable.xs
54826 ____________________________________________________________________________
54827 [  6757] By: jhi                                   on 2000/08/21  18:37:07
54828         Log: Update Changes.
54829      Branch: perl
54830            ! Changes patchlevel.h
54831 ____________________________________________________________________________
54832 [  6756] By: jhi                                   on 2000/08/21  18:34:02
54833         Log: A pod nit.
54834              
54835              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
54836              From: <abigail@foad.org>
54837              Date: Mon, 21 Aug 2000 14:00:16 -0400
54838              Message-ID: <20000821180016.28627.qmail@foad.org>
54839      Branch: perl
54840            ! pod/perlre.pod
54841 ____________________________________________________________________________
54842 [  6755] By: jhi                                   on 2000/08/21  18:30:56
54843         Log: Use PodParser 1.18 new test.
54844      Branch: perl
54845            ! t/pod/special_seqs.t t/pod/special_seqs.xr
54846 ____________________________________________________________________________
54847 [  6754] By: jhi                                   on 2000/08/21  18:28:35
54848         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
54849              patches cannot be applied since #6712 conflicts.
54850      Branch: perl
54851            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
54852 ____________________________________________________________________________
54853 [  6753] By: jhi                                   on 2000/08/21  18:15:11
54854         Log: Weed out some smaller changes.
54855      Branch: perl
54856            ! pod/perldelta.pod
54857 ____________________________________________________________________________
54858 [  6752] By: jhi                                   on 2000/08/21  18:02:30
54859         Log: Also under djgpp the timestamps are funky.
54860      Branch: perl
54861            ! t/op/stat.t
54862 ____________________________________________________________________________
54863 [  6751] By: jhi                                   on 2000/08/21  17:55:56
54864         Log: Tweak the floating point output routine preferences.
54865      Branch: metaconfig
54866            ! U/compline/d_gconvert.U
54867      Branch: perl
54868            ! Configure
54869 ____________________________________________________________________________
54870 [  6750] By: jhi                                   on 2000/08/21  17:51:29
54871         Log: Unicos/mk requires elaborate paranoia.
54872      Branch: perl
54873            ! lib/Math/Complex.pm
54874 ____________________________________________________________________________
54875 [  6749] By: gsar                                  on 2000/08/21  16:53:31
54876         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
54877      Branch: perl
54878            ! lib/Cwd.pm
54879 ____________________________________________________________________________
54880 [  6748] By: gsar                                  on 2000/08/21  16:22:19
54881         Log: free TLS slot properly on Windows
54882      Branch: perl
54883            ! thread.h win32/perllib.c win32/win32thread.h
54884 ____________________________________________________________________________
54885 [  6747] By: jhi                                   on 2000/08/21  16:20:58
54886         Log: Rename the macro argument because some preprocessors
54887              can't tell the difference and expand arguments also inside
54888              double quoted strings.
54889      Branch: perl
54890            ! regcomp.c
54891 ____________________________________________________________________________
54892 [  6746] By: jhi                                   on 2000/08/21  16:09:41
54893         Log: Support long doubles in Storable.
54894              
54895              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
54896              From: Radu Greab <radu@netsoft.ro>
54897              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
54898              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
54899      Branch: perl
54900            ! ext/Storable/Storable.xs
54901 ____________________________________________________________________________
54902 [  6745] By: jhi                                   on 2000/08/21  15:51:40
54903         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
54904              From: "Fifer, Eric" <EFifer@sanwaint.com>
54905              Date: Mon, 21 Aug 2000 15:34:49 +0100
54906              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
54907      Branch: perl
54908            ! t/pragma/warn/9enabled
54909 ____________________________________________________________________________
54910 [  6744] By: jhi                                   on 2000/08/21  15:39:35
54911         Log: Document the endianness of Alpha more precisely.
54912      Branch: perl
54913            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
54914            ! pod/perlport.pod
54915 ____________________________________________________________________________
54916 [  6743] By: jhi                                   on 2000/08/21  14:47:05
54917         Log: perldelta fixes from the p5p crowd.
54918      Branch: perl
54919            ! pod/perldelta.pod pod/perlop.pod
54920 ____________________________________________________________________________
54921 [  6742] By: jhi                                   on 2000/08/21  13:34:51
54922         Log: Update to Pod::LaTeX 0.53.
54923              
54924              Subject: [PATCH] lib/Pod/LaTeX.pm updates
54925              From: Tim Jenness <timj@jach.hawaii.edu>
54926              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
54927              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
54928      Branch: perl
54929            ! lib/Pod/LaTeX.pm
54930 ____________________________________________________________________________
54931 [  6741] By: jhi                                   on 2000/08/21  13:33:01
54932         Log: Subject: [PATCH] os2.c fix for use64bitint
54933              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54934              Date: Mon, 21 Aug 2000 01:32:25 -0700
54935              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
54936      Branch: perl
54937            ! os2/os2.c
54938 ____________________________________________________________________________
54939 [  6740] By: jhi                                   on 2000/08/21  13:28:52
54940         Log: Array context keeps slithering in.
54941              
54942              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
54943              From: Daniel Chetlin <daniel@chetlin.com>
54944              Date: Sun, 20 Aug 2000 21:40:25 -0700
54945              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
54946      Branch: perl
54947            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
54948            ! pod/perldebtut.pod
54949 ____________________________________________________________________________
54950 [  6739] By: jhi                                   on 2000/08/21  13:23:55
54951         Log: Big-endian quad fixes for Storable from Radu Greab,
54952              plus few explicit null casts for picky compilers.
54953      Branch: perl
54954            ! ext/Storable/Storable.xs
54955 ____________________________________________________________________________
54956 [  6738] By: gsar                                  on 2000/08/21  05:56:13
54957         Log: small tweaks for change#6705: avoid C++ style comments in C code;
54958              use Perl's malloc API rather than the low level system one
54959      Branch: perl
54960            ! win32/win32.c
54961 ____________________________________________________________________________
54962 [  6737] By: gsar                                  on 2000/08/21  05:35:41
54963         Log: add Storable to list of extensions on Windows
54964      Branch: perl
54965            ! win32/Makefile win32/makefile.mk
54966 ____________________________________________________________________________
54967 [  6736] By: jhi                                   on 2000/08/21  02:57:53
54968         Log: Update Changes.
54969      Branch: perl
54970            ! Changes patchlevel.h
54971 ____________________________________________________________________________
54972 [  6735] By: jhi                                   on 2000/08/21  02:57:20
54973         Log: Draft 0.
54974      Branch: perl
54975            ! pod/perldelta.pod
54976 ____________________________________________________________________________
54977 [  6734] By: jhi                                   on 2000/08/21  02:57:03
54978         Log: Add Storable 0.7.2 from Raphael Manfredi,
54979              plus the patch from
54980              
54981              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
54982              From: Radu Greab <radu@netsoft.ro>
54983              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
54984              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
54985              
54986              plus changes to get Storable to compile with
54987              picky ANSI compilers.
54988      Branch: perl
54989            + ext/Storable/ChangeLog ext/Storable/MANIFEST
54990            + ext/Storable/Makefile.PL ext/Storable/README
54991            + ext/Storable/Storable.pm ext/Storable/Storable.xs
54992            + ext/Storable/patchlevel.h t/lib/st-06compat.t
54993            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
54994            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
54995            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
54996            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
54997            + t/lib/st-tieditems.t
54998            ! MANIFEST
54999 ____________________________________________________________________________
55000 [  6733] By: jhi                                   on 2000/08/21  02:29:09
55001         Log: The correct cleaning order is an art.
55002      Branch: perl
55003            ! Makefile.SH
55004 ____________________________________________________________________________
55005 [  6732] By: jhi                                   on 2000/08/21  01:23:39
55006         Log: The #6724 is here.
55007      Branch: perl
55008            ! t/lib/ftmp-security.t
55009 ____________________________________________________________________________
55010 [  6731] By: jhi                                   on 2000/08/20  23:17:03
55011         Log: s/this one/the 5.6.0 release/
55012      Branch: perl
55013            ! pod/perl56delta.pod
55014 ____________________________________________________________________________
55015 [  6730] By: jhi                                   on 2000/08/20  23:07:34
55016         Log: Mention perlebcdic and perlposix-bc.
55017      Branch: perl
55018            ! pod/perlport.pod
55019 ____________________________________________________________________________
55020 [  6729] By: jhi                                   on 2000/08/20  21:32:59
55021         Log: Document the number of exponent digits.
55022      Branch: perl
55023            ! pod/perlfunc.pod
55024 ____________________________________________________________________________
55025 [  6728] By: jhi                                   on 2000/08/20  21:16:47
55026         Log: Use File::Spec->tmpdir().
55027              
55028              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
55029              From: Tim Jenness <timj@jach.hawaii.edu>
55030              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
55031              MIME-Version: 1.0
55032              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
55033      Branch: perl
55034            ! utils/perlbug.PL
55035 ____________________________________________________________________________
55036 [  6727] By: jhi                                   on 2000/08/20  20:43:32
55037         Log: Update Changes.
55038      Branch: perl
55039            ! Changes patchlevel.h
55040 ____________________________________________________________________________
55041 [  6726] By: jhi                                   on 2000/08/20  20:41:44
55042         Log: The veryclean target needs to clobber.
55043      Branch: perl
55044            ! Makefile.SH
55045 ____________________________________________________________________________
55046 [  6725] By: jhi                                   on 2000/08/20  20:37:38
55047         Log: Document odd vs even subreleases and -Dusedevel.
55048      Branch: perl
55049            ! INSTALL
55050 ____________________________________________________________________________
55051 [  6724] By: jhi                                   on 2000/08/20  19:58:05
55052         Log: Use temporary directory instead of current directory.
55053              
55054              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
55055              From: Tim Jenness <timj@jach.hawaii.edu>
55056              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
55057              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
55058      Branch: perl
55059            ! t/lib/ftmp-security.t
55060 ____________________________________________________________________________
55061 [  6723] By: jhi                                   on 2000/08/20  19:55:55
55062         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
55063              From: andreas.koenig@anima.de (Andreas J. Koenig)
55064              Date: 20 Aug 2000 15:52:03 +0200
55065              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
55066      Branch: perl
55067            ! lib/ExtUtils/MM_Unix.pm
55068 ____________________________________________________________________________
55069 [  6722] By: jhi                                   on 2000/08/20  19:46:01
55070         Log: Update to CGI 2.72, from Lincoln Stein.
55071      Branch: perl
55072            ! lib/CGI.pm
55073 ____________________________________________________________________________
55074 [  6721] By: jhi                                   on 2000/08/20  19:43:54
55075         Log: (Replaced by #8364.)
55076              
55077              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
55078              From: Radu Greab <radu@netsoft.ro>
55079              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
55080              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
55081      Branch: perl
55082            ! ext/GDBM_File/GDBM_File.xs
55083 ____________________________________________________________________________
55084 [  6720] By: jhi                                   on 2000/08/20  19:42:01
55085         Log: pp_open() could pass an uninitialized filename down to do_open9().
55086      Branch: perl
55087            ! pp_sys.c
55088 ____________________________________________________________________________
55089 [  6719] By: jhi                                   on 2000/08/20  14:06:41
55090         Log: UTF8 concat fixes.
55091              
55092              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
55093              From: Hugo <hv@crypt.compulink.co.uk>
55094              Date: Sun, 20 Aug 2000 07:30:46 +0100
55095              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
55096      Branch: perl
55097            ! pp_hot.c t/op/append.t
55098 ____________________________________________________________________________
55099 [  6718] By: jhi                                   on 2000/08/20  02:09:37
55100         Log: Let's try #6717 again.
55101      Branch: perl
55102            ! lib/File/Temp.pm
55103 ____________________________________________________________________________
55104 [  6717] By: jhi                                   on 2000/08/20  01:56:55
55105         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
55106              From: "Craig A. Berry" <craig.berry@metamorgs.com>
55107              Date: Sat, 19 Aug 2000 18:15:39 -0500
55108              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
55109      Branch: perl
55110            ! lib/File/Temp.pm
55111 ____________________________________________________________________________
55112 [  6716] By: jhi                                   on 2000/08/19  15:50:11
55113         Log: Update Changes.
55114      Branch: perl
55115            ! Changes patchlevel.h
55116 ____________________________________________________________________________
55117 [  6715] By: jhi                                   on 2000/08/19  15:39:09
55118         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
55119              From: Jonathan D Johnston <jdjohnston2@juno.com>
55120              Date: Thu, 17 Aug 2000 23:13:01 -0400       
55121              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
55122      Branch: perl
55123            ! pod/perlfunc.pod
55124 ____________________________________________________________________________
55125 [  6714] By: jhi                                   on 2000/08/19  15:34:04
55126         Log: Introduce a 'veryclean' target that is like 'distclean'
55127              but also removes *~ and *.orig.
55128      Branch: perl
55129            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
55130            ! utils/Makefile x2p/Makefile.SH
55131 ____________________________________________________________________________
55132 [  6713] By: jhi                                   on 2000/08/19  14:15:45
55133         Log: Put back the long double avoidance code to POSIX.xs
55134              because VMS seems to need it still.
55135      Branch: perl
55136            ! ext/POSIX/POSIX.xs
55137 ____________________________________________________________________________
55138 [  6712] By: jhi                                   on 2000/08/19  14:10:41
55139         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
55140              From: Peter Prymmer <pvhp@forte.com>
55141              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
55142              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
55143      Branch: perl
55144            ! lib/Pod/Find.pm t/pod/find.t
55145 ____________________________________________________________________________
55146 [  6711] By: jhi                                   on 2000/08/19  14:09:19
55147         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
55148              From: Peter Prymmer <pvhp@forte.com>
55149              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
55150              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
55151              cc: vmsperl@perl.org
55152      Branch: perl
55153            ! t/lib/peek.t
55154 ____________________________________________________________________________
55155 [  6710] By: jhi                                   on 2000/08/19  14:08:01
55156         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
55157              From: Jan Dubois <jand@ActiveState.com>
55158              Date: Fri, 18 Aug 2000 16:31:48 -0700
55159              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
55160      Branch: perl
55161            ! win32/win32.c
55162 ____________________________________________________________________________
55163 [  6709] By: jhi                                   on 2000/08/19  14:06:57
55164         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
55165              
55166              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
55167              From: Spider.Boardman@Orb.Nashua.NH.US
55168              Date: Fri, 18 Aug 2000 18:41:14 -0400
55169              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
55170      Branch: perl
55171            ! regcomp.c
55172 ____________________________________________________________________________
55173 [  6708] By: jhi                                   on 2000/08/18  22:04:49
55174         Log: Update Changes.
55175      Branch: perl
55176            ! Changes patchlevel.h
55177 ____________________________________________________________________________
55178 [  6707] By: jhi                                   on 2000/08/18  21:55:14
55179         Log: Add warnif(), check warnings further up the stack,
55180              all the warnings functions now can take an optional object reference.
55181              
55182              Subject: [PATCH bleedperl@6691] warnings pragma update
55183              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
55184              Date: Fri, 18 Aug 2000 22:42:06 +0100
55185              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
55186      Branch: perl
55187            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
55188            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
55189            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
55190 ____________________________________________________________________________
55191 [  6706] By: jhi                                   on 2000/08/18  21:41:45
55192         Log: Typo in pp_complement().
55193              
55194              Subject: [PATCH perl-current] Deparse
55195              From: Peter Scott <Peter@PSDT.com>
55196              Date: Fri, 18 Aug 2000 12:44:37 -0700
55197              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
55198      Branch: perl
55199            ! ext/B/B/Deparse.pm
55200 ____________________________________________________________________________
55201 [  6705] By: jhi                                   on 2000/08/18  21:25:59
55202         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
55203              From: Jan Dubois <jand@ActiveState.com>
55204              Date: Fri, 18 Aug 2000 14:22:51 -0700
55205              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
55206      Branch: perl
55207            ! lib/Win32.pod win32/win32.c
55208 ____________________________________________________________________________
55209 [  6704] By: jhi                                   on 2000/08/18  21:16:14
55210         Log: Don't eat leading os from index entries.
55211              
55212              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
55213              From: Russ Allbery <rra@stanford.edu>
55214              Date: 10 Aug 2000 20:49:25 -0700
55215              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
55216      Branch: perl
55217            ! lib/Pod/Man.pm
55218 ____________________________________________________________________________
55219 [  6703] By: jhi                                   on 2000/08/18  21:07:06
55220         Log: Add [[:blank:]] as suggested in
55221              
55222              Subject: [ID 20000716.024] [=cc=] / [:blank:]
55223              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
55224              Date: Sun, 16 Jul 2000 17:55:29 -0700
55225              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
55226              
55227              (the [=cc=] has already been taken care of by #6439
55228              so the whole bug report can be closed)
55229              
55230              and make [[:space:]] to be equivalent to isspace(3)
55231              (as opposed to \s, which is isSPACE()).  The difference
55232              is that now [[:space:]] matches the mythical vertical tab,
55233              while \s doesn't.
55234      Branch: perl
55235            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
55236            ! regexec.c t/op/pat.t
55237 ____________________________________________________________________________
55238 [  6702] By: jhi                                   on 2000/08/18  18:47:47
55239         Log: The new tests were missing from #6415.
55240      Branch: perl
55241            ! t/op/bop.t
55242 ____________________________________________________________________________
55243 [  6701] By: jhi                                   on 2000/08/18  18:20:40
55244         Log: Document the NDBM_File and ODBM_File as SDBM_File
55245              was documented in #6417.
55246      Branch: perl
55247            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
55248            ! ext/SDBM_File/SDBM_File.pm
55249 ____________________________________________________________________________
55250 [  6700] By: jhi                                   on 2000/08/18  18:10:39
55251         Log: Subject: [PATCH perl@6698] cygwin port
55252              From: "Fifer, Eric" <EFifer@sanwaint.com>
55253              Date: Fri, 18 Aug 2000 17:30:05 +0100
55254              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
55255      Branch: perl
55256            ! lib/File/Temp.pm
55257 ____________________________________________________________________________
55258 [  6699] By: jhi                                   on 2000/08/18  16:21:49
55259         Log: Document code point which makes if (defined %stash::) to work
55260              (noted by Spider Boardman).
55261      Branch: perl
55262            ! op.c
55263 ____________________________________________________________________________
55264 [  6698] By: jhi                                   on 2000/08/18  13:43:27
55265         Log: Update Changes.
55266      Branch: perl
55267            ! Changes patchlevel.h
55268 ____________________________________________________________________________
55269 [  6697] By: jhi                                   on 2000/08/18  13:35:57
55270         Log: Tiny Getopt::Long patch from Johan Vromans.
55271      Branch: perl
55272            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
55273 ____________________________________________________________________________
55274 [  6696] By: jhi                                   on 2000/08/18  13:26:14
55275         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
55276              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
55277              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
55278              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
55279      Branch: perl
55280            ! pod/perldiag.pod pod/perlsyn.pod
55281 ____________________________________________________________________________
55282 [  6695] By: jhi                                   on 2000/08/18  13:13:26
55283         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
55284              From: Daniel Chetlin <daniel@chetlin.com>
55285              Date: Fri, 18 Aug 2000 03:13:36 -0700
55286              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
55287      Branch: perl
55288            ! pod/perlfunc.pod
55289 ____________________________________________________________________________
55290 [  6694] By: jhi                                   on 2000/08/18  13:08:05
55291         Log: Subject: [PATCH] perltrap.pod spring cleaning
55292              From: Daniel Chetlin <daniel@chetlin.com>
55293              Date: Fri, 18 Aug 2000 03:06:54 -0700
55294              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
55295              
55296              plus Mike Guy's nitfix.
55297      Branch: perl
55298            ! pod/perltrap.pod
55299 ____________________________________________________________________________
55300 [  6693] By: jhi                                   on 2000/08/18  13:00:26
55301         Log: Unbuffer the output.
55302              
55303              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
55304              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55305              Date: Thu, 17 Aug 2000 18:39:29 -0700
55306              Message-ID: <RPJn5gzkgydf092yn@efn.org>
55307      Branch: perl
55308            ! t/op/fork.t
55309 ____________________________________________________________________________
55310 [  6692] By: jhi                                   on 2000/08/18  05:19:17
55311         Log: Delete the image, too, not just its MANIFEStation.
55312      Branch: perl
55313            - lib/CGI/eg/wilogo.gif
55314 ____________________________________________________________________________
55315 [  6691] By: jhi                                   on 2000/08/18  05:10:26
55316         Log: Propagate new Configure vars.
55317      Branch: perl
55318            ! configure.com epoc/config.sh uconfig.h uconfig.sh
55319            ! vos/config.def vos/config.h vos/config_h.SH_orig
55320            ! win32/config.bc win32/config.gc win32/config.vc
55321            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55322 ____________________________________________________________________________
55323 [  6690] By: jhi                                   on 2000/08/18  04:30:56
55324         Log: Update Changes.
55325      Branch: perl
55326            ! Changes patchlevel.h
55327 ____________________________________________________________________________
55328 [  6689] By: jhi                                   on 2000/08/18  04:12:30
55329         Log: Fix the lib/complex failure of
55330              
55331              From: abigail@foad.org
55332              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
55333              Date: 15 Aug 2000 04:06:38 -0000
55334              Message-Id: <20000815040638.8524.qmail@foad.org> 
55335              
55336              Linux long double accuracy issue: something that
55337              when printed with %g looks like "2" but int() of it is 1.
55338      Branch: perl
55339            ! lib/Math/Complex.pm
55340 ____________________________________________________________________________
55341 [  6688] By: jhi                                   on 2000/08/18  03:15:35
55342         Log: The byteorder code in #6671 was wrong.
55343      Branch: perl
55344            ! configpm
55345 ____________________________________________________________________________
55346 [  6687] By: jhi                                   on 2000/08/18  02:08:42
55347         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
55348              From: Jan Dubois <jand@ActiveState.com>
55349              Date: Thu, 17 Aug 2000 18:31:55 -0700
55350              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
55351      Branch: perl
55352            ! sv.c
55353 ____________________________________________________________________________
55354 [  6686] By: jhi                                   on 2000/08/18  02:04:15
55355         Log: Use NVs in POSIX math, not doubles.
55356              
55357              From: abigail@foad.org
55358              Subject: [ID 20000817.014] POSIX & modfl
55359              Date: 17 Aug 2000 20:49:18 -0000
55360              Message-Id: <20000817204918.23123.qmail@foad.org>
55361      Branch: perl
55362            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
55363 ____________________________________________________________________________
55364 [  6685] By: jhi                                   on 2000/08/18  02:02:12
55365         Log: Introduce NVef, NVff, and NVgf, use the middle one.
55366              (helps for lib/peek + Linux + long doubles)  Reported in
55367              
55368              From: abigail@foad.org
55369              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
55370              Date: 15 Aug 2000 04:06:38 -0000
55371              Message-Id: <20000815040638.8524.qmail@foad.org> 
55372              
55373              (note: the lib/complex failure has not yet been addressed)
55374      Branch: metaconfig/U/perl
55375            ! perlxvf.U
55376      Branch: perl
55377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55378            ! config_h.SH dump.c perl.h pod/perlguts.pod
55379 ____________________________________________________________________________
55380 [  6684] By: jhi                                   on 2000/08/17  23:22:19
55381         Log: Add byteorder to the myconfig output.
55382      Branch: perl
55383            ! myconfig.SH
55384 ____________________________________________________________________________
55385 [  6683] By: jhi                                   on 2000/08/17  23:20:19
55386         Log: The image doth not exist, spotted by Johan Vromans.
55387      Branch: perl
55388            ! MANIFEST
55389 ____________________________________________________________________________
55390 [  6682] By: jhi                                   on 2000/08/17  22:38:16
55391         Log: Document what the backtick returns if the command fails.
55392      Branch: perl
55393            ! pod/perlop.pod
55394 ____________________________________________________________________________
55395 [  6681] By: jhi                                   on 2000/08/17  22:33:12
55396         Log: Do not use prototyping here.
55397              
55398              Subject: [ID 20000817.016] [PATCH] Peek.xs
55399              From: abigail@foad.org
55400              Date: 17 Aug 2000 20:55:56 -0000
55401              Message-Id: <20000817205556.24270.qmail@foad.org>
55402      Branch: perl
55403            ! ext/Devel/Peek/Makefile.PL
55404 ____________________________________________________________________________
55405 [  6680] By: jhi                                   on 2000/08/17  19:46:43
55406         Log: Don't propose using modules built for 5.005 if no binary
55407              compatibility with 5.005 is attempted.
55408              
55409              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
55410              Subject: Minor nit with 5.7.0 (6655)
55411              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
55412              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
55413      Branch: metaconfig
55414            ! U/installdirs/inc_version_list.U
55415      Branch: perl
55416            ! Configure config_h.SH
55417 ____________________________________________________________________________
55418 [  6679] By: jhi                                   on 2000/08/17  19:16:39
55419         Log: Microperl config update.
55420      Branch: perl
55421            ! uconfig.h uconfig.sh
55422 ____________________________________________________________________________
55423 [  6678] By: jhi                                   on 2000/08/17  19:16:13
55424         Log: The #6648 wasn't protective enough for limited platforms
55425              (like microperl).
55426      Branch: perl
55427            ! dump.c sv.c
55428 ____________________________________________________________________________
55429 [  6677] By: jhi                                   on 2000/08/17  14:46:35
55430         Log: Update Changes.
55431      Branch: perl
55432            ! Changes patchlevel.h
55433 ____________________________________________________________________________
55434 [  6676] By: jhi                                   on 2000/08/17  14:44:02
55435         Log: Add perlebcdic from Peter Prymmer, regen toc.
55436      Branch: perl
55437            + pod/perlebcdic.pod
55438            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55439 ____________________________________________________________________________
55440 [  6675] By: jhi                                   on 2000/08/17  14:41:52
55441         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
55442      Branch: perl
55443            ! pod/perldebtut.pod
55444 ____________________________________________________________________________
55445 [  6674] By: jhi                                   on 2000/08/17  14:29:43
55446         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
55447              
55448              Subject: [ID 20000724.006] -DLEAKTEST problem
55449              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
55450              Date: Tue, 25 Jul 2000 00:36:32 -0500
55451              Message-Id: <20000725003632.A26186@www.llamacom.com>
55452              
55453              Reminder sent
55454              
55455              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
55456              From: Hugo <hv@crypt.compulink.co.uk>
55457              Date: Thu, 17 Aug 2000 15:23:42 +0100
55458              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
55459      Branch: perl
55460            ! util.c
55461 ____________________________________________________________________________
55462 [  6673] By: jhi                                   on 2000/08/17  04:07:10
55463         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
55464              From: John Peacock <JPeacock@UnivPress.com>
55465              Date: Tue, 01 Aug 2000 09:38:12 -0400
55466              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
55467      Branch: perl
55468            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
55469 ____________________________________________________________________________
55470 [  6672] By: jhi                                   on 2000/08/17  03:04:35
55471         Log: Subject: [PATCH] Cwd.pm now uses strict
55472              From: Tim Jenness <timj@jach.hawaii.edu>
55473              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
55474              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
55475      Branch: perl
55476            ! lib/Cwd.pm
55477 ____________________________________________________________________________
55478 [  6671] By: jhi                                   on 2000/08/17  02:16:35
55479         Log: Make $Config{byteorder} more magical so that it is
55480              dynamically computed: nice for 'fat binaries'.
55481              
55482              Subject: [PATCH]: default byteorder
55483              From: Wilfredo Sánchez <wsanchez@apple.com>
55484              Date: Mon, 31 Jul 2000 19:45:31 -0700
55485              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
55486      Branch: perl
55487            ! configpm
55488 ____________________________________________________________________________
55489 [  6670] By: gsar                                  on 2000/08/17  01:22:21
55490         Log: move WNOHANG definition to where other such things are
55491      Branch: perl
55492            ! win32/win32.h
55493 ____________________________________________________________________________
55494 [  6669] By: jhi                                   on 2000/08/17  01:19:17
55495         Log: Update Changes.
55496      Branch: perl
55497            ! Changes patchlevel.h
55498 ____________________________________________________________________________
55499 [  6668] By: jhi                                   on 2000/08/17  01:16:29
55500         Log: Doc nits spotted by Richard Soderberg.
55501      Branch: perl
55502            ! README.posix-bc README.vmesa
55503 ____________________________________________________________________________
55504 [  6667] By: jhi                                   on 2000/08/17  01:12:11
55505         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
55506              From: "Casey R. Tweten" <crt@kiski.net>
55507              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
55508              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
55509      Branch: perl
55510            ! pod/perldebtut.pod
55511 ____________________________________________________________________________
55512 [  6666] By: jhi                                   on 2000/08/17  01:09:31
55513         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
55514              From: "Casey R. Tweten" <crt@kiski.net>
55515              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
55516              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
55517      Branch: perl
55518            ! lib/Shell.pm
55519 ____________________________________________________________________________
55520 [  6665] By: gsar                                  on 2000/08/17  01:03:52
55521         Log: add "ok" targets from change#6632 in makefile.mk
55522      Branch: perl
55523            ! pod/perlport.pod win32/Makefile win32/makefile.mk
55524 ____________________________________________________________________________
55525 [  6664] By: gsar                                  on 2000/08/17  00:56:11
55526         Log: avoid warnings from dense compiler
55527      Branch: perl
55528            ! win32/win32.c
55529 ____________________________________________________________________________
55530 [  6663] By: jhi                                   on 2000/08/17  00:51:49
55531         Log: Tweak the regex compilation errors once more.
55532      Branch: perl
55533            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
55534            ! t/op/regmesg.t t/pragma/warn/regcomp
55535 ____________________________________________________________________________
55536 [  6662] By: gsar                                  on 2000/08/17  00:28:19
55537         Log: trailing new %ENV entries weren't being pushed into the real
55538              environment of subprocesses on Windows
55539      Branch: perl
55540            ! t/op/magic.t win32/perlhost.h
55541 ____________________________________________________________________________
55542 [  6661] By: gsar                                  on 2000/08/17  00:19:20
55543         Log: waitpid() now handles externally spawned pids correctly;
55544              fixes for backtick/wait/waitpid failures on Windows 9x
55545              
55546              these changes make the pid returned by process functions on
55547              Windows 9x always positive by clearing the high bit (which
55548              is always set on Win9x); pseudo-process PIDs are likewise
55549              always negative now on Win9x (just as on NT/2000)
55550      Branch: perl
55551            ! pp_sys.c win32/perlhost.h win32/win32.c
55552 ____________________________________________________________________________
55553 [  6660] By: jhi                                   on 2000/08/17  00:04:32
55554         Log: Retract #6645.
55555      Branch: perl
55556            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55557            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
55558            ! t/op/sprintf.t
55559 ____________________________________________________________________________
55560 [  6659] By: gsar                                  on 2000/08/16  23:59:28
55561         Log: on windows, the return values from wait() and waitpid() don't
55562              match those of pseudo-pids
55563      Branch: perl
55564            ! pp_sys.c t/op/fork.t util.c win32/win32.c
55565 ____________________________________________________________________________
55566 [  6658] By: gsar                                  on 2000/08/16  23:56:14
55567         Log: pod nit seen in passing
55568      Branch: perl
55569            ! pod/perlfunc.pod
55570 ____________________________________________________________________________
55571 [  6657] By: gsar                                  on 2000/08/16  23:53:42
55572         Log: change#6328 could make close(SOCKET) return false on windows
55573              when it shouldn't
55574      Branch: perl
55575            ! win32/win32sck.c
55576 ____________________________________________________________________________
55577 [  6656] By: gsar                                  on 2000/08/16  23:46:57
55578         Log: check that the number pseudo children doesn't exceed
55579              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
55580              the WaitForMultipleObjects() limit that would cause wait()
55581              to crash)
55582              
55583              wait() and waitpid() could potentially be rewritten to use
55584              more than one thread to do the waiting to eliminate this
55585              limitation
55586      Branch: perl
55587            ! win32/perlhost.h
55588 ____________________________________________________________________________
55589 [  6655] By: jhi                                   on 2000/08/16  14:11:05
55590         Log: Update Changes.
55591      Branch: perl
55592            ! Changes patchlevel.h
55593 ____________________________________________________________________________
55594 [  6654] By: jhi                                   on 2000/08/16  14:10:12
55595         Log: Update to perldebtut 1.9, from Richard Foley.
55596      Branch: perl
55597            ! pod/perldebtut.pod
55598 ____________________________________________________________________________
55599 [  6653] By: jhi                                   on 2000/08/16  14:08:17
55600         Log: Change the regx compilation error markers to use = instead of <
55601              since pod makes using the latter quite messy.  Reported in
55602              ID 20000814.006 by Abigail and in
55603              Subject: Unknown escape E<> ?
55604              From: Lupe Christoph <lupe@lupe-christoph.de>
55605              Date: Fri, 11 Aug 2000 00:30:27 +0200
55606              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
55607      Branch: perl
55608            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
55609            ! t/op/regmesg.t t/pragma/warn/regcomp
55610 ____________________________________________________________________________
55611 [  6652] By: jhi                                   on 2000/08/16  13:25:31
55612         Log: Change the perlbug address to perl.org since it's more forgiving.
55613              
55614              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
55615              From: abigail@foad.org
55616              Date: 15 Aug 2000 04:15:40 -0000
55617              Message-Id: <20000815041540.8633.qmail@foad.org>
55618      Branch: perl
55619            ! utils/perlbug.PL
55620 ____________________________________________________________________________
55621 [  6651] By: jhi                                   on 2000/08/16  13:22:35
55622         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
55623              From: Tim Jenness <timj@jach.hawaii.edu>
55624              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
55625              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
55626      Branch: perl
55627            ! lib/Cwd.pm
55628 ____________________________________________________________________________
55629 [  6650] By: jhi                                   on 2000/08/16  13:18:13
55630         Log: Update to CPAN 1.57.
55631              
55632              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
55633              From: andreas.koenig@anima.de (Andreas J. Koenig)
55634              Date: 16 Aug 2000 15:09:46 +0200
55635              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
55636      Branch: perl
55637            ! lib/CPAN.pm
55638 ____________________________________________________________________________
55639 [  6649] By: jhi                                   on 2000/08/16  13:12:31
55640         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
55641              From: "Larry W. Virden" <lvirden@cas.org>
55642              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
55643              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
55644      Branch: perl
55645            ! README.hpux
55646 ____________________________________________________________________________
55647 [  6648] By: jhi                                   on 2000/08/16  13:03:53
55648         Log: The numeric locale was reset to "C" by s?printf and never restored.
55649              
55650              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
55651              From: Christian Kirsch <ck@held.mind.de>
55652              Date: Wed, 9 Aug 2000 17:05:17 +0200
55653              Message-Id: <20000809170517.A25389@held>
55654              
55655              No test since adding the failing example to locale.t
55656              does not fail -- probably because the locale settings are so
55657              thoroughly tweaked by that time.  Running the example standalone
55658              does fail, though.  UPDATE: test case added at change #7540.
55659      Branch: perl
55660            ! dump.c perl.h pp.c pp_ctl.c sv.c
55661 ____________________________________________________________________________
55662 [  6647] By: jhi                                   on 2000/08/16  00:07:54
55663         Log: Update Changes and test semi-automatic patchlevel updating.
55664      Branch: perl
55665            ! Changes patchlevel.h
55666 ____________________________________________________________________________
55667 [  6646] By: jhi                                   on 2000/08/15  23:35:07
55668         Log: Fix a dependency problem.
55669              
55670              Subject: [PATCH: 6640] VMS Makefile.SH update
55671              From: Peter Prymmer <pvhp@forte.com>
55672              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
55673              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
55674      Branch: perl
55675            ! vms/descrip_mms.template
55676 ____________________________________________________________________________
55677 [  6645] By: jhi                                   on 2000/08/15  23:33:23
55678         Log: (Retracted by #6660)
55679              
55680              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
55681              From: Dominic Dunlop <domo@computer.org>
55682              Date: Tue, 15 Aug 2000 22:20:52 +0200
55683              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
55684      Branch: metaconfig/U/perl
55685            + d_printfed.U
55686      Branch: perl
55687            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55688            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
55689            ! t/op/sprintf.t
55690 ____________________________________________________________________________
55691 [  6644] By: jhi                                   on 2000/08/15  21:17:20
55692         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
55693              From: abigail@foad.org
55694              Date: 15 Aug 2000 20:12:41 -0000
55695              Message-Id: <20000815201241.25556.qmail@foad.org>
55696      Branch: perl
55697            ! INSTALL
55698 ____________________________________________________________________________
55699 [  6643] By: jhi                                   on 2000/08/15  21:15:28
55700         Log: (an already applied patch)
55701      Branch: perl
55702            ! lib/CGI.pm
55703 ____________________________________________________________________________
55704 [  6642] By: gsar                                  on 2000/08/15  19:54:05
55705         Log: magic callbacks all need to have same type signature
55706      Branch: perl
55707            ! embed.pl mg.c proto.h
55708 ____________________________________________________________________________
55709 [  6641] By: jhi                                   on 2000/08/15  17:56:27
55710         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)
55711              From: Mike Guy <mjtg@cam.ac.uk>
55712              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
55713              Date: Tue, 15 Aug 2000 18:26:45 +0100
55714              
55715              Only the peek.t part applied, not the hash quality part.
55716      Branch: perl
55717            ! t/lib/peek.t
55718 ____________________________________________________________________________
55719 [  6640] By: jhi                                   on 2000/08/15  16:37:37
55720         Log: Update Changes.
55721      Branch: perl
55722            ! Changes
55723 ____________________________________________________________________________
55724 [  6639] By: jhi                                   on 2000/08/15  16:34:55
55725         Log: Missed a file from #6638.
55726      Branch: perl
55727            ! lib/File/Temp.pm
55728 ____________________________________________________________________________
55729 [  6638] By: jhi                                   on 2000/08/15  16:33:19
55730         Log: Subject: [PATCH perl@6620] cygwin port
55731              From: "Fifer, Eric" <EFifer@sanwaint.com>
55732              Date: Tue, 15 Aug 2000 17:00:49 +0100
55733              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
55734      Branch: perl
55735            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
55736 ____________________________________________________________________________
55737 [  6637] By: jhi                                   on 2000/08/15  16:29:22
55738         Log: Subject: [PATCH] debugger exit code should reflect user exit code
55739              From: Mike Guy <mjtg@cam.ac.uk>
55740              Date: Tue, 15 Aug 2000 16:55:59 +0100
55741              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
55742      Branch: perl
55743            ! lib/perl5db.pl
55744 ____________________________________________________________________________
55745 [  6636] By: jhi                                   on 2000/08/15  15:30:58
55746         Log: Update Changes.
55747      Branch: perl
55748            ! Changes
55749 ____________________________________________________________________________
55750 [  6635] By: jhi                                   on 2000/08/15  15:27:21
55751         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
55752      Branch: metaconfig
55753            ! U/mkglossary U/mksample
55754      Branch: metaconfig/U/perl
55755            ! Devel.U
55756      Branch: perl
55757            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55758 ____________________________________________________________________________
55759 [  6634] By: jhi                                   on 2000/08/15  14:11:55
55760         Log: Don't blow limited stacks, a lower number is enough to
55761              tickle the lookbehind limit.
55762              
55763              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
55764              From: Dominic Dunlop <domo@computer.org>
55765              Date: Tue, 15 Aug 2000 13:51:24 +0200
55766              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
55767      Branch: perl
55768            ! t/op/regmesg.t
55769 ____________________________________________________________________________
55770 [  6633] By: jhi                                   on 2000/08/15  14:01:46
55771         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
55772              From: Mike Guy <mjtg@cam.ac.uk>
55773              Date: Tue, 15 Aug 2000 12:10:50 +0100
55774              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
55775      Branch: perl
55776            ! utils/perldoc.PL
55777 ____________________________________________________________________________
55778 [  6632] By: jhi                                   on 2000/08/15  13:58:48
55779         Log: make ok etc also for win32.
55780              
55781              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
55782              From: Prymmer/Kahn <pvhp@best.com>
55783              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
55784              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
55785      Branch: perl
55786            ! win32/Makefile
55787 ____________________________________________________________________________
55788 [  6631] By: jhi                                   on 2000/08/15  13:45:03
55789         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
55790      Branch: perl
55791            ! lib/Test.pm
55792 ____________________________________________________________________________
55793 [  6630] By: jhi                                   on 2000/08/15  03:25:09
55794         Log: Update Changes.
55795      Branch: perl
55796            ! Changes
55797 ____________________________________________________________________________
55798 [  6629] By: jhi                                   on 2000/08/15  03:23:53
55799         Log: magic_regdatum_set() is void, not int.
55800      Branch: perl
55801            ! embed.pl mg.c proto.h
55802 ____________________________________________________________________________
55803 [  6628] By: jhi                                   on 2000/08/15  03:08:02
55804         Log: Make the user to give up his firstborn, err, to knowingly
55805              verify installing an unstable developer release.  Also bump
55806              the release to 5.7.0, but leave a patch tag in the local
55807              patches saying that this is not yet the real thing.
55808      Branch: metaconfig
55809            ! U/modified/Instruct.U
55810      Branch: metaconfig/U/perl
55811            + Devel.U
55812      Branch: perl
55813            ! Configure patchlevel.h
55814 ____________________________________________________________________________
55815 [  6627] By: jhi                                   on 2000/08/14  22:32:52
55816         Log: README.os2 update.
55817              
55818              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
55819              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55820              Date: Wed, 02 Aug 2000 21:55:09 -0700
55821              Message-ID: <tsPi5gzkgegX092yn@efn.org>
55822      Branch: perl
55823            ! README.os2
55824 ____________________________________________________________________________
55825 [  6626] By: jhi                                   on 2000/08/14  21:00:02
55826         Log: Subject: Re: File::Temp problems on VMS in bleedperl
55827              From: Tim Jenness <timj@jach.hawaii.edu>
55828              cc: vmsperl@perl.org
55829              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
55830              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
55831      Branch: perl
55832            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
55833 ____________________________________________________________________________
55834 [  6625] By: jhi                                   on 2000/08/14  20:52:16
55835         Log: Add SUIDMAIL as was done for the CERT alert.
55836      Branch: perl
55837            ! patchlevel.h
55838 ____________________________________________________________________________
55839 [  6624] By: jhi                                   on 2000/08/14  20:48:50
55840         Log: Subject: sfio2000
55841              From: Daniel Muino <dmuino@afip.gov.ar>
55842              Date: Mon, 14 Aug 2000 16:58:11 -0300
55843              Message-ID: <20000814165811.B16368@con2-dgi>
55844      Branch: perl
55845            ! perlsdio.h perlsfio.h
55846 ____________________________________________________________________________
55847 [  6623] By: jhi                                   on 2000/08/14  20:47:36
55848         Log: Subject: warning: storage class after type is obsolescent
55849              From: Daniel Muino <dmuino@afip.gov.ar>
55850              Date: Mon, 14 Aug 2000 16:42:47 -0300
55851              Message-ID: <20000814164247.A16368@con2-dgi>
55852      Branch: perl
55853            ! regcomp.pl regnodes.h
55854 ____________________________________________________________________________
55855 [  6622] By: jhi                                   on 2000/08/14  20:43:05
55856         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
55857              From: abigail@foad.org
55858              Date: 14 Aug 2000 20:00:10 -0000
55859              Message-Id: <20000814200010.27271.qmail@foad.org>
55860      Branch: perl
55861            ! Changes
55862 ____________________________________________________________________________
55863 [  6621] By: jhi                                   on 2000/08/14  15:23:05
55864         Log: Update Changes.
55865      Branch: perl
55866            ! Changes
55867 ____________________________________________________________________________
55868 [  6620] By: jhi                                   on 2000/08/14  15:22:14
55869         Log: Subject: Re: [PATCH] @+, @- readonly
55870              From: Mike Guy <mjtg@cam.ac.uk>
55871              Date: Mon, 14 Aug 2000 15:26:55 +0100
55872              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
55873      Branch: perl
55874            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
55875            ! sv.c t/op/pat.t
55876 ____________________________________________________________________________
55877 [  6619] By: jhi                                   on 2000/08/14  14:12:08
55878         Log: Update Changes.
55879      Branch: perl
55880            ! Changes
55881 ____________________________________________________________________________
55882 [  6618] By: jhi                                   on 2000/08/14  14:09:34
55883         Log: For now remove the mail code.
55884      Branch: perl
55885            ! perl.c
55886 ____________________________________________________________________________
55887 [  6617] By: jhi                                   on 2000/08/14  14:08:28
55888         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
55889      Branch: perl
55890            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
55891            ! pod/perlfaq8.pod pod/perlsec.pod
55892 ____________________________________________________________________________
55893 [  6616] By: jhi                                   on 2000/08/14  14:00:11
55894         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
55895              From: Mike Guy <mjtg@cam.ac.uk>
55896              Date: Mon, 14 Aug 2000 08:26:02 +0100
55897              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
55898      Branch: perl
55899            ! lib/perl5db.pl
55900 ____________________________________________________________________________
55901 [  6615] By: jhi                                   on 2000/08/14  13:58:45
55902         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
55903              From: Mike Guy <mjtg@cam.ac.uk>
55904              Date: Mon, 14 Aug 2000 08:04:22 +0100
55905              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
55906      Branch: perl
55907            ! gv.c mg.c t/op/pat.t
55908 ____________________________________________________________________________
55909 [  6614] By: jhi                                   on 2000/08/14  13:56:45
55910         Log: Subject: Test fails / warnings with perl-current #6612
55911              From: Mike Guy <mjtg@cam.ac.uk>
55912              Date: Mon, 14 Aug 2000 07:57:23 +0100
55913              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
55914      Branch: perl
55915            ! t/lib/b.t t/lib/peek.t
55916 ____________________________________________________________________________
55917 [  6613] By: jhi                                   on 2000/08/14  13:45:33
55918         Log: VMS configure.com update continues.
55919      Branch: perl
55920            - vms/configure.com
55921            ! MANIFEST configure.com
55922 ____________________________________________________________________________
55923 [  6612] By: jhi                                   on 2000/08/13  22:13:35
55924         Log: Update Changes.
55925      Branch: perl
55926            ! Changes
55927 ____________________________________________________________________________
55928 [  6611] By: jhi                                   on 2000/08/13  16:21:45
55929         Log: Upgrade to CGI 2.71, from Lincoln Stein.
55930      Branch: perl
55931            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
55932 ____________________________________________________________________________
55933 [  6610] By: jhi                                   on 2000/08/13  15:09:16
55934         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
55935              From: Mike Guy <mjtg@cam.ac.uk>
55936              Date: Sun, 13 Aug 2000 13:45:51 +0100
55937              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
55938      Branch: perl
55939            ! t/op/regmesg.t
55940 ____________________________________________________________________________
55941 [  6609] By: jhi                                   on 2000/08/13  14:31:26
55942         Log: Andreas says that 1.56 is fine, so reverting back to it.
55943      Branch: perl
55944            ! lib/CPAN.pm
55945 ____________________________________________________________________________
55946 [  6608] By: jhi                                   on 2000/08/13  05:34:20
55947         Log: Update Changes.
55948      Branch: perl
55949            ! Changes
55950 ____________________________________________________________________________
55951 [  6607] By: jhi                                   on 2000/08/13  05:32:01
55952         Log: Put back the \z changes of #5406 to CPAN.pm.
55953      Branch: perl
55954            ! lib/CPAN.pm
55955 ____________________________________________________________________________
55956 [  6606] By: jhi                                   on 2000/08/13  05:20:16
55957         Log: Fix-n-skip the tests under 5005threads.
55958      Branch: perl
55959            ! t/lib/b.t
55960 ____________________________________________________________________________
55961 [  6605] By: jhi                                   on 2000/08/13  05:07:48
55962         Log: Fix the test for 5005threads.
55963      Branch: perl
55964            ! t/lib/peek.t
55965 ____________________________________________________________________________
55966 [  6604] By: jhi                                   on 2000/08/13  03:35:37
55967         Log: Should have deleted this in #6603.
55968      Branch: perl
55969            - vms/subconfigure.com
55970 ____________________________________________________________________________
55971 [  6603] By: jhi                                   on 2000/08/12  18:29:32
55972         Log: Rewrite of vms/subconfigure.com as configure.com,
55973              from Peter Prymmer and the vmsperl crew.
55974      Branch: perl
55975            + vms/configure.com
55976            ! MANIFEST
55977 ____________________________________________________________________________
55978 [  6602] By: jhi                                   on 2000/08/11  13:00:01
55979         Log: PlainText.pm is dead.
55980      Branch: perl
55981            - lib/Pod/PlainText.pm
55982            ! MANIFEST
55983 ____________________________________________________________________________
55984 [  6601] By: jhi                                   on 2000/08/11  04:06:45
55985         Log: Update Changes.
55986      Branch: perl
55987            ! Changes
55988 ____________________________________________________________________________
55989 [  6600] By: jhi                                   on 2000/08/11  04:06:10
55990         Log: Add a few missing files, update MANIFEST.
55991      Branch: perl
55992            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
55993            + lib/Pod/PlainText.pm t/pod/find.t
55994            ! MANIFEST t/op/regmesg.t
55995 ____________________________________________________________________________
55996 [  6599] By: jhi                                   on 2000/08/11  03:31:10
55997         Log: Add Perl debugging tutorial, regen toc. 
55998              
55999              Subject: perldebtut.pod
56000              From: Richard Foley <Richard.Foley@m.dasa.de>
56001              Date: Wed, 09 Aug 2000 10:17:15 +0200
56002              Message-id: <3991138B.262247B8@m.dasa.de>
56003      Branch: perl
56004            + pod/perldebtut.pod
56005            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
56006 ____________________________________________________________________________
56007 [  6598] By: jhi                                   on 2000/08/11  02:48:56
56008         Log: tiny Changes edit
56009      Branch: perl
56010            ! Changes
56011 ____________________________________________________________________________
56012 [  6597] By: jhi                                   on 2000/08/11  02:39:04
56013         Log: Tests for #6589.
56014              
56015              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
56016              From: simon@brecon.co.uk (Simon Cozens)
56017              Date: 11 Aug 2000 02:24:52 GMT
56018              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
56019      Branch: perl
56020            ! t/lib/b.t
56021 ____________________________________________________________________________
56022 [  6596] By: jhi                                   on 2000/08/11  01:50:07
56023         Log: Update Changes.
56024      Branch: perl
56025            ! Changes
56026 ____________________________________________________________________________
56027 [  6595] By: jhi                                   on 2000/08/11  01:47:16
56028         Log: nitfix
56029      Branch: perl
56030            ! Changes
56031 ____________________________________________________________________________
56032 [  6594] By: jhi                                   on 2000/08/11  01:36:16
56033         Log: Subject: Getting perlio and threads to compile
56034              From: Lupe Christoph <lupe@lupe-christoph.de>
56035              Date: Wed, 9 Aug 2000 11:35:54 +0200
56036              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
56037              
56038              (the Solaris version changes in Configure skipped)
56039      Branch: perl
56040            ! hints/solaris_2.sh thread.h
56041 ____________________________________________________________________________
56042 [  6593] By: jhi                                   on 2000/08/11  01:30:16
56043         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
56044              From: simon@brecon.co.uk (Simon Cozens)
56045              Date: 1 Aug 2000 06:55:19 GMT
56046              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
56047      Branch: perl
56048            ! lib/utf8.pm
56049 ____________________________________________________________________________
56050 [  6592] By: jhi                                   on 2000/08/11  01:26:39
56051         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
56052              From: Peter Scott <Peter@PeterScott.com>
56053              Date: Thu, 10 Aug 2000 08:23:27 -0700
56054              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
56055      Branch: perl
56056            ! lib/perl5db.pl
56057 ____________________________________________________________________________
56058 [  6591] By: jhi                                   on 2000/08/11  01:22:02
56059         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
56060              From: Hugo <hv@crypt.compulink.co.uk>
56061              Date: Thu, 10 Aug 2000 19:23:04 +0100
56062              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
56063      Branch: perl
56064            ! regexec.c t/op/pat.t
56065 ____________________________________________________________________________
56066 [  6590] By: jhi                                   on 2000/08/11  01:19:19
56067         Log: Preprocessing and postprocessing for File::Find.
56068              
56069              Subject: Patch to Find::File.pm to allow alphabetical results
56070              From: Joe Smith <jsmith@inwap.com>
56071              Date: Wed, 9 Aug 2000 02:44:54 -0700
56072              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
56073      Branch: perl
56074            ! lib/File/Find.pm
56075 ____________________________________________________________________________
56076 [  6589] By: jhi                                   on 2000/08/11  01:12:39
56077         Log: B::Deparse didn't do sub attributes.
56078              
56079              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
56080              From: simon@brecon.co.uk (Simon Cozens)
56081              Date: 9 Aug 2000 04:49:20 GMT
56082              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
56083      Branch: perl
56084            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
56085 ____________________________________________________________________________
56086 [  6588] By: jhi                                   on 2000/08/11  01:06:40
56087         Log: Subject: debugger "d" command doesnt check line number
56088              From: Mike Guy <mjtg@cam.ac.uk>
56089              Date: Tue, 08 Aug 2000 21:54:29 +0100
56090              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
56091      Branch: perl
56092            ! lib/perl5db.pl mg.c pod/perldiag.pod
56093 ____________________________________________________________________________
56094 [  6587] By: jhi                                   on 2000/08/11  00:45:03
56095         Log: sleep(1) does not necessarily return 1.
56096              
56097              Subject: [PATCH bleadperl] op/lex_assign.t  
56098              From: Hugo <hv@crypt.compulink.co.uk>
56099              Date: Thu, 03 Aug 2000 14:34:22 +0100        
56100              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
56101      Branch: perl
56102            ! t/op/lex_assign.t
56103 ____________________________________________________________________________
56104 [  6586] By: jhi                                   on 2000/08/11  00:31:50
56105         Log: Document the IO::Select timeout.
56106      Branch: perl
56107            ! ext/IO/lib/IO/Select.pm
56108 ____________________________________________________________________________
56109 [  6585] By: jhi                                   on 2000/08/11  00:13:54
56110         Log: Forgot contributor.
56111      Branch: perl
56112            ! Changes
56113 ____________________________________________________________________________
56114 [  6584] By: jhi                                   on 2000/08/11  00:09:19
56115         Log: detypo
56116      Branch: perl
56117            ! Changes
56118 ____________________________________________________________________________
56119 [  6583] By: jhi                                   on 2000/08/11  00:07:53
56120         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
56121              
56122              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
56123              From: Mike Guy <mjtg@cam.ac.uk> 
56124              Date: Thu, 10 Aug 2000 15:50:54 +0100
56125              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
56126      Branch: perl
56127            ! sv.c t/op/int.t
56128 ____________________________________________________________________________
56129 [  6582] By: jhi                                   on 2000/08/10  23:29:32
56130         Log: Update Changes.
56131      Branch: perl
56132            ! Changes
56133 ____________________________________________________________________________
56134 [  6581] By: jhi                                   on 2000/08/10  23:26:16
56135         Log: Put back the std @INC thing.
56136      Branch: perl
56137            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
56138            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
56139            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
56140            ! t/lib/gol-oo.t
56141 ____________________________________________________________________________
56142 [  6580] By: jhi                                   on 2000/08/10  23:03:34
56143         Log: Update to CGI 2.70, from Lincoln Stein.
56144      Branch: perl
56145            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
56146            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
56147            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
56148            ! t/lib/cgi-request.t
56149 ____________________________________________________________________________
56150 [  6579] By: jhi                                   on 2000/08/10  22:41:50
56151         Log: Update to CPAN 1.56, from Andreas König.
56152      Branch: perl
56153            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56154 ____________________________________________________________________________
56155 [  6578] By: jhi                                   on 2000/08/10  22:38:13
56156         Log: Update to Pod::Parser 1.17, from Brad Appleton.
56157      Branch: perl
56158            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
56159            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
56160            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
56161            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
56162            ! t/pod/include.t t/pod/included.t t/pod/lref.t
56163            ! t/pod/multiline_items.t t/pod/nested_items.t
56164            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
56165            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
56166            ! t/pod/special_seqs.t
56167 ____________________________________________________________________________
56168 [  6577] By: jhi                                   on 2000/08/10  22:35:41
56169         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
56170      Branch: perl
56171            ! AUTHORS MAINTAIN
56172 ____________________________________________________________________________
56173 [  6576] By: jhi                                   on 2000/08/10  22:24:54
56174         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
56175      Branch: perl
56176            + t/lib/gol-oo.t
56177            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
56178            ! t/lib/gol-compat.t t/lib/gol-linkage.t
56179 ____________________________________________________________________________
56180 [  6575] By: jhi                                   on 2000/08/10  22:02:07
56181         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
56182      Branch: perl
56183            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
56184 ____________________________________________________________________________
56185 [  6574] By: jhi                                   on 2000/08/10  21:55:03
56186         Log: Iterating perl6 description.
56187      Branch: perl
56188            ! pod/perlfaq1.pod
56189 ____________________________________________________________________________
56190 [  6573] By: jhi                                   on 2000/08/10  21:48:26
56191         Log: Revert the sv.c part of #6559, a better fix is needed.
56192      Branch: perl
56193            ! sv.c
56194 ____________________________________________________________________________
56195 [  6572] By: jhi                                   on 2000/08/10  20:33:43
56196         Log: It's the 2ndO'ROSSC.
56197      Branch: perl
56198            ! pod/perlfaq1.pod
56199 ____________________________________________________________________________
56200 [  6571] By: jhi                                   on 2000/08/10  15:55:48
56201         Log: detypo
56202      Branch: perl
56203            ! pod/perlfaq1.pod
56204 ____________________________________________________________________________
56205 [  6570] By: jhi                                   on 2000/08/10  14:11:17
56206         Log: An exceptionally sticky typo.
56207      Branch: perl
56208            ! Changes
56209 ____________________________________________________________________________
56210 [  6569] By: jhi                                   on 2000/08/10  14:09:33
56211         Log: detypo (and test Changes updating script)
56212      Branch: perl
56213            ! Changes
56214 ____________________________________________________________________________
56215 [  6568] By: jhi                                   on 2000/08/10  14:07:07
56216         Log: Update Changes.
56217      Branch: perl
56218            ! Changes
56219 ____________________________________________________________________________
56220 [  6567] By: jhi                                   on 2000/08/10  14:06:19
56221         Log: Amend the description of Perl6.
56222              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
56223              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
56224              Date: Wed, 9 Aug 2000 22:11:06 -0500
56225              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
56226      Branch: perl
56227            ! pod/perlfaq1.pod
56228 ____________________________________________________________________________
56229 [  6566] By: jhi                                   on 2000/08/10  13:58:57
56230         Log: Subject: Remove dead entry in perldiag
56231              From: Mike Guy <mjtg@cam.ac.uk>
56232              Date: Thu, 10 Aug 2000 14:19:19 +0100
56233              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
56234      Branch: perl
56235            ! pod/perldiag.pod
56236 ____________________________________________________________________________
56237 [  6565] By: jhi                                   on 2000/08/10  13:51:48
56238         Log: Zero entries were skipped, fix from Adrian Goalby
56239              <argoalby@yahoo.co.uk>
56240      Branch: perl
56241            ! lib/unicode/Number.pl lib/unicode/mktables.PL
56242 ____________________________________________________________________________
56243 [  6564] By: jhi                                   on 2000/08/10  13:00:12
56244         Log: Subject: [PATCH 5.6.0] cygwin port
56245              From: "Fifer, Eric" <EFifer@sanwaint.com>
56246              Date: Thu, 10 Aug 2000 13:15:36 +0100
56247              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
56248      Branch: perl
56249            ! README.cygwin hints/cygwin.sh
56250 ____________________________________________________________________________
56251 [  6563] By: jhi                                   on 2000/08/10  12:55:16
56252         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
56253      Branch: perl
56254            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
56255 ____________________________________________________________________________
56256 [  6562] By: gsar                                  on 2000/08/10  08:38:39
56257         Log: warn is a macro, avoid using at a variable to avoid warnings
56258              in some configurations; readdir.t is too conservative in
56259              estimating number of *.t's
56260      Branch: perl
56261            ! t/op/readdir.t util.c
56262 ____________________________________________________________________________
56263 [  6561] By: jhi                                   on 2000/08/09  23:35:42
56264         Log: Update Changes.
56265      Branch: perl
56266            ! Changes
56267 ____________________________________________________________________________
56268 [  6560] By: jhi                                   on 2000/08/09  23:05:47
56269         Log: Subject: Re: enhanced(?) regex error messages
56270              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
56271              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
56272              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
56273              
56274              (plus two small patches sent privately)
56275              (this still seems to leave few test failures)
56276      Branch: perl
56277            + t/op/regmesg.t
56278            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
56279            ! t/pragma/warn/regcomp
56280 ____________________________________________________________________________
56281 [  6559] By: jhi                                   on 2000/08/09  20:41:18
56282         Log: (The fix did work but was not right, retracted in #6573)
56283              
56284              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
56285              From: Christian Kirsch <ck@held.mind.de>
56286              Date: Wed, 9 Aug 2000 17:05:17 +0200
56287              Message-Id: <20000809170517.A25389@held>
56288      Branch: perl
56289            ! sv.c t/pragma/locale.t
56290 ____________________________________________________________________________
56291 [  6558] By: jhi                                   on 2000/08/08  22:34:08
56292         Log: Tiny updates on the contributors list.
56293      Branch: perl
56294            ! Changes
56295 ____________________________________________________________________________
56296 [  6557] By: jhi                                   on 2000/08/08  19:34:28
56297         Log: Double check that we have a dirhandle.
56298      Branch: perl
56299            ! util.c
56300 ____________________________________________________________________________
56301 [  6556] By: jhi                                   on 2000/08/08  19:01:51
56302         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
56303              May be repopulated with fresh maintained examples.
56304      Branch: perl
56305            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
56306            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
56307            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
56308            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
56309            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
56310            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
56311            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
56312            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
56313            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
56314            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
56315            + lib/CGI/eg/wilogo_gif.uu
56316            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
56317            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
56318            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
56319            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
56320            - eg/cgi/frameset.cgi eg/cgi/index.html
56321            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
56322            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
56323            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
56324            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
56325            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
56326            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
56327            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
56328            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
56329            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
56330            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
56331            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
56332            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
56333            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
56334            - eg/van/vanish eg/who eg/wrapsuid
56335            ! MANIFEST
56336 ____________________________________________________________________________
56337 [  6555] By: jhi                                   on 2000/08/08  18:51:08
56338         Log: Delete chat2 as requested by Randal.
56339              
56340              Subject: Re: perlfaq8 coyness
56341              From: merlyn@stonehenge.com (Randal L. Schwartz) 
56342              Date: 15 May 2000 18:52:42 -0700 
56343              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
56344      Branch: perl
56345            - lib/chat2.pl
56346            ! MANIFEST
56347 ____________________________________________________________________________
56348 [  6554] By: jhi                                   on 2000/08/08  18:31:35
56349         Log: Regen global.sym.
56350      Branch: perl
56351            ! global.sym
56352 ____________________________________________________________________________
56353 [  6553] By: jhi                                   on 2000/08/08  18:28:13
56354         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
56355              (either perlbug or p5p ate the original), plus regen
56356              perlapi and perltoc. 
56357      Branch: perl
56358            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
56359            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
56360            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
56361            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
56362            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
56363            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
56364            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
56365            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
56366            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
56367            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
56368 ____________________________________________________________________________
56369 [  6552] By: jhi                                   on 2000/08/08  18:06:29
56370         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
56371              From: Mike Guy <mjtg@cam.ac.uk>
56372              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
56373              Date: Tue, 08 Aug 2000 15:51:27 +0100
56374      Branch: perl
56375            ! doop.c sv.h t/op/join.t t/pragma/overload.t
56376 ____________________________________________________________________________
56377 [  6551] By: jhi                                   on 2000/08/08  18:01:11
56378         Log: Re-apply #6549.
56379      Branch: perl
56380            ! lib/perl5db.pl
56381 ____________________________________________________________________________
56382 [  6550] By: jhi                                   on 2000/08/08  17:43:08
56383         Log: Accidental retraction of #6549.
56384      Branch: perl
56385            ! lib/perl5db.pl
56386 ____________________________________________________________________________
56387 [  6549] By: jhi                                   on 2000/08/08  17:40:04
56388         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
56389              From: Mike Guy <mjtg@cam.ac.uk>
56390              Date: Mon, 07 Aug 2000 21:49:58 +0100
56391              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
56392      Branch: perl
56393            ! lib/perl5db.pl
56394 ____________________________________________________________________________
56395 [  6548] By: jhi                                   on 2000/08/08  17:37:57
56396         Log: Document here-doc better.
56397              
56398              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
56399              From: Mike Guy <mjtg@cam.ac.uk>
56400              Date: Mon, 07 Aug 2000 14:02:09 +0100
56401              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
56402      Branch: perl
56403            ! pod/perldata.pod
56404 ____________________________________________________________________________
56405 [  6547] By: jhi                                   on 2000/08/08  17:33:34
56406         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
56407              From: "Randy J. Ray" <rjray@redhat.com>
56408              Date: Mon, 07 Aug 2000 19:12:25 -0700
56409              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
56410      Branch: perl
56411            ! perl.c pod/perlrun.pod
56412 ____________________________________________________________________________
56413 [  6546] By: jhi                                   on 2000/08/08  17:29:26
56414         Log: Subject: Re: enhanced(?) regex error messages 
56415              From: Hugo <hv@crypt.compulink.co.uk>
56416              Date: Tue, 08 Aug 2000 03:25:51 +0100
56417              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
56418              
56419              plus Capitalize the error messages, plus perldiag them.
56420      Branch: perl
56421            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
56422 ____________________________________________________________________________
56423 [  6545] By: jhi                                   on 2000/08/08  13:59:28
56424         Log: Augment #6539 a bit: don't croak if there's magic in the air.
56425              
56426              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
56427              From: Hugo <hv@crypt.compulink.co.uk>
56428              Date: Tue, 08 Aug 2000 03:02:03 +0100
56429              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
56430      Branch: perl
56431            ! pp.c t/op/bless.t
56432 ____________________________________________________________________________
56433 [  6544] By: jhi                                   on 2000/08/07  21:11:52
56434         Log: Make the test -w clean.
56435      Branch: perl
56436            ! t/op/bless.t
56437 ____________________________________________________________________________
56438 [  6543] By: jhi                                   on 2000/08/07  19:49:53
56439         Log: use warnings instead of $^W.
56440      Branch: perl
56441            ! t/op/bless.t
56442 ____________________________________________________________________________
56443 [  6542] By: jhi                                   on 2000/08/07  17:41:41
56444         Log: Disable a portability warning Because We Know What We Are Doing.
56445      Branch: perl
56446            ! t/op/bless.t
56447 ____________________________________________________________________________
56448 [  6541] By: jhi                                   on 2000/08/07  17:29:51
56449         Log: Tiny tidying on report_evil_fh().
56450      Branch: perl
56451            ! util.c
56452 ____________________________________________________________________________
56453 [  6540] By: jhi                                   on 2000/08/07  16:37:38
56454         Log: Make regular expression parse error messages easier to understand.
56455              
56456              Subject: Re: enhanced(?) regex error messages
56457              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
56458              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
56459              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
56460      Branch: perl
56461            ! regcomp.c
56462 ____________________________________________________________________________
56463 [  6539] By: jhi                                   on 2000/08/07  16:12:27
56464         Log: Make bless(REF, REF) a fatal error, add bless tests.
56465              
56466              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
56467              From: Hugo <hv@crypt.compulink.co.uk>
56468              Date: Mon, 07 Aug 2000 16:59:38 +0100
56469              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
56470      Branch: perl
56471            + t/op/bless.t
56472            ! MANIFEST pod/perldiag.pod pp.c sv.c
56473 ____________________________________________________________________________
56474 [  6538] By: jhi                                   on 2000/08/07  15:59:43
56475         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
56476              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
56477              Date: Thu, 3 Aug 2000 14:29:21 -0700
56478              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
56479      Branch: perl
56480            ! lib/lib_pm.PL
56481 ____________________________________________________________________________
56482 [  6537] By: jhi                                   on 2000/08/07  15:47:18
56483         Log: Retract #6419 for now since it breaks in AFS and MachTen.
56484      Branch: perl
56485            ! lib/Cwd.pm
56486 ____________________________________________________________________________
56487 [  6536] By: jhi                                   on 2000/08/07  15:05:29
56488         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
56489              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
56490              The security hole exists only in suidperls, which isn't
56491              installed or even built by default.
56492      Branch: perl
56493            ! perl.c
56494 ____________________________________________________________________________
56495 [  6535] By: jhi                                   on 2000/08/07  14:45:14
56496         Log: tr memory corruption fix from Simon Cozens.
56497      Branch: perl
56498            ! doop.c
56499 ____________________________________________________________________________
56500 [  6534] By: jhi                                   on 2000/08/06  11:38:16
56501         Log: Document a bit that UDP is not what you might think.
56502              
56503              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
56504              From: Lupe Christoph <lupe@lupe-christoph.de>
56505              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
56506              Date: Mon, 24 Jul 2000 08:59:15 +0200
56507      Branch: perl
56508            ! pod/perlipc.pod
56509 ____________________________________________________________________________
56510 [  6533] By: jhi                                   on 2000/08/06  11:35:01
56511         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
56512              From: Jeff Pinyan <jeffp@hut.crusoe.net>
56513              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
56514              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
56515      Branch: perl
56516            ! pod/perlfunc.pod
56517 ____________________________________________________________________________
56518 [  6532] By: jhi                                   on 2000/08/06  03:45:41
56519         Log: Have symbols for the IoTYPEs.
56520      Branch: perl
56521            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
56522 ____________________________________________________________________________
56523 [  6531] By: jhi                                   on 2000/08/06  01:33:55
56524         Log: Continue fixing the io warnings.  This also
56525              sort of fixes bug ID 20000802.003: the core dump
56526              is no more.  Whether the current behaviour is correct
56527              (giving a warning: "Not a format reference"), is another matter.
56528      Branch: perl
56529            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
56530            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
56531 ____________________________________________________________________________
56532 [  6530] By: jhi                                   on 2000/08/05  21:33:12
56533         Log: Change the Policy policy: now -Dprefix= with an existing
56534              Policy.sh and prefix == siteprefix == vendorprefix, then all
56535              of them follow along the new prefix.
56536              
56537              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
56538              From: Andy Dougherty <doughera@lafayette.edu>
56539              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
56540              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
56541      Branch: perl
56542            ! Policy_sh.SH
56543 ____________________________________________________________________________
56544 [  6529] By: jhi                                   on 2000/08/05  18:57:28
56545         Log: Zap lib/Sys directory when cleaning up.
56546      Branch: perl
56547            ! Makefile.SH
56548 ____________________________________________________________________________
56549 [  6528] By: jhi                                   on 2000/08/05  18:40:44
56550         Log: Essential prototype changes were missing from #6527.
56551              Also make report_evil_fh() more bomb-proof.
56552      Branch: perl
56553            ! embed.h util.c
56554 ____________________________________________________________________________
56555 [  6527] By: jhi                                   on 2000/08/05  03:22:05
56556         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
56557              From: "Ronald F. Guilmette" <rfg@monkeys.com>
56558              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
56559              Message-Id: <200007242247.PAA52177@monkeys.com>
56560      Branch: perl
56561            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
56562 ____________________________________________________________________________
56563 [  6526] By: jhi                                   on 2000/08/04  21:23:27
56564         Log: gcc versions might have (parentheses) in them.
56565      Branch: metaconfig/U/perl
56566            ! gccvers.U
56567      Branch: perl
56568            ! Configure config_h.SH
56569 ____________________________________________________________________________
56570 [  6525] By: jhi                                   on 2000/08/04  20:23:12
56571         Log: Weed buglets pointed out by
56572              
56573              From: Lupe Christoph <lupe@lupe-christoph.de>
56574              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
56575              Date: Fri, 4 Aug 2000 17:34:39 +0200
56576              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
56577      Branch: metaconfig/U/perl
56578            ! gccvers.U uselfs.U
56579      Branch: perl
56580            ! Configure config_h.SH
56581 ____________________________________________________________________________
56582 [  6524] By: jhi                                   on 2000/08/04  19:02:08
56583         Log: Warn under -w if lstat(FH) is attempted.
56584              
56585              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
56586              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
56587              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
56588              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
56589      Branch: perl
56590            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
56591            ! t/pragma/warn/pp_sys
56592 ____________________________________________________________________________
56593 [  6523] By: jhi                                   on 2000/08/04  12:31:11
56594         Log: Subject: New perlcc, take 2
56595              From: simon@brecon.co.uk (Simon Cozens)
56596              Date: 4 Aug 2000 06:21:04 GMT
56597              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
56598      Branch: perl
56599            ! utils/perlcc.PL
56600 ____________________________________________________________________________
56601 [  6522] By: jhi                                   on 2000/08/04  12:26:33
56602         Log: Subject: Re: Array vs. List context
56603              From: Daniel Chetlin <daniel@chetlin.com>
56604              Date: Fri, 4 Aug 2000 00:22:44 -0700
56605              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
56606      Branch: perl
56607            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
56608            ! pod/perlfaq4.pod
56609 ____________________________________________________________________________
56610 [  6521] By: jhi                                   on 2000/08/04  12:22:38
56611         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
56612              From: Raymund Will <ray@caldera.de>
56613              Date: Fri, 4 Aug 2000 12:07:09 +0200
56614              Message-Id: <20000804120709.A14982@caldera.de>
56615      Branch: perl
56616            ! configure.gnu
56617 ____________________________________________________________________________
56618 [  6520] By: jhi                                   on 2000/08/04  04:09:06
56619         Log: After the #6519 a warning about stat() is just that,
56620              not about a filetest, which now have their own warning.
56621      Branch: perl
56622            ! pod/perldiag.pod
56623 ____________________________________________________________________________
56624 [  6519] By: jhi                                   on 2000/08/04  04:06:30
56625         Log: In the warnings call filehandles consistently so;
56626              add "unopened" warning for stat().
56627      Branch: perl
56628            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
56629            ! t/pragma/warn/pp_sys
56630 ____________________________________________________________________________
56631 [  6518] By: jhi                                   on 2000/08/04  02:55:35
56632         Log: Subject: Minor tweak to perlvar.pod
56633              From: "Stephen P. Potter" <spp@ds.net>
56634              Date: Tue, 18 Apr 2000 09:26:03 -0400
56635              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
56636      Branch: perl
56637            ! pod/perlvar.pod
56638 ____________________________________________________________________________
56639 [  6517] By: jhi                                   on 2000/08/04  02:50:08
56640         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
56641              From: "Clinton Pierce" <cpierce1@ford.com>
56642              Date: Wed, 21 Jul 1999 16:45:31 -0400
56643              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
56644              
56645              Fix by Stephen Potter (visible in the bug db but not in p5p?)
56646      Branch: perl
56647            ! pod/perlfunc.pod pod/perlop.pod
56648 ____________________________________________________________________________
56649 [  6516] By: jhi                                   on 2000/08/04  02:09:25
56650         Log: This is 6512.  Really.
56651      Branch: perl
56652            ! dump.c
56653 ____________________________________________________________________________
56654 [  6515] By: jhi                                   on 2000/08/04  01:25:50
56655         Log: mention the idea of @( and @)
56656      Branch: perl
56657            ! Todo-5.6
56658 ____________________________________________________________________________
56659 [  6514] By: bailey                                on 2000/08/04  01:18:46
56660         Log: YA resync with mainstem, including VMS patches from others
56661      Branch: vmsperl
56662           +> (branch 48 files)
56663            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
56664           !> (integrate 354 files)
56665 ____________________________________________________________________________
56666 [  6513] By: jhi                                   on 2000/08/04  01:18:18
56667         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
56668              From: Mark Dickinson <dickins3@fas.harvard.edu>
56669              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
56670              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
56671      Branch: perl
56672            ! t/op/grent.t t/op/pwent.t
56673 ____________________________________________________________________________
56674 [  6512] By: jhi                                   on 2000/08/04  01:14:06
56675         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
56676              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56677              Date: Wed, 02 Aug 2000 10:51:01 +0100
56678              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
56679      Branch: perl
56680            ! sv.c
56681 ____________________________________________________________________________
56682 [  6511] By: jhi                                   on 2000/08/04  00:57:00
56683         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
56684              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56685              Date: Thu, 03 Aug 2000 17:20:04 -0700
56686              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
56687      Branch: metaconfig
56688            ! U/modified/Cppsym.U
56689      Branch: perl
56690            ! Configure config_h.SH
56691 ____________________________________________________________________________
56692 [  6510] By: jhi                                   on 2000/08/04  00:25:28
56693         Log: detypo
56694      Branch: perl
56695            ! Makefile.SH
56696 ____________________________________________________________________________
56697 [  6509] By: jhi                                   on 2000/08/03  23:43:18
56698         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
56699              From: Dominic Dunlop <domo@computer.org>
56700              Date: Thu, 3 Aug 2000 22:16:46 +0200
56701              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
56702      Branch: perl
56703            ! t/op/sprintf.t
56704 ____________________________________________________________________________
56705 [  6508] By: jhi                                   on 2000/08/03  23:40:37
56706         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
56707              From: Hugo <hv@crypt.compulink.co.uk>
56708              Date: Thu, 03 Aug 2000 18:25:30 +0100
56709              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
56710      Branch: perl
56711            ! regcomp.c t/op/re_tests
56712 ____________________________________________________________________________
56713 [  6507] By: jhi                                   on 2000/08/03  23:38:28
56714         Log: Subject: [PATCH] sv.h documentation - SvLEN
56715              From: Mike Guy <mjtg@cam.ac.uk>
56716              Date: Thu, 03 Aug 2000 14:43:09 +0100
56717              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
56718      Branch: perl
56719            ! sv.h
56720 ____________________________________________________________________________
56721 [  6506] By: jhi                                   on 2000/08/03  15:49:14
56722         Log: Disable the fix_pl hack for now.
56723      Branch: perl
56724            ! Makefile.SH
56725 ____________________________________________________________________________
56726 [  6505] By: jhi                                   on 2000/08/03  13:49:04
56727         Log: Add a URL for FSF.
56728              
56729              Subject: Patch for README
56730              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
56731              Date: Wed, 2 Aug 2000 13:25:09 -0500
56732              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
56733      Branch: perl
56734            ! README
56735 ____________________________________________________________________________
56736 [  6504] By: jhi                                   on 2000/08/03  13:29:19
56737         Log: Be more informative on what is skipped and why,
56738              also repeat the list at the end.
56739      Branch: perl
56740            ! Porting/p4desc
56741 ____________________________________________________________________________
56742 [  6503] By: jhi                                   on 2000/08/03  13:07:05
56743         Log: Circumvent the removal of .patch by fix_pl.
56744              
56745              Subject: Re: [ID 20000802.011] unable to 'make test'          
56746              From: simon@brecon.co.uk (Simon Cozens) 
56747              Date: 3 Aug 2000 04:17:00 GMT
56748              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
56749      Branch: perl
56750            ! Makefile.SH
56751 ____________________________________________________________________________
56752 [  6502] By: jhi                                   on 2000/08/03  00:14:34
56753         Log: Add the missing setproctitle unit.
56754      Branch: metaconfig/U/perl
56755            + d_setproctitle.U
56756 ____________________________________________________________________________
56757 [  6501] By: jhi                                   on 2000/08/03  00:00:26
56758         Log: The subtest 4 may fail also on VOBS, as pointed out
56759              by Nick Ing-Simmons in November 1999, bug id 19991124.003
56760              (but the failure in that bug report isn't the subtest 4).
56761      Branch: perl
56762            ! t/op/stat.t
56763 ____________________________________________________________________________
56764 [  6500] By: jhi                                   on 2000/08/02  23:49:30
56765         Log: Better skip message for the test; one of the two problems in
56766              
56767              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
56768              From: Lupe Christoph <lupe@lupe-christoph.de>
56769              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
56770              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
56771      Branch: perl
56772            ! t/op/numconvert.t
56773 ____________________________________________________________________________
56774 [  6499] By: jhi                                   on 2000/08/02  22:49:16
56775         Log: Allow "no Module;" even if there is no 'unimport'.
56776              
56777              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
56778              From: mjd@plover.com
56779              Date: 24 Mar 2000 15:24:34 -0000
56780              Message-Id: <20000324152434.15160.qmail@plover.com>
56781      Branch: perl
56782            ! gv.c
56783 ____________________________________________________________________________
56784 [  6498] By: jhi                                   on 2000/08/02  22:42:58
56785         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
56786              that are hopefully soon put into use.
56787      Branch: perl
56788            ! opcode.h opcode.pl opnames.h
56789 ____________________________________________________________________________
56790 [  6497] By: gsar                                  on 2000/08/02  22:28:59
56791         Log: require.t needs binmode() to work on windows
56792      Branch: perl
56793            ! t/comp/require.t
56794 ____________________________________________________________________________
56795 [  6496] By: jhi                                   on 2000/08/02  22:08:51
56796         Log: Document the IVdf UVuf UVof UVxf.
56797      Branch: perl
56798            ! pod/perlguts.pod
56799 ____________________________________________________________________________
56800 [  6495] By: jhi                                   on 2000/08/02  21:54:26
56801         Log: detypo #6494
56802      Branch: perl
56803            ! ext/Data/Dumper/Dumper.xs
56804 ____________________________________________________________________________
56805 [  6494] By: jhi                                   on 2000/08/02  21:49:17
56806         Log: Dump UVs as UVs in Data::Dumper.
56807              
56808              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
56809              From: Gurusamy Sarathy <gsar@ActiveState.com>
56810              Date: Thu, 27 Apr 2000 12:26:25 -0700
56811              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
56812      Branch: perl
56813            ! ext/Data/Dumper/Dumper.xs
56814 ____________________________________________________________________________
56815 [  6493] By: jhi                                   on 2000/08/02  17:01:58
56816         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
56817              From: Hugo <hv@crypt.compulink.co.uk>
56818              Date: Wed, 02 Aug 2000 14:53:56 +0100
56819              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
56820      Branch: perl
56821            ! regexec.c t/op/re_tests
56822 ____________________________________________________________________________
56823 [  6492] By: jhi                                   on 2000/08/02  15:02:46
56824         Log: The new setproctitle() feature is available only in 
56825              bleeding edge FreeBSD.  From Paul Saab.
56826      Branch: perl
56827            ! mg.c
56828 ____________________________________________________________________________
56829 [  6491] By: jhi                                   on 2000/08/02  13:34:36
56830         Log: The tr utf8 patching continues.
56831              
56832              Subject: Re: #6469, too many tests claimed in require.t
56833              From: simon@brecon.co.uk (Simon Cozens)
56834              Date: 2 Aug 2000 02:37:17 GMT
56835              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
56836              
56837              (the logic of the test was the wrong way round in the patch)
56838      Branch: perl
56839            ! doop.c
56840 ____________________________________________________________________________
56841 [  6490] By: jhi                                   on 2000/08/02  13:27:38
56842         Log: The name of a filehandle does not have <these>.
56843      Branch: perl
56844            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
56845            ! t/pragma/warn/pp_sys util.c
56846 ____________________________________________________________________________
56847 [  6489] By: jhi                                   on 2000/08/02  04:26:46
56848         Log: Remove the extraneous "main::" prefix from all the
56849              "opened only for", "on closed", and "never opened" warnings.
56850              
56851              Subject: Re: inappropriate warning
56852              From: Gurusamy Sarathy <gsar@ActiveState.com>
56853              Date: Mon, 20 Mar 2000 11:28:02 -0800
56854              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
56855      Branch: perl
56856            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
56857            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
56858            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
56859 ____________________________________________________________________________
56860 [  6488] By: jhi                                   on 2000/08/02  03:02:57
56861         Log: memcpy has n o in it, as pinted ut by Sarathy.
56862      Branch: perl
56863            ! pod/perlguts.pod
56864 ____________________________________________________________________________
56865 [  6487] By: jhi                                   on 2000/08/02  02:44:51
56866         Log: Document in one place the memory abstractions used in Perl core.
56867              
56868              Subject: Re: Memory abstraction
56869              From: simon@brecon.co.uk (Simon Cozens)
56870              Date: 2 Aug 2000 02:20:23 GMT
56871              Organization: Earth.li Origins
56872      Branch: perl
56873            ! pod/perlguts.pod
56874 ____________________________________________________________________________
56875 [  6486] By: jhi                                   on 2000/08/02  02:41:57
56876         Log: regen_headers, regen perltoc.
56877      Branch: perl
56878            ! perlapi.c pod/perltoc.pod
56879 ____________________________________________________________________________
56880 [  6485] By: jhi                                   on 2000/08/02  01:43:33
56881         Log: "This little thing tests for a file .patch, and if it contains
56882              a number, pops into patchlevel.h" (making it easier to track
56883              which development version people are reporting bugs against)
56884              
56885              Subject: Patchlevel autogeneration for repository perls
56886              From: simon@brecon.co.uk (Simon Cozens)
56887              Date: 14 Jul 2000 07:12:15 GMT
56888              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
56889      Branch: perl
56890            + fix_pl
56891            ! MANIFEST Makefile.SH
56892 ____________________________________________________________________________
56893 [  6484] By: jhi                                   on 2000/08/02  01:32:54
56894         Log: FreeBSD 3.* updates from
56895              
56896              From: Paul Saab <ps@yahoo-inc.com>
56897              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
56898              Date: Tue, 1 Aug 2000 15:41:39 -0700
56899              Message-Id: <20000801154139.A53740@yahoo-inc.com>
56900      Branch: perl
56901            ! hints/freebsd.sh
56902 ____________________________________________________________________________
56903 [  6483] By: jhi                                   on 2000/08/02  01:27:44
56904         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
56905              instead one must use setproctitle().  This was already addressed
56906              by change #6457, but the below has a new variant for FreeBSD 4.0
56907              or later, and the matter is also documented more.
56908              
56909              From: Paul Saab <ps@yahoo-inc.com>
56910              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
56911              Date: Tue, 1 Aug 2000 15:41:39 -0700
56912              Message-Id: <20000801154139.A53740@yahoo-inc.com>
56913      Branch: metaconfig/U/perl
56914            + i_libutil.U
56915      Branch: perl
56916            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
56917 ____________________________________________________________________________
56918 [  6482] By: jhi                                   on 2000/08/01  22:17:32
56919         Log: The test from this
56920              
56921              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
56922              Date: Sat, 15 Apr 2000 17:03:44 +0100
56923              From: Tom Hughes <tom@compton.nu>
56924              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
56925              
56926              was missing, the code change went in as #5989
56927              (which had a different test?)
56928      Branch: perl
56929            ! t/op/misc.t
56930 ____________________________________________________________________________
56931 [  6481] By: jhi                                   on 2000/08/01  21:48:38
56932         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
56933              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
56934              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
56935              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
56936      Branch: perl
56937            ! perl.h
56938 ____________________________________________________________________________
56939 [  6480] By: jhi                                   on 2000/08/01  18:05:28
56940         Log: Make p4desc to skip non-mainperl branches by default.
56941      Branch: perl
56942            ! Porting/p4desc
56943 ____________________________________________________________________________
56944 [  6479] By: jhi                                   on 2000/08/01  17:29:19
56945         Log: If gccosandvers is equal to osname, clear gccosandvers.
56946      Branch: metaconfig/U/perl
56947            ! gccvers.U
56948      Branch: perl
56949            ! Configure config_h.SH
56950 ____________________________________________________________________________
56951 [  6478] By: jhi                                   on 2000/08/01  15:54:08
56952         Log: BOM patching from Simon Cozens.
56953      Branch: perl
56954            ! toke.c
56955 ____________________________________________________________________________
56956 [  6477] By: jhi                                   on 2000/08/01  04:50:33
56957         Log: Stash away the largefiles flags and libswanted.
56958      Branch: perl
56959            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
56960 ____________________________________________________________________________
56961 [  6476] By: gsar                                  on 2000/08/01  04:24:24
56962         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
56963              on Windows)
56964      Branch: perl
56965            ! t/pragma/utf8.t utf8.c win32/win32.c
56966 ____________________________________________________________________________
56967 [  6475] By: jhi                                   on 2000/08/01  03:35:24
56968         Log: Make chr() for values >127 to create utf8 when under utf8.
56969              
56970              Subject: Re: uft8/chr()
56971              From: simon@brecon.co.uk (Simon Cozens)
56972              Date: 1 Aug 2000 02:37:02 GMT
56973              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
56974      Branch: perl
56975            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
56976 ____________________________________________________________________________
56977 [  6474] By: jhi                                   on 2000/08/01  02:36:18
56978         Log: In Digital UNIX warn if gcc explicitly chosen because even
56979              2.95.2 is known to cause problems.
56980      Branch: perl
56981            ! hints/dec_osf.sh
56982 ____________________________________________________________________________
56983 [  6473] By: jhi                                   on 2000/08/01  02:00:56
56984         Log: Make the safety catch for buggy gccs work with triple version
56985              numbers like 2.95.2.  Reported in
56986              
56987              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
56988              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
56989              Date: Mon, 31 Jul 2000 14:55:06 +0200
56990              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
56991      Branch: perl
56992            ! hints/dec_osf.sh
56993 ____________________________________________________________________________
56994 [  6472] By: jhi                                   on 2000/08/01  01:13:33
56995         Log: Subject: fix and question re: waitpid() under win32
56996              From: Brian Clarke <clarke@appliedmeta.com>
56997              Date: Fri, 28 Jul 2000 15:18:29 -0400
56998              Message-ID: <3981DC85.290314EB@appliedmeta.com>
56999              
57000              Slightly reformatted and WNOHANG # define moved to win32.h
57001              so that also POSIX.xs sees it, as suggsted by Sarathy.
57002      Branch: perl
57003            ! win32/win32.c win32/win32.h
57004 ____________________________________________________________________________
57005 [  6471] By: jhi                                   on 2000/08/01  00:55:05
57006         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
57007              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57008              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
57009              Date: Mon, 31 Jul 2000 13:28:51 +0100
57010              
57011              (aka ID 20000730.002)
57012      Branch: perl
57013            ! op.c t/op/tr.t
57014 ____________________________________________________________________________
57015 [  6470] By: jhi                                   on 2000/07/31  23:34:42
57016         Log: Document the problem with -P in HP-UX and its workaround.
57017              
57018              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
57019              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
57020              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
57021              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
57022      Branch: perl
57023            ! README.hpux
57024 ____________________________________________________________________________
57025 [  6469] By: jhi                                   on 2000/07/31  04:15:02
57026         Log: The swallow_bom() saga continues.  The #23 of require.t
57027              (UTF16-LE) still fails (silently, no output) but the #22
57028              (UTF16-BE) seems to be working now.  The root of the
57029              failure may be in sv_gets(): is it UTF-16LE-aware,
57030              especially when it comes to line endings? 
57031      Branch: perl
57032            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
57033            ! t/comp/require.t toke.c utf8.c
57034 ____________________________________________________________________________
57035 [  6468] By: jhi                                   on 2000/07/30  19:05:48
57036         Log: Find green threads before native threads.
57037              
57038              Subject: Re: Patch to jpl/JNI/Makefile.PL
57039              From: Jens Thomsen <jens@fiend.cis.com>
57040              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
57041              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
57042      Branch: perl
57043            ! jpl/JNI/Makefile.PL
57044 ____________________________________________________________________________
57045 [  6467] By: jhi                                   on 2000/07/30  18:36:22
57046         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
57047      Branch: perl
57048            ! doop.c
57049 ____________________________________________________________________________
57050 [  6466] By: jhi                                   on 2000/07/30  04:37:29
57051         Log: A new version of the "remove UPPERACSE string comparison"
57052              operators.  The problem with the previous one (change #6454)
57053              was that it was for Perl 5.6.0.  From Paul Marquess.
57054      Branch: perl
57055            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
57056            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
57057            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
57058 ____________________________________________________________________________
57059 [  6465] By: jhi                                   on 2000/07/29  22:39:56
57060         Log: Do not upgrade SVs into utf8 just because they participate
57061              in eq or cmp.  Reported and fix suggested in
57062              
57063              Subject: [ID 20000720.009] sv_eq UTF8 bug
57064              From: "Simon Cozens" <simon@othersideofthe.earth.li>
57065              Date: 21 Jul 2000 04:37:29 -0000
57066              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
57067              
57068              Exercise for the kind reader: should we or should we not
57069              cache the utf8 conversion alonside the SV? (as magic,
57070              as thestrxfrm()ed version is cached under use locale)
57071              Argue both for and against.
57072      Branch: perl
57073            ! sv.c
57074 ____________________________________________________________________________
57075 [  6464] By: jhi                                   on 2000/07/29  22:36:22
57076         Log: Subject: UTF8 concat
57077              From: simon@brecon.co.uk (Simon Cozens) 
57078              Date: 30 Jun 2000 06:13:25 GMT
57079              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
57080              
57081              (with a memory leak fixed, plus a few casts added)
57082              
57083              This also seems to help for
57084              
57085              Subject: [ID 20000716.015] join UTF8 weirdness
57086              From: root <root@ak-71.mind.de> 
57087              Date: Sat, 15 Jul 2000 15:29:54 +0200
57088              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
57089              
57090              (from Andreas König)
57091      Branch: perl
57092            ! pp_hot.c
57093 ____________________________________________________________________________
57094 [  6463] By: jhi                                   on 2000/07/29  00:55:39
57095         Log: Tune the comments and hopefully stop a memory leak.
57096      Branch: perl
57097            ! toke.c utf8.c
57098 ____________________________________________________________________________
57099 [  6462] By: jhi                                   on 2000/07/29  00:16:53
57100         Log: The problem described in this
57101              
57102              Subject: [ID 20000322.018] named chars aren't magical enough
57103              From: root <root@dixie.cscaper.com>     
57104              Date: Wed, 22 Mar 2000 18:37:42 -0700
57105              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
57106              
57107              has been fixed in perl 5.6.0 but just in case added a test
57108              to keep it away.  (The report from Joseph Hall.)
57109      Branch: perl
57110            ! t/lib/charnames.t
57111 ____________________________________________________________________________
57112 [  6461] By: jhi                                   on 2000/07/28  23:56:36
57113         Log: Tiny fixes for #6460.
57114      Branch: metaconfig/U/perl
57115            ! gccvers.U
57116      Branch: perl
57117            ! Configure config_h.SH
57118 ____________________________________________________________________________
57119 [  6460] By: jhi                                   on 2000/07/28  23:24:41
57120         Log: Warn if the version of the operating system used to compile gcc
57121              differs from the current version of the operating system.
57122              Also display the gcc compilation os and version in myconfig.
57123              Inspiration from
57124              
57125              Subject: Re: [ID 20000710.003] ERRORS!!         
57126              From: "Kurt D. Starsinic" <kstar@chapin.edu>
57127              Date: Mon, 10 Jul 2000 15:54:16 -0400
57128              Message-ID: <20000710155416.A1384@O2.chapin.edu>
57129      Branch: metaconfig/U/perl
57130            ! gccvers.U
57131      Branch: perl
57132            ! Configure config_h.SH myconfig.SH
57133 ____________________________________________________________________________
57134 [  6459] By: jhi                                   on 2000/07/28  22:00:32
57135         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
57136              letter to $Config{osvers}.
57137      Branch: metaconfig
57138            ! U/modified/Oldconfig.U
57139      Branch: perl
57140            ! Configure config_h.SH
57141 ____________________________________________________________________________
57142 [  6458] By: jhi                                   on 2000/07/28  04:15:39
57143         Log: Back out #6454, doesn't seem to work.
57144              (Reason: that patch was for perl 5.6.0, not perl-current)
57145              (A version of the patch for perl-current came in later as #6466)
57146      Branch: perl
57147            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
57148            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
57149            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
57150 ____________________________________________________________________________
57151 [  6457] By: jhi                                   on 2000/07/27  23:31:49
57152         Log: Use setproctitle() if available to modify $0.
57153              
57154              Subject: setting $* on BSD4 broken
57155              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
57156              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
57157              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
57158      Branch: metaconfig
57159            ! U/modified/Myinit.U
57160      Branch: perl
57161            ! Configure config_h.SH mg.c
57162 ____________________________________________________________________________
57163 [  6456] By: jhi                                   on 2000/07/27  14:50:47
57164         Log: Allow "no AutoLoader;", based on change #6444,
57165              suggested by Graham Barr.
57166      Branch: perl
57167            ! lib/AutoLoader.pm
57168 ____________________________________________________________________________
57169 [  6455] By: jhi                                   on 2000/07/27  14:19:10
57170         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
57171              From: rspier@pobox.com (Robert Spier)
57172              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
57173              Message-ID: <14720.15855.787664.424783@rls.cx>
57174      Branch: perl
57175            ! pod/perldiag.pod
57176 ____________________________________________________________________________
57177 [  6454] By: jhi                                   on 2000/07/27  14:03:02
57178         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
57179              for a long time).
57180              
57181              Reported in
57182              
57183              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
57184              From: Ryan Herbert <rherbert@sycamorehq.com>
57185              Date: Mon, 17 Jul 2000 11:40:42 -0400
57186              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
57187              
57188              Patched in
57189              
57190              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
57191              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57192              Date: Wed, 26 Jul 2000 23:40:18 +0100
57193              Message-ID: <000001bff752$79511880$0a17073e@tiny>
57194              
57195              based on an earlier patch from Stephen P. Potter.
57196              
57197              (Removed later by change #6458 because this patch was for
57198              perl 5.6.0, not perl-current)
57199      Branch: perl
57200            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
57201            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
57202            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
57203 ____________________________________________________________________________
57204 [  6453] By: jhi                                   on 2000/07/27  13:48:02
57205         Log: Subject: [PATCH] fixes bug 20000508.004
57206              From: Michael Stevens <mstevens@globnix.org>
57207              Date: Thu, 27 Jul 2000 13:49:04 +0100
57208              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
57209      Branch: perl
57210            ! pod/perldata.pod
57211 ____________________________________________________________________________
57212 [  6452] By: jhi                                   on 2000/07/26  23:51:26
57213         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
57214              and Craig A. Berry.
57215      Branch: perl
57216            ! lib/File/Temp.pm pod/perlport.pod
57217 ____________________________________________________________________________
57218 [  6451] By: jhi                                   on 2000/07/26  19:43:30
57219         Log: Be wary of close()s, too.
57220              
57221              Subject: Re: [PATCH] perlbug cleanup
57222              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57223              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
57224              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
57225      Branch: perl
57226            ! utils/perlbug.PL
57227 ____________________________________________________________________________
57228 [  6450] By: jhi                                   on 2000/07/26  18:41:40
57229         Log: Subject: Minor doc patch: handy.h
57230              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
57231              Date: Wed, 26 Jul 2000 15:34:25 -0300
57232              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
57233      Branch: perl
57234            ! handy.h pod/perlapi.pod
57235 ____________________________________________________________________________
57236 [  6449] By: jhi                                   on 2000/07/26  18:23:55
57237         Log: Subject: [PATCH] minor doc change - perlguts
57238              From: Michael Stevens <mstevens@globnix.org>
57239              Date: Thu, 13 Jul 2000 12:39:18 +0100
57240              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
57241      Branch: perl
57242            ! pod/perlguts.pod
57243 ____________________________________________________________________________
57244 [  6448] By: jhi                                   on 2000/07/26  18:20:30
57245         Log: open() wariness in perlbug.
57246              
57247              Subject: [PATCH] perlbug cleanup
57248              From: Michael Stevens <mstevens@globnix.org>
57249              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
57250              Date: Thu, 13 Jul 2000 15:52:23 +0100
57251      Branch: perl
57252            ! utils/perlbug.PL
57253 ____________________________________________________________________________
57254 [  6447] By: jhi                                   on 2000/07/26  18:13:04
57255         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
57256      Branch: perl
57257            ! lib/File/Temp.pm t/lib/ftmp-security.t
57258 ____________________________________________________________________________
57259 [  6446] By: jhi                                   on 2000/07/26  18:06:32
57260         Log: docfix from Peter Scott <Peter@PSDT.com>.
57261      Branch: perl
57262            ! pod/perlfunc.pod
57263 ____________________________________________________________________________
57264 [  6445] By: jhi                                   on 2000/07/26  17:53:31
57265         Log: Fix *foo{FORMAT}.
57266              
57267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57268              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
57269              Date: Wed, 26 Jul 2000 19:51:02 +0200
57270              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
57271              
57272              From: Graham Barr <gbarr@pobox.com>
57273              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
57274              Date: Wed, 26 Jul 2000 17:38:36 +0100
57275              Message-ID: <20000726173836.L472@pobox.com>
57276      Branch: perl
57277            ! pp.c sv.c t/op/gv.t
57278 ____________________________________________________________________________
57279 [  6444] By: jhi                                   on 2000/07/26  17:49:14
57280         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
57281              from Graham Barr in the module list.
57282      Branch: perl
57283            ! gv.c pod/perlobj.pod
57284 ____________________________________________________________________________
57285 [  6443] By: jhi                                   on 2000/07/26  16:06:56
57286         Log: More split() doc and test patches from Mike Guy.
57287      Branch: perl
57288            ! pod/perlfunc.pod t/op/split.t
57289 ____________________________________________________________________________
57290 [  6442] By: jhi                                   on 2000/07/26  16:05:30
57291         Log: MacOS nits from Matthias Neeracher.
57292      Branch: perl
57293            ! perl.c pp_ctl.c
57294 ____________________________________________________________________________
57295 [  6441] By: jhi                                   on 2000/07/26  04:39:57
57296         Log: Subject: [PATCH] split /^/
57297              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57298              Date: Tue, 25 Jul 2000 14:18:57 +0100
57299              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
57300              
57301              (with notes from tchrist and gbarr)
57302      Branch: perl
57303            ! pod/perlfunc.pod t/op/split.t
57304 ____________________________________________________________________________
57305 [  6440] By: jhi                                   on 2000/07/26  04:32:32
57306         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
57307              From: Peter Prymmer <pvhp@forte.com>
57308              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
57309              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
57310      Branch: perl
57311            ! vms/munchconfig.c
57312 ____________________________________________________________________________
57313 [  6439] By: jhi                                   on 2000/07/26  04:31:01
57314         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
57315              to be fatal errors (instead of by default ignoring them, and
57316              ignoring with a bug: even though -w gave an error, the opening [
57317              was left in)  Reported in:
57318              
57319              Subject: [ID 20000716.024] [=cc=] / [:blank:]
57320              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
57321              Date: Sun, 16 Jul 2000 17:55:29 -0700
57322              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
57323      Branch: perl
57324            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
57325 ____________________________________________________________________________
57326 [  6438] By: jhi                                   on 2000/07/25  15:41:15
57327         Log: Subject: [PATCH] av.c apidoc
57328              From: simon@brecon.co.uk (Simon Cozens)
57329              Date: 24 Jul 2000 06:40:52 GMT
57330              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
57331      Branch: perl
57332            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
57333            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
57334 ____________________________________________________________________________
57335 [  6437] By: jhi                                   on 2000/07/25  14:05:36
57336         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
57337              From: "Stephen P. Potter" <spp@ds.net>
57338              Date: Mon, 24 Jul 2000 14:22:23 -0400
57339              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
57340      Branch: perl
57341            ! pod/perllocale.pod
57342 ____________________________________________________________________________
57343 [  6436] By: jhi                                   on 2000/07/25  14:02:03
57344         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
57345              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57346              Date: Mon, 24 Jul 2000 18:04:28 +0100
57347              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
57348      Branch: perl
57349            ! t/lib/syslfs.t t/op/lfs.t
57350 ____________________________________________________________________________
57351 [  6435] By: jhi                                   on 2000/07/25  13:59:28
57352         Log: Get UTF16 BOMs working.  Patch from
57353              
57354              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
57355              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57356              Date: Tue, 25 Jul 2000 12:52:45 +0100
57357              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
57358              
57359              and notes from
57360              
57361              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
57362              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57363              Date: Tue, 25 Jul 2000 11:43:25 +0100
57364              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
57365      Branch: perl
57366            ! t/comp/require.t toke.c utf8.c
57367 ____________________________________________________________________________
57368 [  6434] By: jhi                                   on 2000/07/25  02:39:54
57369         Log: Make the "uninit variable" warning to say "concat or string"
57370              or "join or string" when in concat or join .
57371              
57372              Subject: Re: [ID 20000403.009] uninitialised concatenation???
57373              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57374              Date: Tue, 04 Apr 2000 18:22:58 +0100
57375              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
57376              
57377              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
57378              From: William R Ward <hermit@BayView.COM>
57379              Date: Thu, 30 Mar 2000 19:50:03 -0800
57380              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
57381      Branch: perl
57382            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
57383            ! t/pragma/warn/op t/pragma/warn/sv
57384 ____________________________________________________________________________
57385 [  6433] By: jhi                                   on 2000/07/24  17:52:56
57386         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
57387      Branch: perl
57388            ! lib/File/Spec/VMS.pm
57389 ____________________________________________________________________________
57390 [  6432] By: jhi                                   on 2000/07/24  17:44:44
57391         Log: Test cases for #6431.
57392              
57393              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
57394              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57395              Date: Mon, 24 Jul 2000 15:32:29 +0100
57396              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
57397      Branch: perl
57398            ! t/op/pat.t t/op/split.t
57399 ____________________________________________________________________________
57400 [  6431] By: jhi                                   on 2000/07/24  17:43:17
57401         Log: Bind op fix.
57402              
57403              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
57404              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57405              Date: Mon, 17 Jul 2000 20:04:56 +0100
57406              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
57407      Branch: perl
57408            ! op.c
57409 ____________________________________________________________________________
57410 [  6430] By: jhi                                   on 2000/07/24  03:42:42
57411         Log: Subject: [ID 20000716.023] syslog test fails without sockets
57412              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57413              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
57414              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
57415      Branch: metaconfig/U/perl
57416            ! Extensions.U
57417      Branch: perl
57418            ! Configure config_h.SH
57419 ____________________________________________________________________________
57420 [  6429] By: jhi                                   on 2000/07/24  03:11:52
57421         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
57422              case, but add also notes explaining the relationship of this
57423              patch and the earlier notes by Sarathy.
57424              
57425              Subject: Map is still slow
57426              From: "Ben Tilly" <ben_tilly@hotmail.com>
57427              Date: Sat, 15 Jul 2000 17:23:27 EDT
57428              Message-ID: <20000715212327.21656.qmail@hotmail.com>
57429      Branch: perl
57430            ! pp_ctl.c
57431 ____________________________________________________________________________
57432 [  6428] By: jhi                                   on 2000/07/24  02:58:52
57433         Log: Documentation to explain the behaviour of map().
57434              
57435              Subject: Re: Map is still slow 
57436              From: Gurusamy Sarathy <gsar@ActiveState.com>
57437              Date: Sat, 15 Jul 2000 16:05:09 -0700
57438              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
57439      Branch: perl
57440            ! pp_ctl.c
57441 ____________________________________________________________________________
57442 [  6427] By: jhi                                   on 2000/07/24  02:50:03
57443         Log: Add tests for
57444              [ID 19991110.003] another matching finding by pcre author
57445              which has already been fixed by some patch, as verified in
57446              
57447              Subject: Re: two regex bugs from the mists of time (well, last November)
57448              From: Hugo <hv@crypt.compulink.co.uk>
57449              Date: Sat, 22 Jul 2000 18:12:58 +0100
57450              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
57451      Branch: perl
57452            ! t/op/re_tests
57453 ____________________________________________________________________________
57454 [  6426] By: jhi                                   on 2000/07/24  02:11:20
57455         Log: A missing 'break' after the [[:space:]] switch case.
57456              
57457              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
57458              From: "Stephen P. Potter" <spp@ds.net>
57459              Date: Tue, 18 Jul 2000 16:25:17 -0400
57460              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
57461      Branch: perl
57462            ! regcomp.c
57463 ____________________________________________________________________________
57464 [  6425] By: jhi                                   on 2000/07/24  02:06:12
57465         Log: The output might have been produced in the wrong order.
57466              
57467              Subject: [ID 20000720.003] [PATCH] t/op/write.t
57468              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57469              Date: Thu, 20 Jul 2000 18:49:18 +0100
57470              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
57471      Branch: perl
57472            ! t/op/write.t
57473 ____________________________________________________________________________
57474 [  6424] By: jhi                                   on 2000/07/24  02:00:07
57475         Log: Use STDOUT consistently.
57476              
57477              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
57478              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57479              Date: Thu, 20 Jul 2000 18:04:01 +0100
57480              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
57481      Branch: perl
57482            ! lib/Test/Harness.pm
57483 ____________________________________________________________________________
57484 [  6423] By: jhi                                   on 2000/07/24  01:54:54
57485         Log: Protect against "wild next"s, that is, callbacks doing "next"
57486              instead of "return".
57487              
57488              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
57489              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57490              Date: Tue, 18 Jul 2000 11:30:16 +0100
57491              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
57492      Branch: perl
57493            ! lib/File/Find.pm
57494 ____________________________________________________________________________
57495 [  6422] By: jhi                                   on 2000/07/24  01:35:47
57496         Log: Out-of-date note removed.
57497              
57498              Subject: [PATCH] documentation perlipc
57499              From: rspier@pobox.com (Robert Spier)
57500              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
57501              Message-ID: <14711.35178.572612.502654@rls.cx>
57502      Branch: perl
57503            ! pod/perlipc.pod
57504 ____________________________________________________________________________
57505 [  6421] By: jhi                                   on 2000/07/24  00:09:18
57506         Log: Send all installperl messages to STDERR and be -w clean.
57507              
57508              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
57509              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57510              Date: Sat, 22 Jul 2000 14:02:11 +0100
57511              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
57512      Branch: perl
57513            ! installperl
57514 ____________________________________________________________________________
57515 [  6420] By: jhi                                   on 2000/07/24  00:04:19
57516         Log: Decutandpasto.
57517              
57518              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
57519              From: "Richard Soderberg" <rs@crystalflame.net>
57520              Date: Sun, 23 Jul 2000 01:37:23 -0700
57521              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
57522      Branch: perl
57523            ! pod/perlipc.pod
57524 ____________________________________________________________________________
57525 [  6419] By: jhi                                   on 2000/07/24  00:01:12
57526         Log: A cleaner abs_path().
57527              Subject: Re: unix alternative to Cwd.pm
57528              From: Jeff Pinyan <jeffp@crusoe.net>
57529              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
57530              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
57531      Branch: perl
57532            ! lib/Cwd.pm
57533 ____________________________________________________________________________
57534 [  6418] By: jhi                                   on 2000/07/23  23:48:56
57535         Log: Detypo.
57536              
57537              Subject: [PATCH perl-current] Typo in hints/powerux.sh
57538              From: "Richard Soderberg" <rs@crystalflame.net>
57539              Date: Sun, 23 Jul 2000 01:27:33 -0700
57540              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
57541      Branch: perl
57542            ! hints/powerux.sh
57543 ____________________________________________________________________________
57544 [  6417] By: jhi                                   on 2000/07/17  22:13:31
57545         Log: Subject: SDBM_File documentation
57546              From: mjd@plover.com
57547              Date: 16 Jul 2000 17:41:17 -0000
57548              Message-ID: <20000716174117.18515.qmail@plover.com>
57549      Branch: perl
57550            ! ext/SDBM_File/SDBM_File.pm
57551 ____________________________________________________________________________
57552 [  6416] By: jhi                                   on 2000/07/17  19:13:26
57553         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
57554      Branch: perl
57555            ! hints/mpeix.sh mpeix/relink
57556 ____________________________________________________________________________
57557 [  6415] By: jhi                                   on 2000/07/15  14:11:02
57558         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
57559              the utf8 'characters' can be more than one octet).
57560              
57561              Date: Sat, 15 Jul 2000 00:21:56 +0100
57562              From: Tom Hughes <tom@compton.nu>
57563              Subject: Re: [ID 20000714.002]
57564              Message-ID: <db2334de49.tom@compton.compton.nu>
57565              
57566              Reported in
57567              
57568              Subject: [ID 20000714.002]
57569              From: "Simon Cozens" <simon@othersideofthe.earth.li>
57570              Date: 14 Jul 2000 15:13:09 -0000
57571              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
57572      Branch: perl
57573            ! doop.c
57574 ____________________________________________________________________________
57575 [  6414] By: jhi                                   on 2000/07/15  03:13:41
57576         Log: another VMS build tweak from Peter Prymmer
57577      Branch: perl
57578            ! vms/descrip_mms.template
57579 ____________________________________________________________________________
57580 [  6413] By: jhi                                   on 2000/07/15  03:10:40
57581         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
57582      Branch: perl
57583            ! vms/perlvms.pod
57584 ____________________________________________________________________________
57585 [  6412] By: jhi                                   on 2000/07/15  00:31:05
57586         Log: More docs for sv functions.
57587              
57588              Subject: [PATCH cfgperl] sv.c apidoc
57589              From: simon@brecon.co.uk (Simon Cozens)
57590              Date: 13 Jul 2000 09:00:20 GMT
57591              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
57592              
57593              Subject: Re: [PATCH cfgperl] sv.c apidoc
57594              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57595              Date: Thu, 13 Jul 2000 12:27:41 +0100
57596              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
57597              
57598              Subject: Re: [PATCH cfgperl] sv.c apidoc
57599              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57600              Date: Thu, 13 Jul 2000 13:23:09 +0100
57601              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
57602              
57603              Subject: Re: [PATCH cfgperl] sv.c apidoc
57604              From: simon@brecon.co.uk (Simon Cozens)
57605              Date: 14 Jul 2000 06:51:02 GMT
57606              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
57607      Branch: perl
57608            ! embed.pl pod/perlapi.pod sv.c
57609 ____________________________________________________________________________
57610 [  6411] By: jhi                                   on 2000/07/15  00:10:41
57611         Log: lib/b test fixes from Peter Prymmer.
57612      Branch: perl
57613            ! t/lib/b.t
57614 ____________________________________________________________________________
57615 [  6410] By: jhi                                   on 2000/07/15  00:02:09
57616         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
57617              From: Hugo <hv@crypt.compulink.co.uk>
57618              Date: Fri, 14 Jul 2000 23:05:20 +0100
57619              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
57620              
57621              Didn't anymore apply, but that point still could use another fix.
57622      Branch: perl
57623            ! pod/perlfunc.pod
57624 ____________________________________________________________________________
57625 [  6409] By: jhi                                   on 2000/07/14  23:15:15
57626         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
57627              not in pod, from Peter Prymmer
57628      Branch: perl
57629            ! vms/descrip_mms.template
57630 ____________________________________________________________________________
57631 [  6408] By: jhi                                   on 2000/07/14  20:35:05
57632         Log: The bug report
57633              [ID 19991110.002] minimal matching discrepancy found by pcre author
57634              seems to have been fixed (though differently from what was suggested
57635              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
57636      Branch: perl
57637            ! t/op/re_tests
57638 ____________________________________________________________________________
57639 [  6407] By: jhi                                   on 2000/07/14  17:38:08
57640         Log: Fix AutoSplit to use File::Spec the right way in VMS,
57641              from Peter Prymmer.
57642      Branch: perl
57643            ! lib/AutoSplit.pm
57644 ____________________________________________________________________________
57645 [  6406] By: jhi                                   on 2000/07/14  14:13:22
57646         Log: Merge perlhacktut into perlhack, update perlguts.
57647              
57648              Subject: Re: Perlhacktut
57649              From: simon@brecon.co.uk (Simon Cozens)
57650              Date: 14 Jul 2000 06:49:21 GMT
57651              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
57652              
57653              Subject: Re: Perlhacktut
57654              From: simon@brecon.co.uk (Simon Cozens)
57655              Date: 14 Jul 2000 07:09:45 GMT
57656              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
57657      Branch: perl
57658            ! pod/perlguts.pod pod/perlhack.pod
57659 ____________________________________________________________________________
57660 [  6405] By: jhi                                   on 2000/07/14  14:02:31
57661         Log: Integrate with Sarathy.
57662      Branch: cfgperl
57663           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
57664           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
57665           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
57666 ____________________________________________________________________________
57667 [  6404] By: gsar                                  on 2000/07/14  12:15:02
57668         Log: PERL_OBJECT build tweaks
57669      Branch: perl
57670            ! toke.c
57671 ____________________________________________________________________________
57672 [  6403] By: gsar                                  on 2000/07/14  11:23:41
57673         Log: inconsistent types needs casts
57674      Branch: perl
57675            ! toke.c
57676 ____________________________________________________________________________
57677 [  6402] By: gsar                                  on 2000/07/14  11:12:04
57678         Log: typos in change#6399, regen headers
57679      Branch: perl
57680            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
57681 ____________________________________________________________________________
57682 [  6401] By: gsar                                  on 2000/07/14  10:59:12
57683         Log: typecasts needed for change#6394
57684      Branch: perl
57685            ! toke.c
57686 ____________________________________________________________________________
57687 [  6400] By: gsar                                  on 2000/07/14  10:49:37
57688         Log: integrate cfgperl contents into mainline
57689      Branch: perl
57690           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
57691           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
57692 ____________________________________________________________________________
57693 [  6399] By: gsar                                  on 2000/07/14  10:38:35
57694         Log: enable UTF-16 filter by default if relevant BOM is seen; various
57695              cleanups (typos, misformatted code, and small bugs)
57696      Branch: perl
57697            ! doop.c embed.pl mg.c op.c pp.c toke.c
57698 ____________________________________________________________________________
57699 [  6398] By: gsar                                  on 2000/07/14  08:55:38
57700         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
57701              name suggests anyway)
57702      Branch: perl
57703            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
57704 ____________________________________________________________________________
57705 [  6397] By: gsar                                  on 2000/07/14  08:44:33
57706         Log: move new variables to the end of the interpreter structure (for
57707              bincompat in code that doesn't #include XSUB.h)
57708      Branch: perl
57709            ! intrpvar.h
57710 ____________________________________________________________________________
57711 [  6396] By: gsar                                  on 2000/07/14  08:13:58
57712         Log: MakeMaker should not remove editor backups (*~) on `make clean`
57713              by default (completes change#6383)
57714      Branch: perl
57715            ! lib/ExtUtils/MM_Unix.pm
57716 ____________________________________________________________________________
57717 [  6395] By: jhi                                   on 2000/07/14  05:20:33
57718         Log: Replace change #6337 with a better one.
57719              
57720              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
57721              From: Hugo <hv@crypt.compulink.co.uk>
57722              Date: Fri, 14 Jul 2000 04:16:20 +0100
57723              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
57724      Branch: cfgperl
57725            ! regexec.c t/op/re_tests
57726 ____________________________________________________________________________
57727 [  6394] By: jhi                                   on 2000/07/14  01:33:59
57728         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
57729      Branch: cfgperl
57730            ! embed.pl global.sym proto.h toke.c
57731 ____________________________________________________________________________
57732 [  6393] By: jhi                                   on 2000/07/13  23:41:23
57733         Log: remove discarded test
57734      Branch: cfgperl
57735            ! MANIFEST
57736 ____________________________________________________________________________
57737 [  6392] By: jhi                                   on 2000/07/13  23:32:25
57738         Log: The {multiplier} of a fixed substring was overlooked which
57739              caused a wrong initial search offset for that substring.
57740              
57741              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
57742              From: Hugo <hv@crypt.compulink.co.uk>
57743              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
57744              Date: Thu, 13 Jul 2000 19:27:13 +0100
57745      Branch: cfgperl
57746            ! regcomp.c t/op/re_tests
57747 ____________________________________________________________________________
57748 [  6391] By: jhi                                   on 2000/07/13  16:37:42
57749         Log: typo fix from Craig Berry
57750      Branch: cfgperl
57751            ! vms/subconfigure.com
57752 ____________________________________________________________________________
57753 [  6390] By: jhi                                   on 2000/07/13  13:20:12
57754         Log: Integrate with Sarathy.
57755      Branch: cfgperl
57756            - t/op/method2entersub.t
57757           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
57758           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
57759           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
57760           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
57761 ____________________________________________________________________________
57762 [  6389] By: jhi                                   on 2000/07/13  13:18:48
57763         Log: Detypo from Peter Prymmer, part of #6388.
57764      Branch: cfgperl
57765            ! Configure config_h.SH
57766      Branch: metaconfig
57767            ! U/modified/d_longlong.U
57768 ____________________________________________________________________________
57769 [  6388] By: gsar                                  on 2000/07/13  06:33:40
57770         Log: typos (spotted by Peter Prymmer)
57771      Branch: perl
57772            ! Configure t/lib/english.t
57773 ____________________________________________________________________________
57774 [  6387] By: gsar                                  on 2000/07/13  05:35:28
57775         Log: new selfloader.t in change#6183 doesn't close DATA handles,
57776              and thus fails to clean up tmp files on dosish platforms
57777      Branch: perl
57778            ! t/lib/selfloader.t
57779 ____________________________________________________________________________
57780 [  6386] By: gsar                                  on 2000/07/12  21:42:39
57781         Log: sprintf test tweaks (from Dominic Dunlop)
57782      Branch: perl
57783            ! t/op/sprintf.t
57784 ____________________________________________________________________________
57785 [  6385] By: gsar                                  on 2000/07/12  21:33:46
57786         Log: fix bugs in processing %v-*d and similar format specs (from
57787              Avi Finkel <avi@finkel.org>)
57788      Branch: perl
57789            ! sv.c t/op/sprintf.t
57790 ____________________________________________________________________________
57791 [  6384] By: gsar                                  on 2000/07/12  16:04:19
57792         Log: readd missing perldelta.pod changes from changes#6339,6376
57793      Branch: perl
57794            ! pod/perldelta.pod
57795 ____________________________________________________________________________
57796 [  6383] By: gsar                                  on 2000/07/12  16:00:51
57797         Log: don't clobber *.orig files on *clean targets
57798      Branch: perl
57799            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
57800 ____________________________________________________________________________
57801 [  6382] By: gsar                                  on 2000/07/12  07:59:12
57802         Log: fix broken integrations in cfgperl
57803      Branch: cfgperl
57804           !> Changes pod/perldelta.pod
57805 ____________________________________________________________________________
57806 [  6381] By: gsar                                  on 2000/07/12  07:42:17
57807         Log: integrate cfgperl changes into mainline
57808      Branch: perl
57809            ! Changes
57810           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
57811           !> pod/perlre.pod
57812 ____________________________________________________________________________
57813 [  6380] By: gsar                                  on 2000/07/12  07:31:00
57814         Log: get sprintf.t to adjust properly for 3-digit exponents
57815      Branch: perl
57816            ! t/op/sprintf.t
57817 ____________________________________________________________________________
57818 [  6379] By: gsar                                  on 2000/07/12  06:40:04
57819         Log: change#6174 needs corresponding change in win32/config_h.PL,
57820              which grovels through config_h.SH to find the config.h name
57821      Branch: perl
57822            ! win32/config_h.PL
57823 ____________________________________________________________________________
57824 [  6378] By: jhi                                   on 2000/07/12  05:03:59
57825         Log: Do the cc sanity check both before the hints and
57826              after the cc selction.
57827      Branch: cfgperl
57828            ! Configure config_h.SH
57829      Branch: metaconfig
57830            ! U/modified/Oldconfig.U U/modified/cc.U
57831      Branch: metaconfig/U/perl
57832            + Checkcc.U
57833 ____________________________________________________________________________
57834 [  6377] By: jhi                                   on 2000/07/12  02:49:22
57835         Log: Fix nits noticed by Boston.pm.
57836      Branch: cfgperl
57837            ! pod/perlre.pod
57838 ____________________________________________________________________________
57839 [  6376] By: jhi                                   on 2000/07/11  21:22:13
57840         Log: Configure cosmetics and perldelta.
57841      Branch: cfgperl
57842            ! Configure config_h.SH pod/perldelta.pod
57843      Branch: metaconfig
57844            ! U/modified/cc.U
57845 ____________________________________________________________________________
57846 [  6375] By: gsar                                  on 2000/07/11  21:17:35
57847         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
57848      Branch: perl
57849            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
57850            ! win32/win32sck.c
57851 ____________________________________________________________________________
57852 [  6374] By: gsar                                  on 2000/07/11  20:48:50
57853         Log: tweak for build failure under multiplicity
57854      Branch: perl
57855            ! toke.c
57856 ____________________________________________________________________________
57857 [  6373] By: gsar                                  on 2000/07/11  20:37:23
57858         Log: integrate cfgperl changes#6325..6373 into mainline
57859              (NOTE: today's batch of integrations still untested)
57860      Branch: perl
57861           +> ext/DynaLoader/hints/netbsd.pl
57862            ! Changes
57863           !> (integrate 26 files)
57864 ____________________________________________________________________________
57865 [  6372] By: jhi                                   on 2000/07/11  20:30:36
57866         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
57867              regen perltoc.
57868      Branch: cfgperl
57869            + pod/perlbook.pod
57870            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
57871            ! pod/perltoc.pod
57872 ____________________________________________________________________________
57873 [  6371] By: jhi                                   on 2000/07/11  20:08:56
57874         Log: Minor cleanups on the booklist.
57875      Branch: cfgperl
57876            ! pod/perlfaq2.pod
57877 ____________________________________________________________________________
57878 [  6370] By: jhi                                   on 2000/07/11  19:31:13
57879         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
57880      Branch: cfgperl
57881            ! t/pragma/overload.t
57882 ____________________________________________________________________________
57883 [  6369] By: gsar                                  on 2000/07/11  19:27:48
57884         Log: integrate cfgperl changes#6293..6324 into mainline
57885      Branch: perl
57886           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
57887            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
57888           !> (integrate 30 files)
57889 ____________________________________________________________________________
57890 [  6368] By: gsar                                  on 2000/07/11  19:18:57
57891         Log: skip integrate of problematic change#6292 from cfgperl into mainline
57892      Branch: perl
57893           !> pp_hot.c
57894 ____________________________________________________________________________
57895 [  6367] By: gsar                                  on 2000/07/11  19:17:21
57896         Log: integrate cfgperl changes#6288..6290 into mainline
57897      Branch: perl
57898           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
57899 ____________________________________________________________________________
57900 [  6366] By: gsar                                  on 2000/07/11  19:11:18
57901         Log: integrate cfgperl changes#6268..6282 into mainline
57902      Branch: perl
57903           !> (integrate 30 files)
57904 ____________________________________________________________________________
57905 [  6365] By: gsar                                  on 2000/07/11  18:57:00
57906         Log: delete new accidentally branched file
57907      Branch: perl
57908            - t/op/method2entersub.t
57909 ____________________________________________________________________________
57910 [  6364] By: gsar                                  on 2000/07/11  18:55:13
57911         Log: skip integrate of change#6267 from cfgperl into mainline (the
57912              method call optimization is flawed without additional hints
57913              from user about immutableness of @ISA and no runtime method
57914              definitions)
57915      Branch: perl
57916           +> t/op/method2entersub.t
57917           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
57918           !> perl.h t/op/sprintf.t xsutils.c
57919 ____________________________________________________________________________
57920 [  6363] By: gsar                                  on 2000/07/11  18:49:43
57921         Log: integrate cfgperl changes#6261..6266 into mainline
57922      Branch: perl
57923           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
57924           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
57925           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
57926           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
57927 ____________________________________________________________________________
57928 [  6362] By: gsar                                  on 2000/07/11  18:43:26
57929         Log: integrate cfgperl changes#6252..6260 into mainline
57930      Branch: perl
57931           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
57932           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
57933           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
57934           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
57935 ____________________________________________________________________________
57936 [  6361] By: gsar                                  on 2000/07/11  18:37:12
57937         Log: skip integrate of problematic change#6251 from cfgperl into mainline
57938      Branch: perl
57939           !> lib/Exporter.pm
57940 ____________________________________________________________________________
57941 [  6360] By: gsar                                  on 2000/07/11  18:34:56
57942         Log: integrate cfgperl change#6250 into mainline
57943      Branch: perl
57944           +> t/op/my_stash.t
57945           !> MANIFEST embed.pl proto.h toke.c
57946 ____________________________________________________________________________
57947 [  6359] By: gsar                                  on 2000/07/11  18:21:19
57948         Log: integrate cfgperl changes#6242..6249 into mainline
57949      Branch: perl
57950           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
57951           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
57952           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
57953           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
57954           !> t/lib/peek.t utf8.c
57955 ____________________________________________________________________________
57956 [  6358] By: gsar                                  on 2000/07/11  18:15:45
57957         Log: skip integrate of problematic change#6241 from cfgperl into mainline
57958      Branch: perl
57959           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
57960 ____________________________________________________________________________
57961 [  6357] By: jhi                                   on 2000/07/11  18:15:16
57962         Log: Fix for
57963              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
57964              From: Roderick Schertler <roderick@argon.org> 
57965              Date: Tue, 11 Jul 2000 13:55:05 -0400 
57966              Message-Id: <200007111755.NAA05077@jones.argon.org> 
57967      Branch: cfgperl
57968            ! doio.c
57969 ____________________________________________________________________________
57970 [  6356] By: jhi                                   on 2000/07/11  18:12:51
57971         Log: Typo in #6341.
57972      Branch: cfgperl
57973            ! pp_hot.c
57974 ____________________________________________________________________________
57975 [  6355] By: gsar                                  on 2000/07/11  18:12:10
57976         Log: integrate cfgperl changes#6231..6240 into mainline
57977      Branch: perl
57978           +> pod/perlutil.pod
57979           !> (integrate 35 files)
57980 ____________________________________________________________________________
57981 [  6354] By: jhi                                   on 2000/07/11  18:04:34
57982         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
57983              From: Dominic Dunlop <domo@computer.org> 
57984              Date: Tue, 11 Jul 2000 12:27:33 +0200 
57985              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
57986              
57987              Replaces change #6268.
57988      Branch: cfgperl
57989            ! t/op/sprintf.t
57990 ____________________________________________________________________________
57991 [  6353] By: gsar                                  on 2000/07/11  17:59:51
57992         Log: skip integrate of problematic change#6230 from cfgperl into mainline
57993              (a later version of File::Spec is already in mainline)
57994      Branch: perl
57995           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
57996           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
57997 ____________________________________________________________________________
57998 [  6352] By: gsar                                  on 2000/07/11  17:57:48
57999         Log: integrate cfgperl changes#6224..6229 into mainline
58000      Branch: perl
58001           +> lib/lib.pm.PL
58002            - lib/lib.pm
58003           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
58004           !> lib/English.pm op.c t/lib/english.t
58005 ____________________________________________________________________________
58006 [  6351] By: gsar                                  on 2000/07/11  17:50:10
58007         Log: skip integrate of problematic change#6223 from cfgperl into mainline
58008      Branch: perl
58009           !> doio.c
58010 ____________________________________________________________________________
58011 [  6350] By: gsar                                  on 2000/07/11  17:48:28
58012         Log: integrate cfgperl changes#6220..6222 into mainline
58013      Branch: perl
58014           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
58015           !> toke.c utf8.c win32/win32.h
58016 ____________________________________________________________________________
58017 [  6349] By: gsar                                  on 2000/07/11  17:46:13
58018         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
58019              mainline
58020      Branch: perl
58021           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
58022           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
58023           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58024 ____________________________________________________________________________
58025 [  6348] By: jhi                                   on 2000/07/11  17:45:49
58026         Log: README.posix-bc podified from Thomas Dorner.
58027      Branch: cfgperl
58028            ! README.posix-bc
58029 ____________________________________________________________________________
58030 [  6347] By: gsar                                  on 2000/07/11  17:42:04
58031         Log: integrate cfgperl change#6217 into mainline
58032      Branch: perl
58033           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
58034           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
58035           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
58036 ____________________________________________________________________________
58037 [  6346] By: gsar                                  on 2000/07/11  17:39:37
58038         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
58039              mainline
58040      Branch: perl
58041           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
58042           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58043           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
58044           !> perlapi.h pod/perlapi.pod
58045 ____________________________________________________________________________
58046 [  6345] By: gsar                                  on 2000/07/11  17:36:42
58047         Log: integrate cfgperl changes#6207..6210 into mainline
58048      Branch: perl
58049           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
58050           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
58051 ____________________________________________________________________________
58052 [  6344] By: gsar                                  on 2000/07/11  17:31:20
58053         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
58054              mainline
58055      Branch: perl
58056           !> (integrate 40 files)
58057 ____________________________________________________________________________
58058 [  6343] By: gsar                                  on 2000/07/11  17:19:08
58059         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
58060      Branch: perl
58061           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
58062            ! Changes
58063           !> (integrate 34 files)
58064 ____________________________________________________________________________
58065 [  6342] By: jhi                                   on 2000/07/11  16:05:48
58066         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
58067              To: perl5-porters@perl.org
58068              From: Karsten Sperling <spiff@phreax.net>
58069              Date: Mon, 10 Jul 2000 15:12:52 +0200
58070              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
58071      Branch: cfgperl
58072            ! lib/Symbol.pm
58073 ____________________________________________________________________________
58074 [  6341] By: jhi                                   on 2000/07/11  15:59:23
58075         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
58076              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58077              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
58078              Date: Fri, 07 Jul 2000 17:57:16 +0100
58079      Branch: cfgperl
58080            ! pp_hot.c
58081 ____________________________________________________________________________
58082 [  6340] By: jhi                                   on 2000/07/11  15:55:47
58083         Log: Subject: Re: format bug report  [Patch]
58084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58085              Date: Wed, 05 Jul 2000 13:12:52 +0200
58086              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
58087              
58088              Subject: Re: format bug report  [Patch]
58089              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58090              Date: Wed, 05 Jul 2000 14:10:01 +0200
58091              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
58092      Branch: cfgperl
58093            ! t/op/write.t toke.c
58094 ____________________________________________________________________________
58095 [  6339] By: jhi                                   on 2000/07/11  13:54:09
58096         Log: Be less forgiving about ambiguous and illegal tr ranges.
58097              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
58098              From: Mark-Jason Dominus <mjd@plover.com>
58099              Date: Tue, 04 Jul 2000 10:00:12 -0400
58100              Message-ID: <20000704140012.17772.qmail@plover.com>
58101              
58102              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
58103              From: Mark-Jason Dominus <mjd@plover.com>
58104              Date: Wed, 05 Jul 2000 09:37:36 -0400
58105              Message-ID: <20000705133736.27293.qmail@plover.com>
58106      Branch: cfgperl
58107            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
58108 ____________________________________________________________________________
58109 [  6338] By: jhi                                   on 2000/07/11  13:31:24
58110         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
58111              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58112              Date: Tue, 11 Jul 2000 13:50:51 +0100
58113              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
58114      Branch: cfgperl
58115            ! sv.c
58116 ____________________________________________________________________________
58117 [  6337] By: jhi                                   on 2000/07/11  13:29:14
58118         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
58119              From: Hugo <hv@crypt.compulink.co.uk>
58120              Date: Tue, 11 Jul 2000 12:44:50 +0100
58121              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
58122      Branch: cfgperl
58123            ! regexec.c t/op/re_tests
58124 ____________________________________________________________________________
58125 [  6336] By: jhi                                   on 2000/07/11  13:26:47
58126         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
58127              From: simon@brecon.co.uk (Simon Cozens)
58128              Date: 7 Jul 2000 11:26:09 GMT
58129              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
58130      Branch: cfgperl
58131            ! mg.c
58132 ____________________________________________________________________________
58133 [  6335] By: jhi                                   on 2000/07/11  13:23:37
58134         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
58135              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
58136              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
58137              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
58138      Branch: cfgperl
58139            + ext/DynaLoader/hints/netbsd.pl
58140            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
58141 ____________________________________________________________________________
58142 [  6334] By: jhi                                   on 2000/07/11  13:20:38
58143         Log: Subject: PATCH perlguts.pod: Document D and d magic types
58144              From: mjd@plover.com
58145              Date: 5 Jul 2000 18:01:51 -0000
58146              Message-ID: <20000705180151.29413.qmail@plover.com>
58147      Branch: cfgperl
58148            ! pod/perlguts.pod
58149 ____________________________________________________________________________
58150 [  6333] By: jhi                                   on 2000/07/11  13:15:51
58151         Log: Precedence goof, fix based on
58152              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
58153              From: Hugo <hv@crypt.compulink.co.uk>
58154              Date: Tue, 11 Jul 2000 12:52:38 +0100
58155              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
58156      Branch: cfgperl
58157            ! t/op/taint.t
58158 ____________________________________________________________________________
58159 [  6332] By: jhi                                   on 2000/07/11  12:40:17
58160         Log: Integrate with Sarathy.
58161      Branch: cfgperl
58162           !> win32/win32sck.c
58163 ____________________________________________________________________________
58164 [  6331] By: jhi                                   on 2000/07/10  20:14:16
58165         Log: Sprinkle ldlibpath.
58166      Branch: cfgperl
58167            ! pod/Makefile.SH
58168 ____________________________________________________________________________
58169 [  6330] By: jhi                                   on 2000/07/10  17:54:49
58170         Log: More POSIX.pod tweaks.
58171      Branch: cfgperl
58172            ! ext/POSIX/POSIX.pod
58173 ____________________________________________________________________________
58174 [  6329] By: jhi                                   on 2000/07/10  14:02:12
58175         Log: Reorder perl.pod once more.
58176      Branch: cfgperl
58177            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58178 ____________________________________________________________________________
58179 [  6328] By: gsar                                  on 2000/07/10  07:06:00
58180         Log: accept() leaks memory on windows due to incorrect ordering of
58181              closesocket() and fclose() calls
58182      Branch: perl
58183            ! win32/win32sck.c
58184 ____________________________________________________________________________
58185 [  6327] By: gsar                                  on 2000/07/10  06:49:17
58186         Log: winsock options weren't being set in all threads under ithreads
58187              (caused send()s from second and subsequent threads to fail)
58188      Branch: perl
58189            ! win32/win32sck.c
58190 ____________________________________________________________________________
58191 [  6326] By: jhi                                   on 2000/07/08  02:45:40
58192         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
58193              was cast to an unsigned (32-bit) integer with wild abandon.
58194      Branch: cfgperl
58195            ! ext/Devel/DProf/DProf.xs
58196 ____________________________________________________________________________
58197 [  6325] By: jhi                                   on 2000/07/07  18:50:33
58198         Log: Remove perlbook, update perlfaq book listing,
58199              rearrange perl.pod, regenerate perltoc.
58200      Branch: cfgperl
58201            - pod/perlbook.pod
58202            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
58203            ! pod/perlfaq2.pod pod/perltoc.pod
58204 ____________________________________________________________________________
58205 [  6324] By: jhi                                   on 2000/07/07  14:03:40
58206         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
58207      Branch: cfgperl
58208            ! sv.h toke.c
58209 ____________________________________________________________________________
58210 [  6323] By: jhi                                   on 2000/07/06  16:03:55
58211         Log: Fix complaints of buildtoc.
58212      Branch: cfgperl
58213            + lib/Win32.pod
58214            - pod/Win32.pod
58215            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58216 ____________________________________________________________________________
58217 [  6322] By: jhi                                   on 2000/07/06  15:15:52
58218         Log: Add =head1 NAMEs so that buildtoc is happy.
58219              (The CGI::Util nit reported to Lincoln.)
58220      Branch: cfgperl
58221            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
58222            ! pod/perltoc.pod
58223 ____________________________________________________________________________
58224 [  6321] By: jhi                                   on 2000/07/06  03:16:04
58225         Log: Config is being used.
58226      Branch: cfgperl
58227            ! t/op/method.t
58228 ____________________________________________________________________________
58229 [  6320] By: jhi                                   on 2000/07/06  03:13:13
58230         Log: Integrate with Sarathy.
58231      Branch: cfgperl
58232           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
58233 ____________________________________________________________________________
58234 [  6319] By: jhi                                   on 2000/07/06  03:11:46
58235         Log: Autogenerate pod/Makefile and pod/buildtoc.
58236              buildtoc also checks whether the existin pods are
58237              mentioned in MANIFEST and perl.pod, and vice versa.
58238              (None of the thusly found discrepancies fixed yet.)
58239              roffitall also needs to be autogenerated similarly but it
58240              seems so badly out of date that I didn't touch it yet.
58241      Branch: cfgperl
58242            + pod/Makefile.SH pod/buildtoc.PL
58243            - pod/Makefile pod/buildtoc
58244            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
58245 ____________________________________________________________________________
58246 [  6318] By: gsar                                  on 2000/07/05  22:10:54
58247         Log: fix UNC path handling on Windows under ithreads, and chdir()
58248              return value when given a non-existent directory
58249      Branch: perl
58250            ! win32/vdir.h
58251 ____________________________________________________________________________
58252 [  6317] By: gsar                                  on 2000/07/05  22:08:19
58253         Log: winsock cleanup never done on Windows (leads to handle leaks)
58254      Branch: perl
58255            ! win32/perllib.c win32/win32sck.c
58256 ____________________________________________________________________________
58257 [  6316] By: gsar                                  on 2000/07/05  22:06:19
58258         Log: some debugger output does not go to the socket when RemotePort is set
58259      Branch: perl
58260            ! lib/perl5db.pl
58261 ____________________________________________________________________________
58262 [  6315] By: jhi                                   on 2000/07/05  00:25:21
58263         Log: Integrate with Sarathy, preliminary fix for unicos
58264              alignment problems in [ID 20000612.002] Perl problem on Cray system.
58265      Branch: cfgperl
58266            ! sv.h
58267           !> pp_hot.c
58268 ____________________________________________________________________________
58269 [  6314] By: gsar                                  on 2000/07/04  23:34:02
58270         Log: tyop in change#6306
58271      Branch: perl
58272            ! pp_hot.c
58273 ____________________________________________________________________________
58274 [  6313] By: jhi                                   on 2000/07/04  22:14:38
58275         Log: Multiline string literals ENONPORTABLE.
58276      Branch: cfgperl
58277            ! pp_hot.c
58278 ____________________________________________________________________________
58279 [  6312] By: jhi                                   on 2000/07/04  20:34:44
58280         Log: Integrate with Sarathy.
58281      Branch: cfgperl
58282           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
58283           !> t/op/method.t
58284 ____________________________________________________________________________
58285 [  6311] By: jhi                                   on 2000/07/04  20:30:56
58286         Log: More POSIX.pod embellishment.
58287      Branch: cfgperl
58288            ! ext/POSIX/POSIX.pod
58289 ____________________________________________________________________________
58290 [  6310] By: gsar                                  on 2000/07/04  17:28:48
58291         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
58292      Branch: perl
58293            ! t/lib/b.t
58294 ____________________________________________________________________________
58295 [  6309] By: jhi                                   on 2000/07/04  17:22:18
58296         Log: The #6308 required a little bit more.
58297      Branch: cfgperl
58298            ! Makefile.SH win32/Makefile
58299 ____________________________________________________________________________
58300 [  6308] By: jhi                                   on 2000/07/04  16:35:24
58301         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
58302      Branch: cfgperl
58303            + lib/lib_pm.PL
58304            - lib/lib.pm.PL
58305            ! MANIFEST Makefile.SH
58306 ____________________________________________________________________________
58307 [  6307] By: jhi                                   on 2000/07/04  16:28:58
58308         Log: Win32 patches for cfgperl from Sarathy.
58309      Branch: cfgperl
58310            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
58311            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
58312            ! thread.h toke.c util.c win32/Makefile win32/win32.c
58313 ____________________________________________________________________________
58314 [  6306] By: gsar                                  on 2000/07/04  16:28:40
58315         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
58316              (from Richard Soderberg <rs@oregonnet.com>)
58317      Branch: perl
58318            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
58319 ____________________________________________________________________________
58320 [  6305] By: jhi                                   on 2000/07/04  16:24:24
58321         Log: Integrate with Sarathy.
58322      Branch: cfgperl
58323           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
58324           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
58325           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
58326           !> proto.h win32/win32.c
58327 ____________________________________________________________________________
58328 [  6304] By: gsar                                  on 2000/07/04  16:17:24
58329         Log: missing perldiag entry for unpack("w",...) diagnostic (from
58330              Andreas Koenig)
58331      Branch: perl
58332            ! pod/perldiag.pod
58333 ____________________________________________________________________________
58334 [  6303] By: gsar                                  on 2000/07/04  16:14:44
58335         Log: remove rel2abs prototypes (from Barrie Slaymaker)
58336      Branch: perl
58337            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
58338            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
58339 ____________________________________________________________________________
58340 [  6302] By: gsar                                  on 2000/07/04  04:59:35
58341         Log: adjust change#6299
58342      Branch: perl
58343            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
58344            ! win32/win32.c
58345 ____________________________________________________________________________
58346 [  6301] By: jhi                                   on 2000/07/04  04:50:07
58347         Log: Integrate with Sarathy.
58348      Branch: cfgperl
58349           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
58350           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
58351           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
58352 ____________________________________________________________________________
58353 [  6300] By: gsar                                  on 2000/07/04  04:42:09
58354         Log: PERL_OBJECT build tweak
58355      Branch: perl
58356            ! perl.h
58357 ____________________________________________________________________________
58358 [  6299] By: gsar                                  on 2000/07/04  04:37:00
58359         Log: fix memory leak on Windows (PL_sys_intern contents were never
58360              freed)
58361      Branch: perl
58362            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
58363            ! perlapi.c proto.h win32/win32.c
58364 ____________________________________________________________________________
58365 [  6298] By: gsar                                  on 2000/07/04  04:15:59
58366         Log: fix large memory leak that has been around for ever, masked by
58367              -DPURIFY (most of the arenas were never freed!)
58368      Branch: perl
58369            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
58370 ____________________________________________________________________________
58371 [  6297] By: gsar                                  on 2000/07/04  04:07:46
58372         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
58373      Branch: perl
58374            ! perl.c
58375 ____________________________________________________________________________
58376 [  6296] By: jhi                                   on 2000/06/30  18:28:37
58377         Log: Elaborate POSIX.pod.  Still needs work.
58378      Branch: cfgperl
58379            ! ext/POSIX/POSIX.pod
58380 ____________________________________________________________________________
58381 [  6295] By: jhi                                   on 2000/06/30  14:58:18
58382         Log: Point to perlipc for more SysV IPC examples.
58383      Branch: cfgperl
58384            ! pod/perlfunc.pod
58385 ____________________________________________________________________________
58386 [  6294] By: gsar                                  on 2000/06/30  14:47:45
58387         Log: slurp mode fix in change#4736 still not quite right
58388      Branch: perl
58389            ! pp_hot.c t/io/argv.t
58390 ____________________________________________________________________________
58391 [  6293] By: jhi                                   on 2000/06/30  12:02:55
58392         Log: Integrate with Sarathy.
58393      Branch: cfgperl
58394           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
58395 ____________________________________________________________________________
58396 [  6292] By: jhi                                   on 2000/06/30  12:01:11
58397         Log: From: simon@brecon.co.uk (Simon Cozens)
58398              Subject: UTF8 concat
58399              Date: 30 Jun 2000 06:13:25 GMT
58400              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
58401      Branch: cfgperl
58402            ! pp_hot.c
58403 ____________________________________________________________________________
58404 [  6291] By: gsar                                  on 2000/06/30  04:37:33
58405         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
58406              when @_ is modified, causing coredumps
58407      Branch: perl
58408            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
58409 ____________________________________________________________________________
58410 [  6290] By: jhi                                   on 2000/06/30  02:21:44
58411         Log: Integrate with Sarathy.
58412      Branch: cfgperl
58413           !> vms/vms.c vms/vmsish.h
58414 ____________________________________________________________________________
58415 [  6289] By: jhi                                   on 2000/06/30  02:21:02
58416         Log: Check VERSIONs.
58417      Branch: cfgperl
58418            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
58419            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
58420            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
58421 ____________________________________________________________________________
58422 [  6288] By: jhi                                   on 2000/06/30  02:18:52
58423         Log: Integrate with Sarathy.
58424      Branch: cfgperl
58425           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
58426           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
58427           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
58428           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
58429 ____________________________________________________________________________
58430 [  6287] By: gsar                                  on 2000/06/30  02:17:08
58431         Log: integrate vmsperl changes into mainline
58432      Branch: perl
58433           !> vms/vms.c vms/vmsish.h
58434 ____________________________________________________________________________
58435 [  6285] By: gsar                                  on 2000/06/30  02:05:28
58436         Log: localize %INC in a Safe compartment so that use/require work
58437              (many other magic globals probably need similar treatment)
58438      Branch: perl
58439            ! ext/Opcode/Opcode.xs
58440 ____________________________________________________________________________
58441 [  6284] By: gsar                                  on 2000/06/30  01:54:54
58442         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
58443              about Windows
58444      Branch: perl
58445            ! pod/perlembed.pod
58446 ____________________________________________________________________________
58447 [  6283] By: jhi                                   on 2000/06/30  01:50:10
58448         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
58449              From: Barrie Slaymaker <barries@jester.slaysys.com>
58450              Date: Wed, 28 Jun 2000 11:35:29 -0400
58451              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
58452      Branch: perl
58453            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
58454            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
58455            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
58456            ! lib/File/Spec/Win32.pm
58457 ____________________________________________________________________________
58458 [  6282] By: jhi                                   on 2000/06/29  22:57:22
58459         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
58460              From: Dan Sugalski <dan@sidhe.org>
58461              Date: Tue, 06 Jun 2000 11:59:50 -0400
58462              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
58463      Branch: cfgperl
58464            ! vms/vms.c
58465 ____________________________________________________________________________
58466 [  6281] By: jhi                                   on 2000/06/29  22:52:50
58467         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
58468              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
58469              Date: Wed, 7 Jun 2000 04:02:04 -0500
58470              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
58471      Branch: cfgperl
58472            ! utils/h2xs.PL
58473 ____________________________________________________________________________
58474 [  6280] By: jhi                                   on 2000/06/29  22:45:47
58475         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
58476              From: rspier@pobox.com (Robert Spier)
58477              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
58478              Message-ID: <14654.31913.845602.610277@rls.cx>
58479      Branch: cfgperl
58480            ! utils/h2xs.PL
58481 ____________________________________________________________________________
58482 [  6279] By: jhi                                   on 2000/06/29  22:38:16
58483         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
58484              From: Tim Ayers <tayers@bridge.com>
58485              Date: Thu, 08 Jun 2000 08:11:06 +0200
58486              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
58487              [resent by Richard Foley, Message-Id probably wrong]
58488      Branch: cfgperl
58489            ! pod/perlsub.pod
58490 ____________________________________________________________________________
58491 [  6278] By: jhi                                   on 2000/06/29  22:21:45
58492         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
58493              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
58494              Date: Fri, 09 Jun 2000 12:39:27 -0400
58495              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
58496              (plus update the version "number" of Text::Wrap)
58497      Branch: cfgperl
58498            ! lib/Text/Wrap.pm
58499 ____________________________________________________________________________
58500 [  6277] By: jhi                                   on 2000/06/29  22:13:10
58501         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
58502              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58503              Date: Mon, 12 Jun 2000 14:55:59 +0100
58504              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
58505      Branch: cfgperl
58506            ! pod/perlfunc.pod
58507 ____________________________________________________________________________
58508 [  6276] By: jhi                                   on 2000/06/29  22:11:06
58509         Log: Subject: [PATCH] Re: eval documentation: context
58510              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58511              Date: Mon, 12 Jun 2000 15:07:29 +0100
58512              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
58513      Branch: cfgperl
58514            ! pod/perlfunc.pod
58515 ____________________________________________________________________________
58516 [  6275] By: jhi                                   on 2000/06/29  21:59:46
58517         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
58518              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
58519              Date: Tue, 13 Jun 2000 02:43:48 -0500
58520              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
58521      Branch: cfgperl
58522            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
58523 ____________________________________________________________________________
58524 [  6274] By: jhi                                   on 2000/06/29  21:56:14
58525         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
58526              From: Andy Dougherty <doughera@lafayette.edu>
58527              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
58528              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
58529      Branch: cfgperl
58530            ! ext/File/Glob/Glob.pm
58531 ____________________________________________________________________________
58532 [  6273] By: jhi                                   on 2000/06/29  21:49:09
58533         Log: Subject: [PATCH] xsub attributes
58534              From: Doug MacEachern <dougm@covalent.net>
58535              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
58536              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
58537      Branch: cfgperl
58538            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
58539            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
58540 ____________________________________________________________________________
58541 [  6272] By: jhi                                   on 2000/06/29  21:41:28
58542         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
58543              From: Tom Phoenix <rootbeer@redcat.com>
58544              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
58545              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
58546      Branch: cfgperl
58547            ! lib/Net/Ping.pm
58548 ____________________________________________________________________________
58549 [  6271] By: jhi                                   on 2000/06/29  21:36:55
58550         Log: Subject: PATCH pod/perltie.pod
58551              From: Ian Phillipps <Ian.Phillipps@iname.com>
58552              Date: Fri, 16 Jun 2000 00:17:19 +0100
58553              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
58554              (only the first hunk, the second hunk had already been done
58555              by some other patch)
58556      Branch: cfgperl
58557            ! pod/perltie.pod
58558 ____________________________________________________________________________
58559 [  6270] By: jhi                                   on 2000/06/29  21:24:51
58560         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
58561              From: Nicholas Clark <nick@talking.bollo.cx>
58562              Date: Fri, 23 Jun 2000 16:21:15 +0100
58563              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
58564      Branch: cfgperl
58565            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
58566            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
58567 ____________________________________________________________________________
58568 [  6269] By: jhi                                   on 2000/06/29  19:38:15
58569         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
58570              silence few compiler warnings.
58571      Branch: cfgperl
58572            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
58573 ____________________________________________________________________________
58574 [  6268] By: jhi                                   on 2000/06/29  18:21:50
58575         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
58576              From: Dominic Dunlop <domo@computer.org> 
58577              Date: Thu, 29 Jun 2000 12:32:39 +0200 
58578              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
58579      Branch: cfgperl
58580            ! t/op/sprintf.t
58581 ____________________________________________________________________________
58582 [  6267] By: jhi                                   on 2000/06/29  18:16:07
58583         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
58584              From: Doug MacEachern <dougm@covalent.net>
58585              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
58586              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
58587      Branch: cfgperl
58588            + t/op/method2entersub.t
58589            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
58590            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
58591            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
58592            ! xsutils.c
58593 ____________________________________________________________________________
58594 [  6266] By: jhi                                   on 2000/06/29  15:11:15
58595         Log: Subject: [PATCH 5.6.0] cygwin port
58596              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
58597              From: "Fifer, Eric" <EFifer@sanwaint.com>
58598              Date: Thu, 29 Jun 2000 12:58:29 +0100
58599      Branch: cfgperl
58600            ! cygwin/Makefile.SHs
58601 ____________________________________________________________________________
58602 [  6265] By: jhi                                   on 2000/06/29  15:04:05
58603         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
58604              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58605              Date: Wed, 28 Jun 2000 17:50:12 -0700
58606              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
58607      Branch: cfgperl
58608            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
58609 ____________________________________________________________________________
58610 [  6264] By: jhi                                   on 2000/06/29  15:00:57
58611         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
58612              From: Marty Lucich <marty@netcom.com>
58613              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
58614              Message-Id: <200006282116.OAA11148@netcom.com>
58615              ccdlflags update (the BSD/OS 4.1 part had already been taken
58616              care of by #6141).
58617      Branch: cfgperl
58618            ! hints/bsdos.sh
58619 ____________________________________________________________________________
58620 [  6263] By: jhi                                   on 2000/06/29  13:47:44
58621         Log: tr fixes from Simon Cozens
58622      Branch: cfgperl
58623            ! doop.c
58624 ____________________________________________________________________________
58625 [  6262] By: jhi                                   on 2000/06/28  18:46:01
58626         Log: Subject: 5.6.0 Patch for EPOC
58627              From: Olaf Flebbe <o.flebbe@gmx.de>
58628              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
58629              Message-ID: <23449.960929969@www11.gmx.net>
58630      Branch: cfgperl
58631            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
58632            ! epoc/epocish.h
58633 ____________________________________________________________________________
58634 [  6261] By: jhi                                   on 2000/06/28  18:29:07
58635         Log: Subject: Re: [PATCH cfgperl] BOMs away!
58636              From: simon@brecon.co.uk (Simon Cozens)
58637              Date: 17 Jun 2000 11:49:57 GMT
58638              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
58639      Branch: cfgperl
58640            ! pod/perldiag.pod t/comp/require.t toke.c
58641 ____________________________________________________________________________
58642 [  6260] By: jhi                                   on 2000/06/28  17:47:16
58643         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
58644              From: simon@brecon.co.uk (Simon Cozens) 
58645              Date: 17 Jun 2000 11:56:44 GMT 
58646              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
58647              pack U0, pack C0
58648      Branch: cfgperl
58649            ! pod/perlfunc.pod pp.c t/op/pack.t
58650 ____________________________________________________________________________
58651 [  6259] By: jhi                                   on 2000/06/28  16:43:17
58652         Log: perlnewmod was missing from MANIFEST.
58653      Branch: cfgperl
58654            ! MANIFEST
58655 ____________________________________________________________________________
58656 [  6258] By: jhi                                   on 2000/06/28  15:54:30
58657         Log: linenumber tweak
58658      Branch: cfgperl
58659            ! t/pragma/warn/regcomp
58660 ____________________________________________________________________________
58661 [  6257] By: jhi                                   on 2000/06/28  15:50:44
58662         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
58663              From: Doug MacEachern <dougm@covalent.net>
58664              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
58665              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
58666              (one part of the patch had been applied earlier)
58667      Branch: cfgperl
58668            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
58669 ____________________________________________________________________________
58670 [  6256] By: jhi                                   on 2000/06/28  15:40:22
58671         Log: tweaks from Simon Cozens to further fix tr/// under utf8
58672      Branch: cfgperl
58673            ! doop.c
58674 ____________________________________________________________________________
58675 [  6255] By: jhi                                   on 2000/06/28  15:33:45
58676         Log: small thinko tweaks
58677      Branch: cfgperl
58678            ! lib/IPC/Open3.pm t/op/my_stash.t
58679 ____________________________________________________________________________
58680 [  6254] By: jhi                                   on 2000/06/28  15:33:25
58681         Log: Subject: tr///, help wanted.
58682              From: simon@brecon.co.uk (Simon Cozens)
58683              Date: 28 Jun 2000 11:29:04 GMT
58684              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
58685      Branch: cfgperl
58686            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
58687            ! pp_proto.h proto.h t/op/tr.t
58688 ____________________________________________________________________________
58689 [  6253] By: jhi                                   on 2000/06/28  15:09:17
58690         Log: Paranoia tweak on #6249.
58691              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
58692              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58693              Date: Sun, 25 Jun 2000 23:43:12 -0400
58694              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
58695      Branch: cfgperl
58696            ! lib/IPC/Open3.pm
58697 ____________________________________________________________________________
58698 [  6252] By: jhi                                   on 2000/06/28  15:01:38
58699         Log: Document #6249 and #6251.
58700      Branch: cfgperl
58701            ! lib/Exporter.pm lib/IPC/Open3.pm
58702 ____________________________________________________________________________
58703 [  6251] By: jhi                                   on 2000/06/28  14:50:43
58704         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
58705              From: Doug MacEachern <dougm@covalent.net>
58706              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
58707              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
58708      Branch: cfgperl
58709            ! lib/Exporter.pm
58710 ____________________________________________________________________________
58711 [  6250] By: jhi                                   on 2000/06/28  14:45:23
58712         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
58713              From: Doug MacEachern <dougm@covalent.net>
58714              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
58715              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
58716      Branch: cfgperl
58717            + t/op/my_stash.t
58718            ! MANIFEST embed.pl global.sym proto.h toke.c
58719 ____________________________________________________________________________
58720 [  6249] By: jhi                                   on 2000/06/28  14:36:34
58721         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
58722              From: Frank Tobin <ftobin@uiuc.edu>
58723              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
58724              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
58725      Branch: cfgperl
58726            ! lib/IPC/Open3.pm
58727 ____________________________________________________________________________
58728 [  6248] By: jhi                                   on 2000/06/28  14:11:25
58729         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
58730              From: Mark-Jason Dominus <mjd@plover.com>
58731              Date: Tue, 27 Jun 2000 22:36:42 -0400
58732              Message-ID: <20000628023642.12166.qmail@plover.com>
58733      Branch: cfgperl
58734            ! pod/perlfunc.pod
58735 ____________________________________________________________________________
58736 [  6247] By: jhi                                   on 2000/06/27  12:46:37
58737         Log: Tweak $VERSION, patch from Doug MacEachern.
58738      Branch: cfgperl
58739            ! lib/File/Spec.pm
58740 ____________________________________________________________________________
58741 [  6246] By: jhi                                   on 2000/06/27  03:34:46
58742         Log: Allow for standalone testing.
58743      Branch: cfgperl
58744            ! t/lib/filefunc.t t/lib/filespec.t
58745 ____________________________________________________________________________
58746 [  6245] By: jhi                                   on 2000/06/27  02:50:02
58747         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
58748              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
58749              Date: Sat, 24 Jun 2000 13:06:20 +0100
58750              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
58751      Branch: cfgperl
58752            ! ext/DynaLoader/DynaLoader_pm.PL
58753 ____________________________________________________________________________
58754 [  6244] By: jhi                                   on 2000/06/27  02:46:10
58755         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
58756              From: Doug MacEachern <dougm@covalent.net>
58757              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
58758              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
58759      Branch: cfgperl
58760            ! gv.c sv.c t/lib/peek.t
58761 ____________________________________________________________________________
58762 [  6243] By: jhi                                   on 2000/06/27  02:38:07
58763         Log: Subject: [PATCH] is_utf8_string
58764              From: simon@brecon.co.uk (Simon Cozens)
58765              Date: 26 Jun 2000 02:25:59 GMT
58766              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
58767      Branch: cfgperl
58768            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
58769            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
58770            ! proto.h utf8.c
58771 ____________________________________________________________________________
58772 [  6242] By: jhi                                   on 2000/06/27  02:24:00
58773         Log: Subject: [PATCH] bytes<->utf8 fixes
58774              From: simon@brecon.co.uk (Simon Cozens)
58775              Date: 26 Jun 2000 04:55:45 GMT
58776              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
58777      Branch: cfgperl
58778            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
58779 ____________________________________________________________________________
58780 [  6241] By: jhi                                   on 2000/06/27  02:12:42
58781         Log: Do no -warn on \_, only on \alpha.
58782              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
58783              From: David Dyck <dcd@tc.fluke.com>
58784              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
58785              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
58786      Branch: cfgperl
58787            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
58788 ____________________________________________________________________________
58789 [  6240] By: jhi                                   on 2000/06/27  02:00:01
58790         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
58791              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
58792              Date: Mon, 26 Jun 2000 18:40:14 +0100
58793              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
58794      Branch: cfgperl
58795            ! utils/h2xs.PL
58796 ____________________________________________________________________________
58797 [  6239] By: jhi                                   on 2000/06/27  01:53:40
58798         Log: Configure maintenance.  Sever some dependency cycles,
58799              separate gccversion from the cc unit,
58800              address [ID 20000623.006] Configure script patch for using gcc on AIX
58801              (but solve it a little bit differently),
58802              unduplex some accidentally duplicated units,
58803              suggest using gcc if no cc available
58804              (p5p thread: "Solaris configure: counterproposal", 1999-09)
58805      Branch: cfgperl
58806            ! Configure Todo-5.6 config_h.SH
58807      Branch: metaconfig
58808            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
58809            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
58810      Branch: metaconfig/U/perl
58811            + gccvers.U
58812            ! d_getespwnam.U d_getprpwnam.U i_prot.U
58813 ____________________________________________________________________________
58814 [  6238] By: jhi                                   on 2000/06/25  18:04:56
58815         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
58816              From: Dan Sugalski <dan@sidhe.org>
58817              Date: Fri, 23 Jun 2000 17:00:00 -0400
58818              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
58819      Branch: cfgperl
58820            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
58821 ____________________________________________________________________________
58822 [  6237] By: jhi                                   on 2000/06/25  16:36:45
58823         Log: Tweak embed.pl, regen headers.
58824      Branch: cfgperl
58825            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
58826            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
58827            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
58828            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
58829            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
58830 ____________________________________________________________________________
58831 [  6236] By: jhi                                   on 2000/06/25  15:26:42
58832         Log: Regen headers.
58833      Branch: cfgperl
58834            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
58835            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
58836            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
58837            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
58838            ! regnodes.h warnings.h
58839 ____________________________________________________________________________
58840 [  6235] By: jhi                                   on 2000/06/23  19:39:35
58841         Log: The thread begun by
58842              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
58843              From: Kevin.Ruscoe@ubsw.com
58844              Date: Fri, 16 Jun 2000 16:38:51 +0100
58845              Message-Id: <H000019b03c300d6@MHS>
58846      Branch: cfgperl
58847            ! hints/solaris_2.sh
58848 ____________________________________________________________________________
58849 [  6234] By: jhi                                   on 2000/06/23  19:23:36
58850         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
58851              because when run as services (Win32ese for daemons)
58852              no environment variables are set and tmpdir ends up as /tmp,
58853              which is ambiguous.
58854              
58855              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
58856              From: matt@sergeant.org
58857              Date: 16 Jun 2000 16:30:43 -0000
58858              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
58859      Branch: cfgperl
58860            ! lib/File/Spec/Win32.pm
58861 ____________________________________________________________________________
58862 [  6233] By: jhi                                   on 2000/06/23  19:18:58
58863         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
58864              From: Mark-Jason Dominus <mjd@plover.com>
58865              Date: Fri, 16 Jun 2000 20:53:04 -0400
58866              Message-ID: <20000617005304.8008.qmail@plover.com>
58867      Branch: cfgperl
58868            ! op.h
58869 ____________________________________________________________________________
58870 [  6232] By: jhi                                   on 2000/06/23  16:10:02
58871         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
58872              From: simon@brecon.co.uk (Simon Cozens)
58873              Date: 19 Jun 2000 15:18:27 GMT
58874              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
58875              
58876              plus update pod/Makefile and regenerate perltoc
58877      Branch: cfgperl
58878            + pod/perlutil.pod
58879            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
58880 ____________________________________________________________________________
58881 [  6231] By: jhi                                   on 2000/06/23  15:19:18
58882         Log: Subject: [PATCH 5.6.0] cygwin port
58883              From: "Fifer, Eric" <EFifer@sanwaint.com>
58884              Date: Tue, 20 Jun 2000 14:30:58 +0100
58885              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
58886      Branch: cfgperl
58887            ! README.cygwin lib/File/Find.pm
58888 ____________________________________________________________________________
58889 [  6230] By: jhi                                   on 2000/06/23  14:25:21
58890         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
58891      Branch: cfgperl
58892            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
58893            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
58894            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
58895            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
58896 ____________________________________________________________________________
58897 [  6229] By: jhi                                   on 2000/06/23  14:13:34
58898         Log: Subject: README.hpux version 0.6.1
58899              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
58900              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58901              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
58902      Branch: cfgperl
58903            ! README.hpux
58904 ____________________________________________________________________________
58905 [  6228] By: jhi                                   on 2000/06/23  14:07:20
58906         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
58907              From: Doug MacEachern <dougm@covalent.net>
58908              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
58909              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
58910      Branch: cfgperl
58911            ! op.c
58912 ____________________________________________________________________________
58913 [  6227] By: jhi                                   on 2000/06/23  14:01:06
58914         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
58915              From: Doug MacEachern <dougm@covalent.net>
58916              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
58917              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
58918      Branch: cfgperl
58919            + lib/lib.pm.PL
58920            - lib/lib.pm
58921            ! MANIFEST Makefile.SH
58922 ____________________________________________________________________________
58923 [  6226] By: jhi                                   on 2000/06/23  13:53:07
58924         Log: Subject: [PATCH] remove forward declarations in Socket.pm
58925              From: Doug MacEachern <dougm@covalent.net>
58926              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
58927              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
58928              
58929              From: Doug MacEachern <dougm@covalent.net>
58930              Subject: Re: [PATCH] remove forward declarations in Socket.pm
58931              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
58932              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
58933      Branch: cfgperl
58934            ! ext/Socket/Socket.pm op.c
58935 ____________________________________________________________________________
58936 [  6225] By: jhi                                   on 2000/06/23  13:41:52
58937         Log: Add source code filenames to apidoc.
58938              From: simon@brecon.co.uk (Simon Cozens)
58939              Subject: [PATCH embed.pl] Source X-ref
58940              Date: 22 Jun 2000 02:18:49 GMT
58941              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
58942      Branch: cfgperl
58943            ! embed.pl
58944 ____________________________________________________________________________
58945 [  6224] By: jhi                                   on 2000/06/23  13:32:33
58946         Log: A way to avoid English.pm performance hit.
58947              From: root <root@jester.slaysys.com>
58948              Subject: [YAPATCH English.pm] My turn to putt again
58949              Date: Thu, 22 Jun 2000 20:33:58 -0400
58950              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
58951      Branch: cfgperl
58952            ! lib/English.pm t/lib/english.t
58953 ____________________________________________________________________________
58954 [  6223] By: jhi                                   on 2000/06/23  13:27:06
58955         Log: Avoid double close().
58956              Subject: [PATCH] avoid double close()
58957              From: Doug MacEachern <dougm@covalent.net>
58958              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
58959              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
58960      Branch: cfgperl
58961            ! doio.c
58962 ____________________________________________________________________________
58963 [  6222] By: jhi                                   on 2000/06/23  13:25:54
58964         Log: doc typo fix
58965              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
58966              From: Ian Phillipps <Ian.Phillipps@iname.com>
58967              Date: Fri, 23 Jun 2000 10:40:58 +0100
58968              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
58969      Branch: cfgperl
58970            ! lib/Pod/Usage.pm
58971 ____________________________________________________________________________
58972 [  6221] By: jhi                                   on 2000/06/23  13:24:15
58973         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
58974              From: simon@brecon.co.uk (Simon Cozens)
58975              Subject: [PATCH] Eliminate tr///[CU][CU]
58976              Date: 23 Jun 2000 11:05:40 GMT
58977              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
58978      Branch: cfgperl
58979            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
58980 ____________________________________________________________________________
58981 [  6220] By: jhi                                   on 2000/06/22  16:07:51
58982         Log: Win32 patches from Benjamin Stuhl.
58983      Branch: cfgperl
58984            ! makedef.pl win32/win32.h
58985 ____________________________________________________________________________
58986 [  6219] By: jhi                                   on 2000/06/22  16:06:34
58987         Log: Bytecode patches from Benjamin Stuhl.
58988      Branch: cfgperl
58989            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
58990            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
58991            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58992 ____________________________________________________________________________
58993 [  6218] By: jhi                                   on 2000/06/15  23:54:16
58994         Log: Bytecode patches from Benjamin Stuhl.
58995      Branch: cfgperl
58996            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
58997 ____________________________________________________________________________
58998 [  6217] By: jhi                                   on 2000/06/09  13:38:29
58999         Log: Rename the fdpid locking and integrate with Sarathy.
59000      Branch: cfgperl
59001            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
59002            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
59003            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
59004            ! win32/win32.c
59005           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
59006 ____________________________________________________________________________
59007 [  6216] By: gsar                                  on 2000/06/08  14:54:21
59008         Log: be more optimal about clearing @_
59009      Branch: perl
59010            ! cop.h
59011 ____________________________________________________________________________
59012 [  6215] By: gsar                                  on 2000/06/08  14:33:04
59013         Log: tweak comment about @DB::args
59014      Branch: perl
59015            ! av.h pp_ctl.c
59016 ____________________________________________________________________________
59017 [  6214] By: gsar                                  on 2000/06/08  13:57:54
59018         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
59019              caller() wants to populate @DB::args with it (causes a coredump
59020              in Carp::confess())
59021      Branch: perl
59022            ! cop.h t/op/runlevel.t
59023 ____________________________________________________________________________
59024 [  6213] By: gsar                                  on 2000/06/08  07:06:35
59025         Log: back out change#6106 (seems problematic)
59026      Branch: perl
59027            ! hints/solaris_2.sh
59028 ____________________________________________________________________________
59029 [  6212] By: jhi                                   on 2000/06/07  03:10:36
59030         Log: Continuing mopup for #6204.
59031      Branch: cfgperl
59032            ! ext/B/defsubs_h.PL
59033 ____________________________________________________________________________
59034 [  6211] By: jhi                                   on 2000/06/07  02:41:50
59035         Log: Mopup for #6204.
59036              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
59037              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
59038              This is comes from const() where POK isn't on when expected.
59039      Branch: cfgperl
59040            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
59041            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59042            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
59043            ! perlapi.h pod/perlapi.pod
59044 ____________________________________________________________________________
59045 [  6210] By: jhi                                   on 2000/06/07  01:56:29
59046         Log: Mopup for #6207 and #6209.
59047      Branch: cfgperl
59048            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
59049 ____________________________________________________________________________
59050 [  6209] By: jhi                                   on 2000/06/07  01:33:12
59051         Log: Lock PL_fdpid against race conditions, based on:
59052              Subject: [PATCH 5.6.0]subprocess fixup for threads
59053              From: Dan Sugalski <dan@sidhe.org>
59054              To: perl5-porters@perl.org
59055              Date: Tue, 11 Apr 2000 17:02:32 -0400
59056              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
59057      Branch: cfgperl
59058            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
59059            ! win32/win32.c
59060 ____________________________________________________________________________
59061 [  6208] By: jhi                                   on 2000/06/07  01:05:23
59062         Log: Regen headers for #6207.
59063      Branch: cfgperl
59064            ! embed.h global.sym objXSUB.h proto.h
59065 ____________________________________________________________________________
59066 [  6207] By: jhi                                   on 2000/06/06  23:43:13
59067         Log: Subject: [PATCH 5.6.0] Threadsafe patches
59068              From: Dan Sugalski <dan@sidhe.org>
59069              To: perl5-porters@perl.org
59070              Date: Mon, 08 May 2000 18:08:13 -0400
59071              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
59072      Branch: cfgperl
59073            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
59074            ! proto.h sv.h util.c
59075 ____________________________________________________________________________
59076 [  6206] By: jhi                                   on 2000/06/06  23:21:23
59077         Log: Subject: [PATCH] Eliminate $a/$b in pod
59078              From: David Glasser <me@davidglasser.net>
59079              To: perl5-porters@perl.org
59080              Date: Mon, 29 May 2000 21:15:59 -0400
59081              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
59082      Branch: cfgperl
59083            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
59084            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
59085            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
59086            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
59087            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
59088            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
59089            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
59090            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
59091            ! pod/perlvar.pod pod/perlxs.pod
59092 ____________________________________________________________________________
59093 [  6205] By: jhi                                   on 2000/06/06  23:12:14
59094         Log: Subject: [PATCH] Win32 improvements
59095              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
59096              To: gsar@activestate.com, perl5-porters@perl.org
59097              Date: Mon, 29 May 2000 17:22:24 PDT
59098              Message-ID: <20000530002224.91142.qmail@hotmail.com>
59099              (MUA had mangled many lines by wordwrapping)
59100      Branch: cfgperl
59101            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
59102 ____________________________________________________________________________
59103 [  6204] By: jhi                                   on 2000/06/06  23:01:50
59104         Log: Subject: [PATCH] B::Bytecode patches
59105              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
59106              To: gsar@activestate.com, jhi@iki.fi
59107              Cc: perl5-porters@perl.org
59108              Message-ID: <20000602202526.48694.qmail@hotmail.com>
59109              (MUA had mangled many lines by wordwrapping)
59110      Branch: cfgperl
59111            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
59112            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
59113            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59114            ! intrpvar.h perl.c
59115 ____________________________________________________________________________
59116 [  6203] By: jhi                                   on 2000/06/06  22:32:43
59117         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
59118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59119              Date: Tue, 06 Jun 2000 13:07:45 -0700
59120              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
59121      Branch: cfgperl
59122            ! pod/perldiag.pod
59123 ____________________________________________________________________________
59124 [  6202] By: jhi                                   on 2000/06/06  19:38:35
59125         Log: Integrate with Sarathy.
59126      Branch: cfgperl
59127           !> perl.c
59128 ____________________________________________________________________________
59129 [  6201] By: gsar                                  on 2000/06/06  00:42:59
59130         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
59131              does a PUSHMARK that's never ever POPMARKed; in general, only
59132              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
59133              Perl_eval_[sp]v() don't because they don't take any incoming
59134              arguments (this leak has been around since the original version
59135              of perl_eval_pv() in 5.003_97e)
59136      Branch: perl
59137            ! perl.c
59138 ____________________________________________________________________________
59139 [  6200] By: jhi                                   on 2000/06/04  03:44:52
59140         Log: Update to cperl-mode.el 4.31 from
59141              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
59142              Subject: A couple of notes
59143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59144              To: Mailing list Perl5 <perl5-porters@perl.org>
59145              Date: Sat, 3 Jun 2000 23:33:32 -0400
59146              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
59147      Branch: cfgperl
59148            ! emacs/cperl-mode.el
59149 ____________________________________________________________________________
59150 [  6199] By: jhi                                   on 2000/06/03  15:11:05
59151         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
59152              From: Dan Sugalski <dan@sidhe.org>
59153              To: perl5-porters@perl.org, vmsperl@perl.org
59154              Date: Fri, 02 Jun 2000 17:30:51 -0400
59155              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
59156      Branch: cfgperl
59157            ! vms/descrip_mms.template vms/gen_shrfls.pl
59158 ____________________________________________________________________________
59159 [  6198] By: jhi                                   on 2000/06/03  14:59:15
59160         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
59161              From: Dan Sugalski <dan@sidhe.org>
59162              To: vmsperl@perl.org, perl5-porters@perl.org
59163              Date: Fri, 02 Jun 2000 16:00:41 -0400
59164              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
59165              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
59166      Branch: cfgperl
59167            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
59168            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
59169            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
59170 ____________________________________________________________________________
59171 [  6197] By: jhi                                   on 2000/06/03  14:41:30
59172         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
59173              From: John Borwick <jhborwic@unity.ncsu.edu>
59174              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
59175              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
59176      Branch: cfgperl
59177            ! pod/perlsyn.pod
59178 ____________________________________________________________________________
59179 [  6196] By: jhi                                   on 2000/06/03  14:38:09
59180         Log: Integrate with Sarathy.
59181      Branch: cfgperl
59182           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
59183           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
59184           !> vms/perly_c.vms
59185 ____________________________________________________________________________
59186 [  6195] By: gsar                                  on 2000/06/02  22:43:13
59187         Log: fix yet another eval"" leak under USE_ITHREADS
59188      Branch: perl
59189            ! op.c
59190 ____________________________________________________________________________
59191 [  6194] By: gsar                                  on 2000/06/02  18:22:06
59192         Log: fix small eval"" memory leaks under USE_ITHREADS
59193      Branch: perl
59194            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
59195            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
59196            ! vms/perly_c.vms
59197 ____________________________________________________________________________
59198 [  6193] By: jhi                                   on 2000/06/01  13:03:56
59199         Log: Signals-be-gone for microperl.
59200      Branch: cfgperl
59201            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
59202 ____________________________________________________________________________
59203 [  6192] By: jhi                                   on 2000/06/01  12:52:02
59204         Log: Integrate with Sarathy.
59205      Branch: cfgperl
59206           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
59207           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
59208           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
59209           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
59210           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
59211           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
59212           !> t/op/vec.t utils/h2xs.PL
59213 ____________________________________________________________________________
59214 [  6191] By: gsar                                  on 2000/06/01  09:38:21
59215         Log: vec() loses numericalness (modified version of patch suggested
59216              by Robin Barker)
59217      Branch: perl
59218            ! doop.c t/op/vec.t
59219 ____________________________________________________________________________
59220 [  6190] By: gsar                                  on 2000/06/01  09:26:15
59221         Log: submit missing embed.pl change
59222      Branch: perl
59223            ! embed.pl
59224 ____________________________________________________________________________
59225 [  6189] By: gsar                                  on 2000/06/01  09:05:34
59226         Log: counting tr/// corrupts later operation (from M.J.T Guy)
59227      Branch: perl
59228            ! doop.c t/op/tr.t
59229 ____________________________________________________________________________
59230 [  6188] By: gsar                                  on 2000/06/01  08:58:39
59231         Log: h2xs tweaks
59232      Branch: perl
59233            ! utils/h2xs.PL
59234 ____________________________________________________________________________
59235 [  6187] By: gsar                                  on 2000/06/01  08:50:07
59236         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
59237              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
59238      Branch: perl
59239            + lib/Pod/LaTeX.pm
59240            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
59241            ! pod/pod2latex.PL
59242 ____________________________________________________________________________
59243 [  6186] By: gsar                                  on 2000/06/01  08:24:40
59244         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
59245              <wolfgang.laun@alcatel.at>)
59246      Branch: perl
59247            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
59248            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
59249 ____________________________________________________________________________
59250 [  6185] By: gsar                                  on 2000/06/01  08:12:00
59251         Log: remove incorrect documentation about implicit split to @_ in
59252              list context, which never really worked in perl 5 (from
59253              M.J.T. Guy)
59254      Branch: perl
59255            ! pod/perlfunc.pod pod/perltrap.pod
59256 ____________________________________________________________________________
59257 [  6184] By: gsar                                  on 2000/06/01  07:52:27
59258         Log: tweak for change#6127
59259      Branch: perl
59260            ! perl.c
59261 ____________________________________________________________________________
59262 [  6183] By: gsar                                  on 2000/06/01  07:41:02
59263         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
59264              <nick@ccl4.org>)
59265      Branch: perl
59266            + t/lib/selfloader.t
59267            ! MANIFEST lib/SelfLoader.pm
59268 ____________________________________________________________________________
59269 [  6182] By: jhi                                   on 2000/06/01  00:34:42
59270         Log: Be Cleaner Part Deux.
59271      Branch: cfgperl
59272            ! Makefile.SH
59273 ____________________________________________________________________________
59274 [  6181] By: jhi                                   on 2000/06/01  00:32:09
59275         Log: Integrate with Sarathy.
59276      Branch: cfgperl
59277           !> pp.c t/op/arith.t
59278 ____________________________________________________________________________
59279 [  6180] By: jhi                                   on 2000/06/01  00:31:13
59280         Log: microperl nits from Simon Cozens.
59281      Branch: cfgperl
59282            + uconfig.h
59283            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
59284            ! unixish.h
59285 ____________________________________________________________________________
59286 [  6179] By: gsar                                  on 2000/05/31  22:37:51
59287         Log: buggy modulus on UVs introduced by change#3378 (resulted in
59288              4063328477 % 65535 amounting to 27406, instead of 27407)
59289      Branch: perl
59290            ! pp.c t/op/arith.t
59291 ____________________________________________________________________________
59292 [  6178] By: jhi                                   on 2000/05/31  21:52:41
59293         Log: Be cleaner.
59294      Branch: cfgperl
59295            ! Makefile.SH
59296 ____________________________________________________________________________
59297 [  6177] By: jhi                                   on 2000/05/31  21:47:33
59298         Log: Substitution utf8 patch from Simon Cozens.
59299      Branch: cfgperl
59300            ! pp_hot.c
59301 ____________________________________________________________________________
59302 [  6176] By: jhi                                   on 2000/05/31  21:45:34
59303         Log: Single-quoted utf8 patch from Simon Cozens.
59304      Branch: cfgperl
59305            ! toke.c
59306 ____________________________________________________________________________
59307 [  6175] By: jhi                                   on 2000/05/31  21:40:18
59308         Log: Integrate with Sarathy.
59309      Branch: cfgperl
59310           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
59311 ____________________________________________________________________________
59312 [  6174] By: jhi                                   on 2000/05/31  21:37:31
59313         Log: microperl changes from Simon Cozens; Makefile for microperl
59314              written from scratch; few casts added as microperl compilation
59315              doesn't have all prototypes available.
59316      Branch: cfgperl
59317            + Makefile.micro README.micro Todo.micro uconfig.sh
59318            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
59319            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
59320      Branch: metaconfig
59321            + U/modified/Config_h.U
59322 ____________________________________________________________________________
59323 [  6173] By: jhi                                   on 2000/05/31  20:00:24
59324         Log: metaconfig maintenance.
59325      Branch: metaconfig
59326            + U/modified/Inhdr.U U/typedefs/inotype.U
59327      Branch: metaconfig/U/perl
59328            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
59329            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
59330 ____________________________________________________________________________
59331 [  6172] By: gsar                                  on 2000/05/31  05:05:42
59332         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
59333              (from Ilya Zakharevich)
59334      Branch: perl
59335            ! regexec.c t/op/re_tests
59336 ____________________________________________________________________________
59337 [  6171] By: gsar                                  on 2000/05/31  05:01:47
59338         Log: scalar() doesn't force scalar context when used in void context
59339              (from Simon Cozens)
59340      Branch: perl
59341            ! op.c t/op/wantarray.t
59342 ____________________________________________________________________________
59343 [  6170] By: gsar                                  on 2000/05/31  04:41:33
59344         Log: change#6142 needs tweaks to tests to work where there's no symlink()
59345              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
59346      Branch: perl
59347            ! t/lib/filefind.t
59348 ____________________________________________________________________________
59349 [  6169] By: gsar                                  on 2000/05/31  04:29:49
59350         Log: integrate cfgperl contents into mainline
59351      Branch: perl
59352           +> pod/perlmodlib.PL pod/perlnewmod.pod
59353           !> (integrate 42 files)
59354 ____________________________________________________________________________
59355 [  6168] By: jhi                                   on 2000/05/30  22:53:37
59356         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
59357      Branch: cfgperl
59358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59359            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
59360            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
59361            ! win32/config.bc win32/config.gc win32/config.vc
59362            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59363            ! win32/config_h.PL win32/config_sh.PL
59364      Branch: metaconfig/U/perl
59365            ! perlxv.U
59366 ____________________________________________________________________________
59367 [  6167] By: jhi                                   on 2000/05/30  22:20:21
59368         Log: tweak todo 
59369      Branch: cfgperl
59370            ! Todo-5.6
59371 ____________________________________________________________________________
59372 [  6166] By: jhi                                   on 2000/05/30  22:11:51
59373         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
59374              in case somebody wants to write an extension for more
59375              shadow database interfaces.
59376      Branch: cfgperl
59377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59378            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
59379            ! vos/config.def vos/config.h vos/config_h.SH_orig
59380            ! win32/config.bc win32/config.gc win32/config.vc
59381            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59382      Branch: metaconfig
59383            ! U/modified/Myinit.U
59384      Branch: metaconfig/U/perl
59385            + d_getespwnam.U d_getprpwnam.U i_prot.U
59386 ____________________________________________________________________________
59387 [  6165] By: jhi                                   on 2000/05/30  18:35:34
59388         Log: Integrate with Sarathy.
59389      Branch: cfgperl
59390           !> op.c
59391 ____________________________________________________________________________
59392 [  6164] By: jhi                                   on 2000/05/30  18:30:16
59393         Log: detypo
59394      Branch: cfgperl
59395            ! Configure config_h.SH
59396      Branch: metaconfig/U/perl
59397            ! perlxv.U
59398 ____________________________________________________________________________
59399 [  6163] By: gsar                                  on 2000/05/30  03:24:03
59400         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
59401      Branch: perl
59402            ! op.c
59403 ____________________________________________________________________________
59404 [  6162] By: gsar                                  on 2000/05/30  03:09:38
59405         Log: fix memory leak in method call optimization (change#3768);
59406              made C<eval "$x->foo()"> leak
59407      Branch: perl
59408            ! op.c
59409 ____________________________________________________________________________
59410 [  6161] By: jhi                                   on 2000/05/29  17:56:26
59411         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
59412              both from Simon Cozens.
59413      Branch: cfgperl
59414            + pod/perlmodlib.PL pod/perlnewmod.pod
59415            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
59416            ! pod/perlmodlib.pod pod/perltoc.pod
59417 ____________________________________________________________________________
59418 [  6160] By: jhi                                   on 2000/05/29  17:23:55
59419         Log: Changes for the File::Temp 0.08 (change #6159) test suite
59420              to fit better into the Perl distribution test framework.
59421      Branch: cfgperl
59422            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
59423            ! t/lib/ftmp-tempfile.t
59424 ____________________________________________________________________________
59425 [  6159] By: jhi                                   on 2000/05/29  16:55:36
59426         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
59427      Branch: cfgperl
59428            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59429            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59430 ____________________________________________________________________________
59431 [  6158] By: bailey                                on 2000/05/29  16:22:08
59432         Log: Add fallback to tmpfile for use in cases where user's relying on
59433              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
59434              Lane's patch)
59435      Branch: vmsperl
59436            ! vms/vms.c vms/vmsish.h
59437 ____________________________________________________________________________
59438 [  6157] By: jhi                                   on 2000/05/29  03:10:36
59439         Log: Regen Configure to jive with #6149.
59440      Branch: cfgperl
59441            ! Configure
59442      Branch: metaconfig
59443            ! U/modified/Getfile.U
59444 ____________________________________________________________________________
59445 [  6156] By: jhi                                   on 2000/05/29  03:01:38
59446         Log: Integrate with Sarathy.
59447      Branch: cfgperl
59448           +> ext/DynaLoader/dl_mac.xs
59449           !> (integrate 38 files)
59450 ____________________________________________________________________________
59451 [  6155] By: gsar                                  on 2000/05/28  21:15:58
59452         Log: small bug in change#6144; remove random \xA0 character that snuck
59453              in via change#6145
59454      Branch: perl
59455            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
59456 ____________________________________________________________________________
59457 [  6154] By: gsar                                  on 2000/05/28  21:04:19
59458         Log: avoid type mismatch warning
59459      Branch: perl
59460            ! perl.c
59461 ____________________________________________________________________________
59462 [  6153] By: gsar                                  on 2000/05/28  20:58:31
59463         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
59464              <nick@Bagpuss.uk.boo.com>)
59465      Branch: perl
59466            ! lib/Test/Harness.pm
59467 ____________________________________________________________________________
59468 [  6152] By: gsar                                  on 2000/05/28  20:53:42
59469         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
59470      Branch: perl
59471            ! regexec.c
59472 ____________________________________________________________________________
59473 [  6151] By: gsar                                  on 2000/05/28  20:50:28
59474         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
59475      Branch: perl
59476            ! regexec.c
59477 ____________________________________________________________________________
59478 [  6150] By: gsar                                  on 2000/05/28  20:39:58
59479         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
59480      Branch: perl
59481            ! pod/perlrequick.pod
59482 ____________________________________________________________________________
59483 [  6149] By: gsar                                  on 2000/05/28  20:35:16
59484         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
59485              <troc@netrus.net>)
59486      Branch: perl
59487            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
59488            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
59489            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
59490            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
59491 ____________________________________________________________________________
59492 [  6148] By: gsar                                  on 2000/05/28  20:21:07
59493         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
59494      Branch: perl
59495            ! lib/ExtUtils/MM_Unix.pm
59496 ____________________________________________________________________________
59497 [  6147] By: gsar                                  on 2000/05/28  20:12:41
59498         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
59499              (from Peter Prymmer)
59500      Branch: perl
59501            ! vms/subconfigure.com
59502 ____________________________________________________________________________
59503 [  6146] By: gsar                                  on 2000/05/28  20:06:15
59504         Log: doc typo
59505      Branch: perl
59506            ! lib/warnings.pm warnings.h warnings.pl
59507 ____________________________________________________________________________
59508 [  6145] By: gsar                                  on 2000/05/28  18:44:33
59509         Log: make xsubpp skip embedded pod (from Matthias Neeracher
59510              <neeri@iis.ee.ethz.ch>)
59511      Branch: perl
59512            ! lib/ExtUtils/xsubpp
59513 ____________________________________________________________________________
59514 [  6144] By: gsar                                  on 2000/05/28  18:42:49
59515         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
59516              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
59517              <neeri@iis.ee.ethz.ch>)
59518      Branch: perl
59519            ! lib/AutoSplit.pm
59520 ____________________________________________________________________________
59521 [  6143] By: gsar                                  on 2000/05/28  18:41:12
59522         Log: MacOS support, part 1 (from Matthias Neeracher
59523              <neeri@iis.ee.ethz.ch>)
59524      Branch: perl
59525            + ext/DynaLoader/dl_mac.xs
59526            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
59527            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
59528            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
59529            ! util.h
59530 ____________________________________________________________________________
59531 [  6142] By: gsar                                  on 2000/05/28  18:21:51
59532         Log: File::Find fails to chdir when chasing symlinks (from
59533              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
59534      Branch: perl
59535            ! lib/File/Find.pm t/lib/filefind.t
59536 ____________________________________________________________________________
59537 [  6141] By: jhi                                   on 2000/05/28  14:25:15
59538         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
59539              forwarded by Peter Seebach from the bsdi-users mailing list.
59540              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
59541      Branch: perl
59542            ! hints/bsdos.sh
59543 ____________________________________________________________________________
59544 [  6140] By: jhi                                   on 2000/05/28  14:11:57
59545         Log: Integrate with Sarathy.
59546      Branch: cfgperl
59547           +> (branch 30 files)
59548           !> (integrate 93 files)
59549 ____________________________________________________________________________
59550 [  6139] By: gsar                                  on 2000/05/28  10:01:48
59551         Log: revise mktables.PL for bugs and newness in Unicode 3.0
59552              (from James Bence <jbence@amgen.com>)
59553      Branch: perl
59554            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
59555            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
59556            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
59557            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
59558            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
59559            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
59560            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
59561            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
59562            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
59563            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
59564            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
59565            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
59566            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
59567            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
59568            + lib/unicode/Is/SylWU.pl
59569            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
59570            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
59571            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
59572            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
59573            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
59574            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
59575            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
59576            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
59577            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
59578            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
59579            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
59580            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
59581            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
59582            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
59583            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
59584            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
59585            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
59586            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
59587            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
59588            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
59589            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
59590            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
59591            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
59592            ! lib/unicode/Makefile lib/unicode/mktables.PL
59593 ____________________________________________________________________________
59594 [  6138] By: gsar                                  on 2000/05/28  08:50:32
59595         Log: add note about the handling of negative indices to tied arrays
59596              (from Michael G Schwern <schwern@pobox.com>)
59597      Branch: perl
59598            ! pod/perltie.pod
59599 ____________________________________________________________________________
59600 [  6137] By: gsar                                  on 2000/05/28  08:46:10
59601         Log: fix bogus redeclaration warning for "our" variables in different
59602              scopes
59603      Branch: perl
59604            ! op.c t/pragma/strict-vars
59605 ____________________________________________________________________________
59606 [  6136] By: gsar                                  on 2000/05/28  08:31:20
59607         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
59608      Branch: perl
59609            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
59610 ____________________________________________________________________________
59611 [  6135] By: gsar                                  on 2000/05/28  08:17:50
59612         Log: enable Test::Harness to dynamically determine column width etc.
59613              (from Rob Napier <rnapier@employees.org>)
59614      Branch: perl
59615            ! lib/Test/Harness.pm
59616 ____________________________________________________________________________
59617 [  6134] By: gsar                                  on 2000/05/28  08:13:39
59618         Log: make Test::Harness use wait.h/WCOREDUMP if available
59619              (from Ben Tilly <ben_tilly@hotmail.com>)
59620      Branch: perl
59621            ! lib/Test/Harness.pm
59622 ____________________________________________________________________________
59623 [  6133] By: gsar                                  on 2000/05/28  08:08:05
59624         Log: elide bogus test in change#6132
59625      Branch: perl
59626            ! t/pragma/warn/9enabled
59627 ____________________________________________________________________________
59628 [  6132] By: gsar                                  on 2000/05/28  08:03:14
59629         Log: warnings::enabled() doesn't fall back to looking at $^W if
59630              caller isn't using lexical warnings (from Paul Marquess)
59631      Branch: perl
59632            ! pp_ctl.c t/pragma/warn/9enabled
59633 ____________________________________________________________________________
59634 [  6131] By: gsar                                  on 2000/05/28  07:57:47
59635         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
59636      Branch: perl
59637            ! ext/POSIX/POSIX.pm
59638 ____________________________________________________________________________
59639 [  6130] By: gsar                                  on 2000/05/28  07:29:12
59640         Log: fix places that mean C<"word" character> but say C<alphanumeric
59641              character>
59642      Branch: perl
59643            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
59644 ____________________________________________________________________________
59645 [  6129] By: gsar                                  on 2000/05/28  07:18:41
59646         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
59647      Branch: perl
59648            ! vms/test.com
59649 ____________________________________________________________________________
59650 [  6128] By: gsar                                  on 2000/05/28  07:12:55
59651         Log: new perlxstut example for passing/returning refs to arrays
59652              (from David Lowe <dlowe@pootpoot.com>)
59653      Branch: perl
59654            ! pod/perlxstut.pod
59655 ____________________________________________________________________________
59656 [  6127] By: gsar                                  on 2000/05/28  07:02:50
59657         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
59658              failed (from Gisle Aas)
59659      Branch: perl
59660            ! cop.h perl.c
59661 ____________________________________________________________________________
59662 [  6126] By: gsar                                  on 2000/05/28  06:39:53
59663         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
59664              (reworked variant of patch suggested by Simon Cozens)
59665      Branch: perl
59666            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
59667            ! pp_hot.c proto.h t/op/gv.t
59668 ____________________________________________________________________________
59669 [  6125] By: gsar                                  on 2000/05/28  05:14:55
59670         Log: enable propagating exception objects via Perl_croak() in XS code
59671              (from Gisle Aas)
59672      Branch: perl
59673            ! util.c
59674 ____________________________________________________________________________
59675 [  6124] By: gsar                                  on 2000/05/28  05:07:28
59676         Log: integrate vmsperl contents into mainline
59677      Branch: perl
59678           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
59679           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
59680           !> vms/vmsish.h
59681 ____________________________________________________________________________
59682 [  6123] By: gsar                                  on 2000/05/28  05:03:53
59683         Log: clarify gotcha with #line directives (from Rocco Caputo
59684              <troc@netrus.net>)
59685      Branch: perl
59686            ! pod/perldebug.pod pod/perlsyn.pod
59687 ____________________________________________________________________________
59688 [  6122] By: gsar                                  on 2000/05/28  04:58:29
59689         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
59690              (from Mark-Jason Dominus)
59691      Branch: perl
59692            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
59693            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
59694            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
59695            ! toke.c
59696 ____________________________________________________________________________
59697 [  6121] By: bailey                                on 2000/05/25  04:46:54
59698         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
59699              lists (based on fixes by Craig Berry)
59700      Branch: vmsperl
59701            ! lib/File/Spec/VMS.pm
59702 ____________________________________________________________________________
59703 [  6120] By: bailey                                on 2000/05/25  04:25:38
59704         Log: Add missing escape (Charles Lane)
59705      Branch: vmsperl
59706            ! t/op/lex_assign.t
59707 ____________________________________________________________________________
59708 [  6119] By: bailey                                on 2000/05/25  04:21:25
59709         Log: Quiet error messages in vmsish.t (Charles Lane)
59710      Branch: vmsperl
59711            ! vms/ext/vmsish.t
59712 ____________________________________________________________________________
59713 [  6118] By: bailey                                on 2000/05/25  04:17:57
59714         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
59715              Flatten case labels in switch statements uniformly (Charles Bailey)
59716      Branch: vmsperl
59717            ! vms/vms.c
59718 ____________________________________________________________________________
59719 [  6117] By: bailey                                on 2000/05/25  03:58:09
59720         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
59721      Branch: vmsperl
59722            ! vms/vmsish.h
59723 ____________________________________________________________________________
59724 [  6116] By: bailey                                on 2000/05/25  03:11:15
59725         Log: Miscellaneous cosmetic fixes (Charles Lane)
59726      Branch: vmsperl
59727            ! lib/ExtUtils/MM_VMS.pm
59728 ____________________________________________________________________________
59729 [  6115] By: bailey                                on 2000/05/25  03:10:36
59730         Log: Add bounds checking for several strings (Charles Lane)
59731      Branch: vmsperl
59732            ! vms/vms.c
59733 ____________________________________________________________________________
59734 [  6114] By: bailey                                on 2000/05/25  02:25:34
59735         Log: Urk -- undo previous removal of vmsish 'exit' change
59736      Branch: vmsperl
59737            ! vms/ext/vmsish.pm vms/vmsish.h
59738 ____________________________________________________________________________
59739 [  6113] By: bailey                                on 2000/05/24  02:24:40
59740         Log: Ugly workaround for version-specific RTL error
59741      Branch: vmsperl
59742            ! vms/vms.c
59743 ____________________________________________________________________________
59744 [  6112] By: bailey                                on 2000/05/24  02:19:55
59745         Log: Check for existence of file before trying to delete
59746      Branch: vmsperl
59747            ! vms/test.com
59748 ____________________________________________________________________________
59749 [  6111] By: bailey                                on 2000/05/23  23:35:13
59750         Log: Resync with mainline prior to post-5.6.0 updates
59751      Branch: vmsperl
59752           +> (branch 49 files)
59753            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
59754            ! vms/ext/vmsish.pm
59755           !> (integrate 334 files)
59756 ____________________________________________________________________________
59757 [  6110] By: jhi                                   on 2000/05/23  19:28:32
59758         Log: todo tweak
59759      Branch: cfgperl
59760            ! Todo-5.6
59761 ____________________________________________________________________________
59762 [  6109] By: jhi                                   on 2000/05/18  17:38:54
59763         Log: Integrate with Sarathy.
59764      Branch: cfgperl
59765           !> mg.c perl.h win32/perlhost.h
59766 ____________________________________________________________________________
59767 [  6108] By: gsar                                  on 2000/05/17  02:24:56
59768         Log: reenable fake signal handling on Windows, bugs and all
59769      Branch: perl
59770            ! mg.c perl.h win32/perlhost.h
59771 ____________________________________________________________________________
59772 [  6107] By: jhi                                   on 2000/05/15  18:01:41
59773         Log: Tweak the todo list.
59774      Branch: cfgperl
59775            ! Todo-5.6
59776 ____________________________________________________________________________
59777 [  6106] By: jhi                                   on 2000/05/15  13:41:48
59778         Log: The (Configure) script refuses to go on, after asking for
59779              'You may also choose to try maximal 64-bitness....'.
59780              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
59781              -- Patrick Zima
59782              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
59783      Branch: cfgperl
59784            ! hints/solaris_2.sh
59785 ____________________________________________________________________________
59786 [  6105] By: jhi                                   on 2000/05/11  14:37:43
59787         Log: Integrate with Sarathy.
59788      Branch: cfgperl
59789           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
59790           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
59791 ____________________________________________________________________________
59792 [  6104] By: gsar                                  on 2000/05/11  03:39:07
59793         Log: PL_sys_intern was being initialized too late on windows
59794      Branch: perl
59795            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
59796            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
59797 ____________________________________________________________________________
59798 [  6103] By: jhi                                   on 2000/05/09  19:42:20
59799         Log: Test tweaking for Unicos continues.
59800      Branch: cfgperl
59801            ! t/op/64bitint.t
59802 ____________________________________________________________________________
59803 [  6102] By: jhi                                   on 2000/05/09  16:47:27
59804         Log: The test suite tweak in #6101 wasn't quite right.
59805      Branch: cfgperl
59806            ! t/lib/complex.t
59807 ____________________________________________________________________________
59808 [  6101] By: jhi                                   on 2000/05/09  15:35:34
59809         Log: Hints and test tweaks for Unicos.
59810      Branch: cfgperl
59811            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
59812 ____________________________________________________________________________
59813 [  6100] By: jhi                                   on 2000/05/08  21:15:06
59814         Log: More compilation tweakery from Allen Smith.
59815      Branch: cfgperl
59816            ! hints/irix_6.sh
59817 ____________________________________________________________________________
59818 [  6099] By: jhi                                   on 2000/05/08  19:21:18
59819         Log: Tweaks for the cc bugs from Allen Smith.
59820      Branch: cfgperl
59821            ! hints/irix_6.sh
59822 ____________________________________________________________________________
59823 [  6098] By: jhi                                   on 2000/05/08  19:13:37
59824         Log: Add a note about other, yet unsupported, shadow password APIs.
59825      Branch: cfgperl
59826            ! pp_sys.c
59827 ____________________________________________________________________________
59828 [  6097] By: jhi                                   on 2000/05/08  18:46:34
59829         Log: Add a note about possible compilation problems from Allen Smith.
59830      Branch: cfgperl
59831            ! hints/irix_6.sh
59832 ____________________________________________________________________________
59833 [  6096] By: jhi                                   on 2000/05/08  17:33:10
59834         Log: Integrate with Sarathy.
59835      Branch: cfgperl
59836           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
59837           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
59838 ____________________________________________________________________________
59839 [  6095] By: jhi                                   on 2000/05/08  16:21:33
59840         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
59841              might be useful in future.
59842      Branch: cfgperl
59843            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59844            ! config_h.SH
59845      Branch: metaconfig
59846            ! U/installdirs/inc_version_list.U
59847      Branch: metaconfig/U/perl
59848            ! perlxv.U
59849 ____________________________________________________________________________
59850 [  6094] By: gsar                                  on 2000/05/08  14:22:22
59851         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
59852      Branch: perl
59853            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
59854            ! hints/cygwin.sh pp_sys.c
59855 ____________________________________________________________________________
59856 [  6093] By: gsar                                  on 2000/05/08  12:52:28
59857         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
59858              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
59859      Branch: perl
59860            ! pp_sys.c sv.c win32/perlhost.h
59861 ____________________________________________________________________________
59862 [  6092] By: jhi                                   on 2000/05/07  22:40:34
59863         Log: Regen perltoc with the fixed buildtoc.
59864      Branch: cfgperl
59865            ! pod/perltoc.pod
59866 ____________________________________________________________________________
59867 [  6091] By: jhi                                   on 2000/05/07  22:24:16
59868         Log: Integrate with Sarathy.
59869      Branch: cfgperl
59870           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
59871           !> t/op/substr.t toke.c
59872 ____________________________________________________________________________
59873 [  6090] By: gsar                                  on 2000/05/07  19:47:07
59874         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
59875              [NI]OK; added tests for both
59876      Branch: perl
59877            ! perl.c pp_hot.c sv.c t/op/substr.t
59878 ____________________________________________________________________________
59879 [  6089] By: gsar                                  on 2000/05/07  18:18:38
59880         Log: buildtoc tweak to fix newline lossage
59881      Branch: perl
59882            ! pod/buildtoc
59883 ____________________________________________________________________________
59884 [  6088] By: jhi                                   on 2000/05/07  16:35:36
59885         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
59886              because we do not use those.  The HAS_GETSPNAM remains,
59887              though, because we still do use that.
59888      Branch: cfgperl
59889            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59890            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
59891            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
59892            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
59893            ! win32/config.vc win32/config_H.bc win32/config_H.gc
59894            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
59895 ____________________________________________________________________________
59896 [  6087] By: gsar                                  on 2000/05/07  16:05:16
59897         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
59898      Branch: perl
59899            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
59900 ____________________________________________________________________________
59901 [  6086] By: jhi                                   on 2000/05/07  15:27:07
59902         Log: Integrate with Sarathy.
59903      Branch: cfgperl
59904           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59905           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59906           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
59907           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
59908           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
59909           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
59910 ____________________________________________________________________________
59911 [  6085] By: gsar                                  on 2000/05/07  05:52:02
59912         Log: repeat operator (x) doesn't preserve utf8-ness
59913      Branch: perl
59914            ! pp.c t/op/substr.t
59915 ____________________________________________________________________________
59916 [  6084] By: gsar                                  on 2000/05/07  05:39:55
59917         Log: substr() does not preserve utf8-ness (from Stefan Eissing
59918              <Eissing@medicaldataservice.de>); added tests
59919      Branch: perl
59920            ! pp.c t/op/substr.t
59921 ____________________________________________________________________________
59922 [  6083] By: gsar                                  on 2000/05/07  05:24:46
59923         Log: note about undocumented caller() return value (from M.J.T. Guy);
59924              yet another peek.t tweak
59925      Branch: perl
59926            ! pod/perlfunc.pod t/lib/peek.t
59927 ____________________________________________________________________________
59928 [  6082] By: gsar                                  on 2000/05/07  05:08:40
59929         Log: peek.t non-portable to ithreads
59930      Branch: perl
59931            ! t/lib/peek.t
59932 ____________________________________________________________________________
59933 [  6081] By: gsar                                  on 2000/05/07  04:17:04
59934         Log: better default perlbug categories for ok reports (from Richard Foley)
59935      Branch: perl
59936            ! utils/perlbug.PL
59937 ____________________________________________________________________________
59938 [  6080] By: gsar                                  on 2000/05/07  04:08:07
59939         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
59940              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
59941      Branch: perl
59942            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59943            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59944            ! AUTHORS MAINTAIN MANIFEST
59945 ____________________________________________________________________________
59946 [  6079] By: gsar                                  on 2000/05/07  04:01:38
59947         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
59948      Branch: perl
59949            ! lib/Carp/Heavy.pm
59950 ____________________________________________________________________________
59951 [  6078] By: gsar                                  on 2000/05/07  01:24:19
59952         Log: workaround for CRT bug in chdir() (from Charles Lane, via
59953              Peter Prymmer)
59954      Branch: perl
59955            ! iperlsys.h vms/vms.c vms/vmsish.h
59956 ____________________________________________________________________________
59957 [  6077] By: gsar                                  on 2000/05/07  01:22:23
59958         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
59959              and Tom Phoenix)
59960      Branch: perl
59961            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
59962 ____________________________________________________________________________
59963 [  6076] By: gsar                                  on 2000/05/06  17:36:29
59964         Log: integrate cfgperl contents into mainline
59965      Branch: perl
59966           +> t/lib/peek.t
59967           !> Configure MANIFEST Porting/Glossary Porting/config.sh
59968           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
59969           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
59970           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
59971 ____________________________________________________________________________
59972 [  6075] By: jhi                                   on 2000/05/05  18:56:10
59973         Log: Make the test more portable.
59974      Branch: cfgperl
59975            ! t/lib/peek.t
59976 ____________________________________________________________________________
59977 [  6074] By: jhi                                   on 2000/05/05  18:49:20
59978         Log: Introduce t/lib/peek.t.
59979      Branch: cfgperl
59980            + t/lib/peek.t
59981            ! MANIFEST
59982 ____________________________________________________________________________
59983 [  6073] By: jhi                                   on 2000/05/05  14:30:45
59984         Log: Complex tweaks.
59985      Branch: cfgperl
59986            ! lib/Math/Complex.pm t/lib/complex.t
59987 ____________________________________________________________________________
59988 [  6072] By: jhi                                   on 2000/05/05  12:27:13
59989         Log: Integrate with Sarathy.
59990      Branch: cfgperl
59991           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
59992           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
59993           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
59994           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
59995 ____________________________________________________________________________
59996 [  6071] By: gsar                                  on 2000/05/05  02:24:46
59997         Log: misformatted perllocal.pod (from Tim Jenness
59998              <t.jenness@jach.hawaii.edu>)
59999      Branch: perl
60000            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
60001 ____________________________________________________________________________
60002 [  6070] By: gsar                                  on 2000/05/05  02:16:52
60003         Log: remove misleading comment (from M.J.T. Guy)
60004      Branch: perl
60005            ! t/lib/anydbm.t
60006 ____________________________________________________________________________
60007 [  6069] By: gsar                                  on 2000/05/05  02:15:13
60008         Log: File::Spec compatibility update (from Barrie Slaymaker
60009              <barries@slaysys.com>)
60010      Branch: perl
60011            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
60012            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
60013 ____________________________________________________________________________
60014 [  6068] By: gsar                                  on 2000/05/05  02:01:50
60015         Log: note about values()
60016      Branch: perl
60017            ! pod/perlfunc.pod
60018 ____________________________________________________________________________
60019 [  6067] By: gsar                                  on 2000/05/05  01:33:09
60020         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
60021      Branch: perl
60022            ! win32/win32.c
60023 ____________________________________________________________________________
60024 [  6066] By: gsar                                  on 2000/05/05  01:23:43
60025         Log: s/END/CHECK/
60026      Branch: perl
60027            ! perl.c
60028 ____________________________________________________________________________
60029 [  6065] By: jhi                                   on 2000/05/04  17:30:22
60030         Log: Integrate with Sarathy.
60031      Branch: cfgperl
60032           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
60033 ____________________________________________________________________________
60034 [  6064] By: gsar                                  on 2000/05/04  17:26:14
60035         Log: change#5905 wasn't quite right--it's intent only applies when arguments
60036              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
60037      Branch: perl
60038            ! pp_sys.c sv.c
60039 ____________________________________________________________________________
60040 [  6063] By: gsar                                  on 2000/05/04  16:52:29
60041         Log: tokeq() could read unallocated field in argument
60042      Branch: perl
60043            ! toke.c
60044 ____________________________________________________________________________
60045 [  6062] By: gsar                                  on 2000/05/04  16:34:51
60046         Log: additional tests for utf8.t
60047      Branch: perl
60048            ! t/pragma/utf8.t
60049 ____________________________________________________________________________
60050 [  6061] By: gsar                                  on 2000/05/04  16:09:28
60051         Log: change#5921 neglected to make eq honor "use bytes"
60052      Branch: perl
60053            ! sv.c
60054 ____________________________________________________________________________
60055 [  6060] By: jhi                                   on 2000/05/04  15:30:16
60056         Log: Integrate with Sarathy.
60057      Branch: cfgperl
60058           !> perl.c regcomp.c t/pragma/utf8.t
60059 ____________________________________________________________________________
60060 [  6059] By: jhi                                   on 2000/05/04  15:26:37
60061         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
60062              in natively 64-bit platforms where a long is a quad (no need
60063              for long longs).  Also added bias for IVs.
60064      Branch: cfgperl
60065            ! toke.c
60066 ____________________________________________________________________________
60067 [  6058] By: gsar                                  on 2000/05/04  00:19:14
60068         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
60069              (spotted by Donald Kinzer <dkinzer@premia.com>)
60070      Branch: perl
60071            ! perl.c
60072 ____________________________________________________________________________
60073 [  6057] By: gsar                                  on 2000/05/03  18:34:01
60074         Log: fix broken parsing of /\x{ab}/
60075      Branch: perl
60076            ! regcomp.c t/pragma/utf8.t
60077 ____________________________________________________________________________
60078 [  6056] By: jhi                                   on 2000/05/03  17:57:16
60079         Log: The search of infinity continues, this time simplified.
60080      Branch: cfgperl
60081            ! lib/Math/Complex.pm
60082 ____________________________________________________________________________
60083 [  6055] By: jhi                                   on 2000/05/03  17:45:30
60084         Log: Detypo.
60085      Branch: cfgperl
60086            ! hints/unicos.sh
60087 ____________________________________________________________________________
60088 [  6054] By: jhi                                   on 2000/05/02  22:28:27
60089         Log: Be more forgiving in POSIX about HUGE_VALL.
60090      Branch: cfgperl
60091            ! ext/POSIX/POSIX.xs
60092 ____________________________________________________________________________
60093 [  6053] By: jhi                                   on 2000/05/02  22:25:05
60094         Log: Integrate with Sarathy.
60095      Branch: cfgperl
60096           !> hints/irix_6.sh pod/perlop.pod
60097 ____________________________________________________________________________
60098 [  6052] By: jhi                                   on 2000/05/02  22:24:31
60099         Log: Unicos hint tweak.
60100      Branch: cfgperl
60101            ! hints/unicos.sh
60102 ____________________________________________________________________________
60103 [  6051] By: jhi                                   on 2000/05/02  22:21:26
60104         Log: Complex tweakery.
60105      Branch: cfgperl
60106            ! lib/Math/Complex.pm t/lib/complex.t
60107 ____________________________________________________________________________
60108 [  6050] By: jhi                                   on 2000/05/02  19:26:22
60109         Log: Use setxxent()/endxxent().
60110      Branch: cfgperl
60111            ! t/op/grent.t t/op/pwent.t
60112 ____________________________________________________________________________
60113 [  6049] By: jhi                                   on 2000/05/02  19:06:02
60114         Log: Test both the scalar and list contexts.
60115      Branch: cfgperl
60116            ! t/op/grent.t t/op/pwent.t
60117 ____________________________________________________________________________
60118 [  6048] By: gsar                                  on 2000/05/02  18:29:10
60119         Log: add note about how $( doesn't interpolate in REs (from
60120              Philip Newton <newton@ficus.frogspace.net>)
60121      Branch: perl
60122            ! pod/perlop.pod
60123 ____________________________________________________________________________
60124 [  6047] By: jhi                                   on 2000/05/02  17:41:24
60125         Log: Call getspnam() only iff needd.
60126      Branch: cfgperl
60127            ! pp_sys.c
60128 ____________________________________________________________________________
60129 [  6046] By: gsar                                  on 2000/05/02  17:07:25
60130         Log: libscheck has insufficient checks for n32 libs (from
60131              Albert Chin-A-Young <china@thewrittenword.com>)
60132      Branch: perl
60133            ! hints/irix_6.sh
60134 ____________________________________________________________________________
60135 [  6045] By: jhi                                   on 2000/05/02  13:57:17
60136         Log: Integrate with Sarathy.
60137      Branch: cfgperl
60138           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
60139           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
60140 ____________________________________________________________________________
60141 [  6044] By: gsar                                  on 2000/05/02  06:48:19
60142         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
60143              such that underscores are only ignored in literal numbers,
60144              "\x{...}", and hex/oct argument
60145      Branch: perl
60146            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
60147 ____________________________________________________________________________
60148 [  6043] By: gsar                                  on 2000/05/02  02:22:29
60149         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
60150      Branch: perl
60151            ! pod/perlretut.pod
60152 ____________________________________________________________________________
60153 [  6042] By: gsar                                  on 2000/05/02  02:17:51
60154         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
60155      Branch: perl
60156            ! pod/perltrap.pod
60157 ____________________________________________________________________________
60158 [  6041] By: gsar                                  on 2000/05/02  01:53:51
60159         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
60160              to compensate
60161      Branch: perl
60162            ! Porting/makerel
60163 ____________________________________________________________________________
60164 [  6040] By: gsar                                  on 2000/05/02  01:51:57
60165         Log: missing files in MANIFEST
60166      Branch: perl
60167            ! MANIFEST
60168 ____________________________________________________________________________
60169 [  6039] By: jhi                                   on 2000/05/02  00:36:46
60170         Log: Infinite problems.
60171      Branch: cfgperl
60172            ! lib/Math/Complex.pm
60173 ____________________________________________________________________________
60174 [  6038] By: jhi                                   on 2000/05/02  00:06:38
60175         Log: pwent/spent #ifdef imbalance.
60176      Branch: cfgperl
60177            ! pp_sys.c
60178 ____________________________________________________________________________
60179 [  6037] By: jhi                                   on 2000/05/01  22:50:11
60180         Log: Use HUGE_VALL if applicable.
60181      Branch: cfgperl
60182            ! ext/POSIX/POSIX.xs util.c
60183 ____________________________________________________________________________
60184 [  6036] By: jhi                                   on 2000/05/01  22:20:53
60185         Log: Correct Freudian slip.
60186      Branch: cfgperl
60187            ! pp_sys.c
60188 ____________________________________________________________________________
60189 [  6035] By: jhi                                   on 2000/05/01  21:07:38
60190         Log: Continue on the pwent/spent case.
60191      Branch: cfgperl
60192            ! pp_sys.c
60193 ____________________________________________________________________________
60194 [  6034] By: jhi                                   on 2000/05/01  17:45:14
60195         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
60196              adjustments in 6032 conflicted badly with this, will have
60197              to revisit them later.
60198      Branch: cfgperl
60199           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
60200           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
60201           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
60202           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
60203           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
60204           !> t/lib/cgi-html.t t/lib/cgi-request.t
60205 ____________________________________________________________________________
60206 [  6033] By: jhi                                   on 2000/05/01  17:40:49
60207         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
60208      Branch: cfgperl
60209            ! pp_sys.c
60210 ____________________________________________________________________________
60211 [  6032] By: gsar                                  on 2000/05/01  15:56:32
60212         Log: whitespace adjustments
60213      Branch: perl
60214            ! pp_sys.c
60215 ____________________________________________________________________________
60216 [  6031] By: gsar                                  on 2000/05/01  15:19:41
60217         Log: small nits in diagnostics.pm (from Robin Barker)
60218      Branch: perl
60219            ! lib/diagnostics.pm pod/perldiag.pod
60220 ____________________________________________________________________________
60221 [  6030] By: gsar                                  on 2000/05/01  08:39:18
60222         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
60223              for @- and @+ (from Johan Vromans)
60224      Branch: perl
60225            ! lib/English.pm pod/perlvar.pod
60226 ____________________________________________________________________________
60227 [  6029] By: gsar                                  on 2000/05/01  08:16:10
60228         Log: add CGI.pm v2.66 (from Lincoln Stein)
60229      Branch: perl
60230            + lib/CGI/Util.pm t/lib/cgi-pretty.t
60231            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
60232            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
60233            ! t/lib/cgi-html.t t/lib/cgi-request.t
60234 ____________________________________________________________________________
60235 [  6028] By: gsar                                  on 2000/05/01  06:34:41
60236         Log: Pod::Man generates groff-incompatible macro definition (from
60237              Tom Christiansen)
60238      Branch: perl
60239            ! lib/Pod/Man.pm
60240 ____________________________________________________________________________
60241 [  6027] By: gsar                                  on 2000/05/01  06:31:36
60242         Log: podlators-1.02 update (from Russ Allbery)
60243      Branch: perl
60244            ! lib/Pod/Man.pm lib/Pod/Text.pm
60245 ____________________________________________________________________________
60246 [  6026] By: jhi                                   on 2000/04/30  23:24:23
60247         Log: Integrate with Sarathy.
60248      Branch: cfgperl
60249           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
60250           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
60251           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
60252           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
60253           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
60254           !> t/lib/syslog.t toke.c win32/win32.h
60255 ____________________________________________________________________________
60256 [  6025] By: gsar                                  on 2000/04/30  18:17:47
60257         Log: Is{Alnum,Alpha,Word} don't match titlecase
60258              
60259              TODO: IsSpace is defined recursively!
60260              
60261              (both spotted by Larry)
60262      Branch: perl
60263            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
60264            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
60265 ____________________________________________________________________________
60266 [  6024] By: gsar                                  on 2000/04/30  17:50:19
60267         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
60268              (from Hugo van der Sanden)
60269      Branch: perl
60270            ! toke.c
60271 ____________________________________________________________________________
60272 [  6023] By: gsar                                  on 2000/04/30  17:14:43
60273         Log: debugger stomps on $. (from M.J.T. Guy)
60274      Branch: perl
60275            ! lib/perl5db.pl
60276 ____________________________________________________________________________
60277 [  6022] By: gsar                                  on 2000/04/30  16:59:22
60278         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
60279      Branch: perl
60280            ! sv.c
60281 ____________________________________________________________________________
60282 [  6021] By: gsar                                  on 2000/04/29  21:00:08
60283         Log: remove Win2K issue in pod (fixed by change#6020)
60284      Branch: perl
60285            ! README.win32 pod/perl56delta.pod
60286 ____________________________________________________________________________
60287 [  6020] By: gsar                                  on 2000/04/29  20:51:49
60288         Log: test tweak
60289      Branch: perl
60290            ! t/lib/open3.t
60291 ____________________________________________________________________________
60292 [  6019] By: gsar                                  on 2000/04/29  20:34:27
60293         Log: windows portability tweaks
60294      Branch: perl
60295            ! t/lib/b.t win32/win32.h
60296 ____________________________________________________________________________
60297 [  6018] By: gsar                                  on 2000/04/29  19:55:24
60298         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
60299              make _PATH_LOG() return "" if unavailable
60300      Branch: perl
60301            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
60302            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
60303 ____________________________________________________________________________
60304 [  6017] By: jhi                                   on 2000/04/28  22:49:46
60305         Log: Integrate with Sarathy.
60306      Branch: cfgperl
60307           !> op.c perl.c pod/perldiag.pod t/lib/b.t
60308 ____________________________________________________________________________
60309 [  6016] By: jhi                                   on 2000/04/28  22:46:14
60310         Log: Do not warn that an infinity does not look like a number.
60311      Branch: cfgperl
60312            ! sv.c
60313 ____________________________________________________________________________
60314 [  6015] By: gsar                                  on 2000/04/28  22:35:49
60315         Log: tweak test for portability
60316      Branch: perl
60317            ! t/lib/b.t
60318 ____________________________________________________________________________
60319 [  6014] By: gsar                                  on 2000/04/28  22:05:31
60320         Log: glob() loading File::Glob behind the scenes may cause syntax errors
60321      Branch: perl
60322            ! op.c
60323 ____________________________________________________________________________
60324 [  6013] By: gsar                                  on 2000/04/28  21:25:22
60325         Log: tweak change#5945 to display correct switch name in diagnostic
60326      Branch: perl
60327            ! perl.c pod/perldiag.pod
60328 ____________________________________________________________________________
60329 [  6012] By: jhi                                   on 2000/04/28  21:08:12
60330         Log: Integrate with Sarathy.
60331      Branch: cfgperl
60332           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
60333           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
60334           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
60335 ____________________________________________________________________________
60336 [  6011] By: jhi                                   on 2000/04/28  21:04:46
60337         Log: &HUGE_VAL is not defined, it exists.
60338      Branch: cfgperl
60339            ! lib/Math/Complex.pm
60340 ____________________________________________________________________________
60341 [  6010] By: gsar                                  on 2000/04/28  21:02:58
60342         Log: clarify note about shadow password support (from
60343              gellyfish@gellyfish.com)
60344      Branch: perl
60345            ! pod/perlfunc.pod
60346 ____________________________________________________________________________
60347 [  6009] By: gsar                                  on 2000/04/28  21:00:00
60348         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
60349      Branch: perl
60350            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
60351 ____________________________________________________________________________
60352 [  6008] By: gsar                                  on 2000/04/28  20:56:33
60353         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
60354      Branch: perl
60355            ! installperl vms/subconfigure.com
60356 ____________________________________________________________________________
60357 [  6007] By: gsar                                  on 2000/04/28  20:51:21
60358         Log: note about compile failures and END blocks (from M.J.T. Guy)
60359      Branch: perl
60360            ! pod/perl56delta.pod pod/perlmod.pod
60361 ____________________________________________________________________________
60362 [  6006] By: jhi                                   on 2000/04/28  20:42:14
60363         Log: Regen Configure.
60364      Branch: cfgperl
60365            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60366            ! config_h.SH
60367 ____________________________________________________________________________
60368 [  6005] By: gsar                                  on 2000/04/28  20:41:16
60369         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
60370      Branch: perl
60371            ! utils/perldoc.PL
60372 ____________________________________________________________________________
60373 [  6004] By: jhi                                   on 2000/04/28  20:28:21
60374         Log: Integrate with Sarathy.
60375      Branch: cfgperl
60376           !> Configure INSTALL Porting/Glossary Porting/config.sh
60377           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
60378           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
60379           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
60380           !> win32/config.vc win32/win32.c
60381 ____________________________________________________________________________
60382 [  6003] By: gsar                                  on 2000/04/28  20:11:20
60383         Log: allow REG_EXPAND_SZ keys in Windows registry (from
60384              John Clayton <John.Clayton@barclayscapital.com>)
60385      Branch: perl
60386            ! win32/win32.c
60387 ____________________________________________________________________________
60388 [  6002] By: gsar                                  on 2000/04/28  19:34:16
60389         Log: destructive sv_setsv() can lose UV-ness from source, causing
60390              numeric promotions/comparisons to fail to do the right thing
60391      Branch: perl
60392            ! sv.c
60393 ____________________________________________________________________________
60394 [  6001] By: gsar                                  on 2000/04/28  18:44:15
60395         Log: support additional library locations via $Config{otherlibdirs}
60396              (from Andy Dougherty)
60397      Branch: perl
60398            ! Configure INSTALL Porting/Glossary Porting/config.sh
60399            ! Porting/config_H config_h.SH epoc/config.sh perl.c
60400            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
60401            ! win32/config.bc win32/config.gc win32/config.vc
60402 ____________________________________________________________________________
60403 [  6000] By: gsar                                  on 2000/04/28  18:26:58
60404         Log: reworked otherlibdirs.U (from Andy Dougherty)
60405      Branch: metaconfig
60406            ! U/installdirs/otherlibdirs.U
60407 ____________________________________________________________________________
60408 [  5999] By: gsar                                  on 2000/04/28  18:17:07
60409         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
60410      Branch: perl
60411            ! t/pragma/warn/toke toke.c
60412 ____________________________________________________________________________
60413 [  5998] By: jhi                                   on 2000/04/28  13:32:17
60414         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
60415      Branch: cfgperl
60416            ! lib/Math/Complex.pm
60417 ____________________________________________________________________________
60418 [  5997] By: jhi                                   on 2000/04/28  13:14:04
60419         Log: Preserve $!.
60420      Branch: cfgperl
60421            ! lib/Math/Complex.pm
60422 ____________________________________________________________________________
60423 [  5996] By: jhi                                   on 2000/04/28  12:59:23
60424         Log: Integrate with Sarathy.
60425      Branch: cfgperl
60426           +> pod/perlrequick.pod pod/perlretut.pod
60427           !> (integrate 51 files)
60428 ____________________________________________________________________________
60429 [  5995] By: gsar                                  on 2000/04/28  09:37:36
60430         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
60431      Branch: perl
60432            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
60433 ____________________________________________________________________________
60434 [  5994] By: gsar                                  on 2000/04/28  09:33:26
60435         Log: fix for missed accounting for null byte in pack("Z",...) (from
60436              M.J.T. Guy)
60437      Branch: perl
60438            ! pp.c t/op/pack.t
60439 ____________________________________________________________________________
60440 [  5993] By: gsar                                  on 2000/04/28  09:30:05
60441         Log: various minor tweaks seen on p5p
60442      Branch: perl
60443            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
60444 ____________________________________________________________________________
60445 [  5992] By: gsar                                  on 2000/04/28  09:08:19
60446         Log: pod nit (from Simon Cozens)
60447      Branch: perl
60448            ! pod/perlop.pod
60449 ____________________________________________________________________________
60450 [  5991] By: gsar                                  on 2000/04/28  09:06:36
60451         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
60452      Branch: perl
60453            ! README.posix-bc hints/posix-bc.sh
60454 ____________________________________________________________________________
60455 [  5990] By: gsar                                  on 2000/04/28  08:54:52
60456         Log: use $ENV{LIB} to search for libs under Visual C compiler
60457              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
60458      Branch: perl
60459            ! lib/ExtUtils/Liblist.pm
60460 ____________________________________________________________________________
60461 [  5989] By: gsar                                  on 2000/04/28  08:27:12
60462         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
60463              itself and no other (from Tom Hughes)
60464      Branch: perl
60465            ! t/op/array.t toke.c
60466 ____________________________________________________________________________
60467 [  5988] By: gsar                                  on 2000/04/28  08:01:38
60468         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
60469              <paul@miraclefish.com>)
60470      Branch: perl
60471            ! lib/ExtUtils/MakeMaker.pm
60472 ____________________________________________________________________________
60473 [  5987] By: gsar                                  on 2000/04/28  07:53:09
60474         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
60475      Branch: perl
60476            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
60477 ____________________________________________________________________________
60478 [  5986] By: gsar                                  on 2000/04/28  07:44:17
60479         Log: add regular expressions tutorial and quick-start guide (from
60480              Mark Kvale <kvale@phy.ucsf.edu>)
60481      Branch: perl
60482            + pod/perlrequick.pod pod/perlretut.pod
60483            ! AUTHORS MAINTAIN MANIFEST
60484 ____________________________________________________________________________
60485 [  5985] By: gsar                                  on 2000/04/28  07:30:28
60486         Log: forked child may not exit correctly if it failed to open
60487              /dev/console (from Graham Barr)
60488      Branch: perl
60489            ! ext/Sys/Syslog/Syslog.pm
60490 ____________________________________________________________________________
60491 [  5984] By: gsar                                  on 2000/04/28  07:27:20
60492         Log: attributes::reftype() doesn't work on tied argument
60493      Branch: perl
60494            ! xsutils.c
60495 ____________________________________________________________________________
60496 [  5983] By: gsar                                  on 2000/04/28  07:15:04
60497         Log: numeric conversion of non-number in change#3378 tramples on
60498              OOK offset, causing segfaults
60499      Branch: perl
60500            ! sv.c
60501 ____________________________________________________________________________
60502 [  5982] By: gsar                                  on 2000/04/28  04:48:25
60503         Log: avoid error in IO::Socket::INET when given an unknown service name
60504              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
60505      Branch: perl
60506            ! ext/IO/lib/IO/Socket/INET.pm
60507 ____________________________________________________________________________
60508 [  5981] By: gsar                                  on 2000/04/28  04:31:31
60509         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
60510              prototype mismatch with CORE::glob(); update pod and tests to
60511              suit (File::Glob::glob() is still available for backward
60512              compatibility, but should be considered deprecated)
60513      Branch: perl
60514            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
60515            ! t/lib/glob-taint.t
60516 ____________________________________________________________________________
60517 [  5980] By: gsar                                  on 2000/04/28  03:47:29
60518         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
60519              <ghudson@mit.edu>)
60520      Branch: metaconfig
60521            ! U/modified/Options.U
60522      Branch: perl
60523            ! Configure
60524 ____________________________________________________________________________
60525 [  5979] By: gsar                                  on 2000/04/28  03:07:54
60526         Log: under useithreads, constant pad entries could inadvertantly be
60527              shared across threads (from Eric Blood <eblood@xmission.com>);
60528              added Eric's test case to testsuite
60529      Branch: perl
60530            ! op.c t/op/misc.t
60531 ____________________________________________________________________________
60532 [  5978] By: gsar                                  on 2000/04/27  21:13:00
60533         Log: sync version numbers in File::Spec with the ones on CPAN
60534              (from Barrie Slaymaker)
60535      Branch: perl
60536            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
60537            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
60538            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
60539 ____________________________________________________________________________
60540 [  5977] By: gsar                                  on 2000/04/27  21:07:29
60541         Log: autoquote barewords followed by newline and arrow properly
60542              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
60543      Branch: perl
60544            ! t/pragma/warn/toke toke.c
60545 ____________________________________________________________________________
60546 [  5976] By: gsar                                  on 2000/04/27  20:41:20
60547         Log: DB_File v1.73 update (from Paul Marquess)
60548      Branch: perl
60549            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
60550            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
60551 ____________________________________________________________________________
60552 [  5975] By: gsar                                  on 2000/04/27  20:34:24
60553         Log: allow sort() reentrancy (variant of patch suggested by
60554              Hugo van der Sanden)
60555      Branch: perl
60556            ! pp_ctl.c t/op/sort.t
60557 ____________________________________________________________________________
60558 [  5974] By: gsar                                  on 2000/04/27  19:46:57
60559         Log: change#4197 somehow missed initializing PL_errors, meaning
60560              sytax error queueing wasn't working outside eval"" at all;
60561              also fixed eval"" to localize PL_error_count, so that compile-time
60562              eval's don't clobber the error state of the outer context
60563      Branch: perl
60564            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
60565            ! t/pragma/warn/toke
60566 ____________________________________________________________________________
60567 [  5973] By: gsar                                  on 2000/04/27  18:29:05
60568         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
60569      Branch: perl
60570            ! regcomp.c regexec.c t/op/re_tests
60571 ____________________________________________________________________________
60572 [  5972] By: jhi                                   on 2000/04/27  18:22:41
60573         Log: Integrate with Sarathy.
60574      Branch: cfgperl
60575           +> t/lib/b.t t/lib/syslog.t
60576           !> (integrate 31 files)
60577 ____________________________________________________________________________
60578 [  5971] By: jhi                                   on 2000/04/27  18:18:46
60579         Log: Unicos tweaks from Mark P. Lutz.
60580      Branch: cfgperl
60581            ! hints/unicos.sh lib/Math/Complex.pm
60582 ____________________________________________________________________________
60583 [  5970] By: gsar                                  on 2000/04/27  18:05:11
60584         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
60585              IV is >32bits
60586      Branch: perl
60587            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
60588 ____________________________________________________________________________
60589 [  5969] By: gsar                                  on 2000/04/27  17:50:56
60590         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
60591      Branch: perl
60592            + t/lib/syslog.t
60593            ! MANIFEST ext/Sys/Syslog/Syslog.pm
60594 ____________________________________________________________________________
60595 [  5968] By: gsar                                  on 2000/04/27  17:44:49
60596         Log: tolerate spaces in group names in test on solaris (from David Boyce
60597              <dsb@boyski.com>)
60598      Branch: perl
60599            ! t/op/groups.t
60600 ____________________________________________________________________________
60601 [  5967] By: gsar                                  on 2000/04/27  17:41:22
60602         Log: improved docs on the warn_uninit diagnostic (from David Glasser
60603              and Simon Cozens)
60604      Branch: perl
60605            ! pod/perldiag.pod
60606 ____________________________________________________________________________
60607 [  5966] By: gsar                                  on 2000/04/27  16:54:58
60608         Log: add testsuite for B backends, fix bug in B::Deparse (from
60609              Simon Cozens <simon@brecon.co.uk>)
60610      Branch: perl
60611            + t/lib/b.t
60612            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
60613 ____________________________________________________________________________
60614 [  5965] By: gsar                                  on 2000/04/27  16:10:37
60615         Log: avoid "will not stay shared" warnings for our variables (from
60616              Robin Barker)
60617      Branch: perl
60618            ! op.c t/pragma/warn/op
60619 ____________________________________________________________________________
60620 [  5964] By: gsar                                  on 2000/04/27  07:05:05
60621         Log: reformat to 72 columns (again)
60622      Branch: perl
60623            ! pod/perldiag.pod
60624 ____________________________________________________________________________
60625 [  5963] By: gsar                                  on 2000/04/27  06:28:31
60626         Log: patch from Larry to make (\&) prototype work; added tests for
60627              the same
60628      Branch: perl
60629            ! op.c t/comp/proto.t
60630 ____________________________________________________________________________
60631 [  5962] By: gsar                                  on 2000/04/27  06:15:47
60632         Log: updated README.hpux (from Jeff Okamoto)
60633      Branch: perl
60634            ! README.hpux
60635 ____________________________________________________________________________
60636 [  5961] By: gsar                                  on 2000/04/27  05:55:03
60637         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
60638      Branch: perl
60639            ! emacs/cperl-mode.el
60640 ____________________________________________________________________________
60641 [  5960] By: gsar                                  on 2000/04/27  05:49:26
60642         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
60643      Branch: perl
60644            ! INSTALL
60645 ____________________________________________________________________________
60646 [  5959] By: gsar                                  on 2000/04/27  05:33:41
60647         Log: doubled words in pods (from Simon Cozens
60648              <simon.p.cozens@jp.pwcglobal.com>)
60649      Branch: perl
60650            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
60651            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
60652            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
60653            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
60654            ! pod/perltootc.pod
60655 ____________________________________________________________________________
60656 [  5958] By: gsar                                  on 2000/04/27  05:11:39
60657         Log: change#3569 deleted some essential code, revert; avoid use of
60658              atexit() to make DynaLoader work properly on AIX under mod_perl
60659              (from Jens-Uwe Mager <jum@helios.de>)
60660      Branch: perl
60661            ! ext/DynaLoader/dl_aix.xs
60662 ____________________________________________________________________________
60663 [  5957] By: gsar                                  on 2000/04/27  04:54:51
60664         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
60665      Branch: perl
60666            ! pod/perlmod.pod
60667 ____________________________________________________________________________
60668 [  5956] By: gsar                                  on 2000/04/27  04:51:47
60669         Log: better diagnostics on failed tests (from Ilya Zakharevich)
60670      Branch: perl
60671            ! t/op/lex_assign.t
60672 ____________________________________________________________________________
60673 [  5955] By: gsar                                  on 2000/04/27  04:26:44
60674         Log: longstanding bug exposed by change#3307: sort arguments weren't
60675              compiled with the right wantarray context (ensuing runtime lookup
60676              via block_gimme() was getting the incidental context of the
60677              sort() itself)
60678      Branch: perl
60679            ! op.c t/op/sort.t
60680 ____________________________________________________________________________
60681 [  5954] By: gsar                                  on 2000/04/26  23:42:12
60682         Log: integrate cfgperl contents into mainline
60683      Branch: perl
60684           !> (integrate 30 files)
60685 ____________________________________________________________________________
60686 [  5953] By: jhi                                   on 2000/04/26  23:06:42
60687         Log: Integrate with Sarathy.
60688      Branch: cfgperl
60689           !> README.win32 ext/B/B/Deparse.pm
60690           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
60691           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
60692           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
60693           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
60694           !> utils/perldoc.PL vms/perlvms.pod
60695 ____________________________________________________________________________
60696 [  5952] By: jhi                                   on 2000/04/26  23:03:46
60697         Log: Undo "use integer" addition from 64bitint as it seems
60698              to break most of the subtests in Digital UNIX;
60699              Unicos needs to find another way.
60700      Branch: cfgperl
60701            ! t/op/64bitint.t
60702 ____________________________________________________________________________
60703 [  5951] By: jhi                                   on 2000/04/26  22:57:53
60704         Log: Be more robust on "extreme" (large absolute value)
60705              arguments.  Originally reported by Daniel Connelly
60706              as a problem with asinh() on large negative arguments,
60707              asinh() used to bail out because an argument to log()
60708              ended up being zero.  Ilya Zakharevich proposed using
60709              Taylor's series in such cases, which for such large
60710              arguments is a very good approximation.
60711      Branch: cfgperl
60712            ! lib/Math/Complex.pm t/lib/complex.t
60713 ____________________________________________________________________________
60714 [  5950] By: gsar                                  on 2000/04/25  19:13:12
60715         Log: reformat perldiag to avoid long lines
60716      Branch: perl
60717            ! pod/perldiag.pod
60718 ____________________________________________________________________________
60719 [  5949] By: gsar                                  on 2000/04/25  18:41:11
60720         Log: make perldoc use the pod2man from the same version (from
60721              M.J.T. Guy)
60722      Branch: perl
60723            ! utils/perldoc.PL
60724 ____________________________________________________________________________
60725 [  5948] By: gsar                                  on 2000/04/25  18:21:57
60726         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
60727              <kompas@kompas.usr.onet.pl>)
60728      Branch: perl
60729            ! lib/vars.pm
60730 ____________________________________________________________________________
60731 [  5947] By: gsar                                  on 2000/04/25  18:11:53
60732         Log: use &dl_error rather than &dl_load_file as the guard for calling
60733              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
60734              statically built perl)
60735      Branch: perl
60736            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
60737 ____________________________________________________________________________
60738 [  5946] By: jhi                                   on 2000/04/25  17:37:54
60739         Log: Document that tr() is not tr(1).
60740      Branch: cfgperl
60741            ! pod/perlop.pod
60742 ____________________________________________________________________________
60743 [  5945] By: gsar                                  on 2000/04/25  16:34:33
60744         Log: make module name mandatory after -M switch; reorder perldiag
60745              alphabetically (from Mark-Jason Dominus)
60746      Branch: perl
60747            ! perl.c pod/perldiag.pod
60748 ____________________________________________________________________________
60749 [  5944] By: jhi                                   on 2000/04/25  01:15:18
60750         Log: On second thoughts frexp() does have two arguments.
60751      Branch: cfgperl
60752            ! perl.h
60753 ____________________________________________________________________________
60754 [  5943] By: jhi                                   on 2000/04/24  22:56:32
60755         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
60756              Now pp_ncmp() returns undef is either operand is a NaN.
60757      Branch: cfgperl
60758            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60759            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
60760            ! vms/subconfigure.com vos/config.def vos/config.h
60761            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
60762            ! win32/config.vc win32/config_H.bc win32/config_H.gc
60763            ! win32/config_H.vc
60764      Branch: metaconfig/U/perl
60765            + d_modfl.U
60766 ____________________________________________________________________________
60767 [  5942] By: jhi                                   on 2000/04/24  19:45:17
60768         Log: Regen Configure to match #5937.
60769      Branch: cfgperl
60770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60771            ! config_h.SH
60772      Branch: metaconfig
60773            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
60774 ____________________________________________________________________________
60775 [  5941] By: jhi                                   on 2000/04/24  19:24:11
60776         Log: Further Unicos fixes for Mark Lutz.
60777      Branch: cfgperl
60778            ! hints/unicos.sh pp_ctl.c
60779 ____________________________________________________________________________
60780 [  5940] By: jhi                                   on 2000/04/24  19:09:06
60781         Log: Various Unicos 10.0.0.6 fixes.
60782              
60783              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
60784              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
60785              Reply-To: tecmpl1@triton.ca.boeing.com 
60786              To: perl5-porters@perl.org 
60787              Date: Fri, 14 Apr 2000 20:21:00 GMT 
60788              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
60789      Branch: cfgperl
60790            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
60791 ____________________________________________________________________________
60792 [  5939] By: gsar                                  on 2000/04/24  19:01:24
60793         Log: more pod nits (from Larry Virden)
60794      Branch: perl
60795            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
60796            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
60797            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
60798 ____________________________________________________________________________
60799 [  5938] By: gsar                                  on 2000/04/24  18:54:01
60800         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
60801      Branch: perl
60802            ! ext/B/B/Deparse.pm
60803 ____________________________________________________________________________
60804 [  5937] By: jhi                                   on 2000/04/24  17:39:00
60805         Log: Integrate with Sarathy.
60806      Branch: cfgperl
60807           +> (branch 31 files)
60808           !> (integrate 73 files)
60809 ____________________________________________________________________________
60810 [  5936] By: gsar                                  on 2000/04/24  17:30:06
60811         Log: additional tests for change#5934 (from Paul Marquess, who also
60812              sent in the same fix)
60813      Branch: perl
60814            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
60815            ! t/pragma/warn/5nolint t/pragma/warn/6default
60816 ____________________________________________________________________________
60817 [  5935] By: jhi                                   on 2000/04/24  17:26:05
60818         Log: Do not assume sign propagation.
60819              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
60820              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
60821              To: payner@ncifcrf.gov, perl5-porters@perl.org 
60822              Date: Tue, 18 Apr 2000 18:24:49 +0100 
60823              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
60824      Branch: cfgperl
60825            ! t/op/bop.t t/op/misc.t
60826 ____________________________________________________________________________
60827 [  5934] By: gsar                                  on 2000/04/24  17:16:54
60828         Log: propagate lexical warnings from surrounding scope correctly
60829              within string eval()
60830      Branch: perl
60831            ! pp_ctl.c t/pragma/warn/pp_ctl
60832 ____________________________________________________________________________
60833 [  5933] By: jhi                                   on 2000/04/24  17:01:07
60834         Log: Flatten the cpp jungle doing the nosuid checking.
60835      Branch: cfgperl
60836            ! perl.c
60837 ____________________________________________________________________________
60838 [  5932] By: gsar                                  on 2000/04/24  09:08:14
60839         Log: add rsignal(), whichsig() and do_join() to public API list
60840              (mod_perl uses them to good advantage)
60841      Branch: perl
60842            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
60843 ____________________________________________________________________________
60844 [  5931] By: gsar                                  on 2000/04/24  09:01:40
60845         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
60846      Branch: perl
60847            ! pp_hot.c regexec.c t/op/pat.t
60848 ____________________________________________________________________________
60849 [  5930] By: gsar                                  on 2000/04/24  08:58:33
60850         Log: small os390 tweaks (from Peter Prymmer)
60851      Branch: perl
60852            ! config_h.SH makedepend.SH
60853 ____________________________________________________________________________
60854 [  5929] By: gsar                                  on 2000/04/24  08:55:25
60855         Log: pod nits
60856      Branch: perl
60857            ! pod/perlguts.pod
60858 ____________________________________________________________________________
60859 [  5928] By: gsar                                  on 2000/04/24  08:50:13
60860         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
60861      Branch: perl
60862            ! ext/IO/lib/IO/Poll.pm
60863 ____________________________________________________________________________
60864 [  5927] By: gsar                                  on 2000/04/24  08:43:24
60865         Log: arrange for next() to resume at the unstack op rather than the
60866              loop conditional, so that scope cleanup happens correctly
60867              (from Stephen McCamant)
60868      Branch: perl
60869            ! op.c pp_ctl.c t/op/misc.t
60870 ____________________________________________________________________________
60871 [  5926] By: gsar                                  on 2000/04/24  08:18:40
60872         Log: on windows, reserve 16M of stack rather than 128M (allows more
60873              threads to run concurrently)
60874      Branch: perl
60875            ! win32/Makefile win32/makefile.mk
60876 ____________________________________________________________________________
60877 [  5925] By: gsar                                  on 2000/04/24  08:13:52
60878         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
60879      Branch: perl
60880            ! toke.c
60881 ____________________________________________________________________________
60882 [  5924] By: gsar                                  on 2000/04/24  08:08:59
60883         Log: avoid using uninitialized memory in require version check
60884      Branch: perl
60885            ! pp_ctl.c universal.c
60886 ____________________________________________________________________________
60887 [  5923] By: gsar                                  on 2000/04/24  07:20:14
60888         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
60889      Branch: perl
60890            ! ext/IO/lib/IO/Poll.pm
60891 ____________________________________________________________________________
60892 [  5922] By: gsar                                  on 2000/04/24  07:08:42
60893         Log: commentary about IoTYPE() (from Nathan Torkington)
60894      Branch: perl
60895            ! sv.h
60896 ____________________________________________________________________________
60897 [  5921] By: gsar                                  on 2000/04/24  06:58:26
60898         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
60899              by fix
60900      Branch: perl
60901            ! sv.c t/lib/charnames.t t/pragma/utf8.t
60902 ____________________________________________________________________________
60903 [  5920] By: gsar                                  on 2000/04/24  06:37:59
60904         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
60905      Branch: perl
60906            ! doop.c t/op/ver.t
60907 ____________________________________________________________________________
60908 [  5919] By: gsar                                  on 2000/04/24  06:21:58
60909         Log: Configure might miss old directories when prefix must be
60910              expanded (from Robin Barker)
60911      Branch: metaconfig
60912            ! U/installdirs/inc_version_list.U
60913      Branch: perl
60914            ! Configure
60915 ____________________________________________________________________________
60916 [  5918] By: gsar                                  on 2000/04/24  06:16:11
60917         Log: VMS nits in glob() test (from Charles Lane)
60918      Branch: perl
60919            ! t/lib/glob-basic.t
60920 ____________________________________________________________________________
60921 [  5917] By: gsar                                  on 2000/04/24  06:11:56
60922         Log: various pod nits (from Larry Virden and others)
60923      Branch: perl
60924            ! README.amiga README.hpux README.machten README.os2
60925            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
60926            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
60927            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
60928            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
60929            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
60930            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
60931            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
60932            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
60933 ____________________________________________________________________________
60934 [  5916] By: gsar                                  on 2000/04/24  05:52:43
60935         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
60936              <wjones@tc.fluke.com>)
60937      Branch: perl
60938            ! t/lib/glob-basic.t
60939 ____________________________________________________________________________
60940 [  5915] By: gsar                                  on 2000/04/24  05:07:01
60941         Log: supported platforms mixed up
60942      Branch: perl
60943            ! pod/perl56delta.pod pod/perlport.pod
60944 ____________________________________________________________________________
60945 [  5914] By: gsar                                  on 2000/04/24  04:56:08
60946         Log: caller() wasn't returning the right number of elements for
60947              eval {...}
60948      Branch: perl
60949            ! pp_ctl.c t/pragma/warn/9enabled
60950 ____________________________________________________________________________
60951 [  5913] By: gsar                                  on 2000/04/24  04:35:41
60952         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
60953              Mark-Jason Dominus)
60954      Branch: perl
60955            ! pod/perlfunc.pod
60956 ____________________________________________________________________________
60957 [  5912] By: gsar                                  on 2000/04/24  04:17:15
60958         Log: fix totally broken caching in UNIVERSAL::isa() (from
60959              Nick Ing-Simmons)
60960      Branch: perl
60961            ! t/op/universal.t universal.c
60962 ____________________________________________________________________________
60963 [  5911] By: gsar                                  on 2000/04/24  03:39:47
60964         Log: add linebreak properties from unicode/LineBrk.txt (from
60965              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
60966      Branch: perl
60967            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
60968            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
60969            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
60970            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
60971            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
60972            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
60973            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
60974            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
60975            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
60976            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
60977            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
60978            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
60979            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
60980            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
60981            + lib/unicode/Is/LbrkZW.pl
60982            ! lib/unicode/mktables.PL
60983 ____________________________________________________________________________
60984 [  5910] By: gsar                                  on 2000/04/24  03:23:10
60985         Log: typo in pod
60986      Branch: perl
60987            ! ext/Thread/Thread.pm
60988 ____________________________________________________________________________
60989 [  5909] By: gsar                                  on 2000/04/24  03:22:03
60990         Log: mode argument to do_binmode() should be file mode, not boolean
60991      Branch: perl
60992            ! pp_sys.c
60993 ____________________________________________________________________________
60994 [  5908] By: gsar                                  on 2000/04/16  16:51:08
60995         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
60996              always returns a valid GV even when the symbol is trapped by strictures
60997              (avoids coredumps)
60998              
60999              TODO: the C<package;> hack needs similar treatment
61000      Branch: perl
61001            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
61002            ! t/pragma/strict-vars
61003 ____________________________________________________________________________
61004 [  5907] By: jhi                                   on 2000/03/31  23:42:56
61005         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
61006              an assumption which #5905 demolished.
61007      Branch: cfgperl
61008            ! pp_sys.c
61009 ____________________________________________________________________________
61010 [  5906] By: jhi                                   on 2000/03/31  18:54:37
61011         Log: Typo in #5905.
61012      Branch: cfgperl
61013            ! t/op/64bitint.t
61014 ____________________________________________________________________________
61015 [  5905] By: jhi                                   on 2000/03/31  18:50:54
61016         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
61017              reported by Joseph N. Hall.  The bug was that even with use64bitint
61018              one had to use the prefixes q, L, or ll with printf/sprintf,
61019              contrary to the documentation and common sense.
61020      Branch: cfgperl
61021            ! sv.c t/op/64bitint.t
61022 ____________________________________________________________________________
61023 [  5904] By: gsar                                  on 2000/03/28  02:31:32
61024         Log: add Changes, perldelta.pod
61025      Branch: perl
61026            + Changes pod/perldelta.pod
61027 ____________________________________________________________________________
61028 [  5903] By: gsar                                  on 2000/03/28  02:03:55
61029         Log: rename Changes and perldelta.pod
61030      Branch: perl
61031           +> Changes5.6 pod/perl56delta.pod
61032            - Changes pod/perldelta.pod
61033            ! MANIFEST
61034 ____________________________________________________________________________
61035 [  5902] By: gsar                                  on 2000/03/28  01:59:14
61036         Log: create maint-5.6 branch
61037      Branch: maint-5.6/perl
61038           +> (branch 1611 files)
61039 ____________________________________________________________________________
61040 [  5901] By: jhi                                   on 2000/03/23  05:48:43
61041         Log: Integrate with Sarathy.
61042      Branch: cfgperl
61043           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
61044 ____________________________________________________________________________
61045 [  5900] By: gsar                                  on 2000/03/23  05:42:43
61046         Log: three guesses on what this is :-)
61047      Branch: perl
61048            ! Changes