The problem described in 20010514.031 still wasn't
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
35         Log: Retract #10094.
36      Branch: perl
37            ! lib/Pod/Text.pm
38 ____________________________________________________________________________
39 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
40         Log: Integrate change #10100 from maintperl.
41              
42              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
43              bug ID 20010514.027)
44      Branch: perl
45           !> mg.c pp_ctl.c
46 ____________________________________________________________________________
47 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
48         Log: Document the deprecatedness of suidperl.
49      Branch: perl
50            ! INSTALL pod/perlfaq1.pod
51 ____________________________________________________________________________
52 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
53         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
54              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55              Date: Mon, 14 May 2001 09:38:59 -0400
56              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
57      Branch: perl
58            ! lib/ExtUtils/MM_Unix.pm
59 ____________________________________________________________________________
60 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
61         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
62              bug ID 20010514.027)
63              
64              TODO: this needs a testsuite addition
65      Branch: maint-5.6/perl
66            ! mg.c pp_ctl.c
67 ____________________________________________________________________________
68 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
69         Log: More DWIMminess for Class::Struct: calling the array or hash
70              accessors only with one argument, an array or a hash reference,
71              sets the underlying array or hash.  This mirrors nicely also
72              the usage in the constructor.
73              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
74      Branch: perl
75            ! lib/Class/Struct.pm t/lib/class-struct.t
76 ____________________________________________________________________________
77 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
78         Log: Reference cmp'ing should go through the whole stringification
79              process shebang, as pointed out by Sarathy in #10091.
80      Branch: perl
81            ! pp.c
82 ____________________________________________________________________________
83 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
84         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
85              From: Simon Cozens <simon@netthink.co.uk>
86              Date: Sat, 12 May 2001 16:36:27 +0100
87              Message-ID: <20010512163627.A5522@netthink.co.uk>
88              
89              with some additions salvaged from Todo and Todo-5.6 before
90              retiring them.
91      Branch: perl
92            - Todo Todo-5.6
93            ! MANIFEST pod/perltodo.pod
94 ____________________________________________________________________________
95 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
96         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
97              From: "Golubev I. N." <gin@mo.msk.ru>
98              Date: Mon, 07 May 2001 14:33:34 (GMT)
99              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
100      Branch: perl
101            ! perl.h
102 ____________________________________________________________________________
103 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
104         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
105              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
106              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
107              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
108      Branch: perl
109            ! lib/ExtUtils/MM_Unix.pm
110 ____________________________________________________________________________
111 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
112         Log: (Retracted by #10104.)
113              
114              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
115              From: barries <barries@slaysys.com>
116              Date: Sat, 12 May 2001 01:28:10 -0400
117              Message-ID: <20010512012810.B26358@jester.slaysys.com>
118      Branch: perl
119            ! lib/Pod/Text.pm
120 ____________________________________________________________________________
121 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
122         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
123              From: Mike Guy <mjtg@cam.ac.uk>
124              Date: Sat, 12 May 2001 19:24:33 +0100
125              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
126      Branch: perl
127            ! lib/AutoSplit.pm
128 ____________________________________________________________________________
129 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
130         Log: Yet another HP-UX hints tweak from Merijn.
131      Branch: perl
132            ! hints/hpux.sh
133 ____________________________________________________________________________
134 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
135         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
136              isn't defined (changes#9366,9368,9370 from mainline without the
137              pp_scmp() change)
138      Branch: maint-5.6/perl
139            ! pp.c pp.h pp_hot.c
140 ____________________________________________________________________________
141 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
142         Log: The sorting seems to happen now automatically.
143      Branch: perl
144            ! t/lib/glob-basic.t
145 ____________________________________________________________________________
146 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
147         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
148              From: Benjamin Sugars <bsugars@canoe.ca>
149              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
150              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
151      Branch: perl
152            ! pod/perlfunc.pod
153 ____________________________________________________________________________
154 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
155         Log: Subject: Re: undef(&foo) does not work for XS functions
156              From: Doug MacEachern <dougm@covalent.net>
157              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
158              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
159      Branch: perl
160            ! op.c
161 ____________________________________________________________________________
162 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
163         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
164              From: Peter Prymmer <pvhp@forte.com>
165              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
166              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
167      Branch: perl
168            ! t/op/append.t
169 ____________________________________________________________________________
170 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
171         Log: Update Changes.
172      Branch: perl
173            ! Changes patchlevel.h
174 ____________________________________________________________________________
175 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
176         Log: Remove the 'asciir' re subpragma.  Should instead implement
177              the 'physical vs logical' range scheme:
178              
179              \xAA-\xCC is a native physical range, you want that range of
180              codepoints in your native encoding.  In EBCDIC the codepoints
181              in the gaps (between i-j and r-s) should be included.
182              
183              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
184              codepoints in Unicode.
185              
186              a-z is a logical range, you want that range of 'logical' codepoints
187              in your native encoding.  In EBCDIC the codepoints in the gaps
188              (between i-j and r-s) should not be included.
189              
190              Mixed cases (a-\xAA, etc) should either be errors, or maybe
191              the 'logical' endpoints should be converted to native/Unicode
192              codepoints, and the range handled as a physical range.
193              
194              'Logical endpoints' are to be recognized only in the A-Z, a-z,
195              and 0-9 ranges.  Probably a warning should be given for mixed
196              cases like A-z or a-9 (since such expressions are encoding
197              dependent), with a recommendation to use physical ranges.
198      Branch: perl
199            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
200            ! t/op/regexp.t
201 ____________________________________________________________________________
202 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
203         Log: Make the test to cleanup the test directory tree
204              both before and after the testing so that we always
205              have a clean slate to work with.
206      Branch: perl
207            ! t/lib/filefind.t
208 ____________________________________________________________________________
209 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
210         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
211              From: Jon Eveland <jweveland@yahoo.com>
212              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
213              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
214      Branch: perl
215            ! pod/perlfunc.pod
216 ____________________________________________________________________________
217 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
218         Log: Merge the camel-III/vstring.t with op/ver.t.
219      Branch: perl
220            - t/camel-III/vstring.t
221            ! MANIFEST t/TEST t/harness t/op/ver.t
222 ____________________________________________________________________________
223 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
224         Log: Add test.deparse make target.
225      Branch: perl
226            ! Makefile.SH
227 ____________________________________________________________________________
228 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
229         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
230              From: Robin Houston <robin@kitsite.com>
231              Date: Fri, 11 May 2001 12:02:22 +0100
232              Message-ID: <20010511120222.A11529@penderel>
233      Branch: perl
234            ! ext/B/B/Deparse.pm t/op/method.t
235 ____________________________________________________________________________
236 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
237         Log: A nicely working combination for UTS from Hal Morris.
238      Branch: perl
239            + ext/POSIX/hints/uts.pl
240            ! MANIFEST hints/uts.sh
241 ____________________________________________________________________________
242 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
243         Log: i_ieeefp=undef for UTS.
244      Branch: perl
245            ! hints/uts.sh
246 ____________________________________________________________________________
247 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
248         Log: Subject: RE: rand(0) is rand(1)
249              From: Larry Shatzer <lshatzer@islanddata.com>
250              Date: Thu, 10 May 2001 11:09:27 -0700
251              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
252      Branch: perl
253            ! pod/perlfunc.pod
254 ____________________________________________________________________________
255 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
256         Log: Subject: [patch] make op_{clear,null} public
257              From: Doug MacEachern <dougm@covalent.net>
258              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
259              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
260      Branch: perl
261            ! embed.h embed.pl op.c proto.h
262 ____________________________________________________________________________
263 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
264         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
265              From: Robin Houston <robin@kitsite.com>
266              Date: Thu, 10 May 2001 18:54:59 +0100
267              Message-ID: <20010510185459.A5995@penderel>
268      Branch: perl
269            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
270 ____________________________________________________________________________
271 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
272         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
273              From: Robin Houston <robin@kitsite.com>
274              Date: Thu, 10 May 2001 12:56:39 +0100
275              Message-ID: <20010510125639.A2119@penderel>
276      Branch: perl
277            ! ext/B/B/Deparse.pm
278 ____________________________________________________________________________
279 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
280         Log: Retract #10070, not ready yet.
281      Branch: perl
282            ! ext/B/B/Deparse.pm
283 ____________________________________________________________________________
284 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
285         Log: The metaconfig unit change for #10071.
286      Branch: metaconfig
287            ! U/modified/mallocsrc.U
288 ____________________________________________________________________________
289 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
290         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
291      Branch: perl
292            ! Configure
293 ____________________________________________________________________________
294 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
295         Log: (Retracted by #10073)
296              
297              Subject: Re: [PATCH t/TEST] B::Deparse tester 
298              From: Hugo <hv@crypt.compulink.co.uk>
299              Date: Thu, 10 May 2001 05:48:09 +0100
300              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
301      Branch: perl
302            ! ext/B/B/Deparse.pm
303 ____________________________________________________________________________
304 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
305         Log: Add a for(func()) test.
306      Branch: perl
307            ! t/cmd/for.t
308 ____________________________________________________________________________
309 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
310         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
311              From: Robin Houston <robin@kitsite.com>
312              Date: Thu, 10 May 2001 13:50:08 +0100
313              Message-ID: <20010510135008.A2454@penderel>
314      Branch: perl
315            ! ext/B/B/Deparse.pm
316 ____________________________________________________________________________
317 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
318         Log: A thinko in #10065.
319      Branch: perl
320            ! hv.c
321 ____________________________________________________________________________
322 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
323         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
324              From: Robin Houston <robin@kitsite.com>
325              Date: Thu, 10 May 2001 02:10:34 +0100
326              Message-ID: <20010510021034.A19421@penderel>
327      Branch: perl
328            ! ext/B/B.xs ext/B/B/Deparse.pm
329 ____________________________________________________________________________
330 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
331         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
332              From: Doug MacEachern <dougm@covalent.net>
333              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
334              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
335      Branch: perl
336            ! hv.c
337 ____________________________________________________________________________
338 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
339         Log: One more workaround for the UTS compiler from Hal Morris.
340      Branch: perl
341            ! perl.h
342 ____________________________________________________________________________
343 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
344         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
345              From: Robin Houston <robin@kitsite.com>
346              Date: Thu, 10 May 2001 01:02:08 +0100
347              Message-ID: <20010510010208.A18200@penderel>
348      Branch: perl
349            ! ext/B/B/Debug.pm
350 ____________________________________________________________________________
351 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
352         Log: Subject: [PATCH] Simplify deb_curcv() a bit
353              From: Benjamin Sugars <bsugars@canoe.ca>
354              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
355              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
356      Branch: perl
357            ! run.c
358 ____________________________________________________________________________
359 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
360         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
361              From: Benjamin Sugars <bsugars@canoe.ca>
362              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
363              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
364      Branch: perl
365            ! t/lib/io_scalar.t
366 ____________________________________________________________________________
367 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
368         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
369              From: Peter Prymmer <pvhp@forte.com>
370              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
371              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
372      Branch: perl
373            ! t/lib/md5-file.t
374 ____________________________________________________________________________
375 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
376         Log: Subject: [PATCH t/TEST] B::Deparse tester
377              From: Robin Houston <robin@kitsite.com>
378              Date: Wed, 9 May 2001 19:17:50 +0100
379              Message-ID: <20010509191750.A16940@penderel>
380      Branch: perl
381            ! ext/B/O.pm t/TEST
382 ____________________________________________________________________________
383 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
384         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
385              From: Jeff Pinyan <jeffp@crusoe.net>
386              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
387              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
388      Branch: perl
389            ! lib/Pod/Html.pm
390 ____________________________________________________________________________
391 [ 10057] By: nick                                  on 2001/05/09  18:37:56
392         Log: Integrate mainline.
393      Branch: perlio
394           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
395           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
396 ____________________________________________________________________________
397 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
398         Log: Update Changes.
399      Branch: perl
400            ! Changes patchlevel.h
401 ____________________________________________________________________________
402 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
403         Log: Integrate perlio.
404      Branch: perl
405           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
406 ____________________________________________________________________________
407 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
408         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
409              From: Benjamin Sugars <bsugars@canoe.ca>
410              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
411              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
412      Branch: perl
413            ! perlio.c
414 ____________________________________________________________________________
415 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
416         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
417              From: Benjamin Sugars <bsugars@canoe.ca>
418              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
419              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
420      Branch: perl
421            ! ext/PerlIO/Scalar/Scalar.xs
422 ____________________________________________________________________________
423 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
424         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
425              From: Jeff Pinyan <jeffp@crusoe.net>
426              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
427              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
428      Branch: perl
429            ! lib/Pod/Html.pm
430 ____________________________________________________________________________
431 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
432         Log: EPOC tweak from Olaf Flebbe.
433      Branch: perl
434            ! epoc/epocish.h
435 ____________________________________________________________________________
436 [ 10050] By: nick                                  on 2001/05/09  14:37:57
437         Log: win32, regen_config_h
438      Branch: perlio
439            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
440 ____________________________________________________________________________
441 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
442         Log: Integrate perlio.
443      Branch: perl
444           !> pp_sys.c
445 ____________________________________________________________________________
446 [ 10048] By: nick                                  on 2001/05/09  11:59:50
447         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
448              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
449      Branch: perlio
450            ! pp_sys.c
451 ____________________________________________________________________________
452 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
453         Log: Integrate perlio.
454      Branch: perl
455           !> run.c
456 ____________________________________________________________________________
457 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
458         Log: Subject: Re: Less warnings during configure
459              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
460              Date: Wed, 09 May 2001 13:12:49 +0200
461              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
462      Branch: perl
463            ! hints/hpux.sh
464 ____________________________________________________________________________
465 [ 10045] By: nick                                  on 2001/05/09  09:56:59
466         Log: MULTIPLICITY/DEBUGGING build fix.
467      Branch: perlio
468            ! run.c
469 ____________________________________________________________________________
470 [ 10044] By: nick                                  on 2001/05/09  09:46:37
471         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
472      Branch: perlio
473           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
474            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
475           !> (integrate 65 files)
476 ____________________________________________________________________________
477 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
478         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
479              From: Robin Houston <robin@kitsite.com>
480              Date: Tue, 8 May 2001 19:38:00 +0100
481              Message-ID: <20010508193800.A4389@penderel>
482              
483              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
484              From: Robin Houston <robin@kitsite.com>
485              Date: Tue, 8 May 2001 20:03:57 +0100
486              Message-ID: <20010508200357.A4614@penderel>
487              
488              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
489              From: Robin Houston <robin@kitsite.com>
490              Date: Wed, 9 May 2001 00:12:05 +0100
491              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
492      Branch: perl
493            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
494 ____________________________________________________________________________
495 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
496         Log: Retract #10031.
497      Branch: perl
498            ! pod/perlfunc.pod
499 ____________________________________________________________________________
500 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
501         Log: The metaconfig unit changes for #10040.
502      Branch: metaconfig/U/perl
503            ! Checkcc.U d_dlsymun.U dlsrc.U
504 ____________________________________________________________________________
505 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
506         Log: The Configure half of
507              
508              Subject: Less warnings during configure
509              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
510              Date: Tue, 08 May 2001 08:44:02 +0200
511              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
512      Branch: perl
513            ! Configure
514 ____________________________________________________________________________
515 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
516         Log: Subject: Less warnings during configure
517              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
518              Date: Tue, 08 May 2001 08:44:02 +0200
519              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
520      Branch: perl
521            ! hints/hpux.sh
522 ____________________________________________________________________________
523 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
524         Log: Don't forget to whine about \d__\d.
525      Branch: perl
526            ! t/pragma/warn/toke toke.c
527 ____________________________________________________________________________
528 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
529         Log: Allow underscores also in the exponent part.
530      Branch: perl
531            ! t/pragma/warn/toke toke.c
532 ____________________________________________________________________________
533 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
534         Log: CodeMagicCD doesn't look like an *I*DE.
535      Branch: perl
536            ! pod/perlfaq3.pod
537 ____________________________________________________________________________
538 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
539         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
540              to be consistently down).
541      Branch: perl
542            ! pod/perlfaq3.pod
543 ____________________________________________________________________________
544 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
545         Log: Upgrade to Text::Balanced 1.84.
546      Branch: perl
547            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
548 ____________________________________________________________________________
549 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
550         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
551              From: Benjamin Sugars <bsugars@canoe.ca>
552              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
553              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
554      Branch: perl
555            ! run.c
556 ____________________________________________________________________________
557 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
558         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
559              From: Peter Prymmer <pvhp@forte.com>
560              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
561              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
562      Branch: perl
563            ! t/pod/plainer.t
564 ____________________________________________________________________________
565 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
566         Log: (Retracted by #10042)
567              
568              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
569              From: "Philip Newton" <pnewton@gmx.de>
570              Date: Tue, 8 May 2001 09:18:10 +0200
571              Message-ID: <3AF7B9D2.28861.603732@localhost>
572      Branch: perl
573            ! pod/perlfunc.pod
574 ____________________________________________________________________________
575 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
576         Log: Subject: [PATCH B::Deparse] Document known bugs
577              From: Robin Houston <robin@kitsite.com>
578              Date: Tue, 8 May 2001 01:53:34 +0100
579              Message-ID: <20010508015334.A32394@penderel>
580      Branch: perl
581            ! ext/B/B/Deparse.pm
582 ____________________________________________________________________________
583 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
584         Log: Subject: Re: Perl book, magazine and website updates.
585              From: "Philip Newton" <pnewton@gmx.de>
586              Date: Mon, 7 May 2001 17:03:58 +0200
587              Message-ID: <3AF6D57E.5387.1E29930@localhost>
588      Branch: perl
589            ! pod/perlfaq2.pod
590 ____________________________________________________________________________
591 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
592         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
593              From: Peter Prymmer <pvhp@forte.com>
594              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
595              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
596      Branch: perl
597            ! t/io/fflush.t
598 ____________________________________________________________________________
599 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
600         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
601              From: Robin Houston <robin@kitsite.com>
602              Date: Tue, 8 May 2001 01:14:55 +0100
603              Message-ID: <20010508011455.A32162@penderel>
604      Branch: perl
605            ! ext/B/B/Deparse.pm
606 ____________________________________________________________________________
607 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
608         Log: Typo in #10025.
609      Branch: perl
610            ! hints/uts.sh
611 ____________________________________________________________________________
612 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
613         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
614      Branch: perl
615            ! hints/uts.sh
616 ____________________________________________________________________________
617 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
618         Log: Subject: Re: [ID 20010506.045] question about hash syntax
619              From: Peter Scott <Peter@PSDT.com>
620              Date: Sun, 06 May 2001 13:10:40 -0700
621              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
622      Branch: perl
623            ! pod/perl56delta.pod
624 ____________________________________________________________________________
625 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
626         Log: Configure should figure out the list of dynamic extensions
627              just fine in UTS-- and in fact it does, as reported by Hal Morris.
628      Branch: perl
629            ! hints/uts.sh
630 ____________________________________________________________________________
631 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
632         Log: Update Changes.
633      Branch: perl
634            ! Changes patchlevel.h
635 ____________________________________________________________________________
636 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
637         Log: Subject: [PATCH regcomp.c] Insecure regexes
638              From: Robin Houston <robin@kitsite.com>
639              Date: Mon, 7 May 2001 21:56:12 +0100
640              Message-ID: <20010507215612.A31114@penderel>
641      Branch: perl
642            ! regcomp.c
643 ____________________________________________________________________________
644 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
645         Log: Drop the foobar.perl.com references for now until Simon
646              gets them sorted out.
647      Branch: perl
648            ! pod/perlfaq2.pod
649 ____________________________________________________________________________
650 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
651         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
652              From: Prymmer/Kahn <pvhp@best.com>
653              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
654              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
655      Branch: perl
656            ! lib/Devel/SelfStubber.pm
657 ____________________________________________________________________________
658 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
659         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
660              From: Prymmer/Kahn <pvhp@best.com>
661              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
662              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
663      Branch: perl
664            ! win32/Makefile
665 ____________________________________________________________________________
666 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
667         Log: s/WebTechnique's/WebTechniques/
668      Branch: perl
669            ! pod/perlfaq2.pod
670 ____________________________________________________________________________
671 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
672         Log: Llama 3 updates from Randal.
673      Branch: perl
674            ! pod/perlfaq2.pod
675 ____________________________________________________________________________
676 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
677         Log: Subject: [PATCH] Help -Dt show correct pad variables
678              From: Benjamin Sugars <ben.sugars@home.com>
679              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
680              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
681      Branch: perl
682            ! embed.h embed.pl proto.h run.c
683 ____________________________________________________________________________
684 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
685         Log: Subject: [PATCH] Document C<our $foo : shared>
686              From: Benjamin Sugars <ben.sugars@home.com>
687              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
688              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
689      Branch: perl
690            ! pod/perlfunc.pod
691 ____________________________________________________________________________
692 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
693         Log: Subject: [PATCH B::Deparse] undefined folded constants
694              From: Robin Houston <robin@kitsite.com>
695              Date: Sun, 6 May 2001 17:19:09 +0100
696              Message-ID: <20010506171909.A7046@penderel>
697      Branch: perl
698            ! ext/B/B/Deparse.pm
699 ____________________________________________________________________________
700 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
701         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
702              From: Robin Houston <robin@kitsite.com>
703              Message-ID: <20010506164654.A6848@penderel>
704              Date: Sun, 6 May 2001 16:46:54 +0100
705      Branch: perl
706            ! ext/B/B/Deparse.pm
707 ____________________________________________________________________________
708 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
709         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
710              From: Robin Houston <robin@kitsite.com>
711              Date: Sun, 6 May 2001 14:47:02 +0100
712              Message-ID: <20010506144702.A6308@penderel>
713      Branch: perl
714            ! t/op/my_stash.t
715 ____________________________________________________________________________
716 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
717         Log: Subject: Perl book, magazine and website updates.
718              From: Simon Cozens <simon@netthink.co.uk>
719              Date: Sun, 6 May 2001 16:55:36 +0100
720              Message-ID: <20010506165536.A1795@netthink.co.uk>
721      Branch: perl
722            ! pod/perlbook.pod pod/perlfaq2.pod
723 ____________________________________________________________________________
724 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
725         Log: Tweaks on the Tru64 prof options.
726      Branch: perl
727            ! pod/perlhack.pod
728 ____________________________________________________________________________
729 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
730         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
731              From: Robin Houston <robin@kitsite.com>
732              Date: Sun, 6 May 2001 14:40:51 +0100
733              Message-ID: <20010506144051.A6279@penderel>
734      Branch: perl
735            ! t/pod/testp2pt.pl
736 ____________________________________________________________________________
737 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
738         Log: Subject: [PATCH B::Deparse] scoping
739              From: Robin Houston <robin@kitsite.com>
740              Date: Sun, 6 May 2001 14:36:56 +0100
741              Message-ID: <20010506143656.A4006@penderel>
742      Branch: perl
743            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
744 ____________________________________________________________________________
745 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
746         Log: Document the undefinedness of bitshifting out of range.
747      Branch: perl
748            ! pod/perlop.pod
749 ____________________________________________________________________________
750 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
751         Log: Retract #10003 and update the IDE descriptions a bit.
752      Branch: perl
753            ! pod/perlfaq3.pod
754 ____________________________________________________________________________
755 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
756         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
757              From: Prymmer/Kahn <pvhp@best.com>
758              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
759              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
760      Branch: perl
761            ! win32/Makefile win32/buildext.pl win32/config.bc
762            ! win32/config.gc win32/config.vc
763 ____________________________________________________________________________
764 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
765         Log: (Retracted by #10005.)
766      Branch: perl
767            ! pod/perlfaq3.pod
768 ____________________________________________________________________________
769 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
770         Log: It's "psed", not "sed".
771      Branch: perl
772            ! x2p/s2p.PL
773 ____________________________________________________________________________
774 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
775         Log: Update Changes.
776      Branch: perl
777            ! Changes patchlevel.h
778 ____________________________________________________________________________
779 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
780         Log: Subject: Re: bleadperl make install fails due to "psed"
781              From: andreas.koenig@anima.de (Andreas J. Koenig)
782              Date: 05 May 2001 18:23:28 +0200
783              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
784      Branch: perl
785            ! x2p/Makefile.SH x2p/s2p.PL
786 ____________________________________________________________________________
787 [  9999] By: jhi                                   on 2001/05/05  18:28:09
788         Log: AUTHORS updates.
789      Branch: perl
790            ! AUTHORS
791 ____________________________________________________________________________
792 [  9998] By: jhi                                   on 2001/05/05  18:16:00
793         Log: Updates on the pods related to the modules included since 5.6.
794              
795              TODO: perltodo really could use major updating.
796      Branch: perl
797            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
798            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
799            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
800            ! pod/perlsyn.pod pod/perltodo.pod
801 ____________________________________________________________________________
802 [  9997] By: jhi                                   on 2001/05/05  17:35:17
803         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
804              from Kurt Skauen.
805      Branch: perl
806            + hints/atheos.sh
807            ! MANIFEST
808 ____________________________________________________________________________
809 [  9996] By: jhi                                   on 2001/05/05  17:25:00
810         Log: Add preemptive #undefs for some of the shorter and more prone
811              to collision regcomp.h #defines.  (Background: the MASK collided
812              with a system header #define in Rhapsody.)
813      Branch: perl
814            ! regcomp.h
815 ____________________________________________________________________________
816 [  9995] By: jhi                                   on 2001/05/05  13:24:21
817         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
818              From: Nicholas Clark <nick@ccl4.org>
819              Date: Sat, 5 May 2001 14:46:39 +0100
820              Message-ID: <20010505144639.O53513@plum.flirble.org>
821              
822              Add a test for the constants (if any) being processed correctly.
823      Branch: perl
824            ! utils/h2xs.PL
825 ____________________________________________________________________________
826 [  9994] By: jhi                                   on 2001/05/05  02:11:03
827         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
828              From: Peter Prymmer <pvhp@forte.com>
829              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
830              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
831      Branch: perl
832            ! t/lib/b-stash.t
833 ____________________________________________________________________________
834 [  9993] By: jhi                                   on 2001/05/05  02:03:49
835         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
836              From: Peter Prymmer <pvhp@forte.com>
837              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
838              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
839      Branch: perl
840            ! perlio.c vms/vmsish.h
841 ____________________________________________________________________________
842 [  9992] By: jhi                                   on 2001/05/04  17:21:12
843         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
844              From: Robin Barker <rmb1@cise.npl.co.uk>
845              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
846              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
847      Branch: perl
848            + t/pod/plainer.t
849            ! MANIFEST
850 ____________________________________________________________________________
851 [  9991] By: jhi                                   on 2001/05/04  16:47:45
852         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
853              From: Robin Barker <rmb1@cise.npl.co.uk>
854              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
855              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
856      Branch: perl
857            ! regcomp.c
858 ____________________________________________________________________________
859 [  9990] By: jhi                                   on 2001/05/04  14:37:20
860         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
861              From: Prymmer/Kahn <pvhp@best.com>
862              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
863              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
864      Branch: perl
865            ! t/lib/b-stash.t
866 ____________________________________________________________________________
867 [  9989] By: jhi                                   on 2001/05/04  14:03:58
868         Log: Introduce perl572delta, update Todo, add the missing
869              mention about signal safety since 5.7.1 (though this
870              requires verification and more details.)
871      Branch: perl
872            + pod/perl572delta.pod
873            ! MANIFEST Todo pod/perl571delta.pod
874 ____________________________________________________________________________
875 [  9988] By: jhi                                   on 2001/05/04  12:41:51
876         Log: Subject: [PATCH perl@9944] long =item
877              From: Robin Barker <rmb1@cise.npl.co.uk>
878              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
879              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
880      Branch: perl
881            ! ext/Time/HiRes/HiRes.pm
882 ____________________________________________________________________________
883 [  9987] By: jhi                                   on 2001/05/04  12:39:19
884         Log: The #9901 had removed one line essential for EBCDIC.
885      Branch: perl
886            ! regcomp.c
887 ____________________________________________________________________________
888 [  9986] By: jhi                                   on 2001/05/04  12:30:23
889         Log: Subject: cygwin/Makefile.SHs INSTALL patch
890              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
891              Date: Mon, 08 Jan 2001 04:59:21 +0200
892              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
893      Branch: perl
894            ! cygwin/Makefile.SHs
895 ____________________________________________________________________________
896 [  9985] By: jhi                                   on 2001/05/04  03:51:39
897         Log: Encode/IO doc tweaks.
898      Branch: perl
899            ! ext/Encode/Encode.pm
900 ____________________________________________________________________________
901 [  9984] By: jhi                                   on 2001/05/04  03:29:34
902         Log: Remove GDBM_File from the dynamic extensions for UTS,
903              GDBM is not a standard feature.
904      Branch: perl
905            ! hints/uts.sh
906 ____________________________________________________________________________
907 [  9983] By: jhi                                   on 2001/05/04  03:22:59
908         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
909      Branch: perl
910            ! pod/perlretut.pod
911 ____________________________________________________________________________
912 [  9982] By: jhi                                   on 2001/05/03  23:21:03
913         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
914              From: Benjamin Sugars <bsugars@canoe.ca>
915              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
916              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
917      Branch: perl
918            ! dump.c
919 ____________________________________________________________________________
920 [  9981] By: jhi                                   on 2001/05/03  23:20:05
921         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
922              From: Benjamin Sugars <bsugars@canoe.ca>
923              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
924              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
925      Branch: perl
926            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
927 ____________________________________________________________________________
928 [  9980] By: jhi                                   on 2001/05/03  23:15:29
929         Log: Integrate perlio.
930      Branch: perl
931           !> ext/Encode/Encode.pm
932 ____________________________________________________________________________
933 [  9979] By: jhi                                   on 2001/05/03  16:54:59
934         Log: Install psed man page.
935      Branch: perl
936            ! installman
937 ____________________________________________________________________________
938 [  9978] By: jhi                                   on 2001/05/03  16:45:58
939         Log: Remove unused files; noted by Sarathy.
940      Branch: perl
941            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
942            ! MANIFEST
943 ____________________________________________________________________________
944 [  9977] By: jhi                                   on 2001/05/03  16:42:30
945         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
946              From: Andy Dougherty <doughera@lafayette.edu>
947              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
948              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
949      Branch: perl
950            ! INSTALL
951 ____________________________________________________________________________
952 [  9976] By: nick                                  on 2001/05/03  16:40:42
953         Log: Allow $answer = encode($object,$text); like it says in docs.
954      Branch: perlio
955            ! ext/Encode/Encode.pm
956 ____________________________________________________________________________
957 [  9975] By: nick                                  on 2001/05/03  16:22:30
958         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
959              to be in scope (fair enough), and also a package variable (our) for eval to see it.
960      Branch: perlio
961            ! ext/Encode/Encode.pm
962 ____________________________________________________________________________
963 [  9974] By: nick                                  on 2001/05/03  15:48:17
964         Log: Integrate mainline.
965      Branch: perlio
966           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
967           +> t/lib/filter-simple.t t/lib/next.t
968           !> (integrate 70 files)
969 ____________________________________________________________________________
970 [  9973] By: jhi                                   on 2001/05/03  13:09:09
971         Log: Update Changes.
972      Branch: perl
973            ! Changes patchlevel.h
974 ____________________________________________________________________________
975 [  9972] By: jhi                                   on 2001/05/03  12:58:33
976         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
977              From: Prymmer/Kahn <pvhp@best.com>
978              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
979              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
980      Branch: perl
981            ! t/io/fflush.t
982 ____________________________________________________________________________
983 [  9971] By: jhi                                   on 2001/05/03  12:57:26
984         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
985              From: Prymmer/Kahn <pvhp@best.com>
986              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
987              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
988      Branch: perl
989            ! win32/FindExt.pm
990 ____________________________________________________________________________
991 [  9970] By: jhi                                   on 2001/05/03  02:42:46
992         Log: Can't croak sans thread context, from Doug MacEachern.
993      Branch: perl
994            ! toke.c
995 ____________________________________________________________________________
996 [  9969] By: jhi                                   on 2001/05/03  01:23:48
997         Log: Subject: Random input test and Perl
998              From: Ilya Zakharevich <ilya@math.berkeley.edu>
999              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
1000              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
1001      Branch: perl
1002            ! toke.c
1003 ____________________________________________________________________________
1004 [  9968] By: jhi                                   on 2001/05/02  22:17:21
1005         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
1006              From: Peter Prymmer <pvhp@forte.com>
1007              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
1008              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
1009      Branch: perl
1010            ! pod/perlfunc.pod pod/perlport.pod
1011 ____________________________________________________________________________
1012 [  9967] By: jhi                                   on 2001/05/02  20:12:45
1013         Log: Workaround for UTS compiler casting bug from Hal Morris.
1014      Branch: perl
1015            ! perl.h
1016 ____________________________________________________________________________
1017 [  9966] By: jhi                                   on 2001/05/02  18:31:37
1018         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
1019              From: Dan Sugalski <dan@sidhe.org>
1020              Date: Wed, 02 May 2001 15:23:22 -0400
1021              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
1022      Branch: perl
1023            ! perl.c vms/vms.c
1024 ____________________________________________________________________________
1025 [  9965] By: jhi                                   on 2001/05/02  18:21:29
1026         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
1027      Branch: perl
1028            ! pod/perlfunc.pod
1029 ____________________________________________________________________________
1030 [  9964] By: jhi                                   on 2001/05/02  18:15:01
1031         Log: Document large files in INSTALL, document also the %x
1032              limitation if not use64bitint, closes bug 20010326.007.
1033      Branch: perl
1034            ! INSTALL
1035 ____________________________________________________________________________
1036 [  9963] By: jhi                                   on 2001/05/02  17:24:47
1037         Log: perlmodlib tweaks; regen pods.
1038      Branch: perl
1039            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
1040            ! pod/perltoc.pod
1041 ____________________________________________________________________________
1042 [  9962] By: jhi                                   on 2001/05/02  17:14:00
1043         Log: Fix for a segfault, from Marc Lehmann.
1044      Branch: perl
1045            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
1046 ____________________________________________________________________________
1047 [  9961] By: jhi                                   on 2001/05/02  15:55:53
1048         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
1049              From: "Philip Newton" <pnewton@gmx.de>
1050              Date: Wed, 2 May 2001 18:39:03 +0200
1051              Message-ID: <3AF05447.15525.173B588@localhost>
1052      Branch: perl
1053            ! pod/perlop.pod
1054 ____________________________________________________________________________
1055 [  9960] By: jhi                                   on 2001/05/02  15:35:37
1056         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
1057              From: Dan Sugalski <dan@sidhe.org>
1058              Date: Wed, 02 May 2001 11:37:27 -0400
1059              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
1060      Branch: perl
1061            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
1062            ! thread.h vms/vms.c vms/vmsish.h
1063 ____________________________________________________________________________
1064 [  9959] By: jhi                                   on 2001/05/02  15:21:08
1065         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
1066              From: Benjamin Sugars <bsugars@canoe.ca>
1067              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
1068              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
1069      Branch: perl
1070            ! ext/PerlIO/Scalar/Scalar.xs
1071 ____________________________________________________________________________
1072 [  9958] By: jhi                                   on 2001/05/02  15:15:53
1073         Log: Bug in #9915, spotted by Mike Guy.
1074      Branch: perl
1075            ! installperl
1076 ____________________________________________________________________________
1077 [  9957] By: jhi                                   on 2001/05/02  13:26:01
1078         Log: Add a test for not griping about references as array
1079              indices if the reference has magic in it (overloaded
1080              methods).
1081      Branch: perl
1082            ! pod/perldiag.pod t/pragma/warn/pp_hot
1083 ____________________________________________________________________________
1084 [  9956] By: jhi                                   on 2001/05/02  13:07:01
1085         Log: Retracted a bit too much in #9952.
1086      Branch: perl
1087            ! t/pragma/sub_lval.t
1088 ____________________________________________________________________________
1089 [  9955] By: jhi                                   on 2001/05/02  13:05:38
1090         Log: Test for #9952.
1091      Branch: perl
1092            ! t/op/tie.t
1093 ____________________________________________________________________________
1094 [  9954] By: jhi                                   on 2001/05/02  11:48:18
1095         Log: Additional note on the encoding example: one cannot
1096              convert string constants in-place.
1097      Branch: perl
1098            ! ext/Encode/Encode.pm
1099 ____________________________________________________________________________
1100 [  9953] By: jhi                                   on 2001/05/02  11:43:51
1101         Log: Note that if you have recent enough Perl you already
1102              have Filter::Util::Call.
1103      Branch: perl
1104            ! lib/Filter/Simple.pm
1105 ____________________________________________________________________________
1106 [  9952] By: jhi                                   on 2001/05/02  11:31:53
1107         Log: Retract changes #8254 and #8255, causes coredump in
1108              'tie FH, "main"', reported by Abigail, culprit found by
1109              Benjamin Sugars.  Mirrors maintperl change #9950.
1110      Branch: perl
1111            ! op.c t/pragma/sub_lval.t
1112 ____________________________________________________________________________
1113 [  9951] By: jhi                                   on 2001/05/02  11:14:29
1114         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
1115      Branch: perl
1116            + t/lib/MyFilter.pm
1117 ____________________________________________________________________________
1118 [  9950] By: gsar                                  on 2001/05/02  03:17:11
1119         Log: revert integration of changes#8254,8255 in change#8620 (causes
1120              a coredump in C<tie FH, 'foo'>; the idea itself may need better
1121              rationalization)
1122      Branch: maint-5.6/perl
1123            ! op.c t/pragma/sub_lval.t
1124 ____________________________________________________________________________
1125 [  9949] By: gsar                                  on 2001/05/02  02:56:32
1126         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
1127              
1128              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1129              
1130              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1131      Branch: maint-5.6/perl
1132           !> hints/svr5.sh
1133 ____________________________________________________________________________
1134 [  9948] By: gsar                                  on 2001/05/02  02:49:15
1135         Log: pod/find.t breaks on VMS (from Craig Berry)
1136      Branch: maint-5.6/perl
1137            ! t/pod/find.t
1138 ____________________________________________________________________________
1139 [  9947] By: jhi                                   on 2001/05/02  02:43:09
1140         Log: Add an encoding conversion example.
1141      Branch: perl
1142            ! ext/Encode/Encode.pm
1143 ____________________________________________________________________________
1144 [  9946] By: jhi                                   on 2001/05/02  01:34:22
1145         Log: Another coat of paint but still nowhere finished.
1146              Need to decide on the semantics of strptime(): should
1147              strptime() be a function instead of a method?  To do
1148              the week/monthname-strptiming the i18n/l10n bullet needs
1149              to be bitten with gusto.
1150      Branch: perl
1151            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
1152 ____________________________________________________________________________
1153 [  9945] By: jhi                                   on 2001/05/01  23:40:52
1154         Log: Update Changes.
1155      Branch: perl
1156            ! Changes patchlevel.h
1157 ____________________________________________________________________________
1158 [  9944] By: jhi                                   on 2001/05/01  23:33:37
1159         Log: Add known-to-be-tested modules to the list-to-be-skipped.
1160      Branch: perl
1161            ! t/lib/1_compile.t
1162 ____________________________________________________________________________
1163 [  9943] By: jhi                                   on 2001/05/01  23:24:40
1164         Log: Subject: BorlandC++ fix
1165              From: "Vadim Konovalov" <watman@inbox.ru>
1166              Date: Mon, 30 Apr 2001 20:12:26 -0700
1167              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
1168      Branch: perl
1169            ! win32/makefile.mk
1170 ____________________________________________________________________________
1171 [  9942] By: jhi                                   on 2001/05/01  23:18:02
1172         Log: Update to Filter::Simple 0.60, create a test for it.
1173      Branch: perl
1174            + t/lib/filter-simple.t
1175            ! MANIFEST lib/Filter/Simple.pm
1176 ____________________________________________________________________________
1177 [  9941] By: jhi                                   on 2001/05/01  19:47:24
1178         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
1179              From: Hugo <hv@crypt.compulink.co.uk>
1180              Date: Tue, 01 May 2001 20:12:20 +0100
1181              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
1182      Branch: perl
1183            ! pp_hot.c t/op/re_tests
1184 ____________________________________________________________________________
1185 [  9940] By: jhi                                   on 2001/05/01  19:42:16
1186         Log: Integrate perlio.
1187      Branch: perl
1188           !> lib/base.pm t/lib/fields.t
1189 ____________________________________________________________________________
1190 [  9939] By: jhi                                   on 2001/05/01  19:39:51
1191         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
1192              From: Benjamin Sugars <bsugars@canoe.ca>
1193              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
1194              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
1195      Branch: perl
1196            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1197 ____________________________________________________________________________
1198 [  9938] By: jhi                                   on 2001/05/01  19:34:09
1199         Log: Add NEXT, a pseudo-class for method redispatching.
1200              <Damian>NEXT.pm probably offers more bang-for-buck
1201              than anything else I've ever written.</Damian>
1202      Branch: perl
1203            + lib/NEXT.pm t/lib/next.t
1204            ! MANIFEST
1205 ____________________________________________________________________________
1206 [  9937] By: jhi                                   on 2001/05/01  19:21:41
1207         Log: Update to Switch 2.02.
1208      Branch: perl
1209            ! lib/Switch.pm t/lib/switch.t
1210 ____________________________________________________________________________
1211 [  9936] By: nick                                  on 2001/05/01  19:09:21
1212         Log: Fix for base.pm clobbering $VERSION
1213      Branch: perlio
1214            ! lib/base.pm
1215 ____________________________________________________________________________
1216 [  9935] By: nick                                  on 2001/05/01  18:54:38
1217         Log: Test for base.pm clobbering $VERSION.
1218      Branch: perlio
1219            ! t/lib/fields.t
1220 ____________________________________________________________________________
1221 [  9934] By: jhi                                   on 2001/05/01  18:39:10
1222         Log: Add information about Scalar::Util::blessed.
1223      Branch: perl
1224            ! pod/perlobj.pod
1225 ____________________________________________________________________________
1226 [  9933] By: jhi                                   on 2001/05/01  18:33:51
1227         Log: Subject: Extra UNIVERSAL documentation
1228              From: Mike Guy <mjtg@cam.ac.uk>
1229              Date: Tue, 01 May 2001 20:12:11 +0100
1230              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
1231      Branch: perl
1232            ! pod/perlobj.pod
1233 ____________________________________________________________________________
1234 [  9932] By: jhi                                   on 2001/05/01  18:26:54
1235         Log: Subject: Autoflush in tests as appropriate
1236              From: Mike Guy <mjtg@cam.ac.uk>
1237              Date: Tue, 01 May 2001 20:05:31 +0100
1238              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
1239      Branch: perl
1240            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
1241            ! t/op/taint.t
1242 ____________________________________________________________________________
1243 [  9931] By: jhi                                   on 2001/05/01  18:02:29
1244         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
1245              From: Benjamin Sugars <bsugars@canoe.ca>
1246              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
1247              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
1248      Branch: perl
1249            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1250 ____________________________________________________________________________
1251 [  9930] By: jhi                                   on 2001/05/01  15:12:26
1252         Log: Subject: Re: Finally got a round tuit
1253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1254              Date: Tue, 01 May 2001 14:14:10 +0200
1255              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
1256              
1257              The -DP part, slightly modified.
1258      Branch: perl
1259            ! perl.c
1260 ____________________________________________________________________________
1261 [  9929] By: jhi                                   on 2001/05/01  14:17:15
1262         Log: Subject: Re: Finally got a round tuit
1263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1264              Date: Tue, 01 May 2001 16:34:06 +0200
1265              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
1266              
1267              cpp and optimization tweaks for HP-UX.
1268      Branch: perl
1269            ! hints/hpux.sh
1270 ____________________________________________________________________________
1271 [  9928] By: jhi                                   on 2001/05/01  13:24:20
1272         Log: Tune the scan_num() comments to reality.
1273      Branch: perl
1274            ! toke.c
1275 ____________________________________________________________________________
1276 [  9927] By: jhi                                   on 2001/05/01  13:14:01
1277         Log: Subject: [PATCH B::Deparse] optimised sort
1278              From: Robin Houston <robin@kitsite.com>
1279              Date: Tue, 1 May 2001 14:07:12 +0100
1280              Message-ID: <20010501140712.A4266@penderel>
1281      Branch: perl
1282            ! ext/B/B/Deparse.pm
1283 ____________________________________________________________________________
1284 [  9926] By: jhi                                   on 2001/05/01  13:10:53
1285         Log: Subject: [PATCH t/lib/b-deparse.t] 
1286              From: Robin Houston <robin@kitsite.com>
1287              Date: Tue, 1 May 2001 13:37:42 +0100
1288              Message-ID: <20010501133742.A4082@penderel>
1289      Branch: perl
1290            ! t/lib/b-deparse.t
1291 ____________________________________________________________________________
1292 [  9925] By: jhi                                   on 2001/05/01  13:10:13
1293         Log: Subject: [PATCH B::Deparse] for(;;), sort
1294              From: Robin Houston <robin@kitsite.com>
1295              Date: Tue, 1 May 2001 13:35:00 +0100
1296              Message-ID: <20010501133500.A4061@penderel>
1297      Branch: perl
1298            ! ext/B/B/Deparse.pm
1299 ____________________________________________________________________________
1300 [  9924] By: jhi                                   on 2001/05/01  13:09:22
1301         Log: Subject: [PATCH B::Deparse] do, warn, use
1302              From: Robin Houston <robin@kitsite.com>
1303              Date: Tue, 1 May 2001 13:31:03 +0100
1304              Message-ID: <20010501133103.A4041@penderel>
1305      Branch: perl
1306            ! ext/B/B/Deparse.pm
1307 ____________________________________________________________________________
1308 [  9923] By: jhi                                   on 2001/05/01  11:45:36
1309         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
1310              From: Benjamin Sugars <ben.sugars@home.com>
1311              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
1312              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
1313      Branch: perl
1314            + t/io/fflush.t
1315            ! MANIFEST
1316 ____________________________________________________________________________
1317 [  9922] By: jhi                                   on 2001/05/01  11:35:42
1318         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
1319              From: Peter Prymmer <pvhp@forte.com>
1320              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
1321              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
1322      Branch: perl
1323            ! t/lib/selfstubber.t
1324 ____________________________________________________________________________
1325 [  9921] By: jhi                                   on 2001/04/30  16:34:33
1326         Log: Subject: [PATCH B::Concise] suppress warning
1327              From: Robin Houston <robin@kitsite.com>
1328              Date: Mon, 30 Apr 2001 16:09:49 +0100
1329              Message-ID: <20010430160949.A25086@penderel>
1330      Branch: perl
1331            ! ext/B/B/Concise.pm
1332 ____________________________________________________________________________
1333 [  9920] By: jhi                                   on 2001/04/30  13:56:04
1334         Log: Strip the *markers* from #9919.
1335      Branch: perl
1336            ! pod/perlfaq.pod pod/perlfaq5.pod
1337 ____________________________________________________________________________
1338 [  9919] By: jhi                                   on 2001/04/30  13:54:04
1339         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
1340              From: Gwyn Judd <b.judd@xtra.co.nz>
1341              Date: Sun, 29 Apr 2001 01:47:49 +1200
1342              Message-ID: <20010429014749.A4418@thislove>
1343      Branch: perl
1344            ! pod/perlfaq.pod pod/perlfaq5.pod
1345 ____________________________________________________________________________
1346 [  9918] By: jhi                                   on 2001/04/30  13:13:54
1347         Log: More_tweakage.
1348      Branch: perl
1349            ! pod/perldata.pod pod/perldiag.pod
1350 ____________________________________________________________________________
1351 [  9917] By: jhi                                   on 2001/04/30  13:01:27
1352         Log: Update Changes.
1353      Branch: perl
1354            ! Changes patchlevel.h
1355 ____________________________________________________________________________
1356 [  9916] By: jhi                                   on 2001/04/30  12:57:03
1357         Log: T_w_e_a_k_a_g_e.
1358      Branch: perl
1359            ! pod/perldata.pod pod/perldiag.pod
1360 ____________________________________________________________________________
1361 [  9915] By: jhi                                   on 2001/04/30  12:39:29
1362         Log: Install s2p also as psed.
1363              
1364              TODO: psed documentation?
1365      Branch: perl
1366            ! installperl
1367 ____________________________________________________________________________
1368 [  9914] By: jhi                                   on 2001/04/30  12:29:21
1369         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
1370              From: Jens Hamisch <jens@Strawberry.COM>
1371              Date: Fri, 27 Apr 2001 17:00:36 +0200
1372              Message-ID: <20010427170036.K1372@Strawberry.COM>
1373              
1374              SOCKS5_VERSION_NAME is the right symbol to detect
1375              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
1376              function called socks5_init() is available, and even that is
1377              not universal, most SOCKS5 installations use SOCKSinit()).
1378      Branch: perl
1379            ! perlio.c
1380 ____________________________________________________________________________
1381 [  9913] By: jhi                                   on 2001/04/30  12:22:15
1382         Log: Allow a zero timeout on IO::Socket accept and connect--
1383              though one really shouldn't do that.  Based on
1384              
1385              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
1386              From: "John Holdsworth" <coldwave@bigfoot.com>
1387              Date: Sun, 4 Feb 2001 12:48:18 +0100
1388              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
1389      Branch: perl
1390            ! ext/IO/lib/IO/Socket.pm
1391 ____________________________________________________________________________
1392 [  9912] By: jhi                                   on 2001/04/30  11:27:27
1393         Log: Save the spot of regprev (see #9911) for binary compatibility;
1394              regen API.
1395      Branch: perl
1396            ! embedvar.h perlapi.h thrdvar.h
1397 ____________________________________________________________________________
1398 [  9911] By: jhi                                   on 2001/04/30  11:22:03
1399         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
1400              From: Hugo <hv@crypt.compulink.co.uk>
1401              Date: Sun, 29 Apr 2001 17:09:30 +0100
1402              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
1403      Branch: perl
1404            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
1405 ____________________________________________________________________________
1406 [  9910] By: jhi                                   on 2001/04/30  11:15:12
1407         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
1408              a dummy for PL_numeric_radix); no pressing reason to break
1409              binary compatibility; regen API.
1410      Branch: perl
1411            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
1412            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
1413 ____________________________________________________________________________
1414 [  9909] By: jhi                                   on 2001/04/30  10:56:08
1415         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
1416              From: Walt Mankowski <waltman@netaxs.com>
1417              Date: Sun, 29 Apr 2001 21:53:48 -0400
1418              Message-ID: <20010429215348.A3971@netaxs.com>
1419      Branch: perl
1420            ! pod/perlfunc.pod
1421 ____________________________________________________________________________
1422 [  9908] By: jhi                                   on 2001/04/30  10:49:40
1423         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
1424      Branch: perl
1425            ! t/lib/selfstubber.t
1426 ____________________________________________________________________________
1427 [  9907] By: nick                                  on 2001/04/30  09:26:50
1428         Log: Integrate mainline.
1429      Branch: perlio
1430           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
1431 ____________________________________________________________________________
1432 [  9906] By: jhi                                   on 2001/04/29  23:24:20
1433         Log: Abigail spotted a thinko in #9905.
1434      Branch: perl
1435            ! pod/perldiag.pod
1436 ____________________________________________________________________________
1437 [  9905] By: jhi                                   on 2001/04/29  15:55:39
1438         Log: Changed the underscore/undebar syntax in numeric constants;
1439              now any grouping will do, as long as the underscores are not
1440              consecutive (so "zero-grouping" is out), and they do not begin
1441              or end the integer or fractional parts.
1442      Branch: perl
1443            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
1444 ____________________________________________________________________________
1445 [  9904] By: nick                                  on 2001/04/29  15:43:22
1446         Log: Integrate mainline.
1447      Branch: perlio
1448           +> (branch 98 files)
1449            - lib/unicode/Block.pl
1450            - lib/unicode/In/AlphabeticPresentationForms.pl
1451            - lib/unicode/In/Arabic.pl
1452            - lib/unicode/In/ArabicPresentationForms-A.pl
1453            - lib/unicode/In/ArabicPresentationForms-B.pl
1454            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
1455            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
1456            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
1457            - lib/unicode/In/BopomofoExtended.pl
1458            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
1459            - lib/unicode/In/CJKCompatibility.pl
1460            - lib/unicode/In/CJKCompatibilityForms.pl
1461            - lib/unicode/In/CJKCompatibilityIdeographs.pl
1462            - lib/unicode/In/CJKRadicalsSupplement.pl
1463            - lib/unicode/In/CJKSymbolsandPunctuation.pl
1464            - lib/unicode/In/CJKUnifiedIdeographs.pl
1465            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1466            - lib/unicode/In/Cherokee.pl
1467            - lib/unicode/In/CombiningDiacriticalMarks.pl
1468            - lib/unicode/In/CombiningHalfMarks.pl
1469            - lib/unicode/In/CombiningMarksforSymbols.pl
1470            - lib/unicode/In/ControlPictures.pl
1471            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
1472            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
1473            - lib/unicode/In/EnclosedAlphanumerics.pl
1474            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
1475            - lib/unicode/In/Ethiopic.pl
1476            - lib/unicode/In/GeneralPunctuation.pl
1477            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
1478            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
1479            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
1480            - lib/unicode/In/HalfwidthandFullwidthForms.pl
1481            - lib/unicode/In/HangulCompatibilityJamo.pl
1482            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
1483            - lib/unicode/In/Hebrew.pl
1484            - lib/unicode/In/HighPrivateUseSurrogates.pl
1485            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
1486            - lib/unicode/In/IPAExtensions.pl
1487            - lib/unicode/In/IdeographicDescriptionCharacters.pl
1488            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
1489            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
1490            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
1491            - lib/unicode/In/Latin-1Supplement.pl
1492            - lib/unicode/In/LatinExtended-A.pl
1493            - lib/unicode/In/LatinExtended-B.pl
1494            - lib/unicode/In/LatinExtendedAdditional.pl
1495            - lib/unicode/In/LetterlikeSymbols.pl
1496            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
1497            - lib/unicode/In/MathematicalOperators.pl
1498            - lib/unicode/In/MiscellaneousSymbols.pl
1499            - lib/unicode/In/MiscellaneousTechnical.pl
1500            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1501            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
1502            - lib/unicode/In/OpticalCharacterRecognition.pl
1503            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
1504            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
1505            - lib/unicode/In/SmallFormVariants.pl
1506            - lib/unicode/In/SpacingModifierLetters.pl
1507            - lib/unicode/In/Specials.pl
1508            - lib/unicode/In/SuperscriptsandSubscripts.pl
1509            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
1510            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
1511            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
1512            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1513            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1514           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
1515           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
1516           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
1517           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
1518           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
1519           !> utf8.c win32/Makefile
1520 ____________________________________________________________________________
1521 [  9903] By: jhi                                   on 2001/04/29  14:30:53
1522         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
1523              From: Prymmer/Kahn <pvhp@best.com>
1524              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
1525              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
1526      Branch: perl
1527            ! win32/Makefile
1528 ____________________________________________________________________________
1529 [  9902] By: jhi                                   on 2001/04/29  02:52:44
1530         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
1531              From: "Abigail" <abigail@foad.org>
1532              Date: Sun, 29 Apr 2001 03:14:25 +0200
1533              Message-ID: <20010429011425.24503.qmail@foad.org>
1534      Branch: perl
1535            ! ext/IO/lib/IO/Seekable.pm
1536 ____________________________________________________________________________
1537 [  9901] By: jhi                                   on 2001/04/29  02:04:46
1538         Log: In character classes one couldn't have 0x80..0xff characters
1539              at the left hand side if there were 0x100.. characters in the
1540              character class.
1541      Branch: perl
1542            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
1543            ! t/op/pat.t utf8.c
1544 ____________________________________________________________________________
1545 [  9900] By: jhi                                   on 2001/04/28  22:55:04
1546         Log: Forgot the latest mktables.PL from #9899.
1547      Branch: perl
1548            ! lib/unicode/mktables.PL
1549 ____________________________________________________________________________
1550 [  9899] By: jhi                                   on 2001/04/28  22:53:28
1551         Log: Explain the \p{} and \P{} error message better and
1552              have prettier prettyprint in In.pl.
1553      Branch: perl
1554            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
1555            ! pod/perldiag.pod
1556 ____________________________________________________________________________
1557 [  9898] By: jhi                                   on 2001/04/28  21:03:34
1558         Log: Add one possible explanation for the "Invalid [] range" error.
1559      Branch: perl
1560            ! pod/perldiag.pod
1561 ____________________________________________________________________________
1562 [  9897] By: jhi                                   on 2001/04/28  17:18:26
1563         Log: Add a level of indirection to the implementation of \p{InFoo}
1564              so that we don't have to have long filenames.  (Nothing changes
1565              in the user interface.)   The indirection is defined in
1566              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
1567              Also rename some the character classes by removing '-' from
1568              the classnames, and finally renamed Block.pl as Blocks.pl.
1569      Branch: perl
1570            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
1571            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
1572            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
1573            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
1574            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
1575            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
1576            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
1577            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
1578            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
1579            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
1580            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
1581            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
1582            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
1583            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
1584            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
1585            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
1586            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
1587            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
1588            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
1589            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
1590            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
1591            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
1592            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
1593            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
1594            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
1595            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
1596            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
1597            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
1598            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
1599            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
1600            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
1601            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
1602            + lib/unicode/In/94.pl lib/unicode/In/95.pl
1603            - lib/unicode/Block.pl
1604            - lib/unicode/In/AlphabeticPresentationForms.pl
1605            - lib/unicode/In/Arabic.pl
1606            - lib/unicode/In/ArabicPresentationForms-A.pl
1607            - lib/unicode/In/ArabicPresentationForms-B.pl
1608            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
1609            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
1610            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
1611            - lib/unicode/In/BopomofoExtended.pl
1612            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
1613            - lib/unicode/In/CJKCompatibility.pl
1614            - lib/unicode/In/CJKCompatibilityForms.pl
1615            - lib/unicode/In/CJKCompatibilityIdeographs.pl
1616            - lib/unicode/In/CJKRadicalsSupplement.pl
1617            - lib/unicode/In/CJKSymbolsandPunctuation.pl
1618            - lib/unicode/In/CJKUnifiedIdeographs.pl
1619            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1620            - lib/unicode/In/Cherokee.pl
1621            - lib/unicode/In/CombiningDiacriticalMarks.pl
1622            - lib/unicode/In/CombiningHalfMarks.pl
1623            - lib/unicode/In/CombiningMarksforSymbols.pl
1624            - lib/unicode/In/ControlPictures.pl
1625            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
1626            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
1627            - lib/unicode/In/EnclosedAlphanumerics.pl
1628            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
1629            - lib/unicode/In/Ethiopic.pl
1630            - lib/unicode/In/GeneralPunctuation.pl
1631            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
1632            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
1633            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
1634            - lib/unicode/In/HalfwidthandFullwidthForms.pl
1635            - lib/unicode/In/HangulCompatibilityJamo.pl
1636            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
1637            - lib/unicode/In/Hebrew.pl
1638            - lib/unicode/In/HighPrivateUseSurrogates.pl
1639            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
1640            - lib/unicode/In/IPAExtensions.pl
1641            - lib/unicode/In/IdeographicDescriptionCharacters.pl
1642            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
1643            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
1644            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
1645            - lib/unicode/In/Latin-1Supplement.pl
1646            - lib/unicode/In/LatinExtended-A.pl
1647            - lib/unicode/In/LatinExtended-B.pl
1648            - lib/unicode/In/LatinExtendedAdditional.pl
1649            - lib/unicode/In/LetterlikeSymbols.pl
1650            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
1651            - lib/unicode/In/MathematicalOperators.pl
1652            - lib/unicode/In/MiscellaneousSymbols.pl
1653            - lib/unicode/In/MiscellaneousTechnical.pl
1654            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1655            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
1656            - lib/unicode/In/OpticalCharacterRecognition.pl
1657            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
1658            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
1659            - lib/unicode/In/SmallFormVariants.pl
1660            - lib/unicode/In/SpacingModifierLetters.pl
1661            - lib/unicode/In/Specials.pl
1662            - lib/unicode/In/SuperscriptsandSubscripts.pl
1663            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
1664            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
1665            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
1666            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1667            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1668            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
1669            ! pod/perlunicode.pod
1670 ____________________________________________________________________________
1671 [  9896] By: jhi                                   on 2001/04/28  14:33:17
1672         Log: Update the information on shared library path on HP-UX.
1673      Branch: perl
1674            ! INSTALL
1675 ____________________________________________________________________________
1676 [  9895] By: jhi                                   on 2001/04/28  14:32:30
1677         Log: Because #9894 seems to do the trick, this workaround can be removed.
1678      Branch: perl
1679            ! t/lib/selfstubber.t
1680 ____________________________________________________________________________
1681 [  9894] By: jhi                                   on 2001/04/28  14:26:13
1682         Log: For PerlIO flush the children's file handles (on fork/exec/system).
1683      Branch: perl
1684            ! perl.h
1685 ____________________________________________________________________________
1686 [  9893] By: jhi                                   on 2001/04/28  14:23:15
1687         Log: Test tweak for #9891.
1688      Branch: perl
1689            ! t/lib/b-deparse.t
1690 ____________________________________________________________________________
1691 [  9892] By: jhi                                   on 2001/04/28  14:10:13
1692         Log: New HP-UX hints from Merijn.
1693      Branch: perl
1694            ! hints/hpux.sh
1695 ____________________________________________________________________________
1696 [  9891] By: jhi                                   on 2001/04/28  14:07:27
1697         Log: Subject: [PATCH B::Deparse] non-block scopes
1698              From: Robin Houston <robin@kitsite.com>
1699              Date: Fri, 27 Apr 2001 19:15:14 +0100
1700              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
1701      Branch: perl
1702            ! ext/B/B/Deparse.pm
1703 ____________________________________________________________________________
1704 [  9890] By: nick                                  on 2001/04/27  19:41:25
1705         Log: Integrate mainline
1706      Branch: perlio
1707           +> t/lib/selfstubber.t
1708           !> (integrate 50 files)
1709 ____________________________________________________________________________
1710 [  9889] By: jhi                                   on 2001/04/27  18:23:46
1711         Log: Subject: Re: selfstubber test fail on bleadperl
1712              From: Mike Guy <mjtg@cam.ac.uk>
1713              Date: Fri, 27 Apr 2001 19:31:18 +0100
1714              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
1715      Branch: perl
1716            ! t/lib/selfstubber.t
1717 ____________________________________________________________________________
1718 [  9888] By: jhi                                   on 2001/04/27  16:20:54
1719         Log: Test tweak for #9886.
1720      Branch: perl
1721            ! t/lib/b-deparse.t
1722 ____________________________________________________________________________
1723 [  9887] By: jhi                                   on 2001/04/27  16:16:33
1724         Log: Buffering issue at least in Solaris (even with perlio).
1725      Branch: perl
1726            ! t/lib/selfstubber.t
1727 ____________________________________________________________________________
1728 [  9886] By: jhi                                   on 2001/04/27  14:59:23
1729         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
1730              From: Robin Houston <robin@kitsite.com>
1731              Date: Fri, 27 Apr 2001 16:53:20 +0100
1732              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
1733      Branch: perl
1734            ! ext/B/B/Deparse.pm
1735 ____________________________________________________________________________
1736 [  9885] By: jhi                                   on 2001/04/27  14:23:51
1737         Log: Update Changes.
1738      Branch: perl
1739            ! Changes patchlevel.h
1740 ____________________________________________________________________________
1741 [  9884] By: jhi                                   on 2001/04/27  14:14:12
1742         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
1743              From: "Philip Newton" <pnewton@gmx.de>
1744              Date: Fri, 27 Apr 2001 16:40:13 +0200
1745              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
1746      Branch: perl
1747            ! pod/perldata.pod
1748 ____________________________________________________________________________
1749 [  9883] By: jhi                                   on 2001/04/27  13:28:19
1750         Log: Add LOG_PERROR; prettify the "removed".
1751      Branch: perl
1752            ! ext/Sys/Syslog/Syslog.xs
1753 ____________________________________________________________________________
1754 [  9882] By: jhi                                   on 2001/04/27  13:13:18
1755         Log: h2xs tweaks: use NV instead of double, "quote" the removed
1756              prefixes for clarity (especially when nothing is removed),
1757              slight pod reformats.
1758      Branch: perl
1759            ! utils/h2xs.PL
1760 ____________________________________________________________________________
1761 [  9881] By: jhi                                   on 2001/04/27  12:58:48
1762         Log: Don't bother creating existing directories.
1763      Branch: perl
1764            ! utils/h2xs.PL
1765 ____________________________________________________________________________
1766 [  9880] By: jhi                                   on 2001/04/27  12:45:39
1767         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
1768              From: Mike Schilli <m@perlmeister.com>
1769              Date: Wed, 25 Apr 2001 01:29:21 -0700
1770              Message-id: <3AE68AE1.6A981723@perlmeister.com>
1771      Branch: perl
1772            ! utils/h2xs.PL
1773 ____________________________________________________________________________
1774 [  9879] By: jhi                                   on 2001/04/27  12:40:55
1775         Log: break is not yet Perl.  Added the template license also to README.
1776      Branch: perl
1777            ! utils/h2xs.PL
1778 ____________________________________________________________________________
1779 [  9878] By: jhi                                   on 2001/04/27  03:08:20
1780         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
1781              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1782              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
1783              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
1784      Branch: perl
1785            ! t/lib/xs-typemap.t
1786 ____________________________________________________________________________
1787 [  9877] By: jhi                                   on 2001/04/26  23:54:40
1788         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
1789              From: "Abigail" <abigail@foad.org>
1790              Date: Fri, 27 Apr 2001 01:44:28 +0200
1791              Message-ID: <20010426234428.19786.qmail@foad.org>
1792      Branch: perl
1793            ! utils/h2xs.PL
1794 ____________________________________________________________________________
1795 [  9876] By: jhi                                   on 2001/04/26  23:52:06
1796         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
1797              From: Peter Prymmer <pvhp@forte.com>
1798              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
1799              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
1800      Branch: perl
1801            ! t/lib/selfstubber.t
1802 ____________________________________________________________________________
1803 [  9875] By: jhi                                   on 2001/04/26  23:48:10
1804         Log: Deparse nits.
1805      Branch: perl
1806            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
1807 ____________________________________________________________________________
1808 [  9874] By: jhi                                   on 2001/04/26  22:46:05
1809         Log: Document ANYOF_CLASS.
1810      Branch: perl
1811            ! regcomp.h
1812 ____________________________________________________________________________
1813 [  9873] By: jhi                                   on 2001/04/26  22:35:03
1814         Log: Subject: Re: [PATCH @9846] dumping ANYOF
1815              From: Hugo <hv@crypt.compulink.co.uk>
1816              Date: Thu, 26 Apr 2001 23:33:38 +0100
1817              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
1818      Branch: perl
1819            ! regcomp.c regcomp.h
1820 ____________________________________________________________________________
1821 [  9872] By: jhi                                   on 2001/04/26  22:34:31
1822         Log: Subject: [PATCH] more for Devel::SelfStubber
1823              From: Nicholas Clark <nick@ccl4.org>
1824              Date: Fri, 27 Apr 2001 00:13:52 +0100
1825              Message-ID: <20010427001351.K88186@plum.flirble.org>
1826      Branch: perl
1827            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
1828 ____________________________________________________________________________
1829 [  9871] By: jhi                                   on 2001/04/26  21:59:17
1830         Log: Subject: [PATCH B::Deparse] formats must be flush left
1831              From: Robin Houston <robin@kitsite.com>
1832              Date: Thu, 26 Apr 2001 23:54:29 +0100
1833              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
1834      Branch: perl
1835            ! ext/B/B/Deparse.pm
1836 ____________________________________________________________________________
1837 [  9870] By: jhi                                   on 2001/04/26  21:57:37
1838         Log: If some of the constants are prefixes of others,
1839              the prefixes may never get recognized.  (See 20010426.006.)
1840      Branch: perl
1841            ! utils/h2xs.PL
1842 ____________________________________________________________________________
1843 [  9869] By: jhi                                   on 2001/04/26  21:50:42
1844         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
1845              From: Chris Bongaarts <cab@tc.umn.edu>
1846              Date: Thu, 26 Apr 2001 17:10:31 -0500
1847              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
1848      Branch: perl
1849            ! ext/Sys/Syslog/Syslog.xs
1850 ____________________________________________________________________________
1851 [  9868] By: jhi                                   on 2001/04/26  21:35:12
1852         Log: Further cuts and more docs from Graham Barr.
1853      Branch: perl
1854            ! ext/List/Util/lib/List/Util.pm
1855            ! ext/List/Util/lib/Scalar/Util.pm
1856 ____________________________________________________________________________
1857 [  9867] By: jhi                                   on 2001/04/26  21:18:57
1858         Log: Subject: [PATCH 5.7.1] DB_File-1.77
1859              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
1860              Date: Thu, 26 Apr 2001 22:37:53 +0100
1861              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
1862      Branch: perl
1863            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1864            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1865 ____________________________________________________________________________
1866 [  9866] By: jhi                                   on 2001/04/26  21:12:31
1867         Log: Subject: [PATCH B::Deparse] fix easy bugs
1868              From: Robin Houston <robin@kitsite.com>
1869              Date: Thu, 26 Apr 2001 23:03:33 +0100
1870              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
1871      Branch: perl
1872            ! ext/B/B/Deparse.pm
1873 ____________________________________________________________________________
1874 [  9865] By: jhi                                   on 2001/04/26  20:26:13
1875         Log: Update Changes.
1876      Branch: perl
1877            ! Changes patchlevel.h
1878 ____________________________________________________________________________
1879 [  9864] By: jhi                                   on 2001/04/26  19:27:48
1880         Log: Dethinko from Robin Houston.
1881      Branch: perl
1882            ! ext/B/B/Deparse.pm
1883 ____________________________________________________________________________
1884 [  9863] By: jhi                                   on 2001/04/26  19:10:35
1885         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
1886              From: Robin Houston <robin@kitsite.com>
1887              Date: Thu, 26 Apr 2001 21:08:32 +0100
1888              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
1889      Branch: perl
1890            ! ext/B/B/Deparse.pm
1891 ____________________________________________________________________________
1892 [  9862] By: jhi                                   on 2001/04/26  19:04:23
1893         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
1894              From: Robin Houston <robin@kitsite.com>
1895              Date: Thu, 26 Apr 2001 20:52:50 +0100
1896              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
1897      Branch: perl
1898            ! ext/B/B/Deparse.pm
1899 ____________________________________________________________________________
1900 [  9861] By: jhi                                   on 2001/04/26  18:56:14
1901         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
1902              From: Mike Guy <mjtg@cam.ac.uk>
1903              Date: Thu, 26 Apr 2001 14:22:40 +0100
1904              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
1905      Branch: perl
1906            ! pod/perlobj.pod
1907 ____________________________________________________________________________
1908 [  9860] By: jhi                                   on 2001/04/26  18:46:42
1909         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
1910              From: Robin Houston <robin@kitsite.com>
1911              Date: Thu, 26 Apr 2001 20:34:29 +0100
1912              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
1913              
1914              Hashes do not interpolate.
1915      Branch: perl
1916            ! ext/B/B/Deparse.pm
1917 ____________________________________________________________________________
1918 [  9859] By: jhi                                   on 2001/04/26  18:43:51
1919         Log: Subject: The Time::Piece conspiracy unmasked!!!
1920              From: Mike Guy <mjtg@cam.ac.uk>
1921              Date: Thu, 26 Apr 2001 19:02:50 +0100
1922              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
1923              
1924              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
1925              From: Mike Guy <mjtg@cam.ac.uk>
1926              Date: Thu, 26 Apr 2001 19:08:21 +0100
1927              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
1928              
1929              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
1930              From: Graham Barr <gbarr@pobox.com>
1931              Date: Thu, 26 Apr 2001 19:12:03 +0100
1932              Message-ID: <20010426191203.A70835@pobox.com>
1933              
1934              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
1935      Branch: perl
1936            ! ext/List/Util/lib/List/Util.pm
1937            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
1938 ____________________________________________________________________________
1939 [  9858] By: jhi                                   on 2001/04/26  18:17:42
1940         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
1941              From: Robin Houston <robin@kitsite.com>
1942              Date: Thu, 26 Apr 2001 16:09:35 +0100
1943              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
1944      Branch: perl
1945            ! t/comp/proto.t
1946 ____________________________________________________________________________
1947 [  9857] By: jhi                                   on 2001/04/26  18:04:59
1948         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
1949              From: barries <barries@slaysys.com>
1950              Date: Thu, 26 Apr 2001 12:01:10 -0400
1951              Message-ID: <20010426120110.E29698@jester.slaysys.com>
1952      Branch: perl
1953            ! pod/perldiag.pod
1954 ____________________________________________________________________________
1955 [  9856] By: jhi                                   on 2001/04/26  18:03:33
1956         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
1957              Date: Thu, 26 Apr 2001 17:13:41 +0100
1958              From: Robin Houston <robin@kitsite.com>
1959              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
1960              
1961              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
1962              From: Robin Houston <robin@kitsite.com>
1963              Date: Thu, 26 Apr 2001 18:44:29 +0100
1964              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
1965      Branch: perl
1966            ! ext/B/B/Deparse.pm
1967 ____________________________________________________________________________
1968 [  9855] By: jhi                                   on 2001/04/26  17:56:04
1969         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
1970              From: Robin Houston <robin@kitsite.com>
1971              Date: Thu, 26 Apr 2001 17:04:08 +0100
1972              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
1973      Branch: perl
1974            ! ext/B/B/Deparse.pm
1975 ____________________________________________________________________________
1976 [  9854] By: jhi                                   on 2001/04/26  17:47:26
1977         Log: Subject: Re: Short test case for undef %stash:: crash
1978              From: Benjamin Sugars <bsugars@canoe.ca> 
1979              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
1980              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
1981              Changed and moved the perldiag entry.
1982      Branch: perl
1983            ! gv.c pod/perldiag.pod
1984 ____________________________________________________________________________
1985 [  9853] By: jhi                                   on 2001/04/26  14:35:16
1986         Log: Beginnings of strptime().  Do not touch the wet paint.
1987      Branch: perl
1988            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
1989 ____________________________________________________________________________
1990 [  9852] By: jhi                                   on 2001/04/26  13:17:21
1991         Log: Retract #9851, core dumps from pod2man.
1992      Branch: perl
1993            ! regcomp.c
1994 ____________________________________________________________________________
1995 [  9851] By: jhi                                   on 2001/04/26  11:54:41
1996         Log: (Retracted by #9852.)
1997              
1998              Subject: [PATCH @9846] dumping ANYOF
1999              From: Hugo <hv@crypt.compulink.co.uk>
2000              Date: Thu, 26 Apr 2001 05:32:38 +0100
2001              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
2002      Branch: perl
2003            ! regcomp.c
2004 ____________________________________________________________________________
2005 [  9850] By: jhi                                   on 2001/04/26  02:34:44
2006         Log: If ccflags was empty the _previous_ $* containing all the
2007              environment variables and Configure variables was used,
2008              which lead, among other bad things, into $ccflags being your
2009              uname -a output, which lead into test compile with cc failing,
2010              which lead into gcc being selected, which didn't work that well
2011              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
2012              with large files, et cetera.
2013      Branch: perl
2014            ! hints/hpux.sh
2015 ____________________________________________________________________________
2016 [  9849] By: jhi                                   on 2001/04/26  01:44:57
2017         Log: Make selfstubber test more portable.
2018      Branch: perl
2019            ! t/lib/selfstubber.t
2020 ____________________________________________________________________________
2021 [  9848] By: jhi                                   on 2001/04/26  00:50:26
2022         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
2023              From: Benjamin Sugars <ben.sugars@home.com>
2024              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
2025              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
2026      Branch: perl
2027            ! ext/Cwd/Cwd.xs
2028 ____________________________________________________________________________
2029 [  9847] By: jhi                                   on 2001/04/26  00:46:58
2030         Log: Subject: [PATCH: perl@9841] VMS updates
2031              From: Peter Prymmer <pvhp@forte.com>
2032              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
2033              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
2034      Branch: perl
2035            ! README.vms configure.com vms/descrip_mms.template
2036            ! vms/ext/filespec.t
2037 ____________________________________________________________________________
2038 [  9846] By: jhi                                   on 2001/04/26  00:11:56
2039         Log: re 'debug' was broken by #9084.
2040      Branch: perl
2041            ! ext/re/re.xs
2042 ____________________________________________________________________________
2043 [  9845] By: jhi                                   on 2001/04/25  22:33:17
2044         Log: Subject: [PATCH] test for Devel::SelfStubber
2045              From: Nicholas Clark <nick@ccl4.org>
2046              Date: Thu, 26 Apr 2001 00:00:54 +0100
2047              Message-ID: <20010426000054.D89026@plum.flirble.org>
2048      Branch: perl
2049            + t/lib/selfstubber.t
2050            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
2051 ____________________________________________________________________________
2052 [  9844] By: jhi                                   on 2001/04/25  22:29:32
2053         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
2054              From: Paul Johnson <paul@pjcj.net>
2055              Date: Thu, 26 Apr 2001 00:46:08 +0200
2056              Message-ID: <20010426004608.H2338@pjcj.net>
2057      Branch: perl
2058            ! ext/B/B/Concise.pm
2059 ____________________________________________________________________________
2060 [  9843] By: jhi                                   on 2001/04/25  22:28:28
2061         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
2062              From: Peter Prymmer <pvhp@forte.com>
2063              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
2064              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
2065      Branch: perl
2066            ! ext/Cwd/Cwd.xs
2067 ____________________________________________________________________________
2068 [  9842] By: jhi                                   on 2001/04/25  20:58:12
2069         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
2070              From: John Peacock <jpeacock@rowman.com>
2071              Date: Wed, 25 Apr 2001 17:30:26 -0400
2072              Message-ID: <3AE741F2.B3217464@rowman.com>
2073      Branch: perl
2074            ! lib/Math/BigInt.pm t/lib/bigintpm.t
2075 ____________________________________________________________________________
2076 [  9841] By: jhi                                   on 2001/04/25  20:07:05
2077         Log: Update Changes.
2078      Branch: perl
2079            ! Changes patchlevel.h
2080 ____________________________________________________________________________
2081 [  9840] By: jhi                                   on 2001/04/25  19:56:51
2082         Log: Yet another HP-UX hints version from Merijn.
2083      Branch: perl
2084            ! hints/hpux.sh
2085 ____________________________________________________________________________
2086 [  9839] By: jhi                                   on 2001/04/25  19:53:04
2087         Log: abs_path() didn't terminate the filename correctly,
2088              in DIRNAMLENless systems like HP-UX this would fail.
2089      Branch: perl
2090            ! ext/Cwd/Cwd.xs
2091 ____________________________________________________________________________
2092 [  9838] By: jhi                                   on 2001/04/25  16:37:26
2093         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
2094              From: Mike Guy <mjtg@cam.ac.uk>
2095              Date: Wed, 25 Apr 2001 18:31:47 +0100
2096              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
2097      Branch: perl
2098            ! op.c
2099 ____________________________________________________________________________
2100 [  9837] By: jhi                                   on 2001/04/25  16:21:53
2101         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
2102              From: Jon Eveland <jweveland@yahoo.com>
2103              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
2104              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
2105      Branch: perl
2106            ! lib/perl5db.pl
2107 ____________________________________________________________________________
2108 [  9836] By: jhi                                   on 2001/04/25  14:17:50
2109         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
2110              From: "Philip Newton" <pnewton@gmx.de>
2111              Date: Wed, 25 Apr 2001 17:05:58 +0200
2112              Message-ID: <3AE703F6.3234.1833C45@localhost>
2113      Branch: perl
2114            ! Porting/patching.pod
2115 ____________________________________________________________________________
2116 [  9835] By: jhi                                   on 2001/04/25  13:58:07
2117         Log: It would seem that both ar and full_ar need to be overridden
2118              for HP-UX to avoid the GNU ar.
2119      Branch: perl
2120            ! hints/hpux.sh
2121 ____________________________________________________________________________
2122 [  9834] By: jhi                                   on 2001/04/25  13:50:40
2123         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
2124              From: "Philip Newton" <pnewton@gmx.de>
2125              Date: Wed, 25 Apr 2001 16:09:23 +0200
2126              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
2127              
2128              Detypo.
2129      Branch: perl
2130            ! t/op/misc.t
2131 ____________________________________________________________________________
2132 [  9833] By: jhi                                   on 2001/04/25  12:36:11
2133         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
2134      Branch: perl
2135            ! hints/hpux.sh
2136 ____________________________________________________________________________
2137 [  9832] By: jhi                                   on 2001/04/25  12:33:36
2138         Log: New version of HP-UX hints from Merijn.
2139      Branch: perl
2140            ! hints/hpux.sh
2141 ____________________________________________________________________________
2142 [  9831] By: jhi                                   on 2001/04/25  03:39:45
2143         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
2144      Branch: perl
2145            ! hints/hpux.sh
2146 ____________________________________________________________________________
2147 [  9830] By: jhi                                   on 2001/04/25  02:53:25
2148         Log: The tzname[] bit is not needed by util.c -- and causes
2149              heartburn in VMS (and it missing was probably the cause of
2150              the Mac OS X trouble).  Ouch.
2151      Branch: perl
2152            ! ext/POSIX/POSIX.xs util.c
2153 ____________________________________________________________________________
2154 [  9829] By: jhi                                   on 2001/04/25  00:10:06
2155         Log: Metaconfig unit change for #9828.
2156      Branch: metaconfig
2157            ! U/compline/ccflags.U
2158 ____________________________________________________________________________
2159 [  9828] By: jhi                                   on 2001/04/25  00:04:18
2160         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
2161              (which is actually the reason for the change, we need to pass
2162              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
2163              EP/IX, OS/2, and TitanOS, based on the hints files.
2164      Branch: perl
2165            ! Configure config_h.SH
2166 ____________________________________________________________________________
2167 [  9827] By: jhi                                   on 2001/04/24  23:49:20
2168         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
2169              the $cat must have an absolute path.
2170      Branch: perl
2171            ! makedepend.SH
2172 ____________________________________________________________________________
2173 [  9826] By: jhi                                   on 2001/04/24  23:40:53
2174         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
2175      Branch: perl
2176            ! README.amiga
2177 ____________________________________________________________________________
2178 [  9825] By: jhi                                   on 2001/04/24  23:35:35
2179         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
2180              From: "Philip Newton" <pnewton@gmx.de>
2181              Date: Tue, 24 Apr 2001 18:52:49 +0200
2182              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
2183      Branch: perl
2184            ! x2p/find2perl.PL
2185 ____________________________________________________________________________
2186 [  9824] By: jhi                                   on 2001/04/24  23:33:07
2187         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
2188              Some gcc specifics dropped out due to extensive rewriting;
2189              will be put back later as needed.
2190      Branch: perl
2191            ! hints/hpux.sh
2192 ____________________________________________________________________________
2193 [  9823] By: jhi                                   on 2001/04/24  23:27:57
2194         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
2195      Branch: perl
2196            ! ext/POSIX/POSIX.xs
2197 ____________________________________________________________________________
2198 [  9822] By: jhi                                   on 2001/04/24  23:25:21
2199         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
2200              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2201              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
2202              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
2203      Branch: perl
2204            ! ext/XS/Typemap/Typemap.xs
2205 ____________________________________________________________________________
2206 [  9821] By: jhi                                   on 2001/04/24  23:24:10
2207         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
2208              From: "Abigail" <abigail@foad.org>
2209              Date: Tue, 24 Apr 2001 23:12:03 +0200
2210              Message-ID: <20010424211203.7901.qmail@foad.org>
2211      Branch: perl
2212            ! pod/perlport.pod
2213 ____________________________________________________________________________
2214 [  9820] By: jhi                                   on 2001/04/24  23:23:15
2215         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
2216              From: Matt Sergeant <matt@sergeant.org>
2217              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
2218              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
2219      Branch: perl
2220            ! pod/perlfaq4.pod
2221 ____________________________________________________________________________
2222 [  9819] By: nick                                  on 2001/04/24  18:49:43
2223         Log: Integrate mainline.
2224      Branch: perlio
2225           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
2226           !> (integrate 37 files)
2227 ____________________________________________________________________________
2228 [  9818] By: jhi                                   on 2001/04/24  14:35:23
2229         Log: Update Changes.
2230      Branch: perl
2231            ! Changes patchlevel.h
2232 ____________________________________________________________________________
2233 [  9817] By: jhi                                   on 2001/04/24  14:09:17
2234         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
2235              From: "Philip Newton" <pnewton@gmx.de>
2236              Date: Tue, 24 Apr 2001 12:58:12 +0200
2237              Message-ID: <3AE57864.8304.B77A0A@localhost> 
2238              
2239              plus add CPAN to the list of modules that have their own tests.
2240      Branch: perl
2241            ! t/lib/1_compile.t
2242 ____________________________________________________________________________
2243 [  9816] By: jhi                                   on 2001/04/24  14:07:03
2244         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
2245              From: Michael G Schwern <schwern@pobox.com>
2246              Date: Sat, 21 Apr 2001 22:35:00 +0100
2247              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
2248      Branch: perl
2249            ! t/lib/1_compile.t
2250 ____________________________________________________________________________
2251 [  9815] By: jhi                                   on 2001/04/24  13:54:32
2252         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
2253              From: Robin Houston <robin@kitsite.com>
2254              Date: Tue, 24 Apr 2001 15:51:18 +0100
2255              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
2256      Branch: perl
2257            ! ext/B/B/Deparse.pm
2258 ____________________________________________________________________________
2259 [  9814] By: jhi                                   on 2001/04/24  13:17:34
2260         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2261              From: Bill Glicker <billg@burrelles.com>
2262              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
2263              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
2264      Branch: perl
2265            ! hints/svr5.sh
2266 ____________________________________________________________________________
2267 [  9813] By: jhi                                   on 2001/04/24  12:54:23
2268         Log: Prevent path disclosure (probing for existence of filenames)
2269              using suidperl; bug id 20010322.218.
2270      Branch: perl
2271            ! perl.c pod/perldiag.pod
2272 ____________________________________________________________________________
2273 [  9812] By: jhi                                   on 2001/04/24  12:08:36
2274         Log: Retract #9811.
2275      Branch: perl
2276            ! ext/POSIX/POSIX.xs
2277 ____________________________________________________________________________
2278 [  9811] By: jhi                                   on 2001/04/24  11:57:35
2279         Log: (Retracted by #9812.)
2280      Branch: perl
2281            ! ext/POSIX/POSIX.xs
2282 ____________________________________________________________________________
2283 [  9810] By: jhi                                   on 2001/04/24  03:32:35
2284         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
2285      Branch: perl
2286            ! util.c
2287 ____________________________________________________________________________
2288 [  9809] By: jhi                                   on 2001/04/24  03:16:13
2289         Log: The Math::BigFloat::import() was broken.
2290              (Fixes bug id 20010422.002.)
2291      Branch: perl
2292            ! lib/Math/BigFloat.pm
2293 ____________________________________________________________________________
2294 [  9808] By: jhi                                   on 2001/04/24  01:11:40
2295         Log: Additional dependencies; should help for parallel makes
2296              not to fail on missing lib/lib.pm or lib/re.pm.
2297      Branch: perl
2298            ! Makefile.SH
2299 ____________________________________________________________________________
2300 [  9807] By: jhi                                   on 2001/04/24  00:57:01
2301         Log: Update the test failure disclaimer.
2302      Branch: perl
2303            ! t/pragma/warn/pp_hot
2304 ____________________________________________________________________________
2305 [  9806] By: jhi                                   on 2001/04/24  00:54:04
2306         Log: Add make target "install-all" which is alias for "install"
2307              to cater for case-preserving filesystems like HFS+.
2308      Branch: perl
2309            ! INSTALL Makefile.SH
2310 ____________________________________________________________________________
2311 [  9805] By: jhi                                   on 2001/04/24  00:47:28
2312         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
2313              From: Peter Prymmer <pvhp@forte.com>
2314              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
2315              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
2316              
2317              (Ken William's message forwarded from macosx@perl.org)
2318      Branch: perl
2319            ! hints/darwin.sh
2320 ____________________________________________________________________________
2321 [  9804] By: jhi                                   on 2001/04/23  23:57:35
2322         Log: Cut-and-pasto.
2323      Branch: perl
2324            ! perlio.c
2325 ____________________________________________________________________________
2326 [  9803] By: jhi                                   on 2001/04/23  23:52:25
2327         Log: More PerlIO robustness.
2328      Branch: perl
2329            ! perlio.c
2330 ____________________________________________________________________________
2331 [  9802] By: jhi                                   on 2001/04/23  23:43:35
2332         Log: Make the "STD* opened only for ..." errors more consistent.
2333      Branch: perl
2334            ! doio.c
2335 ____________________________________________________________________________
2336 [  9801] By: jhi                                   on 2001/04/23  23:34:26
2337         Log: Test case for #9800.
2338      Branch: perl
2339            ! t/op/misc.t
2340 ____________________________________________________________________________
2341 [  9800] By: jhi                                   on 2001/04/23  23:14:43
2342         Log: Avoid coredump on 'close STDERR; die' by making
2343              the PerlIO calls more robust.  Also use SETERRNO()
2344              instead of errno = to be more VMS-ready.
2345      Branch: perl
2346            ! perlio.c
2347 ____________________________________________________________________________
2348 [  9799] By: jhi                                   on 2001/04/23  21:41:10
2349         Log: Subject: test for ID 20010423.002
2350              From: Robin Houston <robin@kitsite.com>
2351              Date: Mon, 23 Apr 2001 16:52:21 +0100
2352              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
2353      Branch: perl
2354            ! t/op/avhv.t
2355 ____________________________________________________________________________
2356 [  9798] By: jhi                                   on 2001/04/23  21:40:07
2357         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
2358              From: David Dyck <dcd@tc.fluke.com>
2359              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
2360              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
2361      Branch: perl
2362            ! installperl
2363 ____________________________________________________________________________
2364 [  9797] By: jhi                                   on 2001/04/23  21:37:56
2365         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
2366              From: Benjamin Sugars <bsugars@canoe.ca>
2367              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
2368              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
2369      Branch: perl
2370            ! ext/Cwd/Cwd.xs lib/Cwd.pm
2371 ____________________________________________________________________________
2372 [  9796] By: jhi                                   on 2001/04/23  21:29:24
2373         Log: Synchronize h2xs and pod2man some more on the documentation
2374              templates they propose.
2375      Branch: perl
2376            ! pod/pod2man.PL utils/h2xs.PL
2377 ____________________________________________________________________________
2378 [  9795] By: jhi                                   on 2001/04/23  17:30:40
2379         Log: Add one more naughty test for base64; make encoding logic cleaner.
2380      Branch: perl
2381            ! t/lib/mimeb64.t
2382 ____________________________________________________________________________
2383 [  9794] By: jhi                                   on 2001/04/23  13:51:32
2384         Log: Update Changes.
2385      Branch: perl
2386            ! Changes patchlevel.h
2387 ____________________________________________________________________________
2388 [  9793] By: jhi                                   on 2001/04/23  13:44:18
2389         Log: Duplicate lines.
2390      Branch: perl
2391            ! MANIFEST
2392 ____________________________________________________________________________
2393 [  9792] By: jhi                                   on 2001/04/23  13:39:13
2394         Log: Subject: Re: PATCH 5.7.1
2395              From: Mark-Jason Dominus <mjd@plover.com>
2396              Date: Mon, 23 Apr 2001 10:30:21 -0400
2397              Message-ID: <20010423143021.17335.qmail@plover.com>
2398      Branch: perl
2399            ! perl.h sv.c
2400 ____________________________________________________________________________
2401 [  9791] By: jhi                                   on 2001/04/23  13:32:40
2402         Log: Add the CPAN.pm 1.59_54 tests.
2403      Branch: perl
2404            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
2405            ! MANIFEST
2406 ____________________________________________________________________________
2407 [  9790] By: jhi                                   on 2001/04/23  13:21:55
2408         Log: Subject: Deparse nit
2409              From: Robin Houston <robin@kitsite.com>
2410              Date: Mon, 23 Apr 2001 12:38:20 +0100
2411              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
2412      Branch: perl
2413            ! ext/B/B/Deparse.pm
2414 ____________________________________________________________________________
2415 [  9789] By: jhi                                   on 2001/04/23  13:19:07
2416         Log: Subject: [PATCH] bug 20010423.002
2417              From: Robin Houston <robin@kitsite.com>
2418              Date: Mon, 23 Apr 2001 13:12:30 +0100
2419              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
2420      Branch: perl
2421            ! pp.c
2422 ____________________________________________________________________________
2423 [  9788] By: jhi                                   on 2001/04/23  13:02:49
2424         Log: Subject: PATCH [5.7.1] hv.c unused #define
2425              From: Mark-Jason Dominus <mjd@plover.com>
2426              Date: Sun, 22 Apr 2001 14:17:49 -0400
2427              Message-ID: <20010422181749.26976.qmail@plover.com>
2428      Branch: perl
2429            ! hv.c
2430 ____________________________________________________________________________
2431 [  9787] By: jhi                                   on 2001/04/23  13:02:02
2432         Log: Subject: PATCH 5.7.1
2433              From: Mark-Jason Dominus <mjd@plover.com>
2434              Date: Sun, 22 Apr 2001 15:12:57 -0400
2435              Message-ID: <20010422191258.6539.qmail@plover.com>
2436              
2437              plus Sarathy's STMT_START + STMT_END suggestion.
2438      Branch: perl
2439            ! perl.h
2440 ____________________________________________________________________________
2441 [  9786] By: jhi                                   on 2001/04/23  12:53:25
2442         Log: Fix for
2443              
2444              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
2445              From: dLux <dlux@spam.sch.bme.hu>
2446              Date: Mon, 23 Apr 2001 01:25:26 +0200
2447              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
2448              
2449              (SvGROW really does return a char *.)
2450      Branch: perl
2451            ! pod/perlapi.pod sv.h
2452 ____________________________________________________________________________
2453 [  9785] By: jhi                                   on 2001/04/23  04:34:04
2454         Log: Time::Piece work continues.  $t->day removed since
2455              I think it's too confusing.  Now has normal and
2456              abbreviated length weekday names and month names,
2457              the names change with _names(), not _list().
2458              Now has strftime() in Perl, _strftime() is
2459              the libc version (to which strftime() falls back
2460              if it doesn't know the format.  To do: the reverse
2461              of strftime, strptime(), and the localisation of both.
2462      Branch: perl
2463            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
2464            ! t/lib/time-piece.t
2465 ____________________________________________________________________________
2466 [  9784] By: jhi                                   on 2001/04/23  02:41:46
2467         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
2468              From: andreas.koenig@anima.de (Andreas J. Koenig)
2469              Date: 23 Apr 2001 05:20:55 +0200
2470              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
2471      Branch: perl
2472            ! t/pragma/overload.t
2473 ____________________________________________________________________________
2474 [  9783] By: jhi                                   on 2001/04/22  23:32:42
2475         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
2476              From: Robin Houston <robin@kitsite.com>
2477              Date: Mon, 23 Apr 2001 00:38:18 +0100
2478              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
2479      Branch: perl
2480            ! ext/B/B/Deparse.pm
2481 ____________________________________________________________________________
2482 [  9782] By: jhi                                   on 2001/04/22  20:55:43
2483         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
2484              From: Simon Cozens <simon@netthink.co.uk>
2485              Date: Sun, 22 Apr 2001 18:47:25 +0100
2486              Message-ID: <20010422184725.A14411@netthink.co.uk>
2487      Branch: perl
2488            ! sv.c t/pragma/overload.t
2489 ____________________________________________________________________________
2490 [  9781] By: jhi                                   on 2001/04/22  20:52:13
2491         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
2492              From: Robin Houston <robin@kitsite.com>
2493              Date: Sun, 22 Apr 2001 22:14:50 +0100
2494              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
2495      Branch: perl
2496            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
2497 ____________________________________________________________________________
2498 [  9780] By: nick                                  on 2001/04/22  20:40:31
2499         Log: Integrate mainline.
2500      Branch: perlio
2501           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
2502           +> t/lib/b-stash.t
2503           !> (integrate 38 files)
2504 ____________________________________________________________________________
2505 [  9779] By: jhi                                   on 2001/04/22  15:16:03
2506         Log: Subject: IO::Socket::INET patch
2507              From: andrew deryabin <djsf@technarchy.ru>
2508              Date: Sat, 21 Apr 2001 17:46:52 +0400
2509              Message-ID: <20010421174652.B1426@technarchy>
2510      Branch: perl
2511            ! ext/IO/lib/IO/Socket/INET.pm
2512 ____________________________________________________________________________
2513 [  9778] By: jhi                                   on 2001/04/22  15:14:33
2514         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
2515              From: Mark-Jason Dominus <mjd@plover.com>
2516              Date: Sat, 21 Apr 2001 21:27:49 -0400
2517              Message-ID: <20010422012749.27024.qmail@plover.com>
2518      Branch: perl
2519            ! regcomp.c
2520 ____________________________________________________________________________
2521 [  9777] By: jhi                                   on 2001/04/22  15:10:51
2522         Log: Subject: Re: Regex debugger patch 
2523              From: Mark-Jason Dominus <mjd@plover.com>
2524              Date: Sat, 21 Apr 2001 21:48:51 -0400
2525              Message-ID: <20010422014851.27165.qmail@plover.com>
2526      Branch: perl
2527            ! pod/perldebguts.pod
2528 ____________________________________________________________________________
2529 [  9776] By: jhi                                   on 2001/04/22  15:09:48
2530         Log: Subject: Re: Regex debugger patch
2531              From: Mark-Jason Dominus <mjd@plover.com>
2532              Date: Sat, 21 Apr 2001 14:24:39 -0400
2533              Message-ID: <20010421182439.16508.qmail@plover.com>
2534              
2535              Regex debugger backend.
2536      Branch: perl
2537            ! regcomp.c regexp.h
2538 ____________________________________________________________________________
2539 [  9775] By: jhi                                   on 2001/04/21  16:45:40
2540         Log: Subject: [PATCH] Typo in utf8.h
2541              From: Jesús Quiroga <jquiroga@pobox.com>
2542              Date: Sat, 21 Apr 2001 19:25:33 +0200
2543              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
2544      Branch: perl
2545            ! utf8.h
2546 ____________________________________________________________________________
2547 [  9774] By: jhi                                   on 2001/04/21  16:43:52
2548         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2549              From: Joe Orton <jorton@redhat.com>
2550              Date: Tue, 17 Apr 2001 15:50:43 +0100
2551              Message-Id: <20010417155043.D19132@eu.c2.net>
2552      Branch: perl
2553            ! hints/svr5.sh
2554 ____________________________________________________________________________
2555 [  9773] By: jhi                                   on 2001/04/21  15:30:15
2556         Log: Subject: Patch utils/h2xs.PL
2557              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2558              Date: Sat, 21 Apr 2001 10:32:16 -0500
2559              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
2560              
2561              Add MAILING list and LICENSE templates.
2562      Branch: perl
2563            ! utils/h2xs.PL
2564 ____________________________________________________________________________
2565 [  9772] By: jhi                                   on 2001/04/21  15:28:36
2566         Log: Subject: perlfaq2.patch for 5.7.1
2567              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2568              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
2569              Date: Fri, 20 Apr 2001 16:42:19 -0500
2570              
2571              rm an extra tab, a blurb about the xx.cpan to clarify
2572              which countries actually have that and dejanews is history
2573              as well as most of that nonsensical entry.
2574      Branch: perl
2575            ! pod/perlfaq2.pod
2576 ____________________________________________________________________________
2577 [  9771] By: jhi                                   on 2001/04/21  15:27:17
2578         Log: Subject: perlfaq1.patch for 5.7.1
2579              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2580              Date: Fri, 20 Apr 2001 16:57:36 -0500
2581              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
2582              
2583              Evil URLs must die. Especially when they are broken.
2584      Branch: perl
2585            ! pod/perlfaq1.pod
2586 ____________________________________________________________________________
2587 [  9770] By: jhi                                   on 2001/04/21  15:23:38
2588         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
2589              From: Michael G Schwern <schwern@pobox.com>
2590              Date: Sat, 21 Apr 2001 16:11:12 +0100
2591              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
2592      Branch: perl
2593            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
2594            + t/lib/b-stash.t
2595            ! MANIFEST ext/B/B.pm t/lib/b.t
2596 ____________________________________________________________________________
2597 [  9769] By: jhi                                   on 2001/04/21  15:03:32
2598         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
2599              From: Michael G Schwern <schwern@pobox.com>
2600              Date: Sat, 21 Apr 2001 09:48:00 +0100
2601              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
2602      Branch: perl
2603            ! utils/h2ph.PL
2604 ____________________________________________________________________________
2605 [  9768] By: jhi                                   on 2001/04/21  14:33:49
2606         Log: PerlIO and Encode doc cleanup and tweaks.
2607      Branch: perl
2608            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
2609            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
2610 ____________________________________________________________________________
2611 [  9767] By: jhi                                   on 2001/04/21  12:40:16
2612         Log: Integrate perlio.
2613      Branch: perl
2614           !> doio.c
2615 ____________________________________________________________________________
2616 [  9766] By: nick                                  on 2001/04/20  18:28:35
2617         Log: Avoid core dump on
2618              open(STDOUT,">",\$foo);
2619      Branch: perlio
2620            ! doio.c
2621 ____________________________________________________________________________
2622 [  9765] By: jhi                                   on 2001/04/20  13:23:43
2623         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
2624              From: Robin Houston <robin@kitsite.com>
2625              Date: Fri, 20 Apr 2001 14:29:22 +0100
2626              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
2627      Branch: perl
2628            ! ext/B/B.pm ext/B/B/Deparse.pm
2629 ____________________________________________________________________________
2630 [  9764] By: jhi                                   on 2001/04/20  13:19:33
2631         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
2632              From: Peter Prymmer <pvhp@forte.com>
2633              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
2634              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
2635      Branch: perl
2636            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
2637            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
2638            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
2639            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
2640 ____________________________________________________________________________
2641 [  9763] By: jhi                                   on 2001/04/20  12:36:39
2642         Log: Subject: Re: A new PerlIO coredump
2643              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2644              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
2645              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
2646      Branch: perl
2647            ! doio.c
2648 ____________________________________________________________________________
2649 [  9762] By: jhi                                   on 2001/04/19  23:02:30
2650         Log: Update Changes.
2651      Branch: perl
2652            ! Changes patchlevel.h
2653 ____________________________________________________________________________
2654 [  9761] By: jhi                                   on 2001/04/19  22:59:19
2655         Log: More cleanup cleanup.
2656      Branch: perl
2657            ! Makefile.SH win32/Makefile win32/makefile.mk
2658 ____________________________________________________________________________
2659 [  9760] By: jhi                                   on 2001/04/19  22:50:31
2660         Log: lib/Time is non-empty, let's not rmdir it.
2661      Branch: perl
2662            ! Makefile.SH
2663 ____________________________________________________________________________
2664 [  9759] By: jhi                                   on 2001/04/19  22:36:51
2665         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
2666              From: Robin Houston <robin@kitsite.com>
2667              Date: Fri, 20 Apr 2001 00:18:53 +0100
2668              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
2669      Branch: perl
2670            ! ext/B/B/Deparse.pm
2671 ____________________________________________________________________________
2672 [  9758] By: jhi                                   on 2001/04/19  22:36:00
2673         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
2674              From: Peter Prymmer <pvhp@forte.com>
2675              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
2676              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
2677      Branch: perl
2678            ! ext/Cwd/Cwd.xs
2679 ____________________________________________________________________________
2680 [  9757] By: nick                                  on 2001/04/19  18:53:54
2681         Log: Blind (untested) integrate of mainline.
2682      Branch: perlio
2683           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
2684           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
2685           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
2686           !> (integrate 53 files)
2687 ____________________________________________________________________________
2688 [  9756] By: jhi                                   on 2001/04/19  16:59:23
2689         Log: Document and test Time::Piece.
2690      Branch: perl
2691            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
2692            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
2693 ____________________________________________________________________________
2694 [  9755] By: jhi                                   on 2001/04/19  12:13:29
2695         Log: A better fix for the \x{12345678} trouble from NI-S.
2696      Branch: perl
2697            ! utf8.c
2698 ____________________________________________________________________________
2699 [  9754] By: jhi                                   on 2001/04/19  11:56:07
2700         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
2701              From: Robin Houston <robin@kitsite.com>
2702              Date: Wed, 18 Apr 2001 17:58:33 +0100
2703              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
2704      Branch: perl
2705            ! ext/B/B/Deparse.pm op.c
2706 ____________________________________________________________________________
2707 [  9753] By: jhi                                   on 2001/04/19  04:21:52
2708         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
2709              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
2710              Date: Thu, 19 Apr 2001 01:11:41 -0400
2711              Message-ID: <20010419011141.A5798@cpan.org>
2712      Branch: perl
2713            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
2714 ____________________________________________________________________________
2715 [  9752] By: jhi                                   on 2001/04/19  02:41:10
2716         Log: The new time utils need to be thread-aware, too.
2717      Branch: perl
2718            ! util.c
2719 ____________________________________________________________________________
2720 [  9751] By: jhi                                   on 2001/04/19  02:26:47
2721         Log: Compilation nit noticed by AIX compiler.
2722      Branch: perl
2723            ! perlio.c
2724 ____________________________________________________________________________
2725 [  9750] By: jhi                                   on 2001/04/19  02:20:06
2726         Log: The new time utils need to be public.
2727      Branch: perl
2728            ! embed.pl
2729 ____________________________________________________________________________
2730 [  9749] By: jhi                                   on 2001/04/19  01:42:39
2731         Log: Regen toc.
2732      Branch: perl
2733            ! pod/perltoc.pod
2734 ____________________________________________________________________________
2735 [  9748] By: jhi                                   on 2001/04/19  01:41:10
2736         Log: Add Time::Piece, a slight rewrite of Time::Object,
2737              from Matt Sergeant.
2738      Branch: perl
2739            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
2740            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
2741            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
2742            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
2743            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
2744            ! win32/makefile.mk
2745 ____________________________________________________________________________
2746 [  9747] By: jhi                                   on 2001/04/19  00:55:35
2747         Log: The new metaconfig unit from strftime.
2748      Branch: metaconfig/U/perl
2749            + d_strftime.U
2750 ____________________________________________________________________________
2751 [  9746] By: jhi                                   on 2001/04/19  00:54:54
2752         Log: Move the strftime() wrapper from POSIX.xs to util.c
2753              as my_strftime(), requires HAS_STRFTIME.
2754      Branch: perl
2755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2756            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
2757            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
2758            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2759            ! vos/config.ga.h win32/config.bc win32/config.gc
2760            ! win32/config.vc
2761 ____________________________________________________________________________
2762 [  9745] By: jhi                                   on 2001/04/18  23:11:03
2763         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
2764              in preparation of Time::Piece.
2765      Branch: perl
2766            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
2767 ____________________________________________________________________________
2768 [  9744] By: jhi                                   on 2001/04/18  22:33:12
2769         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
2770              From: Peter Prymmer <pvhp@forte.com>
2771              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
2772              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
2773      Branch: perl
2774            ! t/lib/exporter.t
2775 ____________________________________________________________________________
2776 [  9743] By: jhi                                   on 2001/04/18  22:32:23
2777         Log: Subject: Fwd: pod2html leaves cache files lying around?
2778              From: Rajesh Vaidheeswarran <rv@gnu.org>
2779              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
2780              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
2781      Branch: perl
2782            ! lib/Pod/Html.pm
2783 ____________________________________________________________________________
2784 [  9742] By: jhi                                   on 2001/04/18  20:31:49
2785         Log: Update Changes.
2786      Branch: perl
2787            ! Changes patchlevel.h
2788 ____________________________________________________________________________
2789 [  9741] By: jhi                                   on 2001/04/18  20:23:02
2790         Log: Declare hints only if needed.
2791      Branch: perl
2792            ! ext/B/B/Deparse.pm
2793 ____________________________________________________________________________
2794 [  9740] By: jhi                                   on 2001/04/18  19:06:05
2795         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
2796              bug noticed by Robin Houston; basically the code of detecting
2797              value wraparound was acting differently under different compilers
2798              and platforms.  The workaround is to remove the overflow check
2799              for now, a real fix would be to do the overflow (portably) right.
2800      Branch: perl
2801            ! t/op/pat.t utf8.c
2802 ____________________________________________________________________________
2803 [  9739] By: jhi                                   on 2001/04/18  19:01:23
2804         Log: Subject: [PATCH B::Deparse] some pragma support
2805              From: Robin Houston <robin@kitsite.com>
2806              Date: Wed, 18 Apr 2001 19:32:12 +0100
2807              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
2808      Branch: perl
2809            ! ext/B/B/Deparse.pm
2810 ____________________________________________________________________________
2811 [  9738] By: jhi                                   on 2001/04/18  15:16:37
2812         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
2813              From: Benjamin Sugars <bsugars@canoe.ca>
2814              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
2815              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
2816      Branch: perl
2817            ! t/op/glob.t
2818 ____________________________________________________________________________
2819 [  9737] By: jhi                                   on 2001/04/18  13:24:50
2820         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
2821              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2822              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
2823              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
2824      Branch: perl
2825            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2826            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
2827 ____________________________________________________________________________
2828 [  9736] By: jhi                                   on 2001/04/18  04:15:14
2829         Log: The #9735 also changes the subtest 12.
2830      Branch: perl
2831            ! t/lib/b.t
2832 ____________________________________________________________________________
2833 [  9735] By: jhi                                   on 2001/04/18  03:55:17
2834         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
2835              From: David Dyck <dcd@tc.fluke.com>
2836              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
2837              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
2838      Branch: perl
2839            ! ext/B/B/Deparse.pm
2840 ____________________________________________________________________________
2841 [  9734] By: jhi                                   on 2001/04/18  03:54:11
2842         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
2843              From: Gisle Aas <gisle@ActiveState.com>
2844              Date: 17 Apr 2001 19:06:45 -0700
2845              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
2846      Branch: perl
2847            ! pp_hot.c t/op/misc.t
2848 ____________________________________________________________________________
2849 [  9733] By: jhi                                   on 2001/04/17  22:25:22
2850         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
2851              From: "Abigail" <abigail@foad.org>
2852              Date: Wed, 18 Apr 2001 01:17:46 +0200
2853              Message-ID: <20010417231746.21657.qmail@foad.org>
2854      Branch: perl
2855            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
2856 ____________________________________________________________________________
2857 [  9732] By: jhi                                   on 2001/04/17  20:47:56
2858         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
2859              From: Robin Houston <robin@kitsite.com>
2860              Date: Tue, 17 Apr 2001 22:37:42 +0100
2861              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
2862      Branch: perl
2863            ! ext/B/B/Deparse.pm
2864 ____________________________________________________________________________
2865 [  9731] By: nick                                  on 2001/04/17  20:46:35
2866         Log: Re-sync for t/lib/b.t fix
2867      Branch: perlio
2868           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
2869 ____________________________________________________________________________
2870 [  9730] By: jhi                                   on 2001/04/17  20:45:29
2871         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
2872              From: Robin Houston <robin@kitsite.com>
2873              Date: Tue, 17 Apr 2001 22:29:36 +0100
2874              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
2875      Branch: perl
2876            ! ext/B/B.xs ext/B/B/Deparse.pm
2877 ____________________________________________________________________________
2878 [  9729] By: jhi                                   on 2001/04/17  20:43:11
2879         Log: Subject: Deparse - parenthesise args to undeclared subs
2880              From: Robin Houston <robin@kitsite.com>
2881              Date: Tue, 17 Apr 2001 21:31:05 +0100
2882              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
2883      Branch: perl
2884            ! ext/B/B/Deparse.pm
2885 ____________________________________________________________________________
2886 [  9728] By: jhi                                   on 2001/04/17  18:57:30
2887         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
2888              From: Benjamin Sugars <ben.sugars@home.com>
2889              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
2890              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
2891      Branch: perl
2892            ! t/lib/cwd.t
2893 ____________________________________________________________________________
2894 [  9727] By: jhi                                   on 2001/04/17  18:20:20
2895         Log: Subject: [PATCH B::Deparse] ambient pragmas
2896              From: Robin Houston <robin@kitsite.com>
2897              Date: Tue, 17 Apr 2001 20:01:59 +0100
2898              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
2899      Branch: perl
2900            ! ext/B/B/Deparse.pm t/lib/b.t
2901 ____________________________________________________________________________
2902 [  9726] By: nick                                  on 2001/04/17  16:33:51
2903         Log: Integrate mainline (t/lib/b.t fails test 2...)
2904      Branch: perlio
2905           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
2906           +> ext/List/Util/README ext/List/Util/Util.xs
2907           +> ext/List/Util/lib/List/Util.pm
2908           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
2909           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
2910           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
2911           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
2912           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
2913           !> (integrate 31 files)
2914 ____________________________________________________________________________
2915 [  9725] By: jhi                                   on 2001/04/17  12:14:24
2916         Log: Subject: multiple B::* changes
2917              From: Robin Houston <robin@kitsite.com>
2918              Date: Thu, 12 Apr 2001 20:12:27 +0100
2919              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
2920      Branch: perl
2921            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
2922 ____________________________________________________________________________
2923 [  9724] By: jhi                                   on 2001/04/17  11:59:05
2924         Log: Thread-awareness from Doug MacEachern.
2925      Branch: perl
2926            ! ext/List/Util/Util.xs
2927 ____________________________________________________________________________
2928 [  9723] By: jhi                                   on 2001/04/17  11:57:41
2929         Log: Make the test more portable.
2930      Branch: perl
2931            ! t/lib/cwd.t
2932 ____________________________________________________________________________
2933 [  9722] By: jhi                                   on 2001/04/17  11:53:50
2934         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
2935              From: Benjamin Sugars <ben.sugars@home.com>
2936              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
2937              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
2938      Branch: perl
2939            ! t/lib/cwd.t
2940 ____________________________________________________________________________
2941 [  9721] By: jhi                                   on 2001/04/17  11:52:17
2942         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
2943              From: Benjamin Sugars <bsugars@canoe.ca>
2944              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
2945              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
2946      Branch: perl
2947            ! op.c
2948 ____________________________________________________________________________
2949 [  9720] By: jhi                                   on 2001/04/17  11:35:42
2950         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
2951              From: Chris Nandor <pudge@pobox.com>
2952              Date: Tue, 17 Apr 2001 00:30:49 -0400
2953              Message-Id: <p05100207b701768712de@[10.0.1.177]>
2954      Branch: perl
2955            ! ext/File/Glob/bsd_glob.c gv.c
2956 ____________________________________________________________________________
2957 [  9719] By: jhi                                   on 2001/04/17  11:32:13
2958         Log: Subject: [PATCH] Tweten->West
2959              From: Casey West <casey@geeknest.com>
2960              Date: Mon, 16 Apr 2001 12:11:22 -0400
2961              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
2962      Branch: perl
2963            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
2964            ! pod/perltie.pod
2965 ____________________________________________________________________________
2966 [  9718] By: jhi                                   on 2001/04/16  03:22:52
2967         Log: Update Changes.
2968      Branch: perl
2969            ! Changes patchlevel.h
2970 ____________________________________________________________________________
2971 [  9717] By: jhi                                   on 2001/04/16  03:06:28
2972         Log: Regen toc.
2973      Branch: perl
2974            ! pod/perltoc.pod
2975 ____________________________________________________________________________
2976 [  9716] By: jhi                                   on 2001/04/16  02:58:42
2977         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
2978              From: Prymmer/Kahn <pvhp@best.com>
2979              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
2980              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
2981      Branch: perl
2982            ! utf8.c
2983 ____________________________________________________________________________
2984 [  9715] By: jhi                                   on 2001/04/15  23:40:35
2985         Log: Subject: Re: Net::Ping patch, adds stream protocol
2986              From: bronson@rinspin.com (Scott Bronson)
2987              Date: Tue, 10 Apr 2001 23:58:33 -0700
2988              Message-ID: <20010410235833.N29719@rinspin.com>
2989      Branch: perl
2990            ! lib/Net/Ping.pm
2991 ____________________________________________________________________________
2992 [  9714] By: jhi                                   on 2001/04/15  23:31:46
2993         Log: Printing out the ok messages helps successful testing.
2994      Branch: perl
2995            ! t/lib/time-hires.t
2996 ____________________________________________________________________________
2997 [  9713] By: jhi                                   on 2001/04/15  21:43:24
2998         Log: Update Douglas Wegscheid's email.
2999      Branch: perl
3000            ! AUTHORS
3001 ____________________________________________________________________________
3002 [  9712] By: jhi                                   on 2001/04/15  21:40:41
3003         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
3004              From: Michael G Schwern <schwern@pobox.com>
3005              Date: Sat, 14 Apr 2001 22:40:50 +0100
3006              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
3007      Branch: perl
3008            + t/lib/exporter.t
3009            ! MANIFEST lib/Exporter/Heavy.pm
3010 ____________________________________________________________________________
3011 [  9711] By: jhi                                   on 2001/04/15  21:39:21
3012         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
3013              From: Michael G Schwern <schwern@pobox.com>
3014              Date: Sat, 14 Apr 2001 22:13:59 +0100
3015              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
3016      Branch: perl
3017            ! t/op/loopctl.t
3018 ____________________________________________________________________________
3019 [  9710] By: jhi                                   on 2001/04/15  21:30:19
3020         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
3021              From: Michael G Schwern <schwern@pobox.com>
3022              Date: Sat, 14 Apr 2001 22:05:32 +0100
3023              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
3024      Branch: perl
3025            ! t/pragma/warnings.t
3026 ____________________________________________________________________________
3027 [  9709] By: jhi                                   on 2001/04/15  19:34:09
3028         Log: Integrate changes #9706,9707 from maintperl into mainline.
3029              
3030              change#7210 broke .packlist generation
3031              
3032              ExtUtils::Installed doesn't quote regex metacharacters in paths
3033              before using them in match; also make it work for dosish platforms
3034      Branch: perl
3035           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3036 ____________________________________________________________________________
3037 [  9708] By: jhi                                   on 2001/04/15  19:31:01
3038         Log: Test also the scalar aspect of getitimer().
3039      Branch: perl
3040            ! t/lib/time-hires.t
3041 ____________________________________________________________________________
3042 [  9707] By: gsar                                  on 2001/04/15  17:24:20
3043         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
3044              before using them in match; also make it work for dosish platforms
3045      Branch: maint-5.6/perl
3046            ! lib/ExtUtils/Installed.pm
3047 ____________________________________________________________________________
3048 [  9706] By: gsar                                  on 2001/04/15  17:21:59
3049         Log: change#7210 broke .packlist generation (listed only filename
3050              rather than fully qualified path name)
3051      Branch: maint-5.6/perl
3052            ! lib/ExtUtils/Install.pm
3053 ____________________________________________________________________________
3054 [  9705] By: jhi                                   on 2001/04/15  12:36:33
3055         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
3056      Branch: perl
3057            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
3058            ! t/lib/time-hires.t
3059 ____________________________________________________________________________
3060 [  9704] By: jhi                                   on 2001/04/15  10:49:08
3061         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
3062              From: Prymmer/Kahn <pvhp@best.com>
3063              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
3064              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
3065      Branch: perl
3066            ! lib/utf8.pm pod/perlebcdic.pod
3067 ____________________________________________________________________________
3068 [  9703] By: jhi                                   on 2001/04/15  02:26:26
3069         Log: I keep forgetting to sort MANIFEST.
3070      Branch: perl
3071            ! MANIFEST
3072 ____________________________________________________________________________
3073 [  9702] By: jhi                                   on 2001/04/15  02:07:47
3074         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
3075              Now we have blessed, reftype, tainted, first, reduce, ...
3076      Branch: perl
3077            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
3078            + ext/List/Util/README ext/List/Util/Util.xs
3079            + ext/List/Util/lib/List/Util.pm
3080            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
3081            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
3082            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3083            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3084            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3085            ! MANIFEST
3086 ____________________________________________________________________________
3087 [  9701] By: jhi                                   on 2001/04/14  15:05:25
3088         Log: Subject: RE: dprofpp.pl updates 
3089              From: Carl Eklof <CEklof@endeca.com>
3090              Date: Thu, 12 Apr 2001 18:45:46 -0400
3091              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
3092      Branch: perl
3093            ! utils/dprofpp.PL
3094 ____________________________________________________________________________
3095 [  9700] By: jhi                                   on 2001/04/14  14:44:55
3096         Log: Do not just blindly add CR.
3097      Branch: perl
3098            ! Porting/makerel
3099 ____________________________________________________________________________
3100 [  9699] By: jhi                                   on 2001/04/13  13:17:01
3101         Log: Update Changes.
3102      Branch: perl
3103            ! Changes patchlevel.h
3104 ____________________________________________________________________________
3105 [  9698] By: jhi                                   on 2001/04/13  12:44:48
3106         Log: Integrate perlio.
3107      Branch: perl
3108           !> ext/PerlIO/Scalar/Scalar.xs
3109 ____________________________________________________________________________
3110 [  9697] By: jhi                                   on 2001/04/13  12:29:15
3111         Log: Add more debug output to the test.
3112      Branch: perl
3113            ! t/lib/cwd.t
3114 ____________________________________________________________________________
3115 [  9696] By: nick                                  on 2001/04/13  10:14:29
3116         Log: Fix core dump on binmode($fh,'Scalar')
3117      Branch: perlio
3118            ! ext/PerlIO/Scalar/Scalar.xs
3119 ____________________________________________________________________________
3120 [  9695] By: nick                                  on 2001/04/13  09:05:42
3121         Log: Integrate mainline
3122      Branch: perlio
3123           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3124           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3125           +> t/lib/time-hires.t
3126           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
3127           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
3128           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3129           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
3130           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
3131           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
3132           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
3133 ____________________________________________________________________________
3134 [  9694] By: jhi                                   on 2001/04/12  22:23:35
3135         Log: Integrate change #9693 from maintperl into mainline.
3136              
3137              $VERSION and Version() on the same line provokes a warning from
3138              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
3139      Branch: perl
3140           !> lib/Devel/SelfStubber.pm
3141 ____________________________________________________________________________
3142 [  9693] By: gsar                                  on 2001/04/12  21:55:56
3143         Log: $VERSION and Version() on the same line provokes a warning from
3144              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
3145      Branch: maint-5.6/perl
3146            ! lib/Devel/SelfStubber.pm
3147 ____________________________________________________________________________
3148 [  9692] By: jhi                                   on 2001/04/12  13:54:00
3149         Log: This is at least 5.005.
3150      Branch: perl
3151            ! ext/Time/HiRes/HiRes.xs
3152 ____________________________________________________________________________
3153 [  9691] By: jhi                                   on 2001/04/12  13:37:20
3154         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
3155      Branch: perl
3156            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
3157            ! win32/Makefile win32/makefile.mk
3158 ____________________________________________________________________________
3159 [  9690] By: jhi                                   on 2001/04/12  01:34:46
3160         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
3161      Branch: perl
3162            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3163            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3164            + t/lib/time-hires.t
3165            ! MANIFEST
3166 ____________________________________________________________________________
3167 [  9689] By: jhi                                   on 2001/04/12  00:28:39
3168         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
3169              From: Gisle Aas <gisle@ActiveState.com>
3170              Date: 11 Apr 2001 16:36:11 -0700
3171              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
3172      Branch: perl
3173            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
3174 ____________________________________________________________________________
3175 [  9688] By: jhi                                   on 2001/04/12  00:27:39
3176         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
3177              From: Gisle Aas <gisle@ActiveState.com>
3178              Date: 11 Apr 2001 11:13:24 -0700
3179              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
3180      Branch: perl
3181            ! ext/MIME/Base64/Base64.xs
3182 ____________________________________________________________________________
3183 [  9687] By: jhi                                   on 2001/04/11  19:51:47
3184         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
3185      Branch: perl
3186            ! Todo-5.6
3187 ____________________________________________________________________________
3188 [  9686] By: jhi                                   on 2001/04/11  16:54:25
3189         Log: Subject: [PATCH opcode.pl] Documentation of table format
3190              From: Simon Cozens <simon@netthink.co.uk>
3191              Date: Wed, 11 Apr 2001 12:59:31 +0100
3192              Message-ID: <20010411125931.A25681@netthink.co.uk>
3193      Branch: perl
3194            ! opcode.pl
3195 ____________________________________________________________________________
3196 [  9685] By: jhi                                   on 2001/04/11  16:53:15
3197         Log: Subject: [PATCH] prototype("CORE::recv")
3198              From: Simon Cozens <simon@netthink.co.uk>
3199              Date: Wed, 11 Apr 2001 13:24:35 +0100
3200              Message-ID: <20010411132435.A26169@netthink.co.uk>
3201      Branch: perl
3202            ! pp.c t/comp/proto.t
3203 ____________________________________________________________________________
3204 [  9684] By: jhi                                   on 2001/04/11  16:47:13
3205         Log: FAQ (and AUTHORS) update from Dan Carson: the information
3206              was several years obsolete, Term::Readkey has been updated
3207              to have the functionality.
3208      Branch: perl
3209            ! AUTHORS pod/perlfaq5.pod
3210 ____________________________________________________________________________
3211 [  9683] By: jhi                                   on 2001/04/11  12:15:46
3212         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
3213              From: Calle Dybedahl <calle@lysator.liu.se>
3214              Date: 10 Apr 2001 16:44:16 +0200
3215              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
3216      Branch: perl
3217            ! ext/MIME/Base64/Base64.xs
3218 ____________________________________________________________________________
3219 [  9682] By: jhi                                   on 2001/04/11  12:12:26
3220         Log: A more minimal fix for 20010410.006 from Hugo.
3221      Branch: perl
3222            ! regexec.c
3223 ____________________________________________________________________________
3224 [  9681] By: jhi                                   on 2001/04/11  11:34:23
3225         Log: Integrate changes #9678,9679 from maintline into mainperl.
3226              
3227              addendum to change#9676
3228              
3229              up $File::Glob::VERSION; add a note pointing out the version of
3230              the OpenBSD glob bsd_glob.c resembles
3231      Branch: perl
3232           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3233           !> ext/File/Glob/bsd_glob.h
3234 ____________________________________________________________________________
3235 [  9680] By: jhi                                   on 2001/04/11  11:30:38
3236         Log: Bad test numbering in integrate in #9677.
3237              Fixes ID 20010411.001.
3238      Branch: perl
3239            ! t/op/pat.t
3240 ____________________________________________________________________________
3241 [  9679] By: gsar                                  on 2001/04/11  03:38:40
3242         Log: up $File::Glob::VERSION; add a note pointing out the version of
3243              the OpenBSD glob bsd_glob.c resembles
3244      Branch: maint-5.6/perl
3245            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3246            ! ext/File/Glob/bsd_glob.h
3247 ____________________________________________________________________________
3248 [  9678] By: gsar                                  on 2001/04/11  03:09:48
3249         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
3250              revision 1.8.10.1 found here:
3251              
3252              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
3253      Branch: maint-5.6/perl
3254            ! ext/File/Glob/bsd_glob.c
3255 ____________________________________________________________________________
3256 [  9677] By: jhi                                   on 2001/04/11  02:54:39
3257         Log: Integrate changes #9675,9676 from maintperl into mainline.
3258              
3259              fix for bug 20010410.006, undo change#7115
3260              
3261              port the OpenBSD glob() security patch
3262      Branch: perl
3263           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3264           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
3265           !> t/op/pat.t
3266 ____________________________________________________________________________
3267 [  9676] By: gsar                                  on 2001/04/11  02:19:02
3268         Log: port the glob() security patch found at:
3269              
3270              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
3271              
3272              CERT advisory for the issue is here:
3273              
3274              http://www.cert.org/advisories/CA-2001-07.html
3275              
3276              Note that the security scare is only relevant for those who are
3277              foolish enough to build suidperl (which is now officially discouraged)
3278      Branch: maint-5.6/perl
3279            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3280            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
3281 ____________________________________________________________________________
3282 [  9675] By: gsar                                  on 2001/04/10  23:52:11
3283         Log: fix for bug 20010410.006
3284              
3285              undo change#7115 (came into maint-5.6 as change#8156)
3286              
3287              add tests to keep it from coming back
3288      Branch: maint-5.6/perl
3289            ! regexec.c t/op/pat.t
3290 ____________________________________________________________________________
3291 [  9674] By: nick                                  on 2001/04/10  20:39:31
3292         Log: Integrate mainline
3293      Branch: perlio
3294           +> Porting/testall.atom
3295           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
3296           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
3297           !> t/lib/lc-uk.t t/pod/find.t
3298 ____________________________________________________________________________
3299 [  9673] By: nick                                  on 2001/04/10  18:46:14
3300         Log: Integrate against change 9670 aka perl-5.7.1
3301      Branch: perlio
3302           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
3303           !> (integrate 53 files)
3304 ____________________________________________________________________________
3305 [  9672] By: jhi                                   on 2001/04/10  13:45:01
3306         Log: Add a script for doing cumulative profile of the test suite.
3307              (Requires ATOM, that is, Tru64.)
3308      Branch: perl
3309            + Porting/testall.atom
3310            ! MANIFEST
3311 ____________________________________________________________________________
3312 [  9671] By: jhi                                   on 2001/04/10  12:38:53
3313         Log: Missing std block.
3314      Branch: perl
3315            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
3316            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
3317            ! t/pod/find.t
3318 ____________________________________________________________________________
3319 [  9670] By: jhi                                   on 2001/04/10  01:25:58
3320         Log: This is 5.7.1.
3321      Branch: perl
3322            ! patchlevel.h
3323 ____________________________________________________________________________
3324 [  9669] By: jhi                                   on 2001/04/10  01:09:14
3325         Log: Update Changes.
3326      Branch: perl
3327            ! Changes patchlevel.h
3328 ____________________________________________________________________________
3329 [  9668] By: jhi                                   on 2001/04/10  01:00:38
3330         Log: Regen toc.
3331      Branch: perl
3332            ! pod/perltoc.pod
3333 ____________________________________________________________________________
3334 [  9667] By: jhi                                   on 2001/04/10  00:52:16
3335         Log: Update perlhist.
3336      Branch: perl
3337            ! pod/perlhist.pod
3338 ____________________________________________________________________________
3339 [  9666] By: jhi                                   on 2001/04/09  23:38:59
3340         Log: Slight wording tweaks from Damian to #9658.
3341      Branch: perl
3342            ! pod/perlobj.pod
3343 ____________________________________________________________________________
3344 [  9665] By: jhi                                   on 2001/04/09  19:56:06
3345         Log: Subject: [PATCH perlutil.pod] Nit
3346              From: Simon Cozens <simon@netthink.co.uk>
3347              Date: Mon, 9 Apr 2001 20:29:44 +0100
3348              Message-ID: <20010409202944.A14796@the.earth.li>
3349      Branch: perl
3350            ! pod/perlutil.pod
3351 ____________________________________________________________________________
3352 [  9664] By: jhi                                   on 2001/04/09  19:54:42
3353         Log: Subject: Re: perl571delta.pod@9631
3354              From: Mike Guy <mjtg@cam.ac.uk>
3355              Date: Mon, 09 Apr 2001 18:09:14 +0100
3356              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
3357      Branch: perl
3358            ! pod/perl571delta.pod
3359 ____________________________________________________________________________
3360 [  9663] By: jhi                                   on 2001/04/09  13:43:35
3361         Log: Update Changes.
3362      Branch: perl
3363            ! Changes patchlevel.h
3364 ____________________________________________________________________________
3365 [  9662] By: jhi                                   on 2001/04/09  13:24:46
3366         Log: tweak tweak.
3367      Branch: perl
3368            ! AUTHORS pod/perl571delta.pod
3369 ____________________________________________________________________________
3370 [  9661] By: jhi                                   on 2001/04/09  13:15:13
3371         Log: Thinko in manual patch applying.
3372      Branch: perl
3373            ! sv.c
3374 ____________________________________________________________________________
3375 [  9660] By: jhi                                   on 2001/04/09  13:07:53
3376         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
3377              From: Robin Barker <rmb1@cise.npl.co.uk> 
3378              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
3379              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
3380              
3381              (This corrects the case where the "isn't numeric" string contains \0s
3382              and is longer than the temporary buffer, and contains \0 at the point
3383              the string would be truncated by "...".) 
3384      Branch: perl
3385            ! sv.c
3386 ____________________________________________________________________________
3387 [  9659] By: jhi                                   on 2001/04/09  12:57:41
3388         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
3389      Branch: perl
3390            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
3391            ! t/lib/cgi-function.t t/lib/cgi-html.t
3392 ____________________________________________________________________________
3393 [  9658] By: jhi                                   on 2001/04/09  12:48:47
3394         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
3395              From: Ilmari Karonen <iltzu@sci.fi>
3396              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
3397              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
3398              
3399              Rearrange and rewrite the Method Invocation section
3400              to explain the concepts in nicer order.
3401      Branch: perl
3402            ! pod/perlobj.pod
3403 ____________________________________________________________________________
3404 [  9657] By: jhi                                   on 2001/04/09  12:35:58
3405         Log: Upgrade to podlators 1.09, from Russ Allbery.
3406      Branch: perl
3407            ! lib/Pod/Man.pm lib/Pod/Text.pm
3408 ____________________________________________________________________________
3409 [  9656] By: jhi                                   on 2001/04/09  12:31:53
3410         Log: perl571delta.
3411      Branch: perl
3412            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
3413 ____________________________________________________________________________
3414 [  9655] By: jhi                                   on 2001/04/09  12:20:09
3415         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
3416              From: Prymmer/Kahn <pvhp@best.com>
3417              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
3418              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
3419      Branch: perl
3420            ! lib/utf8.pm pod/perlunicode.pod
3421 ____________________________________________________________________________
3422 [  9654] By: gsar                                  on 2001/04/09  03:38:33
3423         Log: here lies 5.6.1
3424      Branch: maint-5.6/perl
3425            ! Changes
3426 ____________________________________________________________________________
3427 [  9653] By: jhi                                   on 2001/04/09  03:25:24
3428         Log: Update perlhist.
3429      Branch: perl
3430            ! pod/perlhist.pod
3431 ____________________________________________________________________________
3432 [  9652] By: jhi                                   on 2001/04/09  03:18:49
3433         Log: perl571delta tweaking continues.
3434      Branch: perl
3435            ! pod/perl571delta.pod
3436 ____________________________________________________________________________
3437 [  9651] By: gsar                                  on 2001/04/09  03:11:19
3438         Log: update Changes, patchlevel.h &c.
3439      Branch: maint-5.6/perl
3440            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
3441            ! pod/perltoc.pod
3442 ____________________________________________________________________________
3443 [  9650] By: jhi                                   on 2001/04/09  02:40:24
3444         Log: Integrate the perlfork half of #9513 from maintperl into mainline
3445              (the perlunicode half is obsolete)
3446      Branch: perl
3447            ! pod/perlfork.pod
3448 ____________________________________________________________________________
3449 [  9649] By: gsar                                  on 2001/04/09  02:35:43
3450         Log: tweak perldelta as suggested by Jarkko
3451      Branch: maint-5.6/perl
3452            ! pod/perldelta.pod
3453 ____________________________________________________________________________
3454 [  9648] By: jhi                                   on 2001/04/09  02:13:04
3455         Log: Integrate change #9646 from maintperl into mainline.
3456              
3457              add note about ithreads and Thread.pm
3458      Branch: perl
3459           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
3460 ____________________________________________________________________________
3461 [  9647] By: jhi                                   on 2001/04/09  02:10:18
3462         Log: Bad assumption that shortsize == 2.
3463      Branch: perl
3464            ! t/lib/xs-typemap.t
3465 ____________________________________________________________________________
3466 [  9646] By: gsar                                  on 2001/04/09  00:48:04
3467         Log: add note about ithreads and Thread.pm (too many people are
3468              confused by the fact that Thread.pm is built and installed
3469              under non-5005threads but doesn't work)
3470      Branch: maint-5.6/perl
3471            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
3472 ____________________________________________________________________________
3473 [  9645] By: gsar                                  on 2001/04/09  00:19:03
3474         Log: update perldelta.pod for changes in 5.6.1
3475      Branch: maint-5.6/perl
3476            ! Changes pod/perldelta.pod
3477 ____________________________________________________________________________
3478 [  9644] By: jhi                                   on 2001/04/08  20:37:00
3479         Log: Integrate change #9639 from maintperl into mainline:
3480              on windows, many of the README.* pods were being copied to
3481              the wrong location
3482      Branch: perl
3483           !> win32/Makefile win32/makefile.mk
3484 ____________________________________________________________________________
3485 [  9643] By: jhi                                   on 2001/04/08  20:07:11
3486         Log: Integrate change #9624 from maintperl into mainline:
3487              the pod tests were not okay.  (t/pod/find.t changes ignored)
3488      Branch: perl
3489           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
3490           !> t/pod/include.t t/pod/included.t t/pod/lref.t
3491           !> t/pod/multiline_items.t t/pod/nested_items.t
3492           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3493           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
3494 ____________________________________________________________________________
3495 [  9642] By: jhi                                   on 2001/04/08  19:57:17
3496         Log: Integrate change #9638 from maintperl into mainline:
3497              update to latest JPL from the anoncvs repository
3498      Branch: perl
3499           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
3500           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3501           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3502 ____________________________________________________________________________
3503 [  9641] By: jhi                                   on 2001/04/08  19:53:30
3504         Log: perl571delta updates.
3505      Branch: perl
3506            ! lib/Filter/Simple.pm pod/perl571delta.pod
3507 ____________________________________________________________________________
3508 [  9640] By: gsar                                  on 2001/04/08  19:20:46
3509         Log: integrate change#9634 from mainline
3510              
3511              Fix the perlmodlib generation (didn't understand separate .pod
3512              files; didn't understand -- as the name-thing separator).
3513              Update the CPAN mirrors list.
3514      Branch: maint-5.6/perl
3515            ! pod/perlmodlib.pod
3516           !> pod/perlmodlib.PL
3517 ____________________________________________________________________________
3518 [  9639] By: gsar                                  on 2001/04/08  18:57:31
3519         Log: on windows, many of the README.* pods were being copied to the wrong
3520              location
3521      Branch: maint-5.6/perl
3522            ! win32/Makefile win32/makefile.mk
3523 ____________________________________________________________________________
3524 [  9638] By: gsar                                  on 2001/04/08  18:38:25
3525         Log: update to latest JPL from the anoncvs repository
3526      Branch: maint-5.6/perl
3527            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
3528            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3529            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3530 ____________________________________________________________________________
3531 [  9637] By: jhi                                   on 2001/04/08  17:53:53
3532         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
3533      Branch: perl
3534            ! pod/perl571delta.pod
3535 ____________________________________________________________________________
3536 [  9636] By: jhi                                   on 2001/04/08  17:18:32
3537         Log: Regen toc.
3538      Branch: perl
3539            ! pod/perltoc.pod
3540 ____________________________________________________________________________
3541 [  9635] By: jhi                                   on 2001/04/08  17:16:33
3542         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
3543              From: "Craig A. Berry" <craigberry@mac.com>
3544              Date: Sun, 08 Apr 2001 12:30:16 -0500
3545              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
3546      Branch: perl
3547            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
3548 ____________________________________________________________________________
3549 [  9634] By: jhi                                   on 2001/04/08  17:09:19
3550         Log: Fix the perlmodlib generation (didn't understand separate .pod
3551              files; didn't understand -- as the name-thing separator).
3552              
3553              Update the CPAN mirrors list.
3554      Branch: perl
3555            ! pod/perlmodlib.PL pod/perlmodlib.pod
3556 ____________________________________________________________________________
3557 [  9633] By: jhi                                   on 2001/04/08  16:49:17
3558         Log: Sort MANIFEST.
3559      Branch: perl
3560            ! MANIFEST
3561 ____________________________________________________________________________
3562 [  9632] By: gsar                                  on 2001/04/08  16:36:06
3563         Log: add $Tie::RefHash::VERSION
3564      Branch: maint-5.6/perl
3565            ! lib/Tie/RefHash.pm
3566 ____________________________________________________________________________
3567 [  9631] By: jhi                                   on 2001/04/08  16:10:15
3568         Log: perl571delta updates based on p5p feedback; still needs
3569              lots of examples.
3570      Branch: perl
3571            ! pod/perl571delta.pod
3572 ____________________________________________________________________________
3573 [  9630] By: jhi                                   on 2001/04/08  15:59:13
3574         Log: Update the list of supported platforms to talk about 5.7.1
3575              (and 5.6.1)
3576      Branch: perl
3577            ! pod/perlport.pod
3578 ____________________________________________________________________________
3579 [  9629] By: jhi                                   on 2001/04/08  15:55:41
3580         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
3581              from maintperl into mainline: perlport updates.
3582      Branch: perl
3583            ! pod/perlport.pod
3584 ____________________________________________________________________________
3585 [  9628] By: jhi                                   on 2001/04/08  15:53:17
3586         Log: perlsolaris.pod copied to wrong directory.
3587      Branch: perl
3588            ! win32/makefile.mk
3589 ____________________________________________________________________________
3590 [  9627] By: jhi                                   on 2001/04/08  14:48:18
3591         Log: Subject: Typos in perl571delta.pod
3592              From: "Stephen P. Potter" <spp@spotter.yi.org>
3593              Date: Sat, 07 Apr 2001 20:37:05 -0400
3594              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
3595      Branch: perl
3596            ! pod/perl571delta.pod
3597 ____________________________________________________________________________
3598 [  9626] By: jhi                                   on 2001/04/08  14:39:04
3599         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
3600      Branch: perl
3601            ! gv.c
3602 ____________________________________________________________________________
3603 [  9625] By: nick                                  on 2001/04/08  10:14:23
3604         Log: Integrate mainline
3605      Branch: perlio
3606           +> pod/perl570delta.pod pod/perl571delta.pod
3607           !> (integrate 27 files)
3608 ____________________________________________________________________________
3609 [  9624] By: gsar                                  on 2001/04/08  06:08:17
3610         Log: test in t/pod/* were busted
3611              
3612              these tests are still not enabled in t/{harness,TEST}
3613      Branch: maint-5.6/perl
3614            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
3615            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
3616            ! t/pod/multiline_items.t t/pod/nested_items.t
3617            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3618            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
3619 ____________________________________________________________________________
3620 [  9623] By: gsar                                  on 2001/04/08  03:37:01
3621         Log: integrate change#9470 from mainline
3622              
3623              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
3624      Branch: maint-5.6/perl
3625           !> ext/Socket/Socket.xs
3626 ____________________________________________________________________________
3627 [  9622] By: jhi                                   on 2001/04/07  22:40:47
3628         Log: Update Changes.
3629      Branch: perl
3630            ! Changes patchlevel.h
3631 ____________________________________________________________________________
3632 [  9621] By: jhi                                   on 2001/04/07  22:34:16
3633         Log: Update AUTHORS.
3634      Branch: perl
3635            ! AUTHORS
3636 ____________________________________________________________________________
3637 [  9620] By: jhi                                   on 2001/04/07  22:12:47
3638         Log: Forgot to bump the number of tests in #9164.
3639      Branch: perl
3640            ! t/op/array.t
3641 ____________________________________________________________________________
3642 [  9619] By: jhi                                   on 2001/04/07  22:09:50
3643         Log: Bump patchlevel to 5.7.1.
3644      Branch: perl
3645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3646            ! config_h.SH patchlevel.h
3647 ____________________________________________________________________________
3648 [  9618] By: jhi                                   on 2001/04/07  22:02:41
3649         Log: Populate perl571delta.
3650      Branch: perl
3651            ! pod/perl571delta.pod
3652 ____________________________________________________________________________
3653 [  9617] By: jhi                                   on 2001/04/07  22:01:23
3654         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
3655              to forget it later; do not change patchlevel.h yet or regenerate
3656              Configure yet.
3657      Branch: perl
3658            ! epoc/config.sh win32/Makefile win32/config_H.bc
3659            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3660 ____________________________________________________________________________
3661 [  9616] By: jhi                                   on 2001/04/07  17:46:33
3662         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
3663      Branch: perl
3664            ! pod/perl571delta.pod
3665 ____________________________________________________________________________
3666 [  9615] By: jhi                                   on 2001/04/07  17:33:21
3667         Log: Change the toc configuration.
3668      Branch: perl
3669            ! pod/buildtoc.PL pod/perl.pod
3670 ____________________________________________________________________________
3671 [  9614] By: jhi                                   on 2001/04/07  17:29:47
3672         Log: Subject: PATCH: $[
3673              From: Robin Houston <robin@kitsite.com>
3674              Date: Fri, 6 Apr 2001 18:10:14 +0100
3675              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
3676      Branch: perl
3677            ! op.c t/op/array.t
3678 ____________________________________________________________________________
3679 [  9613] By: jhi                                   on 2001/04/07  17:28:26
3680         Log: Subject: [PATCH perl@9424] isn't numeric warning
3681              From: Robin Barker <rmb1@cise.npl.co.uk>
3682              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
3683              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
3684      Branch: perl
3685            ! sv.c t/pragma/warn/sv
3686 ____________________________________________________________________________
3687 [  9612] By: jhi                                   on 2001/04/07  17:26:45
3688         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
3689              From: Mike Guy <mjtg@cam.ac.uk>
3690              Date: Fri, 06 Apr 2001 12:47:06 +0100
3691              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
3692      Branch: perl
3693            ! dump.c t/lib/peek.t
3694 ____________________________________________________________________________
3695 [  9611] By: jhi                                   on 2001/04/07  17:21:35
3696         Log: Create perl571delta and seed it off with the perldelta changes
3697              since 5.7.0; remove those changes from perldelta and rename it
3698              as perl570delta; recreate perldelta but leave it almost empty.
3699      Branch: perl
3700            + pod/perl570delta.pod pod/perl571delta.pod
3701            ! MANIFEST pod/perldelta.pod
3702 ____________________________________________________________________________
3703 [  9610] By: jhi                                   on 2001/04/07  16:56:32
3704         Log: Denit.
3705      Branch: perl
3706            ! pod/perldelta.pod
3707 ____________________________________________________________________________
3708 [  9609] By: jhi                                   on 2001/04/07  16:38:32
3709         Log: Retract #9523: needs more thought.
3710      Branch: perl
3711            ! Makefile.SH
3712 ____________________________________________________________________________
3713 [  9608] By: jhi                                   on 2001/04/07  14:59:20
3714         Log: atmark() code cleanaup.
3715      Branch: perl
3716            ! ext/IO/IO.xs
3717 ____________________________________________________________________________
3718 [  9607] By: jhi                                   on 2001/04/07  14:48:14
3719         Log: Integrate change #9605 from maintperl into mainline.
3720              
3721              can't optimize away scope entry if tr/// is present
3722      Branch: perl
3723           !> op.c t/op/tr.t
3724 ____________________________________________________________________________
3725 [  9606] By: jhi                                   on 2001/04/07  14:43:59
3726         Log: Integrate perlio.
3727      Branch: perl
3728           +> win32/FindExt.pm
3729           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
3730           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
3731 ____________________________________________________________________________
3732 [  9605] By: gsar                                  on 2001/04/07  11:52:40
3733         Log: can't optimize away scope entry if tr/// is present
3734      Branch: maint-5.6/perl
3735            ! op.c t/op/tr.t
3736 ____________________________________________________________________________
3737 [  9604] By: nick                                  on 2001/04/07  11:39:45
3738         Log: Split out extension finding code from buildext.pl into FindExt.pm
3739              Use it to get Config.pm's idea of available extensions in line
3740              with what is built.
3741      Branch: perlio
3742            + win32/FindExt.pm
3743            ! MANIFEST win32/buildext.pl win32/config_sh.PL
3744            ! win32/makefile.mk
3745 ____________________________________________________________________________
3746 [  9603] By: nick                                  on 2001/04/07  09:11:38
3747         Log: Cleanup correction for failed :Via() layer, also set an error code.
3748      Branch: perlio
3749            ! ext/PerlIO/Via/Via.xs
3750 ____________________________________________________________________________
3751 [  9602] By: nick                                  on 2001/04/07  08:38:04
3752         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
3753              style. So don't use binmode() on the handles so that Win32 etc. see
3754              same sequence and produce same digests.
3755      Branch: perlio
3756            ! t/lib/md5-file.t
3757 ____________________________________________________________________________
3758 [  9601] By: nick                                  on 2001/04/07  08:36:26
3759         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
3760              Else it complains and so crlf layer (say) does not get pushed.
3761      Branch: perlio
3762            ! perlio.c
3763 ____________________________________________________________________________
3764 [  9600] By: jhi                                   on 2001/04/06  23:00:09
3765         Log: Integrate change #9599 from perlio into mainline.
3766      Branch: perl
3767           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
3768           !> win32/config_H.vc
3769 ____________________________________________________________________________
3770 [  9599] By: nick                                  on 2001/04/06  21:42:43
3771         Log: Quote $VERSION in Encode.pm.
3772              regen_config_h as requested.
3773      Branch: perlio
3774            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
3775            ! win32/config_H.vc
3776 ____________________________________________________________________________
3777 [  9598] By: nick                                  on 2001/04/06  20:34:59
3778         Log: Integrate mainline
3779      Branch: perlio
3780           +> README.macos
3781           !> (integrate 39 files)
3782 ____________________________________________________________________________
3783 [  9597] By: gsar                                  on 2001/04/06  18:06:35
3784         Log: integrate change#9464 from mainline (addendum to change#8313)
3785              
3786              Subject: [PATCH @9452] Better peep()ing for foreach() loops
3787      Branch: maint-5.6/perl
3788           !> op.c
3789 ____________________________________________________________________________
3790 [  9596] By: jhi                                   on 2001/04/06  17:26:03
3791         Log: The d_casti32=undef is good for you even when not use64bitall.
3792      Branch: perl
3793            ! hints/hpux.sh
3794 ____________________________________________________________________________
3795 [  9595] By: gsar                                  on 2001/04/06  14:57:17
3796         Log: add a low-impact fix to accomodate darwin-ism
3797      Branch: maint-5.6/perl
3798            ! ext/Errno/Errno_pm.PL
3799 ____________________________________________________________________________
3800 [  9594] By: jhi                                   on 2001/04/06  14:55:14
3801         Log: Integrate changes #9528,9593 from mainline into maintperl;
3802              tweaking the editor/IDE/shell list.
3803      Branch: maint-5.6/perl
3804           !> pod/perlfaq3.pod
3805 ____________________________________________________________________________
3806 [  9593] By: jhi                                   on 2001/04/06  14:51:39
3807         Log: Make the editor/IDE/shell list a little bit airier.
3808      Branch: perl
3809            ! pod/perlfaq3.pod
3810 ____________________________________________________________________________
3811 [  9592] By: gsar                                  on 2001/04/06  14:45:18
3812         Log: integrate change#9477 from mainline (base.pm doc tweak)
3813              
3814              missing doc entry for fmod()
3815      Branch: maint-5.6/perl
3816            ! lib/Math/BigFloat.pm
3817           !> lib/base.pm
3818 ____________________________________________________________________________
3819 [  9591] By: jhi                                   on 2001/04/06  13:55:48
3820         Log: Regen toc.
3821      Branch: perl
3822            ! pod/perltoc.pod
3823 ____________________________________________________________________________
3824 [  9590] By: jhi                                   on 2001/04/06  13:54:52
3825         Log: Math::BigFloat patches from John Peacock.  The equivalent
3826              of #9586 from maintperl but reworked by John to work with
3827              the bleadperl.
3828      Branch: perl
3829            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
3830 ____________________________________________________________________________
3831 [  9589] By: jhi                                   on 2001/04/06  13:42:23
3832         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
3833      Branch: perl
3834            ! ext/Digest/MD5/Makefile.PL
3835 ____________________________________________________________________________
3836 [  9588] By: jhi                                   on 2001/04/06  13:31:45
3837         Log: Integrate changes #9584,9587 from maintperl into mainline.
3838              
3839              keep eval"" CVs alive until the end of the statement in which
3840              they're called
3841              
3842              add README.macos (from Chris Nandor)
3843              
3844              tyop in change#9555
3845      Branch: perl
3846           +> README.macos
3847           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
3848           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
3849           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
3850           !> win32/makefile.mk
3851 ____________________________________________________________________________
3852 [  9587] By: gsar                                  on 2001/04/06  07:31:30
3853         Log: add README.macos (from Chris Nandor)
3854              
3855              tyop in change#9555
3856      Branch: maint-5.6/perl
3857            + README.macos
3858            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
3859            ! win32/Makefile win32/makefile.mk
3860 ____________________________________________________________________________
3861 [  9586] By: gsar                                  on 2001/04/06  07:08:54
3862         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
3863      Branch: maint-5.6/perl
3864            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
3865 ____________________________________________________________________________
3866 [  9585] By: gsar                                  on 2001/04/06  06:58:44
3867         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
3868              from mainline
3869              
3870              Subject: [PATCH] Base64 update to perlfaq9.pod
3871              
3872              Subject: [PATCH AUTHORS] Housekeeping
3873              
3874              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
3875              Mac OS X (Darwin) has extra pwent fields.
3876              
3877              Subject: [PATCH B::*] print control-character vars readably
3878              Needs EBCDICification.
3879              
3880              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
3881              
3882              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
3883              
3884              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
3885              
3886              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
3887              
3888              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
3889              
3890              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
3891              
3892              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
3893              
3894              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
3895              
3896              FreeBSD hints tweak from Anton Berezin.
3897              
3898              Subject: [PATCH foolperl & bleadperl] README.vms update
3899              
3900              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
3901      Branch: maint-5.6/perl
3902           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
3903           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
3904           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
3905 ____________________________________________________________________________
3906 [  9584] By: gsar                                  on 2001/04/06  04:09:00
3907         Log: keep eval"" CVs alive until the end of the statement in which
3908              they're called; this avoids a coredump ensuing from search for
3909              lexicals in code such as:
3910              
3911              sub bug {
3912              my $s = @_;
3913              eval q[sub { eval 'sub { &$s }' }];
3914              }
3915              bug("x")->()->();
3916              
3917              this code still doesn't work as intended (as it has remained
3918              since time immemorial), but it doesn't provoke a coredump anymore
3919      Branch: maint-5.6/perl
3920            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
3921            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
3922 ____________________________________________________________________________
3923 [  9583] By: jhi                                   on 2001/04/05  23:52:51
3924         Log: Update Changes.
3925      Branch: perl
3926            ! Changes patchlevel.h
3927 ____________________________________________________________________________
3928 [  9582] By: jhi                                   on 2001/04/05  23:11:23
3929         Log: Slight doc tweak.
3930      Branch: perl
3931            ! pod/perlunicode.pod
3932 ____________________________________________________________________________
3933 [  9581] By: jhi                                   on 2001/04/05  23:04:11
3934         Log: Integrate perlio.
3935      Branch: perl
3936           !> pod/perlunicode.pod
3937 ____________________________________________________________________________
3938 [  9580] By: jhi                                   on 2001/04/05  23:03:29
3939         Log: Test for #9579.
3940      Branch: perl
3941            ! t/op/do.t
3942 ____________________________________________________________________________
3943 [  9579] By: jhi                                   on 2001/04/05  22:54:17
3944         Log: Subject: [PATCH] Propagate calling context for do '...'
3945              From: Gisle Aas <gisle@ActiveState.com>
3946              Date: 04 Apr 2001 20:17:29 -0700
3947              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
3948      Branch: perl
3949            ! pod/perlfunc.pod pp_ctl.c
3950 ____________________________________________________________________________
3951 [  9578] By: jhi                                   on 2001/04/05  22:52:51
3952         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
3953              From: Peter Prymmer <pvhp@forte.com>
3954              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
3955              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
3956      Branch: perl
3957            ! README.vms
3958 ____________________________________________________________________________
3959 [  9577] By: jhi                                   on 2001/04/05  22:48:22
3960         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
3961              From: "Craig A. Berry" <craigberry@mac.com>
3962              Date: Thu, 5 Apr 2001 13:43:28 -0500
3963              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
3964      Branch: perl
3965            ! README.vms
3966 ____________________________________________________________________________
3967 [  9576] By: jhi                                   on 2001/04/05  22:31:38
3968         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
3969              From: Michael G Schwern <schwern@pobox.com>
3970              Date: Thu, 5 Apr 2001 21:53:21 +0100
3971              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
3972      Branch: perl
3973            ! lib/base.pm t/lib/fields.t
3974 ____________________________________________________________________________
3975 [  9575] By: jhi                                   on 2001/04/05  22:26:10
3976         Log: FreeBSD hints tweak from Anton Berezin.
3977      Branch: perl
3978            ! hints/freebsd.sh
3979 ____________________________________________________________________________
3980 [  9574] By: jhi                                   on 2001/04/05  22:24:03
3981         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
3982              From: David Dyck <dcd@tc.fluke.com>
3983              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
3984              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
3985      Branch: perl
3986            ! t/op/oct.t
3987 ____________________________________________________________________________
3988 [  9573] By: jhi                                   on 2001/04/05  22:23:06
3989         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
3990              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
3991              From: David Dyck <dcd@tc.fluke.com>
3992              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
3993      Branch: perl
3994            ! pp.c
3995 ____________________________________________________________________________
3996 [  9572] By: jhi                                   on 2001/04/05  22:14:47
3997         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
3998              From: Robin Houston <robin@kitsite.com>
3999              Date: Thu, 5 Apr 2001 20:56:48 +0100
4000              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
4001      Branch: perl
4002            ! ext/B/B/Deparse.pm
4003 ____________________________________________________________________________
4004 [  9571] By: jhi                                   on 2001/04/05  22:12:53
4005         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
4006              From: Robin Houston <robin@kitsite.com>
4007              Date: Thu, 5 Apr 2001 19:55:51 +0100
4008              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
4009      Branch: perl
4010            ! ext/B/B/Deparse.pm
4011 ____________________________________________________________________________
4012 [  9570] By: jhi                                   on 2001/04/05  22:11:06
4013         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
4014              From: Robin Houston <robin@kitsite.com>
4015              Date: Thu, 5 Apr 2001 20:16:29 +0100
4016              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
4017      Branch: perl
4018            ! ext/B/B/Deparse.pm
4019 ____________________________________________________________________________
4020 [  9569] By: nick                                  on 2001/04/05  21:32:26
4021         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
4022      Branch: perlio
4023            ! pod/perlunicode.pod
4024 ____________________________________________________________________________
4025 [  9568] By: nick                                  on 2001/04/05  19:38:09
4026         Log: Integrate mainline
4027      Branch: perlio
4028           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
4029           !> (integrate 35 files)
4030 ____________________________________________________________________________
4031 [  9567] By: jhi                                   on 2001/04/05  18:31:45
4032         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
4033              From: Robin Houston <robin@kitsite.com>
4034              Date: Thu, 5 Apr 2001 18:03:23 +0100
4035              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
4036      Branch: perl
4037            ! ext/B/B/Deparse.pm
4038 ____________________________________________________________________________
4039 [  9566] By: jhi                                   on 2001/04/05  18:29:35
4040         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
4041              From: Robin Houston <robin@kitsite.com>
4042              Date: Thu, 5 Apr 2001 16:45:18 +0100
4043              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
4044      Branch: perl
4045            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
4046 ____________________________________________________________________________
4047 [  9565] By: jhi                                   on 2001/04/05  18:24:23
4048         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
4049              From: Robin Houston <robin@kitsite.com>
4050              Date: Thu, 5 Apr 2001 14:50:09 +0100
4051              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
4052      Branch: perl
4053            ! ext/B/B/Deparse.pm
4054 ____________________________________________________________________________
4055 [  9564] By: jhi                                   on 2001/04/05  18:23:03
4056         Log: Subject: [PATCH B::*] print control-character vars readably
4057              From: Robin Houston <robin@kitsite.com>
4058              Date: Thu, 5 Apr 2001 14:27:38 +0100
4059              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
4060              
4061              Needs EBCDICification.
4062      Branch: perl
4063            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
4064            ! ext/B/B/Terse.pm
4065 ____________________________________________________________________________
4066 [  9563] By: jhi                                   on 2001/04/05  18:20:32
4067         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
4068              Date: Thu, 5 Apr 2001 13:21:42 -0400
4069              From: Paul Schinder <schinder@pobox.com>
4070              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
4071              
4072              Mac OS X (Darwin) has extra pwent fields.
4073      Branch: perl
4074            ! t/op/pwent.t
4075 ____________________________________________________________________________
4076 [  9562] By: jhi                                   on 2001/04/05  17:57:51
4077         Log: Regen toc.
4078      Branch: perl
4079            ! pod/perltoc.pod
4080 ____________________________________________________________________________
4081 [  9561] By: jhi                                   on 2001/04/05  17:47:33
4082         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
4083      Branch: metaconfig
4084            ! U/Glossary.patch
4085      Branch: metaconfig/U/perl
4086            + d_u32align.U
4087            ! d_cmsghdr_s.U d_msghdr_s.U
4088 ____________________________________________________________________________
4089 [  9560] By: jhi                                   on 2001/04/05  17:47:01
4090         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
4091              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
4092              Introduce probes for struct msghdr, struct cmsghdr,
4093              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
4094              ualarm, usleep, for possible later extension work.
4095      Branch: perl
4096            + t/lib/md5-align.t
4097            ! Configure MANIFEST Porting/Glossary Porting/config.sh
4098            ! Porting/config_H config_h.SH configure.com epoc/config.sh
4099            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
4100            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4101            ! vos/config.ga.h win32/config.bc win32/config.gc
4102            ! win32/config.vc
4103 ____________________________________________________________________________
4104 [  9559] By: jhi                                   on 2001/04/05  13:03:04
4105         Log: Be traditional in your cpp (for the Errno extension).
4106      Branch: perl
4107            ! hints/darwin.sh
4108 ____________________________________________________________________________
4109 [  9558] By: jhi                                   on 2001/04/05  13:00:05
4110         Log: Add $Config{cppflags} to the gcc incantation.
4111      Branch: perl
4112            ! ext/Errno/Errno_pm.PL
4113 ____________________________________________________________________________
4114 [  9557] By: jhi                                   on 2001/04/05  04:22:39
4115         Log: Introduce Sean Burke's Class::ISA 0.32.
4116      Branch: perl
4117            + lib/Class/ISA.pm t/lib/class-isa.t
4118            ! MANIFEST
4119 ____________________________________________________________________________
4120 [  9556] By: jhi                                   on 2001/04/05  04:09:50
4121         Log: Subject: [PATCH AUTHORS] Housekeeping
4122              From: Paul Johnson <paul@pjcj.net> 
4123              Date: Wed, 4 Apr 2001 22:45:47 +0200
4124              Message-ID: <20010404224547.D9548@pjcj.net>
4125      Branch: perl
4126            ! AUTHORS
4127 ____________________________________________________________________________
4128 [  9555] By: jhi                                   on 2001/04/05  04:06:33
4129         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
4130              From: Gisle Aas <gisle@ActiveState.com>
4131              Date: 04 Apr 2001 14:23:04 -0700
4132              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
4133      Branch: perl
4134            ! pod/perlfaq9.pod
4135 ____________________________________________________________________________
4136 [  9554] By: jhi                                   on 2001/04/05  04:05:49
4137         Log: Downgrade also the "Wide character" diagnostic.
4138      Branch: perl
4139            ! pod/perldiag.pod
4140 ____________________________________________________________________________
4141 [  9553] By: jhi                                   on 2001/04/05  04:00:33
4142         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
4143              maintperl into mainline.
4144              
4145              "double" should be "NV"; standard typemap is missing entry
4146              for NV
4147              
4148              s/djSP/dSP/
4149              
4150              Downgrade "Wide character in print" to a warning.
4151              
4152              B::Deparse fix for ${^FOO} and documentation for PVX() method
4153              (from Robin Houston)
4154              
4155              tr/// doesn't null-terminate the result in some situations
4156              (from Gisle Aas)
4157      Branch: perl
4158           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
4159           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
4160           !> t/io/utf8.t t/op/tr.t
4161 ____________________________________________________________________________
4162 [  9552] By: jhi                                   on 2001/04/05  03:52:50
4163         Log: Retract changes #9542 and #9538 (from maintperl, integrated
4164              at #9540), shouldn't be needed because of the perlio changes.
4165      Branch: perl
4166            ! util.c
4167 ____________________________________________________________________________
4168 [  9551] By: gsar                                  on 2001/04/05  00:18:34
4169         Log: tr/// doesn't null-terminate the result in some situations
4170              (from Gisle Aas)
4171      Branch: maint-5.6/perl
4172            ! doop.c t/op/tr.t
4173 ____________________________________________________________________________
4174 [  9550] By: gsar                                  on 2001/04/04  20:04:17
4175         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
4176              (from Robin Houston)
4177      Branch: maint-5.6/perl
4178            ! ext/B/B.pm ext/B/B/Deparse.pm
4179 ____________________________________________________________________________
4180 [  9549] By: nick                                  on 2001/04/04  18:56:15
4181         Log: Downgrade "Wide character in print" to a warning.
4182      Branch: perlio
4183            ! doio.c t/io/utf8.t
4184 ____________________________________________________________________________
4185 [  9548] By: gsar                                  on 2001/04/04  18:51:49
4186         Log: integrate changes#9460,9462,9482,9521,9522
4187              
4188              Subject: PATCH: B::Debug should show LOOP-specific fields
4189              
4190              Subject: B::Deparse precedence bug. (Patch included.)
4191              
4192              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
4193              
4194              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
4195              
4196              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
4197      Branch: maint-5.6/perl
4198           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
4199           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
4200 ____________________________________________________________________________
4201 [  9547] By: gsar                                  on 2001/04/04  18:49:16
4202         Log: s/djSP/dSP/
4203      Branch: maint-5.6/perl
4204            ! ext/Thread/Thread.xs
4205 ____________________________________________________________________________
4206 [  9546] By: nick                                  on 2001/04/04  18:44:00
4207         Log: Integrate mainline.
4208      Branch: perlio
4209           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
4210           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
4211 ____________________________________________________________________________
4212 [  9545] By: gsar                                  on 2001/04/04  18:38:52
4213         Log: integrate change#8837 from mainline
4214              
4215              Subject: [patch] -Wall cleanup round 2
4216      Branch: maint-5.6/perl
4217           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4218           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
4219           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
4220           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4221           !> ext/SDBM_File/SDBM_File.xs
4222 ____________________________________________________________________________
4223 [  9544] By: gsar                                  on 2001/04/04  17:49:57
4224         Log: "double" should be "NV"; standard typemap is missing entry
4225              for NV
4226      Branch: maint-5.6/perl
4227            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
4228 ____________________________________________________________________________
4229 [  9543] By: jhi                                   on 2001/04/04  14:13:18
4230         Log: Thou shalt not (just) match for English error messages.
4231      Branch: perl
4232            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
4233            ! os2/OS2/Process/Process.pm
4234 ____________________________________________________________________________
4235 [  9542] By: jhi                                   on 2001/04/04  13:20:39
4236         Log: Make the stdio tricks of fflush_all() to exist only if
4237              stdio is being used.
4238      Branch: perl
4239            ! util.c
4240 ____________________________________________________________________________
4241 [  9541] By: jhi                                   on 2001/04/04  04:20:24
4242         Log: Subject: Re: [PATCH] Lighten up glob
4243              From: Benjamin Sugars <bsugars@canoe.ca>
4244              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
4245              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
4246      Branch: perl
4247            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
4248            ! util.c
4249 ____________________________________________________________________________
4250 [  9540] By: jhi                                   on 2001/04/04  04:03:57
4251         Log: Integrate changes #9538,9539 from maintperl into mainline.
4252              
4253              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
4254              for use with _fwalk() (fix for change#7705)
4255              
4256              another tweak needed for SunOS 4.1.x build (from Mike Guy)
4257              (cp -f is not portable)
4258      Branch: perl
4259           !> Makefile.SH util.c
4260 ____________________________________________________________________________
4261 [  9539] By: gsar                                  on 2001/04/04  03:01:14
4262         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
4263      Branch: maint-5.6/perl
4264            ! Makefile.SH
4265 ____________________________________________________________________________
4266 [  9538] By: gsar                                  on 2001/04/04  01:00:38
4267         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
4268              for use with _fwalk() (fix for change#7705)
4269      Branch: maint-5.6/perl
4270            ! util.c
4271 ____________________________________________________________________________
4272 [  9537] By: nick                                  on 2001/04/03  19:24:55
4273         Log: Integrate mainline
4274      Branch: perlio
4275           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
4276           +> lib/unicode/PropList.html
4277            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
4278           !> (integrate 69 files)
4279 ____________________________________________________________________________
4280 [  9536] By: jhi                                   on 2001/04/03  18:02:31
4281         Log: Integrate change #9533 from maintperl into mainline.
4282              
4283              better fix for change#9517 to accomodate UNC paths like
4284              \\server\share\foo, and paths with trailing backslash
4285              like c:\this\
4286      Branch: perl
4287           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
4288 ____________________________________________________________________________
4289 [  9535] By: jhi                                   on 2001/04/03  17:58:07
4290         Log: Change the push/unshift warning to be of class syntax, not misc.
4291      Branch: perl
4292            ! op.c pod/perldiag.pod t/pragma/warn/op
4293 ____________________________________________________________________________
4294 [  9534] By: jhi                                   on 2001/04/03  15:03:46
4295         Log: Change the push/unshift warning (#9532) to talk about "no values"
4296              instead of "no arguments".
4297      Branch: perl
4298            ! op.c pod/perldiag.pod t/pragma/warn/op
4299 ____________________________________________________________________________
4300 [  9533] By: gsar                                  on 2001/04/03  14:30:07
4301         Log: better fix for change#9517 to accomodate UNC paths like
4302              \\server\share\foo, and paths with trailing backslash
4303              like c:\this\
4304      Branch: maint-5.6/perl
4305            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
4306 ____________________________________________________________________________
4307 [  9532] By: jhi                                   on 2001/04/03  13:11:46
4308         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
4309              From: Robin Houston <robin@kitsite.com>
4310              Date: Mon, 2 Apr 2001 15:03:29 +0100
4311              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
4312      Branch: perl
4313            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
4314 ____________________________________________________________________________
4315 [  9531] By: jhi                                   on 2001/04/03  13:06:34
4316         Log: Integrate change #9530 from maintperl into mainline.
4317              
4318              accomodate VMS "mailbox overflow" quirk in testsuite (from
4319              Craig Berry)
4320      Branch: perl
4321           !> t/lib/socket.t
4322 ____________________________________________________________________________
4323 [  9530] By: gsar                                  on 2001/04/03  04:56:41
4324         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
4325              Craig Berry)
4326      Branch: maint-5.6/perl
4327            ! t/lib/socket.t
4328 ____________________________________________________________________________
4329 [  9529] By: jhi                                   on 2001/04/03  02:34:34
4330         Log: Update Changes.
4331      Branch: perl
4332            ! Changes patchlevel.h
4333 ____________________________________________________________________________
4334 [  9528] By: jhi                                   on 2001/04/03  01:27:57
4335         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
4336              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
4337              To: perl5-porters@perl.org
4338              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
4339      Branch: perl
4340            ! pod/perlfaq3.pod
4341 ____________________________________________________________________________
4342 [  9527] By: jhi                                   on 2001/04/03  01:22:09
4343         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
4344              From: Peter Prymmer <pvhp@forte.com>
4345              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
4346              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
4347      Branch: perl
4348            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
4349 ____________________________________________________________________________
4350 [  9526] By: jhi                                   on 2001/04/03  01:18:25
4351         Log: The metaconfig unit changes for #9525.
4352      Branch: metaconfig
4353            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
4354      Branch: metaconfig/U/perl
4355            ! use64bits.U
4356 ____________________________________________________________________________
4357 [  9525] By: jhi                                   on 2001/04/03  01:17:30
4358         Log: Configure sanity checks:
4359              * if use64bitall is attempted but pointers are only 32-bit,
4360              'downgrade' to use64bitint
4361              * if use64bitint is attempted but there's no quad type,
4362              forget about use64bitint (well, the default for it is 'n',
4363              the user can still override this)
4364              * if pointers are 64 bits, do not try to use Perl's malloc
4365      Branch: perl
4366            ! Configure
4367 ____________________________________________________________________________
4368 [  9524] By: gsar                                  on 2001/04/03  01:09:12
4369         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
4370      Branch: maint-5.6/perl
4371            ! pp_sys.c
4372 ____________________________________________________________________________
4373 [  9523] By: jhi                                   on 2001/04/03  00:02:31
4374         Log: (Retracted by #9609)
4375              
4376              Make it harder for parallel makes to enter 'test' before
4377              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
4378              should be unhappy enough, but sometimes parallel makes seem
4379              to sneak past both in Tru64 and AIX.)
4380      Branch: perl
4381            ! Makefile.SH
4382 ____________________________________________________________________________
4383 [  9522] By: jhi                                   on 2001/04/02  22:35:31
4384         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
4385              Date: Mon, 2 Apr 2001 22:54:10 +0100
4386              From: Robin Houston <robin@kitsite.com>
4387              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
4388      Branch: perl
4389            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
4390 ____________________________________________________________________________
4391 [  9521] By: jhi                                   on 2001/04/02  22:32:23
4392         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
4393              From: Robin Houston <robin@kitsite.com>
4394              Date: Mon, 2 Apr 2001 20:24:03 +0100
4395              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
4396      Branch: perl
4397            ! ext/B/B/Concise.pm
4398 ____________________________________________________________________________
4399 [  9520] By: jhi                                   on 2001/04/02  22:30:43
4400         Log: Subject: [PATCH] REALLY pedantic hv.h nit
4401              From: Simon Cozens <simon@netthink.co.uk>
4402              Date: Mon, 2 Apr 2001 15:43:06 +0100
4403              Message-ID: <20010402154306.A21711@netthink.co.uk>
4404      Branch: perl
4405            ! hv.h
4406 ____________________________________________________________________________
4407 [  9519] By: jhi                                   on 2001/04/02  22:28:04
4408         Log: Based on
4409              
4410              Subject: [foolperl] EPOC fix
4411              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4412              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
4413              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
4414      Branch: perl
4415            ! pp_sys.c
4416 ____________________________________________________________________________
4417 [  9518] By: jhi                                   on 2001/04/02  22:22:34
4418         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
4419              
4420              README.win32 tweaks; add a note about alternative location for
4421              getting a gcc-2.95.2 that will build perl properly on windows
4422              
4423              add some notes about gutsy threading matters
4424              
4425              many of the utilities interpolate literal paths within doublequotes
4426              (fails on dosish platforms where path contains backslashes)
4427      Branch: perl
4428           !> README.win32 pod/perlguts.pod utils/perldoc.PL
4429           !> x2p/find2perl.PL x2p/s2p.PL
4430 ____________________________________________________________________________
4431 [  9517] By: gsar                                  on 2001/04/02  19:52:21
4432         Log: many of the utilities interpolate literal paths within doublequotes
4433              (fails on dosish platforms where path contains backslashes)
4434      Branch: maint-5.6/perl
4435            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
4436 ____________________________________________________________________________
4437 [  9516] By: gsar                                  on 2001/04/02  05:49:37
4438         Log: a foolish release
4439      Branch: maint-5.6/perl
4440            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
4441            ! pod/perltoc.pod
4442 ____________________________________________________________________________
4443 [  9515] By: gsar                                  on 2001/04/02  05:04:29
4444         Log: add missing changelog summaries
4445      Branch: maint-5.6/perl
4446            ! Changes
4447 ____________________________________________________________________________
4448 [  9514] By: gsar                                  on 2001/04/02  04:07:13
4449         Log: add some notes about gutsy threading matters
4450      Branch: maint-5.6/perl
4451            ! pod/perlguts.pod
4452 ____________________________________________________________________________
4453 [  9513] By: gsar                                  on 2001/04/02  03:25:21
4454         Log: add more prominent caveat notices about experimental features
4455      Branch: maint-5.6/perl
4456            ! pod/perlfork.pod pod/perlunicode.pod
4457 ____________________________________________________________________________
4458 [  9512] By: gsar                                  on 2001/04/02  02:54:33
4459         Log: integrate changes#9479,9509 from mainline
4460              
4461              [PATCH] File::Glob stuff for Mac OS
4462              
4463              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
4464      Branch: maint-5.6/perl
4465           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4466           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
4467           !> t/lib/glob-taint.t
4468 ____________________________________________________________________________
4469 [  9511] By: gsar                                  on 2001/04/02  02:38:24
4470         Log: README.win32 tweaks; add a note about alternative location for
4471              getting a gcc-2.95.2 that will build perl properly on windows
4472      Branch: maint-5.6/perl
4473            ! README.win32
4474 ____________________________________________________________________________
4475 [  9510] By: jhi                                   on 2001/04/01  20:45:10
4476         Log: An ambiguosity warning.
4477      Branch: perl
4478            ! t/lib/trig.t
4479 ____________________________________________________________________________
4480 [  9509] By: jhi                                   on 2001/04/01  19:53:47
4481         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
4482              From: Jonathan Stowe <gellyfish@gellyfish.com>
4483              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
4484              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
4485      Branch: perl
4486            ! ext/File/Glob/bsd_glob.c
4487 ____________________________________________________________________________
4488 [  9508] By: jhi                                   on 2001/04/01  19:35:03
4489         Log: Update Changes.
4490      Branch: perl
4491            ! Changes patchlevel.h
4492 ____________________________________________________________________________
4493 [  9507] By: jhi                                   on 2001/04/01  19:24:01
4494         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
4495              from mainline to maintperl: pod tweaks.
4496      Branch: maint-5.6/perl
4497           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
4498           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
4499           !> pod/perlvar.pod
4500 ____________________________________________________________________________
4501 [  9506] By: jhi                                   on 2001/04/01  19:11:53
4502         Log: Commit Sarathy to April release of 5.6.1 :-)
4503      Branch: perl
4504            ! pod/perlfaq1.pod
4505 ____________________________________________________________________________
4506 [  9505] By: jhi                                   on 2001/04/01  19:03:15
4507         Log: Subject: PATCH 5.6.0 (perldebug.pod)
4508              From: Mark-Jason Dominus <mjd@plover.com>
4509              Date: Sun, 01 Apr 2001 14:25:11 -0400
4510              Message-ID: <20010401182511.9247.qmail@plover.com>
4511      Branch: perl
4512            ! pod/perldebug.pod
4513 ____________________________________________________________________________
4514 [  9504] By: jhi                                   on 2001/04/01  18:43:09
4515         Log: Add great_circle_direction().
4516      Branch: perl
4517            ! lib/Math/Trig.pm t/lib/trig.t
4518 ____________________________________________________________________________
4519 [  9503] By: jhi                                   on 2001/04/01  17:29:12
4520         Log: Unicode ReadMe update for Unicode 3.1.
4521      Branch: perl
4522            ! lib/unicode/ReadMe.txt
4523 ____________________________________________________________________________
4524 [  9502] By: jhi                                   on 2001/04/01  17:18:40
4525         Log: Integrate change #9501 from maintperl into mainline.
4526              
4527              fix the perlembed notes on multiple interpreters
4528              
4529              fix ExtUtils::Embed to work passably on Windows
4530      Branch: perl
4531           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
4532 ____________________________________________________________________________
4533 [  9501] By: gsar                                  on 2001/04/01  07:21:57
4534         Log: fix the perlembed notes on multiple interpreters
4535              
4536              fix ExtUtils::Embed to work passably on Windows
4537      Branch: maint-5.6/perl
4538            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
4539 ____________________________________________________________________________
4540 [  9500] By: jhi                                   on 2001/04/01  05:58:23
4541         Log: Test for #9499.
4542      Branch: perl
4543            ! t/op/tr.t
4544 ____________________________________________________________________________
4545 [  9499] By: jhi                                   on 2001/04/01  05:55:46
4546         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
4547      Branch: perl
4548            ! embed.h embed.pl op.c proto.h
4549 ____________________________________________________________________________
4550 [  9498] By: jhi                                   on 2001/04/01  05:44:34
4551         Log: Protect the workaround hunk more.
4552      Branch: perl
4553            ! toke.c
4554 ____________________________________________________________________________
4555 [  9497] By: jhi                                   on 2001/04/01  00:24:25
4556         Log: Integrate changes #9493,9494,9495,9496 from maintperl
4557              into mainline.
4558              
4559              fix a broken workaround for Borland compiler in change#4739
4560              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
4561              
4562              nits spotted by Borland compiler
4563              
4564              avoid redefinition warnings under Borland 5.02
4565              
4566              various nits identified by the Borland 5.5 compiler; remove suppression
4567              of a few warnings
4568      Branch: perl
4569           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
4570           !> win32/win32.h
4571 ____________________________________________________________________________
4572 [  9496] By: gsar                                  on 2001/03/31  23:22:28
4573         Log: various nits identified by the Borland 5.5 compiler; remove suppression
4574              of a few warnings
4575      Branch: maint-5.6/perl
4576            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
4577 ____________________________________________________________________________
4578 [  9495] By: gsar                                  on 2001/03/31  21:03:08
4579         Log: avoid redefinition warnings under Borland 5.02
4580      Branch: maint-5.6/perl
4581            ! win32/makefile.mk
4582 ____________________________________________________________________________
4583 [  9494] By: gsar                                  on 2001/03/31  20:18:59
4584         Log: nits spotted by Borland compiler
4585      Branch: maint-5.6/perl
4586            ! utf8.h win32/win32.h
4587 ____________________________________________________________________________
4588 [  9493] By: gsar                                  on 2001/03/31  20:18:05
4589         Log: fix a broken workaround for Borland compiler in change#4739
4590              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
4591      Branch: maint-5.6/perl
4592            ! toke.c
4593 ____________________________________________________________________________
4594 [  9492] By: jhi                                   on 2001/03/31  18:36:24
4595         Log: Integrate change #9491 from maintperl into mainline.
4596              
4597              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
4598              directory is relative (need to fetch the full path name *before*
4599              the chdir!)
4600      Branch: perl
4601           !> lib/Cwd.pm
4602 ____________________________________________________________________________
4603 [  9491] By: gsar                                  on 2001/03/31  17:01:56
4604         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
4605              directory is relative (need to fetch the full path name *before*
4606              the chdir!)
4607              
4608              this is a followup patch for change#6749
4609      Branch: maint-5.6/perl
4610            ! lib/Cwd.pm
4611 ____________________________________________________________________________
4612 [  9490] By: jhi                                   on 2001/03/31  15:50:18
4613         Log: Subject: Re: [PATCH] av.h cosmetics
4614              From: Simon Cozens <simon@netthink.co.uk>
4615              Date: Sat, 31 Mar 2001 13:09:59 +0100
4616              Message-ID: <20010331130959.A22000@netthink.co.uk>
4617              
4618              Document AvALLOC.
4619      Branch: perl
4620            ! pod/perlguts.pod
4621 ____________________________________________________________________________
4622 [  9489] By: jhi                                   on 2001/03/31  15:48:44
4623         Log: Subject: [PATCH] Re: Math::Big* v1.21
4624              From: Tels <perl_dummy@bloodgate.com>
4625              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
4626              Message-Id: <200103311125.GAA377738@www08.hway.net>
4627      Branch: perl
4628            ! pod/perlop.pod
4629 ____________________________________________________________________________
4630 [  9488] By: jhi                                   on 2001/03/31  03:39:51
4631         Log: Debug output tweak.
4632      Branch: perl
4633            ! t/lib/cwd.t
4634 ____________________________________________________________________________
4635 [  9487] By: jhi                                   on 2001/03/31  03:33:02
4636         Log: OverVMSification.
4637      Branch: perl
4638            ! t/lib/cwd.t
4639 ____________________________________________________________________________
4640 [  9486] By: jhi                                   on 2001/03/31  03:01:40
4641         Log: Missed MANIFESTations in #9483.
4642      Branch: perl
4643            ! MANIFEST
4644 ____________________________________________________________________________
4645 [  9485] By: jhi                                   on 2001/03/31  02:58:17
4646         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
4647              From: Peter Prymmer <pvhp@forte.com>
4648              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
4649              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
4650      Branch: perl
4651            ! regexec.c t/lib/cwd.t
4652 ____________________________________________________________________________
4653 [  9484] By: jhi                                   on 2001/03/31  01:04:41
4654         Log: Obsolete file (see #3938)
4655      Branch: perl
4656            - lib/unicode/README.Ethiopic
4657            ! MANIFEST
4658 ____________________________________________________________________________
4659 [  9483] By: jhi                                   on 2001/03/31  00:52:42
4660         Log: Update to Unicode 3.1.
4661              (Rename Names.txt to NamesList.txt.)
4662      Branch: perl
4663            + lib/unicode/NamesList.txt lib/unicode/PropList.html
4664            - lib/unicode/Names.txt
4665            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
4666            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
4667            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
4668            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
4669            ! lib/unicode/UCD.html lib/unicode/Unicode.html
4670            ! lib/unicode/rename lib/unicode/version
4671 ____________________________________________________________________________
4672 [  9482] By: jhi                                   on 2001/03/30  23:33:44
4673         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
4674              From: Robin Houston <robin@kitsite.com>
4675              Date: Fri, 30 Mar 2001 20:07:22 +0100
4676              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
4677      Branch: perl
4678            ! ext/B/B/Deparse.pm
4679 ____________________________________________________________________________
4680 [  9481] By: jhi                                   on 2001/03/30  23:20:25
4681         Log: Subject: Re: [PATCH] CwdXS, Take 2
4682              From: Benjamin Sugars <bsugars@canoe.ca>
4683              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
4684              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
4685      Branch: perl
4686            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
4687            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
4688 ____________________________________________________________________________
4689 [  9480] By: jhi                                   on 2001/03/30  22:52:38
4690         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
4691              From: David Dyck <dcd@tc.fluke.com>
4692              Date: Fri, 30 Mar 2001 14:44:13 -0800
4693              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
4694              
4695              The t/rantests flags file creation was accidentally
4696              removed by #9217.
4697      Branch: perl
4698            ! Makefile.SH
4699 ____________________________________________________________________________
4700 [  9479] By: jhi                                   on 2001/03/30  22:45:45
4701         Log: Subject: [PATCH] File::Glob stuff for Mac OS
4702              From: Chris Nandor <pudge@pobox.com>
4703              Date: Fri, 30 Mar 2001 16:51:00 -0500
4704              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
4705      Branch: perl
4706            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4707            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
4708            ! t/lib/glob-taint.t
4709 ____________________________________________________________________________
4710 [  9478] By: jhi                                   on 2001/03/30  22:43:12
4711         Log: Subject: fix for win32/buildext.pl
4712              From: "Vadim Konovalov" <watman@inbox.ru>
4713              Date: Sat, 31 Mar 2001 00:50:36 +0400
4714              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
4715      Branch: perl
4716            ! win32/buildext.pl
4717 ____________________________________________________________________________
4718 [  9477] By: jhi                                   on 2001/03/30  22:41:16
4719         Log: Subject: small base.pm doc patch
4720              From: Leon Brocard <acme@astray.com>
4721              Date: Fri, 30 Mar 2001 21:49:57 +0100
4722              Message-ID: <20010330214957.B8733@ns0.astray.com>
4723      Branch: perl
4724            ! lib/base.pm
4725 ____________________________________________________________________________
4726 [  9476] By: jhi                                   on 2001/03/30  18:16:57
4727         Log: Subject: [PATCH] av.h cosmetics
4728              From: Simon Cozens <simon@netthink.co.uk>
4729              Date: Fri, 30 Mar 2001 18:12:28 +0100
4730              Message-ID: <20010330181228.A9319@netthink.co.uk>
4731      Branch: perl
4732            ! av.h
4733 ____________________________________________________________________________
4734 [  9475] By: jhi                                   on 2001/03/30  18:15:50
4735         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
4736              From: "Philip Newton" <pnewton@gmx.de>
4737              Date: Fri, 30 Mar 2001 19:06:57 +0200
4738              Message-ID: <3AC4D951.14815.1AC7068@localhost>
4739      Branch: perl
4740            ! pod/perlhack.pod
4741 ____________________________________________________________________________
4742 [  9474] By: jhi                                   on 2001/03/30  18:14:02
4743         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
4744              From: Benjamin Sugars <bsugars@canoe.ca>
4745              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
4746              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
4747      Branch: perl
4748            ! t/lib/glob-basic.t
4749 ____________________________________________________________________________
4750 [  9473] By: jhi                                   on 2001/03/30  16:09:24
4751         Log: Update Changes.
4752      Branch: perl
4753            ! Changes patchlevel.h
4754 ____________________________________________________________________________
4755 [  9472] By: jhi                                   on 2001/03/30  15:16:08
4756         Log: Integrate perlio.
4757      Branch: perl
4758           !> t/lib/cwd.t t/lib/glob-basic.t
4759 ____________________________________________________________________________
4760 [  9471] By: nick                                  on 2001/03/30  14:47:10
4761         Log: Should be (^O eq 'MSWin32') not 'Win32'
4762              Fail #12 seems real - chdir is in wrong dir.
4763      Branch: perlio
4764            ! t/lib/cwd.t
4765 ____________________________________________________________________________
4766 [  9470] By: jhi                                   on 2001/03/30  14:41:11
4767         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
4768              From: Radu Greab <radu@netsoft.ro>
4769              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
4770              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
4771              
4772              Replace #9352.
4773      Branch: perl
4774            ! ext/Socket/Socket.xs pp_sys.c
4775 ____________________________________________________________________________
4776 [  9469] By: jhi                                   on 2001/03/30  14:37:51
4777         Log: Subject: PATCH pod/perldiag.pod
4778              From: Robin Houston <robin@kitsite.com>
4779              Date: Fri, 30 Mar 2001 14:10:36 +0100
4780              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
4781      Branch: perl
4782            ! pod/perldiag.pod t/lib/glob-basic.t
4783 ____________________________________________________________________________
4784 [  9468] By: jhi                                   on 2001/03/30  14:36:36
4785         Log: Subject: Better diagnostic in io/fs.t
4786              From: andreas.koenig@anima.de (Andreas J. Koenig)
4787              Date: 30 Mar 2001 10:11:43 +0200
4788              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
4789      Branch: perl
4790            ! t/io/fs.t
4791 ____________________________________________________________________________
4792 [  9467] By: nick                                  on 2001/03/30  14:25:43
4793         Log: Skip order test of glob if case-ignoring system cannot 
4794              create a.test and A.test
4795      Branch: perlio
4796            ! t/lib/glob-basic.t
4797 ____________________________________________________________________________
4798 [  9466] By: nick                                  on 2001/03/30  13:03:12
4799         Log: Integrate mainline.
4800      Branch: perlio
4801            - ext/re/hints/aix.pl
4802           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
4803           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
4804           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
4805           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
4806 ____________________________________________________________________________
4807 [  9465] By: jhi                                   on 2001/03/30  03:53:37
4808         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
4809              the tests sometimes hang, sometimes not.)
4810      Branch: perl
4811            ! t/lib/io_multihomed.t t/lib/io_sock.t
4812 ____________________________________________________________________________
4813 [  9464] By: jhi                                   on 2001/03/30  02:56:04
4814         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
4815              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4816              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
4817              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
4818      Branch: perl
4819            ! op.c
4820 ____________________________________________________________________________
4821 [  9463] By: jhi                                   on 2001/03/30  02:34:48
4822         Log: Test for #9462.
4823      Branch: perl
4824            ! t/lib/b.t
4825 ____________________________________________________________________________
4826 [  9462] By: jhi                                   on 2001/03/30  02:29:37
4827         Log: Subject: B::Deparse precedence bug. (Patch included.)
4828              From: Jeremy Madea <jmadea@inktomi.com>
4829              Date: Thu, 29 Mar 2001 12:05:02 -0800
4830              Message-ID: <20010329120502.A24881@dr.inktomi.com>
4831      Branch: perl
4832            ! ext/B/B/Deparse.pm
4833 ____________________________________________________________________________
4834 [  9461] By: jhi                                   on 2001/03/30  02:18:41
4835         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
4836              From: Peter Prymmer <pvhp@forte.com>
4837              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
4838              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
4839      Branch: perl
4840            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
4841            ! t/lib/md5-file.t
4842 ____________________________________________________________________________
4843 [  9460] By: jhi                                   on 2001/03/30  02:17:07
4844         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
4845              From: Robin Houston <robin@kitsite.com>
4846              Date: Thu, 29 Mar 2001 20:47:56 +0100
4847              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
4848      Branch: perl
4849            ! ext/B/B/Debug.pm
4850 ____________________________________________________________________________
4851 [  9459] By: jhi                                   on 2001/03/30  02:16:05
4852         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
4853              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
4854              Date: Wed, 28 Mar 2001 18:02:20 -0600
4855              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
4856      Branch: perl
4857            ! lib/ExtUtils/MM_VMS.pm
4858 ____________________________________________________________________________
4859 [  9458] By: jhi                                   on 2001/03/30  02:07:58
4860         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
4861              From: "Joshua E. Rodd" <jrodd@pbs.org>
4862              Date: Wed, 28 Mar 2001 17:29:12 -0500
4863              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
4864      Branch: perl
4865            ! pod/perlop.pod
4866 ____________________________________________________________________________
4867 [  9457] By: jhi                                   on 2001/03/30  02:04:33
4868         Log: Subject: ext/re/aix.pl can go
4869              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4870              Date: Thu, 29 Mar 2001 12:03:28 +0200
4871              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
4872      Branch: perl
4873            - ext/re/hints/aix.pl
4874            ! MANIFEST
4875 ____________________________________________________________________________
4876 [  9456] By: jhi                                   on 2001/03/30  02:03:32
4877         Log: Integrate perlio.
4878      Branch: perl
4879           !> ext/Encode/Encode.xs installperl
4880 ____________________________________________________________________________
4881 [  9455] By: nick                                  on 2001/03/29  21:11:46
4882         Log: DLL name has changed so installperl needs to know
4883              (Why isn't it working it out or passed it?)
4884      Branch: perlio
4885            ! installperl
4886 ____________________________________________________________________________
4887 [  9454] By: nick                                  on 2001/03/29  20:56:12
4888         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
4889              and we don't get undef warnings.
4890      Branch: perlio
4891            ! ext/Encode/Encode.xs
4892 ____________________________________________________________________________
4893 [  9453] By: nick                                  on 2001/03/29  17:58:48
4894         Log: Integrate mainline
4895      Branch: perlio
4896           !> Changes patchlevel.h
4897 ____________________________________________________________________________
4898 [  9452] By: jhi                                   on 2001/03/29  16:44:55
4899         Log: Update Changes.
4900      Branch: perl
4901            ! Changes patchlevel.h
4902 ____________________________________________________________________________
4903 [  9451] By: nick                                  on 2001/03/29  16:31:38
4904         Log: Integrate mainline
4905      Branch: perlio
4906           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
4907           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
4908           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
4909           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
4910           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
4911 ____________________________________________________________________________
4912 [  9450] By: jhi                                   on 2001/03/29  16:29:17
4913         Log: Integrate perlio.
4914      Branch: perl
4915           !> win32/buildext.pl
4916 ____________________________________________________________________________
4917 [  9449] By: jhi                                   on 2001/03/29  15:50:01
4918         Log: Update Changes.
4919      Branch: perl
4920            ! Changes patchlevel.h
4921 ____________________________________________________________________________
4922 [  9448] By: nick                                  on 2001/03/29  15:47:15
4923         Log: Make sure buildext.pl finds Errno.pm
4924      Branch: perlio
4925            ! win32/buildext.pl
4926 ____________________________________________________________________________
4927 [  9447] By: jhi                                   on 2001/03/29  15:39:34
4928         Log: Integrate perlio.
4929      Branch: perl
4930           !> win32/makefile.mk
4931 ____________________________________________________________________________
4932 [  9446] By: nick                                  on 2001/03/29  15:30:03
4933         Log: Integrate win32/makefile.mk with mainline.
4934      Branch: perlio
4935           !> win32/makefile.mk
4936 ____________________________________________________________________________
4937 [  9445] By: nick                                  on 2001/03/29  15:27:32
4938         Log: Fix breakage ... 
4939      Branch: perlio
4940            ! win32/makefile.mk
4941 ____________________________________________________________________________
4942 [  9444] By: jhi                                   on 2001/03/29  15:03:08
4943         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
4944              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4945              Date: Thu, 29 Mar 2001 10:32:59 +0400
4946              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
4947      Branch: perl
4948            ! win32/makefile.mk
4949 ____________________________________________________________________________
4950 [  9443] By: jhi                                   on 2001/03/29  15:02:12
4951         Log: Integrate perlio.
4952      Branch: perl
4953           +> win32/buildext.pl
4954           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
4955           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
4956 ____________________________________________________________________________
4957 [  9442] By: nick                                  on 2001/03/29  14:59:11
4958         Log: Work in progress - determine win32 extensions to build via script.
4959      Branch: perlio
4960            + win32/buildext.pl
4961            ! MANIFEST win32/makefile.mk
4962 ____________________________________________________________________________
4963 [  9441] By: jhi                                   on 2001/03/29  14:51:47
4964         Log: Reintroduce the use of external pwd.
4965      Branch: perl
4966            ! t/lib/cwd.t
4967 ____________________________________________________________________________
4968 [  9440] By: jhi                                   on 2001/03/29  14:42:58
4969         Log: use warnings instead of -w.
4970      Branch: perl
4971            ! utils/h2xs.PL
4972 ____________________________________________________________________________
4973 [  9439] By: jhi                                   on 2001/03/29  14:41:52
4974         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
4975              From: Jonathan Stowe <gellyfish@gellyfish.com>
4976              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
4977              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
4978      Branch: perl
4979            ! utils/h2xs.PL
4980 ____________________________________________________________________________
4981 [  9438] By: jhi                                   on 2001/03/29  14:39:38
4982         Log: Subject: [PATCH perl@9424] minor pod nits
4983              From: Robin Barker <rmb1@cise.npl.co.uk>
4984              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
4985              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
4986      Branch: perl
4987            ! pod/perlhack.pod pod/perliol.pod
4988 ____________________________________________________________________________
4989 [  9437] By: jhi                                   on 2001/03/29  14:29:16
4990         Log: Subject: [PATCH perl@9424] typemap cast warning
4991              From: Robin Barker <rmb1@cise.npl.co.uk>
4992              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
4993              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
4994      Branch: perl
4995            ! lib/ExtUtils/typemap
4996 ____________________________________________________________________________
4997 [  9436] By: jhi                                   on 2001/03/29  14:26:03
4998         Log: Subject: [PATCH perl@9424] printf warning
4999              From: Robin Barker <rmb1@cise.npl.co.uk>
5000              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
5001              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
5002      Branch: perl
5003            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
5004            ! ext/Storable/Storable.xs toke.c
5005 ____________________________________________________________________________
5006 [  9435] By: nick                                  on 2001/03/29  14:23:31
5007         Log: Win32 has name conflict with ERROR
5008      Branch: perlio
5009            ! ext/PerlIO/Via/Via.xs
5010 ____________________________________________________________________________
5011 [  9434] By: jhi                                   on 2001/03/29  14:17:48
5012         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
5013              From: Peter Prymmer <pvhp@forte.com>
5014              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
5015              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
5016      Branch: perl
5017            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
5018 ____________________________________________________________________________
5019 [  9433] By: jhi                                   on 2001/03/29  13:52:44
5020         Log: test-prep target was missing.
5021      Branch: perl
5022            ! Makefile.SH
5023 ____________________________________________________________________________
5024 [  9432] By: nick                                  on 2001/03/29  12:40:03
5025         Log: Make as-shipped compiler default to MSVC6 
5026      Branch: perlio
5027            ! win32/makefile.mk
5028 ____________________________________________________________________________
5029 [  9431] By: nick                                  on 2001/03/29  12:12:16
5030         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
5031              akin to PerlIO::Scalar.
5032      Branch: perlio
5033            ! perlio.c perlio.h
5034 ____________________________________________________________________________
5035 [  9430] By: nick                                  on 2001/03/29  10:56:35
5036         Log: Integrate mainline.
5037      Branch: perlio
5038           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
5039           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
5040           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
5041           !> win32/makefile.mk win32/win32sck.c
5042 ____________________________________________________________________________
5043 [  9429] By: nick                                  on 2001/03/29  09:03:43
5044         Log: Noticed that two tests were skipped as perlio:: package
5045              isn't there any more. Changed the skip condition.
5046              Avoid core-dump if sv_utf8_upgrade() called on something
5047              that does not become SvPOK after SvPV() (e.g. a ref).
5048      Branch: perlio
5049            ! sv.c t/io/utf8.t t/lib/io_scalar.t
5050 ____________________________________________________________________________
5051 [  9428] By: jhi                                   on 2001/03/29  01:31:47
5052         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
5053              From: Benjamin Sugars <bsugars@canoe.ca> 
5054              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
5055              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
5056      Branch: perl
5057            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
5058            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
5059            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
5060 ____________________________________________________________________________
5061 [  9427] By: jhi                                   on 2001/03/29  00:49:30
5062         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
5063              From: "Vadim Konovalov" <watman@inbox.ru>
5064              Date: Thu, 29 Mar 2001 01:50:12 +0400
5065              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
5066      Branch: perl
5067            ! win32/makefile.mk win32/win32sck.c
5068 ____________________________________________________________________________
5069 [  9426] By: gsar                                  on 2001/03/29  00:28:04
5070         Log: dmake can only handle == and != in comparisons; support building
5071              with Borland's VCL libraries (from Vadim Konovalov)
5072      Branch: maint-5.6/perl
5073            ! win32/makefile.mk
5074 ____________________________________________________________________________
5075 [  9425] By: nick                                  on 2001/03/28  19:29:56
5076         Log: Integrate (@snapshot)
5077      Branch: perlio
5078           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
5079 ____________________________________________________________________________
5080 [  9424] By: jhi                                   on 2001/03/28  19:03:16
5081         Log: Update Changes.
5082      Branch: perl
5083            ! Changes patchlevel.h
5084 ____________________________________________________________________________
5085 [  9423] By: jhi                                   on 2001/03/28  18:52:09
5086         Log: Rmdir lib/XS on cleanup.
5087      Branch: perl
5088            ! Makefile.SH
5089 ____________________________________________________________________________
5090 [  9422] By: jhi                                   on 2001/03/28  18:49:34
5091         Log: Integrate perlio.
5092      Branch: perl
5093           !> t/op/utf8decode.t
5094 ____________________________________________________________________________
5095 [  9421] By: nick                                  on 2001/03/28  18:46:44
5096         Log: Loose duplicate chunk.
5097      Branch: perlio
5098            ! t/op/utf8decode.t
5099 ____________________________________________________________________________
5100 [  9420] By: nick                                  on 2001/03/28  18:44:11
5101         Log: Integrate mainline.
5102      Branch: perlio
5103           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
5104           !> vms/vmsish.h
5105 ____________________________________________________________________________
5106 [  9419] By: jhi                                   on 2001/03/28  18:42:05
5107         Log: Can't trust external pwds
5108              (either shell builtins or external programs)
5109      Branch: perl
5110            ! t/lib/cwd.t
5111 ____________________________________________________________________________
5112 [  9418] By: jhi                                   on 2001/03/28  18:34:05
5113         Log: Integrate perlio.
5114      Branch: perl
5115            - lib/perlio.pm
5116           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
5117           !> t/op/utf8decode.t
5118 ____________________________________________________________________________
5119 [  9417] By: nick                                  on 2001/03/28  18:24:02
5120         Log: PerlIO.pm / perlio.pm conflict.
5121              Update some pods.
5122              Make t/op/utf8decode.t a text file.
5123      Branch: perlio
5124            - lib/perlio.pm
5125            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
5126            ! t/op/utf8decode.t
5127 ____________________________________________________________________________
5128 [  9416] By: jhi                                   on 2001/03/28  18:06:07
5129         Log: Integrate change #9409 from mainline to maintperl.
5130              
5131              Yet another tweak on AIX dynaloading.
5132      Branch: maint-5.6/perl
5133           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5134 ____________________________________________________________________________
5135 [  9415] By: gsar                                  on 2001/03/28  17:13:01
5136         Log: integrate changes#9377,9385,9401 from mainline
5137              
5138              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
5139              
5140              If directory entries compare equal case-insensitively,
5141              retry case-sensitively.
5142              
5143              Subject: [PATCH] B::Terse and warnings
5144      Branch: maint-5.6/perl
5145           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
5146           !> t/pragma/warn/perl
5147 ____________________________________________________________________________
5148 [  9414] By: jhi                                   on 2001/03/28  17:11:12
5149         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
5150              From: "Craig A. Berry" <craigberry@mac.com>
5151              Date: Wed, 28 Mar 2001 10:55:20 -0600
5152              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
5153      Branch: perl
5154            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
5155 ____________________________________________________________________________
5156 [  9413] By: jhi                                   on 2001/03/28  17:03:12
5157         Log: Dup hunk.
5158      Branch: perl
5159            ! t/op/utf8decode.t
5160 ____________________________________________________________________________
5161 [  9412] By: jhi                                   on 2001/03/28  17:02:36
5162         Log: Forced integrate from perlio.
5163      Branch: perl
5164           !> t/op/utf8decode.t
5165 ____________________________________________________________________________
5166 [  9411] By: nick                                  on 2001/03/28  16:50:03
5167         Log: Integrate mainline.
5168      Branch: perlio
5169           +> t/lib/cwd.t
5170           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5171           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
5172           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
5173           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
5174           !> t/pragma/warn/perl
5175 ____________________________________________________________________________
5176 [  9410] By: jhi                                   on 2001/03/28  16:44:23
5177         Log: Subject: Re: [PATCH] 9403 cannot be tested
5178              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5179              Date: Wed, 28 Mar 2001 18:33:56 +0200
5180              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
5181      Branch: perl
5182            ! makedef.pl
5183 ____________________________________________________________________________
5184 [  9409] By: jhi                                   on 2001/03/28  16:12:45
5185         Log: Yet another tweak on AIX dynaloading.
5186      Branch: perl
5187            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5188 ____________________________________________________________________________
5189 [  9408] By: jhi                                   on 2001/03/28  15:52:55
5190         Log: Subject: [PATCH] 9403 cannot be tested
5191              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5192              Date: Wed, 28 Mar 2001 17:23:00 +0200
5193              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
5194              
5195              A missing symbol.
5196      Branch: perl
5197            ! makedef.pl
5198 ____________________________________________________________________________
5199 [  9407] By: jhi                                   on 2001/03/28  15:47:43
5200         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
5201      Branch: perl
5202            ! t/op/utf8decode.t
5203           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
5204           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
5205 ____________________________________________________________________________
5206 [  9406] By: jhi                                   on 2001/03/28  15:37:08
5207         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
5208              From: Benjamin Sugars <bsugars@canoe.ca> 
5209              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
5210              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
5211      Branch: perl
5212            + t/lib/cwd.t
5213            ! MANIFEST
5214 ____________________________________________________________________________
5215 [  9405] By: jhi                                   on 2001/03/28  15:13:18
5216         Log: pp_ne() needs a CORRECT boolean.
5217      Branch: perl
5218            ! pp.c
5219 ____________________________________________________________________________
5220 [  9404] By: jhi                                   on 2001/03/28  15:09:23
5221         Log: pp_ne() needs a boolean, not an integer.
5222      Branch: perl
5223            ! pp.c
5224 ____________________________________________________________________________
5225 [  9403] By: jhi                                   on 2001/03/28  14:47:43
5226         Log: (Retracted by #9404.)
5227      Branch: perl
5228            ! pp.c
5229 ____________________________________________________________________________
5230 [  9402] By: jhi                                   on 2001/03/28  14:43:59
5231         Log: Subject: Re: [PATCH] Typemap testing
5232              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
5233              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
5234              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
5235      Branch: perl
5236            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5237            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
5238 ____________________________________________________________________________
5239 [  9401] By: jhi                                   on 2001/03/28  14:42:14
5240         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
5241              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5242              Date: Sun, 25 Mar 2001 21:59:15 +0100
5243              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
5244              
5245              A variable will be checked for the "use once" warnings if:
5246              
5247              1. It is in the scope of a use warnings 'once'
5248              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
5249              
5250              Otherwise it won't be checked at all.
5251              
5252              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
5253              
5254              The enclosed patch partially fixes this issue. What I didn't
5255              get to work was the case where the "used once" warning is enabled
5256              in any file other than the main file.
5257      Branch: perl
5258            ! gv.c t/pragma/warn/perl
5259 ____________________________________________________________________________
5260 [  9400] By: nick                                  on 2001/03/28  14:38:24
5261         Log: More EBCDIC tweaks:
5262              - one more swash issue &~(0xA0-1) did not do the right thing,
5263              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
5264              - add "use re 'asciirange'" to make [!-~] etc. work
5265              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
5266              - Choose a key for t/op/each.t test which gets encoded.
5267              - Skip utf8decode if this is UTF-EBCDIC.
5268      Branch: perlio
5269            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
5270            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
5271 ____________________________________________________________________________
5272 [  9399] By: jhi                                   on 2001/03/28  14:21:00
5273         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
5274              Andreas Schwab.
5275      Branch: perl
5276            ! pp.c
5277 ____________________________________________________________________________
5278 [  9398] By: jhi                                   on 2001/03/28  00:55:56
5279         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
5280              From: David Dyck <dcd@tc.fluke.com>
5281              Date: Tue, 27 Mar 2001 15:16:24 -0800
5282              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
5283      Branch: perl
5284            ! ext/IO/lib/IO/Socket.pm
5285 ____________________________________________________________________________
5286 [  9397] By: jhi                                   on 2001/03/27  21:52:49
5287         Log: Integrate perlio.
5288      Branch: perl
5289           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
5290           +> ext/PerlIO/Via/Via.xs
5291           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
5292 ____________________________________________________________________________
5293 [  9396] By: nick                                  on 2001/03/27  21:45:13
5294         Log: Integrate mainline.
5295      Branch: perlio
5296           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
5297           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
5298 ____________________________________________________________________________
5299 [  9395] By: nick                                  on 2001/03/27  21:18:58
5300         Log: Outline docs for PerlIO and PerlIO::Scalar
5301      Branch: perlio
5302            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
5303 ____________________________________________________________________________
5304 [  9394] By: nick                                  on 2001/03/27  20:50:13
5305         Log: PerlIO::Via layer (alpha-ish).
5306      Branch: perlio
5307            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
5308            + ext/PerlIO/Via/Via.xs
5309            ! MANIFEST
5310 ____________________________________________________________________________
5311 [  9393] By: jhi                                   on 2001/03/27  20:49:55
5312         Log: Retract #9329 now that 9390 should take care of the matter.
5313      Branch: perl
5314            ! utils/h2xs.PL
5315 ____________________________________________________________________________
5316 [  9390] By: jhi                                   on 2001/03/27  20:47:50
5317         Log: Subject: Autoloading Errno.pm when %! is encountered
5318              From: Robin Houston <robin@kitsite.com>
5319              Date: Tue, 27 Mar 2001 20:57:11 +0100
5320              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
5321      Branch: perl
5322            ! embed.h embed.pl gv.c proto.h t/op/magic.t
5323 ____________________________________________________________________________
5324 [  9389] By: jhi                                   on 2001/03/27  20:24:31
5325         Log: Integrate perlio.
5326      Branch: perl
5327           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
5328           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
5329           !> utf8.c
5330 ____________________________________________________________________________
5331 [  9388] By: jhi                                   on 2001/03/27  20:21:38
5332         Log: Better have a three-element array if one is going to assign
5333              to the third element of that array. (from Tim Jenness)
5334      Branch: perl
5335            ! ext/XS/Typemap/Typemap.xs
5336 ____________________________________________________________________________
5337 [  9387] By: nick                                  on 2001/03/27  20:15:43
5338         Log: Integrate mainline.
5339      Branch: perlio
5340           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
5341           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5342           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
5343           +> t/lib/xs-typemap.t
5344           !> (integrate 34 files)
5345 ____________________________________________________________________________
5346 [  9386] By: jhi                                   on 2001/03/27  20:04:18
5347         Log: Subject: Re: perl@9359 breaks HTML::Parser
5348              From: Gisle Aas <gisle@ActiveState.com>
5349              Date: 27 Mar 2001 11:30:24 -0800
5350              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
5351              
5352              Clarify the UTF-8 issues of the API docs.
5353              (Slightly reworded and expanded.)
5354      Branch: perl
5355            ! pod/perlapi.pod sv.c sv.h
5356 ____________________________________________________________________________
5357 [  9385] By: jhi                                   on 2001/03/27  19:44:25
5358         Log: If directory entries compare equal case-insensitively,
5359              retry case-sensitively.
5360      Branch: perl
5361            ! ext/File/Glob/bsd_glob.c
5362 ____________________________________________________________________________
5363 [  9384] By: nick                                  on 2001/03/27  19:38:50
5364         Log: Various EBCDIC fixes:
5365              - major revelation that swash code is encoding aware,
5366              (or thought it was) - now it is ;-)
5367              - With that out of the way fix a slab of tr/// cases.
5368              - Fix Encode 'Unicode' to be true Unicode so tests pass.
5369              - As anticipated Base64.xs needed tweaks.
5370              - Until tr/// works right avoid old_encode64 in MIME tests.
5371      Branch: perlio
5372            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
5373            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
5374 ____________________________________________________________________________
5375 [  9383] By: jhi                                   on 2001/03/27  18:34:41
5376         Log: Add the std test suite BEGIN block.
5377      Branch: perl
5378            ! t/lib/xs-typemap.t
5379 ____________________________________________________________________________
5380 [  9382] By: jhi                                   on 2001/03/27  15:16:07
5381         Log: Add debugging output to the test.
5382      Branch: perl
5383            ! t/lib/glob-basic.t
5384 ____________________________________________________________________________
5385 [  9381] By: jhi                                   on 2001/03/27  15:08:10
5386         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
5387      Branch: perl
5388            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
5389            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5390            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
5391            + t/lib/xs-typemap.t
5392            ! MANIFEST
5393 ____________________________________________________________________________
5394 [  9380] By: jhi                                   on 2001/03/27  14:48:34
5395         Log: Subject: [PATCH] Typemap testing
5396              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
5397              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
5398              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
5399              
5400              (The first part of the patch.)
5401      Branch: perl
5402            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5403 ____________________________________________________________________________
5404 [  9379] By: jhi                                   on 2001/03/27  14:44:56
5405         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
5406              From: Benjamin Sugars <bsugars@canoe.ca> 
5407              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
5408              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
5409      Branch: perl
5410            ! t/lib/glob-basic.t
5411 ____________________________________________________________________________
5412 [  9378] By: jhi                                   on 2001/03/27  14:42:30
5413         Log: Subject: [PATCH] perlvar nit
5414              From: Simon Cozens <simon@netthink.co.uk>
5415              Date: Tue, 27 Mar 2001 01:12:01 +0100
5416              Message-ID: <20010327011201.A19179@netthink.co.uk>
5417      Branch: perl
5418            ! pod/perlvar.pod
5419 ____________________________________________________________________________
5420 [  9377] By: jhi                                   on 2001/03/27  14:36:26
5421         Log: Subject: [PATCH] B::Terse and warnings
5422              From: Benjamin Sugars <ben.sugars@home.com>
5423              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
5424              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
5425      Branch: perl
5426            ! ext/B/B.pm ext/B/B/Terse.pm
5427 ____________________________________________________________________________
5428 [  9376] By: jhi                                   on 2001/03/27  14:31:31
5429         Log: Document sockatmark() some.
5430      Branch: perl
5431            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
5432            ! pod/perltoc.pod
5433 ____________________________________________________________________________
5434 [  9375] By: jhi                                   on 2001/03/27  14:00:24
5435         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
5436              noted by Gisle and fixed by NI-S.
5437      Branch: perl
5438            ! sv.c
5439 ____________________________________________________________________________
5440 [  9374] By: jhi                                   on 2001/03/27  05:50:01
5441         Log: Regen toc.
5442      Branch: perl
5443            ! pod/perltoc.pod
5444 ____________________________________________________________________________
5445 [  9373] By: jhi                                   on 2001/03/27  05:43:51
5446         Log: Pixie documenting.
5447      Branch: perl
5448            ! Makefile.SH pod/perlhack.pod
5449 ____________________________________________________________________________
5450 [  9372] By: jhi                                   on 2001/03/27  05:29:34
5451         Log: Metaconfig unit changes for #9371.
5452      Branch: metaconfig
5453            ! U/modified/myhostname.U
5454      Branch: metaconfig/U/perl
5455            + d_sockatmark.U
5456            ! gccvers.U
5457 ____________________________________________________________________________
5458 [  9371] By: jhi                                   on 2001/03/27  05:29:07
5459         Log: Add sockatmark() probing.
5460      Branch: perl
5461            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5462            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
5463            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5464            ! vos/config.ga.h win32/config.bc win32/config.gc
5465            ! win32/config.vc
5466 ____________________________________________________________________________
5467 [  9370] By: jhi                                   on 2001/03/26  22:01:18
5468         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
5469              Really need to benchmark this.
5470      Branch: perl
5471            ! pp.c
5472 ____________________________________________________________________________
5473 [  9369] By: nick                                  on 2001/03/26  21:59:30
5474         Log: Integrate mainline.
5475      Branch: perlio
5476            ! ext/MIME/Base64/QuotedPrint.pm
5477           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
5478           !> patchlevel.h pod/perlhack.pod pp_sys.c
5479 ____________________________________________________________________________
5480 [  9368] By: jhi                                   on 2001/03/26  21:47:03
5481         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
5482              
5483              TODO1: perlbench.
5484              TODO2: le, lt, ge, gt?  Yech.
5485      Branch: perl
5486            ! pp.c
5487 ____________________________________________________________________________
5488 [  9367] By: jhi                                   on 2001/03/26  21:34:57
5489         Log: Too much cut-and-paste in #9363.
5490      Branch: perl
5491            ! pp_sys.c
5492 ____________________________________________________________________________
5493 [  9366] By: jhi                                   on 2001/03/26  21:20:53
5494         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
5495              From: Andreas Schwab <schwab@suse.de>
5496              Date: 26 Mar 2001 17:29:04 +0200
5497              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
5498              
5499              (The patch for 5.6.0 or so, this is a guess for bleadperl)
5500      Branch: perl
5501            ! pp_hot.c
5502 ____________________________________________________________________________
5503 [  9365] By: jhi                                   on 2001/03/26  21:07:54
5504         Log: Integrate perlio.
5505      Branch: perl
5506           !> perlio.c
5507 ____________________________________________________________________________
5508 [  9364] By: nick                                  on 2001/03/26  20:30:48
5509         Log: REFCNT botch in layer name cache hash.
5510      Branch: perlio
5511            ! perlio.c
5512 ____________________________________________________________________________
5513 [  9363] By: jhi                                   on 2001/03/26  18:44:32
5514         Log: Subject: [PATCH] socket() leaks file descriptors
5515              From: Benjamin Sugars <bsugars@canoe.ca>
5516              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
5517              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
5518              
5519              Also sockpair() fixed similarly.
5520      Branch: perl
5521            ! pp_sys.c
5522 ____________________________________________________________________________
5523 [  9362] By: jhi                                   on 2001/03/26  18:37:52
5524         Log: Integrate perlio.
5525      Branch: perl
5526           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
5527 ____________________________________________________________________________
5528 [  9361] By: nick                                  on 2001/03/26  17:32:06
5529         Log: Implement flush of linebuffered streams on read of a tty.
5530      Branch: perlio
5531            ! perlio.c perliol.h
5532 ____________________________________________________________________________
5533 [  9360] By: nick                                  on 2001/03/26  17:12:32
5534         Log: Memory tweaks and notes for OEMVS.
5535      Branch: perlio
5536            ! README.os390 miniperlmain.c t/op/pat.t
5537 ____________________________________________________________________________
5538 [  9359] By: jhi                                   on 2001/03/26  02:12:54
5539         Log: Update Changes.
5540      Branch: perl
5541            ! Changes patchlevel.h
5542 ____________________________________________________________________________
5543 [  9358] By: jhi                                   on 2001/03/26  02:05:32
5544         Log: Document the most common pixie options.
5545      Branch: perl
5546            ! pod/perlhack.pod
5547 ____________________________________________________________________________
5548 [  9357] By: jhi                                   on 2001/03/26  01:25:28
5549         Log: For perl.pixie check *before* compiling that optimize is -g,
5550              as for perl.third.
5551      Branch: perl
5552            ! Makefile.SH
5553 ____________________________________________________________________________
5554 [  9356] By: jhi                                   on 2001/03/26  01:13:41
5555         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
5556      Branch: perl
5557            ! Makefile.SH
5558 ____________________________________________________________________________
5559 [  9355] By: jhi                                   on 2001/03/26  01:11:19
5560         Log: Remove t/perl.third.
5561      Branch: perl
5562            ! Makefile.SH
5563 ____________________________________________________________________________
5564 [  9354] By: jhi                                   on 2001/03/26  00:23:38
5565         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
5566              IO::Sockatmark().
5567      Branch: perl
5568            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
5569 ____________________________________________________________________________
5570 [  9353] By: jhi                                   on 2001/03/25  22:25:04
5571         Log: Integrate perlio.
5572      Branch: perl
5573           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5574           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
5575           !> pp_hot.c win32/makefile.mk
5576 ____________________________________________________________________________
5577 [  9352] By: jhi                                   on 2001/03/25  22:21:41
5578         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
5579              From: Radu Greab <radu@netsoft.ro>
5580              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
5581              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
5582      Branch: perl
5583            ! pp_sys.c
5584 ____________________________________________________________________________
5585 [  9351] By: nick                                  on 2001/03/25  22:15:02
5586         Log: Fix readline in list mode to tell rest of world that it has
5587              things on the stack. Otherwise if perl code gets invoked
5588              underneath it it scribbles over results-so-far.
5589              (Why TIEHANDLE has not tripped on this is a mystery.)
5590      Branch: perlio
5591            ! pp_hot.c
5592 ____________________________________________________________________________
5593 [  9350] By: nick                                  on 2001/03/25  22:10:13
5594         Log: win32/makefile.mk typos
5595      Branch: perlio
5596            ! win32/makefile.mk
5597 ____________________________________________________________________________
5598 [  9349] By: nick                                  on 2001/03/25  21:31:14
5599         Log: Integrate now-non-binary file.
5600      Branch: perlio
5601           !> t/lib/mimeqp.t
5602 ____________________________________________________________________________
5603 [  9348] By: nick                                  on 2001/03/25  21:27:24
5604         Log: Make it text
5605      Branch: perlio
5606            ! t/lib/mimeqp.t
5607 ____________________________________________________________________________
5608 [  9347] By: nick                                  on 2001/03/25  21:25:37
5609         Log: Integrate mainline.
5610      Branch: perlio
5611           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
5612           !> lib/Term/ReadLine.pm t/lib/md5-file.t
5613 ____________________________________________________________________________
5614 [  9346] By: nick                                  on 2001/03/25  20:58:15
5615         Log: Add destruct time hook to PerlIO (for work-in-process implementing
5616              layers in perl code. In such cases layers need to be popped before
5617              we loose the ability to run perl code.)
5618              Also back-out "PerlIO::object" hook - it isn't going to work like that...
5619      Branch: perlio
5620            ! perl.c perlio.c perlio.h perliol.h
5621 ____________________________________________________________________________
5622 [  9345] By: nick                                  on 2001/03/25  20:49:11
5623         Log: Avoid at leasy one of undefined warnings in Encode.
5624      Branch: perlio
5625            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5626 ____________________________________________________________________________
5627 [  9344] By: jhi                                   on 2001/03/25  20:37:43
5628         Log: A workaround for using Term::ReadLine in emacs minibuffer
5629              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
5630              additional tweaks from Ilya Zakharevich.
5631      Branch: perl
5632            ! lib/Term/ReadLine.pm
5633 ____________________________________________________________________________
5634 [  9343] By: nick                                  on 2001/03/25  20:21:14
5635         Log: Missing return value.
5636      Branch: perlio
5637            ! ext/PerlIO/Scalar/Scalar.xs
5638 ____________________________________________________________________________
5639 [  9342] By: jhi                                   on 2001/03/25  16:21:00
5640         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
5641              to equal the CPAN versions since no code changes have been made.
5642      Branch: perl
5643            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
5644            ! t/lib/md5-file.t
5645 ____________________________________________________________________________
5646 [  9341] By: jhi                                   on 2001/03/25  16:01:48
5647         Log: Escape 8-bit characters.
5648      Branch: perl
5649            ! t/lib/mimeqp.t
5650 ____________________________________________________________________________
5651 [  9340] By: gsar                                  on 2001/03/25  15:50:53
5652         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
5653              chars)
5654      Branch: perl
5655            + t/lib/mimeqp.t
5656 ____________________________________________________________________________
5657 [  9339] By: gsar                                  on 2001/03/25  15:48:50
5658         Log: delete mimeqp.t for later with text mode set
5659      Branch: perl
5660            - t/lib/mimeqp.t
5661 ____________________________________________________________________________
5662 [  9338] By: nick                                  on 2001/03/25  09:01:57
5663         Log: Integrate mainline.
5664      Branch: perlio
5665           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
5666           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
5667           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
5668           +> t/lib/mimeb64u.t t/lib/mimeqp.t
5669           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
5670           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
5671           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
5672 ____________________________________________________________________________
5673 [  9337] By: jhi                                   on 2001/03/25  04:23:24
5674         Log: Add MIME::Base64 here and there.  Again, a lot of
5675              optimism is in the air.
5676      Branch: perl
5677            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
5678            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
5679 ____________________________________________________________________________
5680 [  9336] By: jhi                                   on 2001/03/25  04:12:43
5681         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
5682              this by ear as I do not do Win32 programming.)
5683      Branch: perl
5684            ! win32/Makefile win32/makefile.mk
5685 ____________________________________________________________________________
5686 [  9335] By: jhi                                   on 2001/03/25  04:03:50
5687         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
5688      Branch: perl
5689            ! t/lib/md5-file.t
5690 ____________________________________________________________________________
5691 [  9334] By: jhi                                   on 2001/03/25  03:58:53
5692         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
5693      Branch: perl
5694            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
5695            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
5696            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
5697            + t/lib/mimeb64u.t t/lib/mimeqp.t
5698            ! MANIFEST
5699 ____________________________________________________________________________
5700 [  9333] By: jhi                                   on 2001/03/24  20:14:37
5701         Log: Integrate perlio.
5702      Branch: perl
5703           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
5704 ____________________________________________________________________________
5705 [  9332] By: nick                                  on 2001/03/24  19:40:34
5706         Log: Fix un-init variable leading to spurious "Out of Memory!"
5707      Branch: perlio
5708            ! doio.c
5709 ____________________________________________________________________________
5710 [  9331] By: nick                                  on 2001/03/24  19:09:59
5711         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
5712              and update layers internals doc.
5713      Branch: perlio
5714            ! pod/perlfunc.pod pod/perliol.pod
5715 ____________________________________________________________________________
5716 [  9330] By: jhi                                   on 2001/03/24  18:42:11
5717         Log: The length might be uninitialized garbage if the *svp is the undef.
5718      Branch: perl
5719            ! doio.c
5720 ____________________________________________________________________________
5721 [  9329] By: jhi                                   on 2001/03/24  18:26:57
5722         Log: (Retracted by #9393)
5723
5724              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
5725              From: Simon Cozens <simon@netthink.co.uk>
5726              Date: Sat, 24 Mar 2001 17:13:17 +0000
5727              Message-ID: <20010324171317.A13406@netthink.co.uk>
5728      Branch: perl
5729            ! utils/h2xs.PL
5730 ____________________________________________________________________________
5731 [  9328] By: nick                                  on 2001/03/24  17:22:02
5732         Log: Integrate mainline.
5733      Branch: perlio
5734           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
5735           !> lib/unicode/version
5736 ____________________________________________________________________________
5737 [  9327] By: nick                                  on 2001/03/24  17:16:02
5738         Log: Integrate mainline.
5739      Branch: perlio
5740           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
5741           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
5742           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
5743           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
5744           +> t/lib/md5-file.t
5745           !> MANIFEST Makefile.SH configure.com djgpp/config.over
5746           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
5747           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
5748           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
5749           !> win32/makefile.mk
5750 ____________________________________________________________________________
5751 [  9326] By: jhi                                   on 2001/03/24  17:00:42
5752         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
5753      Branch: perl
5754            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
5755            ! lib/unicode/version
5756 ____________________________________________________________________________
5757 [  9325] By: jhi                                   on 2001/03/24  16:22:33
5758         Log: Subject: Re: B::Deparse bug (5.6.0)
5759              From: Robin Houston <robin@kitsite.com>
5760              Date: Sat, 24 Mar 2001 14:33:09 +0000
5761              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
5762      Branch: perl
5763            ! op.c pp.c t/lib/b.t t/op/repeat.t
5764 ____________________________________________________________________________
5765 [  9324] By: jhi                                   on 2001/03/24  16:21:56
5766         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
5767              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
5768              these additions may be too optimistic.
5769      Branch: perl
5770            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
5771            ! hints/uwin.sh hints/vmesa.sh
5772 ____________________________________________________________________________
5773 [  9323] By: jhi                                   on 2001/03/24  16:06:01
5774         Log: Integrate perlio.
5775      Branch: perl
5776           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
5777           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
5778            ! Makefile.SH
5779           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
5780           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
5781           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
5782           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5783           !> win32/makefile.mk win32/perlhost.h win32/win32.c
5784           !> win32/win32iop.h
5785 ____________________________________________________________________________
5786 [  9322] By: nick                                  on 2001/03/24  14:39:12
5787         Log: Routine Win32 regen_config_h - no real changes.
5788      Branch: perlio
5789            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5790 ____________________________________________________________________________
5791 [  9321] By: nick                                  on 2001/03/24  14:31:49
5792         Log: PerlIO fixups for Win32:
5793              - provide win33_popenlist() - non-functional as yet.
5794              - avoid need for aTHX in PerlIO_debug calls - even if not 
5795              enabled args are still evaluated so Win32 has trouble during fork().
5796              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
5797              - Fixup makedef.pl for latest set of symbols.
5798      Branch: perlio
5799            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
5800            ! win32/perlhost.h win32/win32.c win32/win32iop.h
5801 ____________________________________________________________________________
5802 [  9320] By: nick                                  on 2001/03/24  14:26:58
5803         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
5804              was gibberish - broke it on WIn32 at least.
5805      Branch: perlio
5806            ! ext/POSIX/POSIX.xs
5807 ____________________________________________________________________________
5808 [  9319] By: nick                                  on 2001/03/24  11:29:41
5809         Log: Generated files.
5810      Branch: perlio
5811            ! embed.h global.sym objXSUB.h perlapi.c proto.h
5812 ____________________________________________________________________________
5813 [  9318] By: nick                                  on 2001/03/24  10:29:37
5814         Log: Implement:
5815              1.  open($fh,"+<",undef);  # add test to t/io/open.t
5816              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
5817      Branch: perlio
5818            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
5819            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
5820            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
5821            ! t/io/open.t t/io/utf8.t
5822 ____________________________________________________________________________
5823 [  9317] By: jhi                                   on 2001/03/23  23:41:25
5824         Log: AIX does seems to have optimization problems with its C compilers.
5825      Branch: perl
5826            ! hints/aix.sh
5827 ____________________________________________________________________________
5828 [  9316] By: jhi                                   on 2001/03/23  23:40:46
5829         Log: Integrate perlio.
5830      Branch: perl
5831           +> lib/PerlIO.pm
5832           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
5833           !> perliol.h
5834 ____________________________________________________________________________
5835 [  9315] By: jhi                                   on 2001/03/23  22:16:30
5836         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
5837      Branch: perl
5838            ! t/lib/md5-file.t
5839 ____________________________________________________________________________
5840 [  9314] By: nick                                  on 2001/03/23  20:49:02
5841         Log: Perlio internals re-organized.
5842              - open process creates AV of layer/arg pairs
5843              (appends layers from open() or open.pm to default list).
5844              - push arg is now an SV.
5845              - layer ->Open get passed the AV
5846              - open is no longer mandatory method.
5847              - topmost layer that has ->Open method does the open
5848              - any layers above are pushed once that returns.
5849              - vtable re-ordered so dummy layers need only provide push/pop methods.
5850      Branch: perlio
5851            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
5852 ____________________________________________________________________________
5853 [  9313] By: nick                                  on 2001/03/23  16:27:41
5854         Log: Check in a stable (working) version before next round of tweaks.
5855              Changes include:
5856              - Move default layers code out of doio.c and into perlio.c
5857              - Single routine for parsing layer specification strings.
5858              - Skeleton support for demand loading of layers
5859              - Core-dump avoidance if PERLIO environment specifies loadable layer
5860              (does not _work_ as need IO to load and need load to do IO ...)
5861      Branch: perlio
5862            + lib/PerlIO.pm
5863            ! MANIFEST doio.c perlio.c
5864 ____________________________________________________________________________
5865 [  9312] By: gsar                                  on 2001/03/23  16:25:25
5866         Log: add execute bit to files with shebang lines in the repository;
5867              avoid clobbering execute bit in Porting/makerel 
5868      Branch: maint-5.6/perl
5869            ! (edit 144 files)
5870 ____________________________________________________________________________
5871 [  9311] By: jhi                                   on 2001/03/23  14:25:35
5872         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
5873      Branch: perl
5874            ! MANIFEST
5875 ____________________________________________________________________________
5876 [  9310] By: jhi                                   on 2001/03/23  13:45:04
5877         Log: Subject: [PATCH] Net::Ping
5878              From: Colin McMillen <mcmi0037@tc.umn.edu>
5879              Date: Thu, 22 Mar 2001 19:30:31 -0600
5880              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
5881      Branch: perl
5882            ! lib/Net/Ping.pm
5883 ____________________________________________________________________________
5884 [  9309] By: jhi                                   on 2001/03/23  13:39:13
5885         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
5886      Branch: perl
5887            ! t/lib/md5-aaa.t t/lib/md5-file.t
5888 ____________________________________________________________________________
5889 [  9308] By: jhi                                   on 2001/03/23  13:20:34
5890         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
5891              - bump the version to 2.14
5892              - drop the base64 tests since they require MIME::Base64
5893              - drop the rfc1321.txt
5894              - drop the hints/dec_osf.pl since it's only needed for
5895              pre-5.005_03 Perls
5896              Todo:
5897              - the U32 alignment testing is now removed; it needs to
5898              be reintroduced as as a Config variable (meaning also
5899              as a Configure test)
5900              - get the new EBCDIC md5sum for MD5.pm
5901              - test in Win32 to see how badly I botched the makefiles
5902      Branch: perl
5903            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
5904            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
5905            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
5906            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
5907            + t/lib/md5-file.t
5908            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
5909            ! win32/Makefile win32/makefile.mk
5910 ____________________________________________________________________________
5911 [  9307] By: jhi                                   on 2001/03/23  12:56:14
5912         Log: Integrate change #9306 from maintperl into mainline,
5913              AIX dynaloader for AIXes without <load.h>.
5914      Branch: perl
5915           !> ext/DynaLoader/hints/aix.pl
5916 ____________________________________________________________________________
5917 [  9306] By: jhi                                   on 2001/03/23  12:51:36
5918         Log: There are AIXes without /usr/include/load.h,
5919              patch from H.Merijn Brand.
5920      Branch: maint-5.6/perl
5921            ! ext/DynaLoader/hints/aix.pl
5922 ____________________________________________________________________________
5923 [  9305] By: nick                                  on 2001/03/23  11:00:42
5924         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
5925      Branch: perlio
5926            ! ext/Encode/Encode.xs perlio.c perlio.h
5927 ____________________________________________________________________________
5928 [  9304] By: nick                                  on 2001/03/23  10:20:46
5929         Log: Render -Duseperlio functional again.
5930              - this is "quick fix" which calls PerlIO_apply_layers after opening,
5931              which is what old scheme did. New scheme needs to change that
5932              to make open(...,\$scalar) etc. work but this will do for now.
5933      Branch: perlio
5934            ! perlio.c
5935 ____________________________________________________________________________
5936 [  9303] By: nick                                  on 2001/03/23  09:53:20
5937         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
5938              -Uuseperlio now works again.
5939              -Duseperlio is still poorly. Don't merge yet...
5940      Branch: perlio
5941            ! doio.c perlio.h
5942 ____________________________________________________________________________
5943 [  9302] By: nick                                  on 2001/03/22  22:26:51
5944         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
5945              type code.
5946              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
5947              is its main caller. In particular now has access to "extra" args, and
5948              can tell when an open handle is "reopened" (or duped?).
5949              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
5950              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
5951              PerlIO_open() et. al. (i.e. other way round).
5952              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
5953              with args close to PerlIO_openn().
5954      Branch: perlio
5955            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
5956 ____________________________________________________________________________
5957 [  9301] By: jhi                                   on 2001/03/22  20:58:04
5958         Log: Integrate perlio.
5959      Branch: perl
5960           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
5961           !> t/io/open.t util.c
5962 ____________________________________________________________________________
5963 [  9300] By: nick                                  on 2001/03/22  17:36:32
5964         Log: Don't include $@ in not ok message.
5965      Branch: perlio
5966            ! t/io/open.t
5967 ____________________________________________________________________________
5968 [  9299] By: gsar                                  on 2001/03/22  16:53:45
5969         Log: back out changes#7532,7521 for now (appears to have problems
5970              on IRIX)
5971      Branch: maint-5.6/perl
5972            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5973            ! ext/POSIX/typemap pod/perlvar.pod
5974 ____________________________________________________________________________
5975 [  9298] By: nick                                  on 2001/03/22  14:35:46
5976         Log: Give a meaning to '&' in n-arg open case:
5977              open($fh,"<&",$scalar);
5978              $scalar can be:
5979              - an integer which does "fdopen"
5980              open($fh,"<&",2); # like open($fh,"<&2")
5981              - something that will yield a file handle via sv_2io()
5982              useful for dup'ing anonymous handles.
5983              e.g.:
5984              open(my $fh,"<&",\*STDIN);
5985              open(my $dup,"<&",$fh);
5986      Branch: perlio
5987            ! doio.c t/io/open.t
5988 ____________________________________________________________________________
5989 [  9297] By: nick                                  on 2001/03/22  13:34:35
5990         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
5991      Branch: perlio
5992            ! util.c
5993 ____________________________________________________________________________
5994 [  9296] By: nick                                  on 2001/03/22  12:51:20
5995         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
5996      Branch: perlio
5997            ! perl.c
5998 ____________________________________________________________________________
5999 [  9295] By: nick                                  on 2001/03/22  11:59:44
6000         Log: If stdin, stdout or stderr get opened in unexpected read/write state
6001              then warn at time of open not at time of use.
6002      Branch: perlio
6003            ! doio.c pp_hot.c pp_sys.c
6004 ____________________________________________________________________________
6005 [  9294] By: nick                                  on 2001/03/22  10:54:35
6006         Log: Die on n-arg open(...,"",xxx,yyy,...)
6007              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
6008              - die on read/write cases so we can decide what it means later.
6009      Branch: perlio
6010            ! doio.c embed.pl iperlsys.h util.c
6011 ____________________________________________________________________________
6012 [  9293] By: nick                                  on 2001/03/22  09:02:45
6013         Log: perlio tweaks (reported by Nick Clark)
6014              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
6015              error check in Pendinf_read().
6016      Branch: perlio
6017            ! perlio.c
6018 ____________________________________________________________________________
6019 [  9292] By: gsar                                  on 2001/03/22  07:12:00
6020         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
6021              fixes)
6022      Branch: maint-5.6/perl
6023           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
6024 ____________________________________________________________________________
6025 [  9291] By: jhi                                   on 2001/03/22  06:06:44
6026         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
6027      Branch: perl
6028            ! t/op/re_tests
6029 ____________________________________________________________________________
6030 [  9290] By: jhi                                   on 2001/03/22  05:57:01
6031         Log: Move MacOS Classic higher in the list of supported platforms.
6032      Branch: maint-5.6/perl
6033            ! pod/perlport.pod
6034 ____________________________________________________________________________
6035 [  9289] By: gsar                                  on 2001/03/22  05:35:04
6036         Log: revert part of change#6438 for compatibility (av_reify()
6037              appears to be needed to implement av_splice()ish things
6038              in XS)
6039      Branch: maint-5.6/perl
6040            ! embed.pl global.sym objXSUB.h perlapi.c
6041 ____________________________________________________________________________
6042 [  9288] By: gsar                                  on 2001/03/22  03:09:19
6043         Log: update copyright year
6044      Branch: maint-5.6/perl
6045            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
6046            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
6047            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
6048            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
6049            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
6050            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
6051            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
6052            ! x2p/walk.c
6053 ____________________________________________________________________________
6054 [  9287] By: jhi                                   on 2001/03/21  20:30:54
6055         Log: Integrate perlio.
6056      Branch: perl
6057           !> ext/Data/Dumper/Dumper.xs
6058 ____________________________________________________________________________
6059 [  9286] By: gsar                                  on 2001/03/21  19:49:54
6060         Log: makefile.mk tweak
6061      Branch: maint-5.6/perl
6062            ! win32/Makefile win32/makefile.mk
6063 ____________________________________________________________________________
6064 [  9285] By: nick                                  on 2001/03/21  19:07:13
6065         Log: Multiplicity fix for Dumper.
6066      Branch: perlio
6067            ! ext/Data/Dumper/Dumper.xs
6068 ____________________________________________________________________________
6069 [  9284] By: nick                                  on 2001/03/21  19:01:07
6070         Log: Integrate mainline - (does not build xTHX issue in Dumper).
6071      Branch: perlio
6072           !> (integrate 27 files)
6073 ____________________________________________________________________________
6074 [  9283] By: jhi                                   on 2001/03/21  17:17:35
6075         Log: Integrate change #9282 from mainline into maintperl,
6076              4-arg UTF-8 substr().
6077      Branch: maint-5.6/perl
6078           !> pp.c
6079 ____________________________________________________________________________
6080 [  9282] By: jhi                                   on 2001/03/21  17:15:43
6081         Log: The #9270 would have leaked a scalar if pp_substr()
6082              returned early.
6083      Branch: perl
6084            ! pp.c
6085 ____________________________________________________________________________
6086 [  9281] By: gsar                                  on 2001/03/21  17:03:14
6087         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
6088      Branch: maint-5.6/perl
6089            ! win32/makefile.mk
6090 ____________________________________________________________________________
6091 [  9280] By: gsar                                  on 2001/03/21  17:01:20
6092         Log: some tweaks to change#9278 (fork() emulation should be enabled
6093              by setting BUILD_FLAVOR instead of changing the defaults)
6094      Branch: maint-5.6/perl
6095            ! win32/makefile.mk
6096 ____________________________________________________________________________
6097 [  9279] By: gsar                                  on 2001/03/21  16:47:19
6098         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
6099      Branch: maint-5.6/perl
6100            ! ext/File/Glob/Glob.pm
6101           !> lib/Cwd.pm
6102 ____________________________________________________________________________
6103 [  9278] By: jhi                                   on 2001/03/21  14:35:10
6104         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
6105              From: "Vadim Konovalov" <watman@inbox.ru>
6106              Date: Wed, 21 Mar 2001 01:53:51 +0300
6107              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
6108      Branch: maint-5.6/perl
6109            ! win32/makefile.mk win32/win32sck.c
6110 ____________________________________________________________________________
6111 [  9277] By: jhi                                   on 2001/03/21  13:58:28
6112         Log: Integrate change #9270 from mainline to maintperl:
6113              continued 4-arg UTF-8 substr() fixing.
6114      Branch: maint-5.6/perl
6115           !> pp.c t/op/substr.t
6116 ____________________________________________________________________________
6117 [  9276] By: jhi                                   on 2001/03/21  13:33:00
6118         Log: More pixie cleaning.
6119      Branch: perl
6120            ! Makefile.SH
6121 ____________________________________________________________________________
6122 [  9275] By: jhi                                   on 2001/03/21  03:54:17
6123         Log: Update Changes.
6124      Branch: perl
6125            ! Changes patchlevel.h
6126 ____________________________________________________________________________
6127 [  9274] By: jhi                                   on 2001/03/21  03:48:24
6128         Log: First stab at making Data::Dumper to grok Unicode.
6129              
6130              TODO: tests, EBCDICify.
6131      Branch: perl
6132            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6133 ____________________________________________________________________________
6134 [  9273] By: jhi                                   on 2001/03/21  02:23:00
6135         Log: Fix for
6136              
6137              Subject: Memory leak in unquoted print   
6138              From: Benjamin Sugars <bsugars@canoe.ca> 
6139              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
6140              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
6141      Branch: perl
6142            ! perlio.c
6143 ____________________________________________________________________________
6144 [  9272] By: jhi                                   on 2001/03/21  01:33:17
6145         Log: Subject: Re: [PATCH] POSIX::getcwd()
6146              From: Benjamin Sugars <bsugars@canoe.ca> 
6147              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
6148              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
6149      Branch: perl
6150            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
6151 ____________________________________________________________________________
6152 [  9271] By: jhi                                   on 2001/03/21  01:22:52
6153         Log: Subject: [PATCH] Cwd.pm docs
6154              From: Benjamin Sugars <bsugars@canoe.ca>
6155              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
6156              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
6157      Branch: perl
6158            ! lib/Cwd.pm
6159 ____________________________________________________________________________
6160 [  9270] By: jhi                                   on 2001/03/21  01:16:29
6161         Log: Continue 4-arg substr() UTF-8 fixage.
6162      Branch: perl
6163            ! pp.c t/op/substr.t
6164 ____________________________________________________________________________
6165 [  9269] By: jhi                                   on 2001/03/21  00:46:14
6166         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
6167              
6168              revert the leak fix in change#9142 (problem needs a more experimental
6169              fix unsuitable for 5.6.1)
6170              
6171              do alphabetical sorting by default (for csh compatibility)
6172              
6173              cut-n-paste goof in change#9264
6174              
6175              VMS piping fixes (from Charles Lane)
6176      Branch: perl
6177           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
6178           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6179           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
6180 ____________________________________________________________________________
6181 [  9268] By: jhi                                   on 2001/03/21  00:37:04
6182         Log: Integrate perlio.
6183      Branch: perl
6184           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
6185           !> utf8.c utf8.h utfebcdic.h
6186 ____________________________________________________________________________
6187 [  9267] By: nick                                  on 2001/03/20  20:04:39
6188         Log: More EBCDIC stuff:
6189              - Loose the extra level of function on ASCII.
6190              - spotted a chr(0) issue in sv.c
6191              - re-work of UTF-X tr/// ranges to work in Unicode
6192              space. Still issues with the "0xff is illegal UTF-8" hack.
6193              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
6194              (why do it once when you can do it all over the place :-(
6195              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
6196              need utf8.pm for swashes.
6197              - Simplified and commented scan_const() in toke.c
6198              Still something wrong regexp and tr (swashes?).
6199      Branch: perlio
6200            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
6201            ! utf8.c utf8.h utfebcdic.h
6202 ____________________________________________________________________________
6203 [  9266] By: gsar                                  on 2001/03/20  19:16:43
6204         Log: VMS piping fixes (from Charles Lane)
6205      Branch: maint-5.6/perl
6206            ! vms/vms.c vms/vmspipe.com
6207 ____________________________________________________________________________
6208 [  9265] By: gsar                                  on 2001/03/20  17:53:52
6209         Log: cut-n-paste goof in change#9264
6210      Branch: maint-5.6/perl
6211            ! ext/File/Glob/Glob.xs
6212 ____________________________________________________________________________
6213 [  9264] By: gsar                                  on 2001/03/20  17:43:47
6214         Log: do alphabetical sorting by default (for csh compatibility);
6215              bsd_glob() does ASCII sort by default as usual, unless
6216              GLOB_ALPHASORT was specified
6217      Branch: maint-5.6/perl
6218            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
6219            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6220            ! ext/File/Glob/bsd_glob.h
6221 ____________________________________________________________________________
6222 [  9263] By: gsar                                  on 2001/03/20  16:40:08
6223         Log: integrate change#9255 from mainline (unicode fix)
6224              
6225              substr($bytestr, i, n, $charstr)
6226      Branch: maint-5.6/perl
6227           !> Todo-5.6 pp.c t/op/substr.t
6228 ____________________________________________________________________________
6229 [  9262] By: gsar                                  on 2001/03/20  15:57:41
6230         Log: revert the leak fix in change#9142 (problem needs a more experimental
6231              fix unsuitable for 5.6.1)
6232      Branch: maint-5.6/perl
6233            ! scope.c
6234 ____________________________________________________________________________
6235 [  9261] By: jhi                                   on 2001/03/20  14:26:25
6236         Log: Integrate changes #9259,9260 from maintperl into mainline.
6237              
6238              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
6239              
6240              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
6241      Branch: perl
6242           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
6243 ____________________________________________________________________________
6244 [  9260] By: jhi                                   on 2001/03/20  14:05:46
6245         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
6246              From: Robin Barker <rmb1@cise.npl.co.uk>
6247              Date: Tue, 20 Mar 2001 10:12:04 GMT
6248              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
6249      Branch: maint-5.6/perl
6250            ! run.c
6251 ____________________________________________________________________________
6252 [  9259] By: jhi                                   on 2001/03/20  14:04:39
6253         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
6254              From: Chris Nandor <pudge@pobox.com>
6255              Date: Tue, 20 Mar 2001 00:40:56 -0500
6256              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
6257      Branch: maint-5.6/perl
6258            ! ext/POSIX/POSIX.xs lib/File/Path.pm
6259 ____________________________________________________________________________
6260 [  9258] By: jhi                                   on 2001/03/20  05:09:34
6261         Log: Update Changes.
6262      Branch: perl
6263            ! Changes patchlevel.h
6264 ____________________________________________________________________________
6265 [  9257] By: jhi                                   on 2001/03/20  05:04:25
6266         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
6267      Branch: perl
6268            ! t/op/tr.t
6269 ____________________________________________________________________________
6270 [  9256] By: jhi                                   on 2001/03/20  04:43:12
6271         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
6272              From: Peter Prymmer <pvhp@forte.com>
6273              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
6274              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
6275      Branch: maint-5.6/perl
6276            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
6277 ____________________________________________________________________________
6278 [  9255] By: jhi                                   on 2001/03/19  23:17:17
6279         Log: substr($bytestr, i, n, $charstr)
6280
6281              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
6282      Branch: perl
6283            ! Todo-5.6 pp.c t/op/substr.t
6284 ____________________________________________________________________________
6285 [  9254] By: jhi                                   on 2001/03/19  22:25:09
6286         Log: Rearrange the make test target prerequisites so that
6287              in a parallel make 'all' is finished before 'test'.
6288      Branch: perl
6289            ! Makefile.SH
6290 ____________________________________________________________________________
6291 [  9253] By: jhi                                   on 2001/03/19  21:48:07
6292         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
6293              From: Robin Houston <robin@kitsite.com>
6294              Date: Mon, 19 Mar 2001 15:48:41 +0000
6295              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
6296      Branch: perl
6297            ! pp_ctl.c
6298 ____________________________________________________________________________
6299 [  9252] By: jhi                                   on 2001/03/19  21:42:27
6300         Log: Integrate perlio.
6301      Branch: perl
6302           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
6303           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
6304           !> utfebcdic.h vms/perly_c.vms
6305 ____________________________________________________________________________
6306 [  9251] By: jhi                                   on 2001/03/19  21:31:28
6307         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
6308              
6309              Dynaloading in 64-bit AIX with vac.
6310      Branch: perl
6311           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
6312           !> hints/aix.sh
6313 ____________________________________________________________________________
6314 [  9250] By: jhi                                   on 2001/03/19  21:18:00
6315         Log: A more robust solution for the 64bitall AIX dynaloading
6316              problem, from Jens-Uwe Mager.
6317      Branch: maint-5.6/perl
6318            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
6319 ____________________________________________________________________________
6320 [  9249] By: nick                                  on 2001/03/19  20:59:37
6321         Log: Integrate mainline.
6322      Branch: perlio
6323           !> (integrate 42 files)
6324 ____________________________________________________________________________
6325 [  9248] By: nick                                  on 2001/03/19  20:22:07
6326         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
6327              (Building on OS390 uses native YACC and YYDEBUG has other
6328              side effects.)
6329      Branch: perlio
6330            ! perly.c perly.y vms/perly_c.vms
6331 ____________________________________________________________________________
6332 [  9247] By: jhi                                   on 2001/03/19  19:59:53
6333         Log: 64-bit AIX dynaloading problem (see #9244) idea
6334              from Jens-Uwe Mager.
6335      Branch: maint-5.6/perl
6336            ! ext/DynaLoader/dl_aix.xs
6337 ____________________________________________________________________________
6338 [  9246] By: nick                                  on 2001/03/19  19:27:57
6339         Log: More EBCDIC fixes.
6340      Branch: perlio
6341            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
6342            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
6343 ____________________________________________________________________________
6344 [  9245] By: jhi                                   on 2001/03/19  19:05:19
6345         Log: Integrate change #9243 from mainline into maintperl.
6346              
6347              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
6348      Branch: maint-5.6/perl
6349           !> README.vmesa
6350 ____________________________________________________________________________
6351 [  9244] By: jhi                                   on 2001/03/19  19:03:15
6352         Log: Get 64bitall AIX building, but still does not test okay:
6353              dynaloading anything fails, for example for op/defins:
6354              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
6355              (update: fixed by #9247,9250)
6356      Branch: maint-5.6/perl
6357            ! hints/aix.sh
6358 ____________________________________________________________________________
6359 [  9243] By: jhi                                   on 2001/03/19  19:00:16
6360         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
6361              From: Robin Barker <rmb1@cise.npl.co.uk>
6362              Date: Mon, 19 Mar 2001 18:01:57 GMT
6363              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
6364      Branch: perl
6365            ! README.vmesa
6366 ____________________________________________________________________________
6367 [  9242] By: jhi                                   on 2001/03/19  18:58:43
6368         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
6369              
6370              TODO: tests.
6371      Branch: perl
6372            ! doop.c op.c
6373 ____________________________________________________________________________
6374 [  9241] By: gsar                                  on 2001/03/19  17:34:46
6375         Log: VMSify tests (from Charles Lane)
6376      Branch: maint-5.6/perl
6377            ! t/lib/filehand.t t/lib/texttabs.t
6378 ____________________________________________________________________________
6379 [  9240] By: jhi                                   on 2001/03/19  14:24:26
6380         Log: Integrate change #9233 from maintperl into mainline.
6381              
6382              some refcounts were incorrect in perl_clone()
6383      Branch: perl
6384           !> sv.c
6385 ____________________________________________________________________________
6386 [  9239] By: gsar                                  on 2001/03/19  09:23:17
6387         Log: this is 5.6.1-trial3
6388      Branch: maint-5.6/perl
6389            ! Changes
6390 ____________________________________________________________________________
6391 [  9238] By: gsar                                  on 2001/03/19  08:47:04
6392         Log: some new symbols are only available under ithreads
6393      Branch: maint-5.6/perl
6394            ! makedef.pl
6395 ____________________________________________________________________________
6396 [  9237] By: gsar                                  on 2001/03/19  08:42:28
6397         Log: update patchlevel.h, Changes, &c.
6398      Branch: maint-5.6/perl
6399            ! Changes patchlevel.h pod/perlhist.pod
6400           !> AUTHORS
6401 ____________________________________________________________________________
6402 [  9236] By: gsar                                  on 2001/03/19  08:17:49
6403         Log: integrate changes#8068,8717 from mainline
6404              
6405              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
6406              
6407              [PATCH CPAN 1.59_51] warning message (not!)
6408      Branch: maint-5.6/perl
6409           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
6410           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
6411           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
6412           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
6413           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
6414 ____________________________________________________________________________
6415 [  9235] By: gsar                                  on 2001/03/19  08:07:09
6416         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
6417              
6418              [PATCH] Add missing CV flags to dump.c
6419              
6420              Re: [patch] Re: PL_ptr_table
6421              
6422              Fixup non-ithread build after 8713
6423              
6424              Generated files form 8713 etc.
6425              
6426              Correct the correction :-(
6427              
6428              Documenting coderef @INC (Re: CPAN "make this script work" feature)
6429              
6430              Subject: Re: sync sync sync: have I missed any patches?
6431              Replace djSP with dSP.
6432      Branch: maint-5.6/perl
6433           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
6434           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
6435           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
6436           !> sv.c sv.h win32/perlhost.h
6437 ____________________________________________________________________________
6438 [  9234] By: gsar                                  on 2001/03/19  07:22:05
6439         Log: revert the change#9090 integrate for now (change looks somewhat
6440              incomplete in that [ha]v_exists() need something similar; lacks
6441              tests; &c.)
6442      Branch: maint-5.6/perl
6443            ! hv.c
6444 ____________________________________________________________________________
6445 [  9233] By: gsar                                  on 2001/03/19  07:10:01
6446         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
6447              destruction when there are unreferenced scalars (SvREFCNT==0)
6448      Branch: maint-5.6/perl
6449            ! sv.c
6450 ____________________________________________________________________________
6451 [  9232] By: jhi                                   on 2001/03/19  05:11:02
6452         Log: Regen api and toc.
6453      Branch: maint-5.6/perl
6454            ! pod/perlapi.pod pod/perltoc.pod
6455 ____________________________________________________________________________
6456 [  9231] By: jhi                                   on 2001/03/19  04:06:03
6457         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
6458              add a lost line in pp.c:pp_chop(), update to new op/chop.
6459              
6460              Clarify the description differentiating for and while; inspired by
6461              
6462              Subject: [ID 20010306.004] || != named unary operator
6463              
6464              The $Is_MacOS needs to be declared.
6465      Branch: maint-5.6/perl
6466            ! pp.c t/op/chop.t
6467           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
6468 ____________________________________________________________________________
6469 [  9230] By: jhi                                   on 2001/03/19  03:48:16
6470         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
6471              9079,9083,9089,9090,9091 from mainline to maintperl.
6472              
6473              Quieten some noise in Win32 builds
6474              
6475              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
6476              
6477              The perlretut was still talking about the old \p and \P
6478              definitions.
6479              
6480              More tweakage on the Unicode character class descriptions.
6481              
6482              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
6483              
6484              Subject: 'no *POSIX' Patch speeding up make on BS2000 
6485              
6486              Subject: [PATCH] perldata.pod here-doc docs
6487              
6488              Add /sbin and /usr/sbin to the list of directories scanned
6489              for setuid programs.  Takes care of bug id 20010309.003.
6490              
6491              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
6492              
6493              In op/stat #35 better to scan all the potential directories
6494              for setuids, not just the first one.
6495      Branch: maint-5.6/perl
6496            ! Makefile.SH
6497           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
6498           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
6499           !> t/op/stat.t toke.c win32/win32.h
6500 ____________________________________________________________________________
6501 [  9229] By: jhi                                   on 2001/03/19  02:31:50
6502         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
6503              From: Chris Nandor <pudge@pobox.com>
6504              Date: Sat, 10 Mar 2001 14:22:19 -0500
6505              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
6506      Branch: maint-5.6/perl
6507            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
6508            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
6509            ! t/lib/b.t t/lib/errno.t
6510 ____________________________________________________________________________
6511 [  9228] By: jhi                                   on 2001/03/19  02:29:59
6512         Log: Integrate changes #9113,9122 from mainline into maintperl.
6513              
6514              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?)
6515      Branch: maint-5.6/perl
6516           !> Configure README.os390 hints/os390.sh
6517 ____________________________________________________________________________
6518 [  9227] By: jhi                                   on 2001/03/19  02:22:35
6519         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
6520              into maintperl.
6521              
6522              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
6523              
6524              Forgot to check-in the larger part of #9120, duh.
6525              
6526              Subject: Another patch for integer.pm POD 
6527              
6528              h2ph strictness and cleanliness from Kurt Starsinic.
6529              
6530              Borland filename case problem.
6531              
6532              h2ph strictness and cleanliness from Kurt Starsinic.
6533              
6534              Subject: [PATCH] the uncontroversial doc patches
6535      Branch: maint-5.6/perl
6536           +> win32/sncfnmcs.pl
6537           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
6538           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
6539           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
6540           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
6541           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
6542           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
6543           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
6544 ____________________________________________________________________________
6545 [  9226] By: jhi                                   on 2001/03/19  02:10:21
6546         Log: Integrate changes #9207,9214 from mainline into maintperl.
6547              
6548              podchecker relaxations: =over has an *optional* number after it,
6549              and whitespace in L<> is okay.
6550      Branch: maint-5.6/perl
6551           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
6552           !> t/pod/poderrs.xr
6553 ____________________________________________________________________________
6554 [  9225] By: jhi                                   on 2001/03/19  02:07:38
6555         Log: Integrate change #9219 from maintperl into mainline.
6556              
6557              remove duplicated tests
6558      Branch: perl
6559           !> t/op/re_tests
6560 ____________________________________________________________________________
6561 [  9224] By: jhi                                   on 2001/03/19  02:06:11
6562         Log: Integrate change #9223 from mainline to maintperl.
6563              
6564              Document -Dmksymlinks.
6565      Branch: maint-5.6/perl
6566           !> INSTALL
6567 ____________________________________________________________________________
6568 [  9223] By: jhi                                   on 2001/03/19  02:01:25
6569         Log: Document -Dmksymlinks.
6570      Branch: perl
6571            ! INSTALL
6572 ____________________________________________________________________________
6573 [  9222] By: jhi                                   on 2001/03/19  01:15:35
6574         Log: The -Dmksymlinks wasn't working for maintperl.
6575      Branch: maint-5.6/perl
6576            ! Configure
6577 ____________________________________________________________________________
6578 [  9221] By: jhi                                   on 2001/03/19  00:49:43
6579         Log: Cleanup pixie residue.
6580      Branch: perl
6581            ! Makefile.SH
6582 ____________________________________________________________________________
6583 [  9220] By: jhi                                   on 2001/03/19  00:44:47
6584         Log: Document the use of pixie/prof; create make targets for it.
6585              
6586              TODO: make t/TEST pixie-aware.
6587      Branch: perl
6588            ! Makefile.SH pod/perlhack.pod
6589 ____________________________________________________________________________
6590 [  9219] By: gsar                                  on 2001/03/19  00:16:55
6591         Log: remove duplicated tests
6592      Branch: maint-5.6/perl
6593            ! t/op/re_tests
6594 ____________________________________________________________________________
6595 [  9218] By: jhi                                   on 2001/03/18  23:59:31
6596         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
6597      Branch: perl
6598            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
6599 ____________________________________________________________________________
6600 [  9217] By: jhi                                   on 2001/03/18  23:25:20
6601         Log: Rewrite the tests section of Makefile to be less redundant
6602              and to allow for more flexible test targets, many recursive
6603              make calls introduced.
6604      Branch: perl
6605            ! Makefile.SH
6606 ____________________________________________________________________________
6607 [  9216] By: jhi                                   on 2001/03/18  22:30:04
6608         Log: Document the use of Third Degree (sparsely).
6609      Branch: perl
6610            ! pod/perlhack.pod t/TEST
6611 ____________________________________________________________________________
6612 [  9215] By: jhi                                   on 2001/03/18  22:10:30
6613         Log: Make targets for testing with Third Degree.
6614      Branch: perl
6615            ! Makefile.SH
6616 ____________________________________________________________________________
6617 [  9214] By: jhi                                   on 2001/03/18  21:08:53
6618         Log: The podchecker relaxations need to mirrored also at the tests.
6619      Branch: perl
6620            ! t/pod/poderrs.xr
6621 ____________________________________________________________________________
6622 [  9213] By: jhi                                   on 2001/03/18  20:56:21
6623         Log: Update Changes.
6624      Branch: perl
6625            ! Changes patchlevel.h
6626 ____________________________________________________________________________
6627 [  9212] By: jhi                                   on 2001/03/18  20:36:59
6628         Log: Looking for config.sh in parent directories isn't
6629              very useful for the toplevel Makefile.
6630      Branch: perl
6631            ! Makefile.SH
6632 ____________________________________________________________________________
6633 [  9211] By: jhi                                   on 2001/03/18  20:33:37
6634         Log: On "make clean" take care of Third Degree droppings.
6635      Branch: perl
6636            ! Makefile.SH
6637 ____________________________________________________________________________
6638 [  9210] By: jhi                                   on 2001/03/18  20:21:34
6639         Log: Add a hook for running the tests under the Third Degree
6640              debugging tool (set $ENV{PERL_3LOG} to non-zero)
6641              
6642              TODO: Document the use of Third Degree.
6643      Branch: perl
6644            ! t/TEST
6645 ____________________________________________________________________________
6646 [  9209] By: jhi                                   on 2001/03/18  20:19:07
6647         Log: Regen toc and api pods.
6648      Branch: perl
6649            ! pod/perlapi.pod pod/perltoc.pod
6650 ____________________________________________________________________________
6651 [  9208] By: jhi                                   on 2001/03/18  20:12:12
6652         Log: Integrate changes #8128,9132 from mainline into maintperl,
6653              Tie::SubstrHash fixes.
6654      Branch: maint-5.6/perl
6655           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
6656 ____________________________________________________________________________
6657 [  9207] By: jhi                                   on 2001/03/18  20:07:43
6658         Log: podchecker relaxations from Michael Stevens.
6659      Branch: perl
6660            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
6661 ____________________________________________________________________________
6662 [  9206] By: jhi                                   on 2001/03/18  20:04:24
6663         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
6664      Branch: perl
6665            ! lib/Locale/Constants.pm lib/Locale/Country.pm
6666            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
6667            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
6668 ____________________________________________________________________________
6669 [  9205] By: jhi                                   on 2001/03/18  19:54:45
6670         Log: Integrate changes #9161,9162 from maintperl to mainline.
6671              
6672              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
6673              results
6674      Branch: perl
6675           !> t/op/magic.t
6676 ____________________________________________________________________________
6677 [  9204] By: jhi                                   on 2001/03/18  19:37:46
6678         Log: Make perl.third checks more understandable to the builder.
6679      Branch: perl
6680            ! Makefile.SH
6681 ____________________________________________________________________________
6682 [  9203] By: jhi                                   on 2001/03/18  19:20:54
6683         Log: Re-integrate #9138 from maintperl to mainline,
6684              the squelching of the unneeded "Scalars leaked" messages.
6685      Branch: perl
6686           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
6687           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
6688           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
6689 ____________________________________________________________________________
6690 [  9202] By: jhi                                   on 2001/03/18  18:48:36
6691         Log: More robust and more paranoid perl.third target.
6692      Branch: perl
6693            ! Makefile.SH
6694 ____________________________________________________________________________
6695 [  9201] By: jhi                                   on 2001/03/18  18:39:21
6696         Log: Integrate change #9197 from maintperl to mainline.
6697              
6698              more thorough cleaning of arenas.
6699      Branch: perl
6700           !> embed.pl perl.c proto.h sv.c t/op/sort.t
6701 ____________________________________________________________________________
6702 [  9200] By: jhi                                   on 2001/03/18  18:25:17
6703         Log: Integrate perlio.
6704      Branch: perl
6705           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
6706           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
6707           !> t/lib/encode.t toke.c universal.c utf8.c
6708 ____________________________________________________________________________
6709 [  9199] By: nick                                  on 2001/03/18  15:23:51
6710         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
6711              is the sense of the test being done. Avoid some magical 127 and 128 values
6712              by using macros.
6713      Branch: perlio
6714            ! doop.c pp_ctl.c sv.c toke.c
6715 ____________________________________________________________________________
6716 [  9198] By: nick                                  on 2001/03/18  14:18:12
6717         Log: UTF-X encoding invariance for Encode:
6718              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
6719              - move the XS code for those to universal.c (so in miniperl)
6720              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
6721              - change ext/Encode/compile to use above.
6722              - Fix t/lib/encode.t for above
6723              - Teach t/lib/b.t to expect -uutf8
6724              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
6725              utf8.pm is needed.
6726      Branch: perlio
6727            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
6728            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
6729 ____________________________________________________________________________
6730 [  9197] By: gsar                                  on 2001/03/18  12:15:57
6731         Log: more thorough cleaning of arenas--keep going until no more
6732              SvREFCNT_dec()s occur (this fixes the problem that causes the
6733              pesky "Scalars leaked" warnings)
6734      Branch: maint-5.6/perl
6735            ! embed.pl perl.c proto.h sv.c t/op/sort.t
6736 ____________________________________________________________________________
6737 [  9196] By: nick                                  on 2001/03/18  10:57:29
6738         Log: Fix pragma/utf8.t # 15
6739              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
6740              are SvUTF8 as well.
6741      Branch: perlio
6742            ! toke.c
6743 ____________________________________________________________________________
6744 [  9195] By: nick                                  on 2001/03/18  09:27:06
6745         Log: Integrate mainline
6746      Branch: perlio
6747           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
6748           !> t/op/pat.t
6749 ____________________________________________________________________________
6750 [  9194] By: jhi                                   on 2001/03/18  05:29:59
6751         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
6752              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
6753      Branch: perl
6754            ! op.c op.h t/op/misc.t t/op/pat.t
6755 ____________________________________________________________________________
6756 [  9193] By: jhi                                   on 2001/03/18  05:15:06
6757         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
6758      Branch: perl
6759            ! mg.c t/op/pat.t
6760 ____________________________________________________________________________
6761 [  9192] By: jhi                                   on 2001/03/18  04:22:43
6762         Log: tr/// UTF-8 patches from Inaba Hiroto.
6763      Branch: perl
6764            ! doop.c op.c
6765 ____________________________________________________________________________
6766 [  9191] By: jhi                                   on 2001/03/18  04:21:17
6767         Log: Integrate perlio.
6768      Branch: perl
6769           !> utf8.c utfebcdic.h
6770 ____________________________________________________________________________
6771 [  9190] By: nick                                  on 2001/03/17  20:32:01
6772         Log: Correct #if EBCDIC side typos.
6773              Builds and passes many tests on OS390.
6774      Branch: perlio
6775            ! utf8.c utfebcdic.h
6776 ____________________________________________________________________________
6777 [  9189] By: jhi                                   on 2001/03/17  18:55:49
6778         Log: Add prerequisites for the perl.third target.
6779      Branch: perl
6780            ! Makefile.SH
6781 ____________________________________________________________________________
6782 [  9188] By: jhi                                   on 2001/03/17  18:46:00
6783         Log: Integrate perlio.
6784      Branch: perl
6785           +> utfebcdic.h
6786           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
6787 ____________________________________________________________________________
6788 [  9187] By: jhi                                   on 2001/03/17  18:38:47
6789         Log: Add a make rule for perl.third (the Third Degree memory debugging
6790              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
6791      Branch: perl
6792            ! Makefile.SH
6793 ____________________________________________________________________________
6794 [  9186] By: nick                                  on 2001/03/17  18:34:48
6795         Log: MANIFEST addition :-(
6796      Branch: perlio
6797            ! MANIFEST
6798 ____________________________________________________________________________
6799 [  9185] By: nick                                  on 2001/03/17  18:29:50
6800         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
6801              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
6802              a superset of ASCII are invariant under the encoding. This is EBCDIC
6803              friendly as an encoded string can be looked at as being EBCDIC by lexer
6804              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
6805              ASCII on ASCII machines.
6806              
6807              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
6808              seperate.
6809              - Add some more macros to comprehend different shift amounts and
6810              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
6811              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
6812              and conditionaly #include it.
6813              
6814              EBCDIC build as yet untested.  ASCII still fails the one test.
6815      Branch: perlio
6816            + utfebcdic.h
6817            ! utf8.c utf8.h
6818 ____________________________________________________________________________
6819 [  9184] By: nick                                  on 2001/03/17  17:44:16
6820         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
6821      Branch: perlio
6822            ! doop.c perl.h pp.c utf8.h
6823 ____________________________________________________________________________
6824 [  9183] By: jhi                                   on 2001/03/17  15:55:42
6825         Log: Integrate perlio.
6826      Branch: perl
6827            ! MANIFEST
6828           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
6829 ____________________________________________________________________________
6830 [  9182] By: nick                                  on 2001/03/17  09:16:06
6831         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
6832      Branch: perlio
6833            ! t/op/pat.t
6834 ____________________________________________________________________________
6835 [  9181] By: nick                                  on 2001/03/17  09:15:11
6836         Log: Integrate mainline.
6837      Branch: perlio
6838           +> lib/Locale/Constants.pm lib/Locale/Country.pm
6839           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
6840           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
6841           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
6842           !> (integrate 83 files)
6843 ____________________________________________________________________________
6844 [  9180] By: nick                                  on 2001/03/16  17:23:21
6845         Log: EBCDIC Fixes.
6846      Branch: perlio
6847            ! perl.h sv.c toke.c utf8.c utf8.h
6848 ____________________________________________________________________________
6849 [  9179] By: jhi                                   on 2001/03/16  14:10:12
6850         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
6851              a change needed to work around an AIX compiler bug.
6852      Branch: perl
6853            ! ext/Storable/Storable.xs
6854 ____________________________________________________________________________
6855 [  9178] By: jhi                                   on 2001/03/16  03:19:59
6856         Log: With Damian's approval synchronize damian's modules'
6857              licensing with Perl's standard module licensing.
6858      Branch: perl
6859            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
6860 ____________________________________________________________________________
6861 [  9177] By: jhi                                   on 2001/03/16  03:15:34
6862         Log: Make the Filter::Util:Call files have their own copies
6863              of the Perl standard module licensing, from Paul Marquess.
6864      Branch: perl
6865            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6866 ____________________________________________________________________________
6867 [  9176] By: jhi                                   on 2001/03/16  02:56:04
6868         Log: Subject: [PATCH] more pod patches
6869              From: Michael Stevens <michael@etla.org>
6870              Date: Thu, 15 Mar 2001 21:25:18 +0000
6871              Message-ID: <20010315212518.A18870@firedrake.org>
6872      Branch: perl
6873            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
6874            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
6875            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
6876            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
6877            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
6878            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
6879            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
6880            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
6881            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
6882            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
6883            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
6884            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
6885            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
6886            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
6887            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
6888            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
6889            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
6890            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
6891            ! lib/Locale/Country.pm lib/Locale/Language.pm
6892            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
6893            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
6894            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
6895            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
6896            ! os2/OS2/Process/Process.pm
6897 ____________________________________________________________________________
6898 [  9175] By: jhi                                   on 2001/03/16  02:53:32
6899         Log: Subject: [PATCH] the uncontroversial doc patches
6900              From: Michael Stevens <michael@etla.org>
6901              Date: Thu, 15 Mar 2001 20:01:12 +0000
6902              Message-ID: <20010315200112.A7636@firedrake.org>
6903      Branch: perl
6904            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
6905            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
6906            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
6907            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
6908            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
6909 ____________________________________________________________________________
6910 [  9174] By: jhi                                   on 2001/03/16  02:50:49
6911         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
6912              From: Paul Lindner <lindner@inuus.com>
6913              Date: Fri, 16 Mar 2001 11:28:03 -0800
6914              Message-ID: <20010316112803.A7577@inuus.com>
6915      Branch: perl
6916            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
6917 ____________________________________________________________________________
6918 [  9173] By: nick                                  on 2001/03/15  20:21:03
6919         Log: 1st day's EBCDIC fixes:
6920              - toke.c's parsing of strings needed attention
6921              needed to conditionally e2a if string was already UTF-8
6922              - e2a/a2e tables where wrong way round.
6923              - new macros in utf8.h
6924      Branch: perlio
6925            ! perl.h toke.c utf8.h
6926 ____________________________________________________________________________
6927 [  9172] By: jhi                                   on 2001/03/15  15:17:17
6928         Log: Update Changes.
6929      Branch: perl
6930            ! Changes patchlevel.h
6931 ____________________________________________________________________________
6932 [  9171] By: jhi                                   on 2001/03/15  15:09:32
6933         Log: Subject: Re: Another Borland C++ problem.
6934              From: "Vadim Konovalov" <watman@inbox.ru>
6935              Date: Sat, 10 Mar 2001 19:26:07 +0300
6936              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
6937              
6938              Borland filename case problem.
6939      Branch: perl
6940            + win32/sncfnmcs.pl
6941            ! MANIFEST README.win32
6942 ____________________________________________________________________________
6943 [  9170] By: jhi                                   on 2001/03/15  14:54:23
6944         Log: Add Locale::Codes 1.06, from Neil Bowers.
6945      Branch: perl
6946            + lib/Locale/Constants.pm lib/Locale/Country.pm
6947            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
6948            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
6949            + t/lib/lc-language.t t/lib/lc-uk.t
6950            ! MANIFEST
6951 ____________________________________________________________________________
6952 [  9169] By: jhi                                   on 2001/03/15  14:19:01
6953         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
6954      Branch: perl
6955            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6956            ! ext/Storable/Storable.xs
6957 ____________________________________________________________________________
6958 [  9168] By: jhi                                   on 2001/03/15  14:13:22
6959         Log: Integrate changes #9120,9167 from mainline to maintperl.
6960              
6961              Subject: [PATCH 5.6.1] OS/2 docs
6962              
6963              Subject: [PATCH 5.6.1] perldoc
6964      Branch: maint-5.6/perl
6965           !> os2/Changes utils/perldoc.PL
6966 ____________________________________________________________________________
6967 [  9167] By: jhi                                   on 2001/03/15  14:07:42
6968         Log: Subject: [PATCH 5.6.1] perldoc
6969              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6970              Date: Wed, 14 Mar 2001 23:46:52 -0500
6971              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
6972      Branch: perl
6973            ! utils/perldoc.PL
6974 ____________________________________________________________________________
6975 [  9166] By: jhi                                   on 2001/03/15  13:53:15
6976         Log: sigaction test condition tweakage.
6977      Branch: perl
6978            ! t/lib/sigaction.t
6979 ____________________________________________________________________________
6980 [  9165] By: alanbur                               on 2001/03/15  03:49:17
6981         Log: Resynchronised with parent
6982      Branch: maint-5.6/pureperl
6983           +> os2/os2add.sym t/op/anonsub.t
6984           !> (integrate 72 files)
6985 ____________________________________________________________________________
6986 [  9164] By: jhi                                   on 2001/03/15  01:05:01
6987         Log: Avoid stomping off the beginning of an array in tr///.
6988      Branch: perl
6989            ! op.c
6990 ____________________________________________________________________________
6991 [  9163] By: jhi                                   on 2001/03/15  00:58:57
6992         Log: h2ph strictness and cleanliness from Kurt Starsinic.
6993      Branch: perl
6994            ! utils/h2ph.PL
6995 ____________________________________________________________________________
6996 [  9162] By: gsar                                  on 2001/03/15  00:56:53
6997         Log: avoid warnings
6998      Branch: maint-5.6/perl
6999            ! t/op/magic.t
7000 ____________________________________________________________________________
7001 [  9161] By: gsar                                  on 2001/03/15  00:52:09
7002         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
7003              results
7004      Branch: maint-5.6/perl
7005            ! t/op/magic.t
7006 ____________________________________________________________________________
7007 [  9160] By: jhi                                   on 2001/03/14  22:02:10
7008         Log: Do not use the Perl malloc in IRIX, suggested by
7009              Helmus Jarausch.
7010      Branch: perl
7011            ! hints/irix_6.sh
7012 ____________________________________________________________________________
7013 [  9159] By: nick                                  on 2001/03/14  21:45:59
7014         Log: Integrate mainline
7015      Branch: perlio
7016           +> t/op/loopctl.t
7017           !> (integrate 41 files)
7018 ____________________________________________________________________________
7019 [  9158] By: jhi                                   on 2001/03/14  21:10:09
7020         Log: The Day of the Retractions continues: the #9138
7021              (integrated in #9144) doesn't work well in mainline.
7022      Branch: perl
7023            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7024            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7025            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7026 ____________________________________________________________________________
7027 [  9157] By: jhi                                   on 2001/03/14  20:58:12
7028         Log: The #9145 CANNOT be enabled: the clear_pmop code still
7029              dumps core all over in Tru64.
7030      Branch: perl
7031            ! op.c op.h t/op/pat.t
7032 ____________________________________________________________________________
7033 [  9156] By: jhi                                   on 2001/03/14  20:48:06
7034         Log: Integrate change #9154 from maintperl to mainline.
7035              
7036              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
7037              (caused Storable 1.0.10 to break on windows)
7038      Branch: perl
7039           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
7040           !> perlapi.c proto.h
7041 ____________________________________________________________________________
7042 [  9155] By: jhi                                   on 2001/03/14  20:23:53
7043         Log: Retract #9136: breaks threading (and binary compatibility).
7044      Branch: perl
7045            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
7046 ____________________________________________________________________________
7047 [  9154] By: gsar                                  on 2001/03/14  17:48:18
7048         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
7049              (caused Storable 1.0.10 to break on windows)
7050      Branch: maint-5.6/perl
7051            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
7052            ! perlapi.c proto.h
7053 ____________________________________________________________________________
7054 [  9153] By: jhi                                   on 2001/03/14  13:35:21
7055         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
7056      Branch: perl
7057            ! t/lib/sigaction.t
7058 ____________________________________________________________________________
7059 [  9152] By: gsar                                  on 2001/03/14  07:29:40
7060         Log: back out changes#9012,9010,9009 and parts of change#9016
7061              (causes ABRs under purify, and some prerequisites don't
7062              seem to be there in 5.6.x)
7063      Branch: maint-5.6/perl
7064            ! doop.c op.c t/op/tr.t toke.c
7065 ____________________________________________________________________________
7066 [  9151] By: gsar                                  on 2001/03/14  07:01:29
7067         Log: reenable change#9145 (the test was busted due to a missing
7068              C<print "ok 27\n">)
7069      Branch: perl
7070            ! op.c op.h t/op/pat.t
7071 ____________________________________________________________________________
7072 [  9150] By: jhi                                   on 2001/03/14  06:38:36
7073         Log: Retract #9145.
7074      Branch: perl
7075            ! op.c op.h t/op/pat.t
7076 ____________________________________________________________________________
7077 [  9149] By: jhi                                   on 2001/03/14  06:14:56
7078         Log: Retract #9143.
7079      Branch: perl
7080            ! op.c
7081 ____________________________________________________________________________
7082 [  9148] By: gsar                                  on 2001/03/14  06:13:02
7083         Log: Uninitialized Memory Read in regexec.c
7084      Branch: perl
7085            ! regexec.c
7086 ____________________________________________________________________________
7087 [  9147] By: jhi                                   on 2001/03/14  04:59:54
7088         Log: Subject: PATCH: make goto work in nested eval ""
7089              From: Robin Houston <robin@kitsite.com>
7090              Date: Wed, 14 Mar 2001 04:16:10 +0000
7091              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
7092      Branch: perl
7093            ! pp_ctl.c t/op/goto.t
7094 ____________________________________________________________________________
7095 [  9146] By: jhi                                   on 2001/03/14  04:42:54
7096         Log: Preserve the #ifdef PERL_CORE in perly.h.
7097      Branch: perl
7098            ! perly.fixer
7099 ____________________________________________________________________________
7100 [  9145] By: jhi                                   on 2001/03/14  03:57:41
7101         Log: (Retracted by #9150.)
7102      Branch: perl
7103            ! op.c op.h t/op/pat.t
7104 ____________________________________________________________________________
7105 [  9144] By: jhi                                   on 2001/03/14  03:50:38
7106         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
7107              
7108              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
7109              
7110              remove squelch controls for "Scalars leaked" messages in most places
7111              (these are now cured)
7112              
7113              fix another memory leak reported by purify (tie callbacks that
7114              croak can leak when wiping out magic)
7115      Branch: perl
7116           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
7117           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
7118           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
7119           !> t/pragma/warnings.t
7120 ____________________________________________________________________________
7121 [  9143] By: jhi                                   on 2001/03/14  03:37:53
7122         Log: (Retracted by #9149.)
7123      Branch: perl
7124            ! op.c
7125 ____________________________________________________________________________
7126 [  9142] By: gsar                                  on 2001/03/14  03:20:48
7127         Log: fix another memory leak reported by purify (tie callbacks that
7128              croak can leak when wiping out magic)
7129      Branch: maint-5.6/perl
7130            ! scope.c
7131 ____________________________________________________________________________
7132 [  9141] By: jhi                                   on 2001/03/14  02:55:00
7133         Log: Subject: PATCH for [ID 20010305.003]
7134              From: Robin Houston <robin@kitsite.com>
7135              Date: Wed, 14 Mar 2001 02:45:51 +0000
7136              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
7137      Branch: perl
7138            ! pp_ctl.c t/op/eval.t
7139 ____________________________________________________________________________
7140 [  9140] By: jhi                                   on 2001/03/14  02:41:54
7141         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7142              Date: Wed, 14 Mar 2001 01:52:51 +0000
7143              From: Robin Houston <robin@kitsite.com>
7144              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
7145              
7146              Fix for 2000313.004.
7147      Branch: perl
7148            ! pp_ctl.c t/op/goto.t
7149 ____________________________________________________________________________
7150 [  9139] By: jhi                                   on 2001/03/14  02:40:50
7151         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7152              From: Robin Houston <robin@kitsite.com>
7153              Date: Wed, 14 Mar 2001 00:43:45 +0000
7154              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
7155      Branch: perl
7156            + t/op/loopctl.t
7157            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
7158            ! vms/perly_c.vms
7159 ____________________________________________________________________________
7160 [  9138] By: gsar                                  on 2001/03/14  01:18:00
7161         Log: remove squelch controls for "Scalars leaked" messages in most places
7162              (these are now cured)
7163      Branch: maint-5.6/perl
7164            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7165            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7166            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7167 ____________________________________________________________________________
7168 [  9137] By: gsar                                  on 2001/03/14  00:57:04
7169         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
7170      Branch: maint-5.6/perl
7171            ! regcomp.c
7172 ____________________________________________________________________________
7173 [  9136] By: jhi                                   on 2001/03/13  23:12:24
7174         Log: (Retracted by #9155)
7175              
7176              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
7177              From: Jens-Uwe Mager <jum@helios.de>
7178              Date: Wed, 21 Feb 2001 21:32:04 +0100
7179              Message-ID: <20010221213203.A18340@ans.helios.de>
7180      Branch: perl
7181            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
7182 ____________________________________________________________________________
7183 [  9135] By: jhi                                   on 2001/03/13  22:50:05
7184         Log: Integrate perlio.
7185      Branch: perl
7186           !> pp.c
7187 ____________________________________________________________________________
7188 [  9134] By: jhi                                   on 2001/03/13  22:49:05
7189         Log: Integrate change #9131 from maintperl into mainline.
7190              
7191              make the error text look more consistent in hints/hpux.sh
7192      Branch: perl
7193           !> hints/hpux.sh
7194 ____________________________________________________________________________
7195 [  9133] By: gsar                                  on 2001/03/13  22:46:20
7196         Log: integrate change#9067 from mainline
7197              
7198              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
7199      Branch: maint-5.6/perl
7200           !> lib/ExtUtils/MM_Unix.pm
7201 ____________________________________________________________________________
7202 [  9132] By: jhi                                   on 2001/03/13  22:41:21
7203         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7204              From: "John P. Linderman" <jpl@research.att.com>
7205              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
7206              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
7207              
7208              A more correct prime finder.
7209      Branch: perl
7210            ! lib/Tie/SubstrHash.pm
7211 ____________________________________________________________________________
7212 [  9131] By: gsar                                  on 2001/03/13  22:30:42
7213         Log: make the error text look more consistent in hints/hpux.sh
7214      Branch: maint-5.6/perl
7215            ! hints/hpux.sh
7216 ____________________________________________________________________________
7217 [  9130] By: jhi                                   on 2001/03/13  22:23:44
7218         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
7219              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7220              Date: Tue, 13 Mar 2001 18:41:26 +0100
7221              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
7222              
7223              If the test is run non-interactively the default handler
7224              is different.
7225      Branch: perl
7226            ! t/lib/sigaction.t
7227 ____________________________________________________________________________
7228 [  9129] By: jhi                                   on 2001/03/13  22:20:21
7229         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
7230              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7231              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
7232              Date:     Tue, 13 Mar 2001 16:44:32 EST
7233      Branch: perl
7234            ! t/lib/1_compile.t
7235 ____________________________________________________________________________
7236 [  9128] By: jhi                                   on 2001/03/13  22:18:34
7237         Log: Subject: Another patch for integer.pm POD 
7238              From: "John L. Allen" <allen@grumman.com>
7239              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
7240              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
7241      Branch: perl
7242            ! lib/integer.pm
7243 ____________________________________________________________________________
7244 [  9127] By: nick                                  on 2001/03/13  21:26:30
7245         Log: Integrate mainline.
7246      Branch: perlio
7247           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
7248           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
7249           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
7250           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
7251           !> Changes Configure MANIFEST README.os2 README.os390
7252           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
7253           !> os2/Changes patchlevel.h win32/perlhost.h
7254 ____________________________________________________________________________
7255 [  9126] By: nick                                  on 2001/03/13  20:39:51
7256         Log: #ifdef'ed out code to make packed side of pack/unpack
7257              octets. (i.e. pack('U') => encode_utf8).
7258      Branch: perlio
7259            ! pp.c
7260 ____________________________________________________________________________
7261 [  9125] By: jhi                                   on 2001/03/13  15:07:16
7262         Log: Update Changes.
7263      Branch: perl
7264            ! Changes patchlevel.h
7265 ____________________________________________________________________________
7266 [  9124] By: jhi                                   on 2001/03/13  14:22:45
7267         Log: Workaround for the buggy ("internal compiler error")
7268              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
7269              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
7270              of Andreas König.
7271      Branch: perl
7272            ! ext/re/Makefile.PL hints/aix.sh
7273 ____________________________________________________________________________
7274 [  9123] By: jhi                                   on 2001/03/13  03:24:34
7275         Log: Typo in #9114.
7276      Branch: metaconfig
7277            ! U/modified/myhostname.U
7278 ____________________________________________________________________________
7279 [  9122] By: jhi                                   on 2001/03/13  03:24:06
7280         Log: Typo in #9113.
7281      Branch: perl
7282            ! Configure
7283 ____________________________________________________________________________
7284 [  9121] By: jhi                                   on 2001/03/13  01:53:05
7285         Log: Forgot to check-in the larger part of #9120, duh.
7286      Branch: perl
7287            ! README.os2
7288 ____________________________________________________________________________
7289 [  9120] By: jhi                                   on 2001/03/13  01:51:31
7290         Log: Subject: [PATCH 5.6.1] OS/2 docs
7291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7292              Date: Mon, 12 Mar 2001 03:27:32 -0500
7293              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
7294      Branch: perl
7295            ! os2/Changes
7296 ____________________________________________________________________________
7297 [  9119] By: jhi                                   on 2001/03/13  01:49:41
7298         Log: Integrate change #9116 from maintperl into mainline.
7299              
7300              Win32::GetCwd() returns C: instead of C:\ in the root directory
7301              under ithreads
7302      Branch: perl
7303           !> win32/perlhost.h
7304 ____________________________________________________________________________
7305 [  9118] By: jhi                                   on 2001/03/13  01:13:39
7306         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
7307      Branch: perl
7308            + lib/Switch.pm t/lib/switch.t
7309            ! MANIFEST
7310 ____________________________________________________________________________
7311 [  9117] By: jhi                                   on 2001/03/13  01:03:17
7312         Log: Add Text::Balanced 1.83.
7313      Branch: perl
7314            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
7315            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
7316            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
7317            + t/lib/tb-xvari.t
7318            ! MANIFEST
7319 ____________________________________________________________________________
7320 [  9116] By: gsar                                  on 2001/03/13  00:55:53
7321         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
7322              under ithreads
7323      Branch: maint-5.6/perl
7324            ! win32/perlhost.h
7325 ____________________________________________________________________________
7326 [  9115] By: jhi                                   on 2001/03/13  00:54:09
7327         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
7328              From: "John L. Allen" <allen@grumman.com>
7329              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
7330              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
7331              
7332              use integer document clarification.
7333      Branch: perl
7334            ! lib/integer.pm
7335 ____________________________________________________________________________
7336 [  9114] By: jhi                                   on 2001/03/13  00:38:54
7337         Log: Metaconfig unit change for #9113.
7338      Branch: metaconfig
7339            ! U/modified/myhostname.U
7340 ____________________________________________________________________________
7341 [  9113] By: jhi                                   on 2001/03/13  00:38:35
7342         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?)
7343              From: Peter Prymmer <pvhp@forte.com>
7344              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
7345              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
7346      Branch: perl
7347            ! Configure README.os390 hints/os390.sh
7348 ____________________________________________________________________________
7349 [  9112] By: jhi                                   on 2001/03/13  00:29:00
7350         Log: Integrate perlio.
7351      Branch: perl
7352           !> sv.c utf8.h
7353 ____________________________________________________________________________
7354 [  9111] By: nick                                  on 2001/03/12  21:16:33
7355         Log: Integrate mainline.
7356      Branch: perlio
7357           +> t/op/anonsub.t
7358           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
7359           !> proto.h sv.c
7360 ____________________________________________________________________________
7361 [  9110] By: nick                                  on 2001/03/12  21:00:13
7362         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
7363      Branch: perlio
7364            ! sv.c utf8.h
7365 ____________________________________________________________________________
7366 [  9109] By: jhi                                   on 2001/03/12  16:04:47
7367         Log: Integrate change #9108 from maintperl to mainline.
7368              
7369              fix memory leak in C<sub X { sub {} }> arising from a refcount
7370              loop between the outer sub and the inner prototype anonsub
7371              
7372              this also enables closures returned by subroutines that
7373              subsequently get redefined to work without generating coredumps :)
7374              
7375              completely removed the free_closures() hack--it shouldn't be
7376              needed anymore
7377      Branch: perl
7378           +> t/op/anonsub.t
7379           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
7380           !> proto.h sv.c
7381 ____________________________________________________________________________
7382 [  9108] By: gsar                                  on 2001/03/12  10:21:31
7383         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
7384              loop between the outer sub and the inner prototype anonsub
7385              
7386              this also enables closures returned by subroutines that
7387              subsequently get redefined to work without generating coredumps :)
7388              
7389              completely removed the free_closures() hack--it shouldn't be
7390              needed anymore
7391      Branch: maint-5.6/perl
7392            + t/op/anonsub.t
7393            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
7394            ! proto.h sv.c
7395 ____________________________________________________________________________
7396 [  9107] By: jhi                                   on 2001/03/12  05:15:31
7397         Log: Integrate perlio.
7398      Branch: perl
7399           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
7400 ____________________________________________________________________________
7401 [  9106] By: nick                                  on 2001/03/11  20:10:12
7402         Log: regcomp.c is working in native space, not Unicode space (if different)
7403              as it is doing compare against 'W' in \W etc.
7404      Branch: perlio
7405            ! regcomp.c
7406 ____________________________________________________________________________
7407 [  9105] By: nick                                  on 2001/03/11  19:39:34
7408         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
7409              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
7410      Branch: perlio
7411            ! regcomp.c toke.c utf8.c
7412 ____________________________________________________________________________
7413 [  9104] By: nick                                  on 2001/03/11  18:15:44
7414         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
7415      Branch: perlio
7416            ! sv.c
7417 ____________________________________________________________________________
7418 [  9103] By: nick                                  on 2001/03/11  18:03:28
7419         Log: Integrate mainline (for regexp stuff).
7420      Branch: perlio
7421           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
7422           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
7423           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
7424           !> t/lib/errno.t t/op/pat.t
7425 ____________________________________________________________________________
7426 [  9102] By: nick                                  on 2001/03/11  17:44:20
7427         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
7428              - exclude layer syms in makedef.pl for sfio
7429              - also inhibit Encode from trying to build ":encode()" layer.
7430      Branch: perlio
7431            ! ext/Encode/Encode.xs makedef.pl
7432 ____________________________________________________________________________
7433 [  9101] By: jhi                                   on 2001/03/10  22:38:13
7434         Log: The $Is_MacOS needs to be declared.
7435      Branch: perl
7436            ! lib/ExtUtils/Manifest.pm
7437 ____________________________________________________________________________
7438 [  9100] By: jhi                                   on 2001/03/10  22:14:29
7439         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
7440              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
7441              pollute the symbolspace if using sfio.
7442      Branch: perl
7443            ! ext/Encode/Encode.xs
7444 ____________________________________________________________________________
7445 [  9099] By: jhi                                   on 2001/03/10  21:58:48
7446         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
7447              Date: Sat, 10 Mar 2001 14:23:55 -0500
7448              From: Chris Nandor <pudge@pobox.com>
7449              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
7450      Branch: perl
7451            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
7452            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
7453            ! t/lib/errno.t
7454 ____________________________________________________________________________
7455 [  9098] By: jhi                                   on 2001/03/10  21:38:30
7456         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
7457      Branch: perl
7458            ! regcomp.c regexec.c t/op/pat.t
7459 ____________________________________________________________________________
7460 [  9097] By: jhi                                   on 2001/03/10  14:38:07
7461         Log: Integrate perlio.
7462      Branch: perl
7463           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
7464           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
7465           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
7466 ____________________________________________________________________________
7467 [  9096] By: nick                                  on 2001/03/10  11:55:43
7468         Log: EBCDIC sanity - phase I
7469              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
7470              - use utf8n_xxxx (c.f. pvn) for forms which take length.
7471              - back out vN.N and $^V exceptions to e2a/a2e
7472              - make "locale" isxxx macros be uvchr (may be redundant?)
7473              
7474              Not clear yet that toUPPER_uni et. al. return being handled correctly.
7475              The tr// and rexexp stuff still needs an audit, assumption is they are working
7476              in Unicode space.
7477              
7478              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
7479      Branch: perlio
7480            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
7481            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
7482            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
7483 ____________________________________________________________________________
7484 [  9095] By: jhi                                   on 2001/03/09  22:10:01
7485         Log: Integrate perlio.
7486      Branch: perl
7487           !> dump.c
7488 ____________________________________________________________________________
7489 [  9094] By: nick                                  on 2001/03/09  17:36:38
7490         Log: Builds an passes all tests after integrate and this tweak.
7491      Branch: perlio
7492            ! dump.c
7493 ____________________________________________________________________________
7494 [  9093] By: nick                                  on 2001/03/09  17:16:03
7495         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
7496      Branch: perlio
7497           +> lib/unicode/Scripts.txt t/lib/sigaction.t
7498           !> (integrate 79 files)
7499 ____________________________________________________________________________
7500 [  9092] By: jhi                                   on 2001/03/09  15:28:26
7501         Log: Update Changes.
7502      Branch: perl
7503            ! Changes patchlevel.h
7504 ____________________________________________________________________________
7505 [  9091] By: jhi                                   on 2001/03/09  15:25:05
7506         Log: In op/stat #35 better to scan all the potential directories
7507              for setuids, not just the first one.
7508      Branch: perl
7509            ! t/op/stat.t
7510 ____________________________________________________________________________
7511 [  9090] By: jhi                                   on 2001/03/09  15:01:27
7512         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
7513              From: rspier@pobox.com (Robert Spier)
7514              Date: Fri, 9 Mar 2001 03:30:20 -0500
7515              Message-ID: <15016.38044.381174.160189@rls.cx>
7516              
7517              EXISTS() returning undef mistakenly triggered a FETCH().
7518      Branch: perl
7519            ! hv.c
7520 ____________________________________________________________________________
7521 [  9089] By: jhi                                   on 2001/03/09  14:59:02
7522         Log: Add /sbin and /usr/sbin to the list of directories scanned
7523              for setuid programs.  Takes care of bug id 20010309.003.
7524      Branch: perl
7525            ! t/op/stat.t
7526 ____________________________________________________________________________
7527 [  9088] By: jhi                                   on 2001/03/09  14:48:32
7528         Log: Regen perlapi, perltoc.
7529      Branch: perl
7530            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
7531 ____________________________________________________________________________
7532 [  9087] By: jhi                                   on 2001/03/09  14:38:56
7533         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
7534              From: David Mitchell <davem@fdgroup.co.uk>
7535              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
7536              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
7537      Branch: perl
7538            ! dump.c perl.c perl.h pod/perlrun.pod
7539 ____________________________________________________________________________
7540 [  9086] By: jhi                                   on 2001/03/09  01:47:16
7541         Log: A modified version of
7542              
7543              Subject: [ID 20010307.005] POSIX::sigaction has various problems
7544              From: anders@broadcom.com
7545              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
7546              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
7547              
7548              Currently the sigaction.t test #6 fails (and is fudged to look
7549              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
7550              This may well be a genuine bug in Linux sigaction() (since at
7551              least Tru64, Solaris, and HP-UX disagree with Linux).
7552              Anyone with POSIX / SUSv2 tome handy?  The problem is that
7553              the flags of the oldaction don't match with the flags in
7554              the previously installed disposition.
7555      Branch: perl
7556            + t/lib/sigaction.t
7557            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
7558 ____________________________________________________________________________
7559 [  9085] By: jhi                                   on 2001/03/09  01:30:13
7560         Log: Subject: Re: mission impossible for the day
7561              From: Alex Gough <alex@rcon.org>
7562              Date: Thu, 08 Mar 2001 17:18:19 +0000
7563              Message-ID: <3AA7BEDB.8070409@rcon.org>
7564              
7565              If references (are overloaded) and can be directly stringified,
7566              show that instead of "stringified".
7567              
7568              (The problem, infinite mutual recursion caused by overloaded bool
7569              in Switch.pm, tracked by David Mitchell)
7570      Branch: perl
7571            ! lib/Carp/Heavy.pm
7572 ____________________________________________________________________________
7573 [  9084] By: jhi                                   on 2001/03/09  01:20:39
7574         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
7575              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
7576              From: David Mitchell <davem@fdgroup.co.uk>
7577              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
7578      Branch: perl
7579            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
7580            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
7581 ____________________________________________________________________________
7582 [  9083] By: jhi                                   on 2001/03/09  01:16:51
7583         Log: Subject: [PATCH] perldata.pod here-doc docs
7584              From: Jeff Pinyan <jeffp@crusoe.net>
7585              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
7586              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
7587      Branch: perl
7588            ! pod/perldata.pod
7589 ____________________________________________________________________________
7590 [  9082] By: jhi                                   on 2001/03/09  01:01:27
7591         Log: Subject: Re: Unicode/EBCDIC
7592              From: Peter Prymmer <pvhp@forte.com>
7593              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
7594              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
7595      Branch: perl
7596            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
7597 ____________________________________________________________________________
7598 [  9081] By: jhi                                   on 2001/03/08  13:41:30
7599         Log: Subject: Ooops, wrong 'no *POSIX' Patch
7600              From: Dorner Thomas <Thomas.Dorner@start.de>
7601              Date: Thu, 8 Mar 2001 08:43:28 +0100
7602              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
7603      Branch: perl
7604            ! hints/posix-bc.sh
7605 ____________________________________________________________________________
7606 [  9080] By: jhi                                   on 2001/03/08  13:11:42
7607         Log: It's Scripts.txt, not Script.txt.
7608      Branch: perl
7609            ! MANIFEST
7610 ____________________________________________________________________________
7611 [  9079] By: jhi                                   on 2001/03/08  12:59:05
7612         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
7613              From: Dorner Thomas <Thomas.Dorner@start.de>
7614              Date: Wed, 7 Mar 2001 14:13:31 +0100
7615              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
7616      Branch: perl
7617            ! makedepend.SH
7618 ____________________________________________________________________________
7619 [  9078] By: jhi                                   on 2001/03/08  12:57:43
7620         Log: Retract #9069, wrong patch.
7621      Branch: perl
7622            ! Makefile.SH
7623 ____________________________________________________________________________
7624 [  9077] By: jhi                                   on 2001/03/08  01:06:13
7625         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
7626      Branch: perl
7627            + lib/unicode/Scripts.txt
7628            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
7629            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
7630            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
7631            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
7632            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
7633            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
7634            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
7635            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
7636            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
7637            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
7638            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
7639            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
7640            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
7641            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
7642            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
7643            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
7644            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
7645            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
7646            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
7647            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
7648            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
7649            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
7650            ! lib/unicode/version
7651 ____________________________________________________________________________
7652 [  9076] By: jhi                                   on 2001/03/07  22:59:39
7653         Log: Integrate change #7784 from mainline into maintperl.
7654              
7655              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
7656      Branch: maint-5.6/perl
7657           !> pp_ctl.c t/op/pat.t
7658 ____________________________________________________________________________
7659 [  9075] By: jhi                                   on 2001/03/07  22:05:11
7660         Log: More UTF-8 test tweaks.
7661      Branch: perl
7662            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
7663 ____________________________________________________________________________
7664 [  9074] By: nick                                  on 2001/03/07  21:39:29
7665         Log: Integrate mainline.
7666      Branch: perlio
7667           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
7668           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
7669           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
7670           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
7671           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
7672 ____________________________________________________________________________
7673 [  9073] By: jhi                                   on 2001/03/07  16:37:09
7674         Log: Update Changes.
7675      Branch: perl
7676            ! Changes patchlevel.h
7677 ____________________________________________________________________________
7678 [  9072] By: jhi                                   on 2001/03/07  16:32:30
7679         Log: Subject: [ID 20010306.004] || != named unary operator
7680              From: abela@geneanet.org
7681              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
7682              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
7683      Branch: perl
7684            ! pod/perlop.pod
7685 ____________________________________________________________________________
7686 [  9071] By: jhi                                   on 2001/03/07  15:14:11
7687         Log: Subject: downgrading to bytes for common functions
7688              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
7689              Date: Wed, 7 Mar 2001 02:36:55 -0500
7690              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
7691      Branch: perl
7692            ! pp_sys.c
7693 ____________________________________________________________________________
7694 [  9070] By: jhi                                   on 2001/03/07  15:04:58
7695         Log: Clarify the description differentiating for and while; inspired by
7696              
7697              Subject: [ID 20010306.002] for/while difference in for definition
7698              From: abela@geneanet.org
7699              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
7700              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
7701      Branch: perl
7702            ! pod/perlsyn.pod
7703 ____________________________________________________________________________
7704 [  9069] By: jhi                                   on 2001/03/07  14:55:30
7705         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
7706              From: Dorner Thomas <Thomas.Dorner@start.de>
7707              Date: Wed, 7 Mar 2001 14:13:31 +0100
7708              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
7709      Branch: perl
7710            ! Makefile.SH
7711 ____________________________________________________________________________
7712 [  9068] By: jhi                                   on 2001/03/07  14:51:17
7713         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
7714              From: Radu Greab <radu@netsoft.ro>
7715              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
7716              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
7717      Branch: perl
7718            ! pp.c t/op/chop.t
7719 ____________________________________________________________________________
7720 [  9067] By: jhi                                   on 2001/03/07  14:48:57
7721         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
7722              From: Simon Cozens <simon@netthink.co.uk>
7723              Date: Wed, 7 Mar 2001 13:59:28 +0000
7724              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
7725              
7726              In order to allow MakeMaker to build correct Makefiles,
7727              you need to change the order of the arguments in MM_Unix.pm
7728              as well. (Unless you have C89_CCMODE set, but we're trying
7729              to be POSIXly correct)
7730              
7731              Thanks to Merijn Broeren for tracking this down.
7732      Branch: perl
7733            ! lib/ExtUtils/MM_Unix.pm
7734 ____________________________________________________________________________
7735 [  9066] By: jhi                                   on 2001/03/07  14:30:02
7736         Log: Floating point too messy.
7737      Branch: perl
7738            ! t/camel-III/vstring.t
7739 ____________________________________________________________________________
7740 [  9065] By: jhi                                   on 2001/03/07  14:17:44
7741         Log: Integrate change #9064 from maintperl into mainline.
7742              
7743              fix memory leak in pack("Bb",...)
7744      Branch: perl
7745           !> perl.c
7746 ____________________________________________________________________________
7747 [  9064] By: gsar                                  on 2001/03/07  06:29:24
7748         Log: fix memory leak in pack("Bb",...)
7749      Branch: maint-5.6/perl
7750            ! perl.c
7751 ____________________________________________________________________________
7752 [  9063] By: jhi                                   on 2001/03/07  00:55:04
7753         Log: Major utf8 test reorganisation and rewrite.
7754              Hopefully no tests were lost in the shuffle.
7755              (The beginning of pragma/utf8 was lost intentionally,
7756              the tests were rather bogus and incomplete.)
7757      Branch: perl
7758            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
7759            ! t/pragma/utf8.t
7760 ____________________________________________________________________________
7761 [  9062] By: jhi                                   on 2001/03/07  00:41:16
7762         Log: More tweakage on the Unicode character class descriptions.
7763      Branch: perl
7764            ! lib/unicode/mktables.PL pod/perlretut.pod
7765 ____________________________________________________________________________
7766 [  9061] By: jhi                                   on 2001/03/06  23:12:38
7767         Log: The perlretut was still talking about the old \p and \P
7768              definitions.
7769      Branch: perl
7770            ! pod/perlretut.pod
7771 ____________________________________________________________________________
7772 [  9060] By: nick                                  on 2001/03/06  20:52:37
7773         Log: Integrate mainline (make test works again now).
7774      Branch: perlio
7775           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
7776 ____________________________________________________________________________
7777 [  9059] By: jhi                                   on 2001/03/06  15:36:14
7778         Log: 0.999... does equal 1.0, doesn't it?
7779      Branch: perl
7780            ! t/camel-III/vstring.t
7781 ____________________________________________________________________________
7782 [  9058] By: jhi                                   on 2001/03/06  15:34:00
7783         Log: Make /x{abcd}/ to work without use utf8.
7784      Branch: perl
7785            ! regcomp.c
7786 ____________________________________________________________________________
7787 [  9057] By: jhi                                   on 2001/03/06  03:02:36
7788         Log: Easier to outcomment all the three reset() tests for now.
7789      Branch: perl
7790            ! t/op/pat.t
7791 ____________________________________________________________________________
7792 [  9056] By: jhi                                   on 2001/03/06  02:30:02
7793         Log: Comment out the deadly reset; until the 20010301.005
7794              is finally fixed.
7795      Branch: perl
7796            ! t/op/pat.t
7797 ____________________________________________________________________________
7798 [  9055] By: jhi                                   on 2001/03/06  02:21:26
7799         Log: Integrate the change #9054 from mainline:
7800              retract the PMOP cleanup patch pending further investigation.
7801      Branch: maint-5.6/perl
7802           !> op.c op.h
7803 ____________________________________________________________________________
7804 [  9054] By: jhi                                   on 2001/03/06  02:19:57
7805         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
7806              with oddly familiar stack traces.
7807      Branch: perl
7808            ! op.c op.h
7809 ____________________________________________________________________________
7810 [  9053] By: jhi                                   on 2001/03/05  23:20:28
7811         Log: Integrate perlio.
7812      Branch: perl
7813           +> ext/Encode/Encode/koi8-r.ucm
7814           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
7815           !> makedef.pl
7816 ____________________________________________________________________________
7817 [  9052] By: nick                                  on 2001/03/05  23:08:17
7818         Log: skipping USE_PERLIO symbols correction.
7819      Branch: perlio
7820            ! makedef.pl
7821 ____________________________________________________________________________
7822 [  9051] By: nick                                  on 2001/03/05  22:35:07
7823         Log: More Encode alias tidying.
7824      Branch: perlio
7825            + ext/Encode/Encode/koi8-r.ucm
7826            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
7827 ____________________________________________________________________________
7828 [  9050] By: jhi                                   on 2001/03/05  21:44:29
7829         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
7830              Sarathy's fix for ID 20010301.005.
7831      Branch: maint-5.6/perl
7832           !> op.c op.h
7833 ____________________________________________________________________________
7834 [  9049] By: nick                                  on 2001/03/05  19:54:04
7835         Log: Integrate Jarkko's Encode.pm tweak.
7836      Branch: perlio
7837           !> ext/Encode/Encode.pm
7838 ____________________________________________________________________________
7839 [  9048] By: nick                                  on 2001/03/05  19:47:57
7840         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
7841      Branch: perlio
7842           +> os2/os2add.sym
7843           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
7844           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
7845           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
7846           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
7847           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
7848 ____________________________________________________________________________
7849 [  9047] By: jhi                                   on 2001/03/05  19:25:26
7850         Log: Regen perlapi.
7851      Branch: perl
7852            ! pod/perlapi.pod
7853 ____________________________________________________________________________
7854 [  9046] By: jhi                                   on 2001/03/05  19:12:14
7855         Log: Integrate perlio.
7856      Branch: perl
7857           +> t/camel-III/vstring.t
7858           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
7859 ____________________________________________________________________________
7860 [  9045] By: jhi                                   on 2001/03/05  19:10:36
7861         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
7862      Branch: perl
7863            ! ext/Encode/Encode.pm
7864 ____________________________________________________________________________
7865 [  9044] By: jhi                                   on 2001/03/05  18:49:12
7866         Log: Forgot the other half of the PMOP patch (#9033).
7867      Branch: perl
7868            ! op.h
7869 ____________________________________________________________________________
7870 [  9043] By: nick                                  on 2001/03/05  18:14:47
7871         Log: Update MANIFEST for new test.
7872      Branch: perlio
7873            ! MANIFEST
7874 ____________________________________________________________________________
7875 [  9042] By: nick                                  on 2001/03/05  18:12:41
7876         Log: Some tests for Camel 3rd edition features.
7877              Make gethostbyaddr() test in above work.
7878      Branch: perlio
7879            + t/camel-III/vstring.t
7880            ! pp.h pp_sys.c t/TEST t/harness
7881 ____________________________________________________________________________
7882 [  9041] By: jhi                                   on 2001/03/05  17:41:48
7883         Log: Add more ISO 8859 encoding aliases.
7884      Branch: perl
7885            ! ext/Encode/Encode.pm
7886 ____________________________________________________________________________
7887 [  9040] By: jhi                                   on 2001/03/05  17:30:43
7888         Log: Integrate perlio.
7889      Branch: perl
7890           !> MANIFEST sv.c
7891 ____________________________________________________________________________
7892 [  9039] By: nick                                  on 2001/03/05  17:11:36
7893         Log: Missed added file.
7894      Branch: perlio
7895            ! MANIFEST
7896 ____________________________________________________________________________
7897 [  9038] By: jhi                                   on 2001/03/05  15:58:01
7898         Log: Add tr tests for EBCDIC, from Karsten Sperling.
7899      Branch: perl
7900            ! t/op/tr.t
7901 ____________________________________________________________________________
7902 [  9037] By: nick                                  on 2001/03/05  15:56:35
7903         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
7904              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
7905              
7906              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
7907              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
7908              - uses SvPV() rather than sv_2pv() in case it isn't a string.
7909      Branch: perlio
7910            ! sv.c
7911 ____________________________________________________________________________
7912 [  9036] By: jhi                                   on 2001/03/05  15:49:15
7913         Log: Add matching tests currently failing in EBCDIC,
7914              suggested by Karsten Sperling.
7915      Branch: perl
7916            ! t/op/pat.t
7917 ____________________________________________________________________________
7918 [  9035] By: jhi                                   on 2001/03/05  15:36:55
7919         Log: The #9034 needs a MANIFESTation.
7920      Branch: perl
7921            ! MANIFEST
7922 ____________________________________________________________________________
7923 [  9034] By: jhi                                   on 2001/03/05  15:35:14
7924         Log: Integrate perlio.
7925      Branch: perl
7926           +> ext/Encode/Encode/Tcl.pm
7927           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
7928           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
7929           !> ext/Encode/Encode/iso8859-1.ucm
7930           !> ext/Encode/Encode/iso8859-10.ucm
7931           !> ext/Encode/Encode/iso8859-13.ucm
7932           !> ext/Encode/Encode/iso8859-14.ucm
7933           !> ext/Encode/Encode/iso8859-15.ucm
7934           !> ext/Encode/Encode/iso8859-16.ucm
7935           !> ext/Encode/Encode/iso8859-2.ucm
7936           !> ext/Encode/Encode/iso8859-3.ucm
7937           !> ext/Encode/Encode/iso8859-4.ucm
7938           !> ext/Encode/Encode/iso8859-5.ucm
7939           !> ext/Encode/Encode/iso8859-6.ucm
7940           !> ext/Encode/Encode/iso8859-7.ucm
7941           !> ext/Encode/Encode/iso8859-8.ucm
7942           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
7943           !> t/lib/encode.t
7944 ____________________________________________________________________________
7945 [  9033] By: jhi                                   on 2001/03/05  15:33:18
7946         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
7947              From: Gurusamy Sarathy <gsar@ActiveState.com>
7948              Date: Sun, 04 Mar 2001 22:33:15 -0800
7949              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
7950              
7951              PMOPs need to remember their own stash so that they can
7952              gracefully remove themselves from their linked list.
7953      Branch: perl
7954            ! op.c
7955 ____________________________________________________________________________
7956 [  9032] By: nick                                  on 2001/03/05  14:51:50
7957         Log: Encode implementation "completion"
7958              Implement and document define_encoding()
7959              Implement and document encoding aliases including define_alias()
7960              Make Encode::XS use define_encoding() rather than back-door.
7961              Move run-time *.enc to separate Encode::Tcl module.
7962              Make 'compile' honour <codeset_name>
7963              Change canonical names of to iso-8859-* and US-ascii.
7964      Branch: perlio
7965            + ext/Encode/Encode/Tcl.pm
7966            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7967            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
7968            ! ext/Encode/Encode/iso8859-1.ucm
7969            ! ext/Encode/Encode/iso8859-10.ucm
7970            ! ext/Encode/Encode/iso8859-13.ucm
7971            ! ext/Encode/Encode/iso8859-14.ucm
7972            ! ext/Encode/Encode/iso8859-15.ucm
7973            ! ext/Encode/Encode/iso8859-16.ucm
7974            ! ext/Encode/Encode/iso8859-2.ucm
7975            ! ext/Encode/Encode/iso8859-3.ucm
7976            ! ext/Encode/Encode/iso8859-4.ucm
7977            ! ext/Encode/Encode/iso8859-5.ucm
7978            ! ext/Encode/Encode/iso8859-6.ucm
7979            ! ext/Encode/Encode/iso8859-7.ucm
7980            ! ext/Encode/Encode/iso8859-8.ucm
7981            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
7982            ! t/lib/encode.t
7983 ____________________________________________________________________________
7984 [  9031] By: jhi                                   on 2001/03/05  13:51:17
7985         Log: Integrate change #9030 from maintperl into mainline.
7986              
7987              Subject: [PATCH 5.6.1] OS/2 cleanup
7988      Branch: perl
7989           +> os2/os2add.sym
7990           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7991           !> makedef.pl os2/Changes os2/Makefile.SHs
7992           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
7993           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
7994           !> os2/os2.sym os2/os2ish.h
7995 ____________________________________________________________________________
7996 [  9030] By: jhi                                   on 2001/03/05  13:46:49
7997         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
7998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7999              Date: Mon, 5 Mar 2001 02:29:44 -0500
8000              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
8001      Branch: maint-5.6/perl
8002            + os2/os2add.sym
8003            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8004            ! makedef.pl os2/Changes os2/Makefile.SHs
8005            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
8006            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
8007            ! os2/os2.sym os2/os2ish.h
8008 ____________________________________________________________________________
8009 [  9029] By: jhi                                   on 2001/03/05  13:40:35
8010         Log: Integrate change #9028 from maintperl into mainline.
8011              
8012              various nits in MM_Unix.pm found by disabling SelfLoader
8013      Branch: perl
8014           !> lib/ExtUtils/MM_Unix.pm
8015 ____________________________________________________________________________
8016 [  9028] By: gsar                                  on 2001/03/05  09:58:38
8017         Log: various nits in MM_Unix.pm found by disabling SelfLoader
8018      Branch: maint-5.6/perl
8019            ! lib/ExtUtils/MM_Unix.pm
8020 ____________________________________________________________________________
8021 [  9027] By: nick                                  on 2001/03/05  08:35:22
8022         Log: Integrate mainline
8023      Branch: perlio
8024           !> (integrate 28 files)
8025 ____________________________________________________________________________
8026 [  9026] By: jhi                                   on 2001/03/05  02:14:59
8027         Log: Integrate change #9025 from mainline to maintperl,
8028              retract \N{U+HHHH}.
8029      Branch: maint-5.6/perl
8030           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8031           !> t/lib/charnames.t toke.c
8032 ____________________________________________________________________________
8033 [  9025] By: jhi                                   on 2001/03/05  02:13:09
8034         Log: Retracting \N{U+HHHH}.
8035      Branch: perl
8036            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8037            ! t/lib/charnames.t toke.c
8038 ____________________________________________________________________________
8039 [  9024] By: jhi                                   on 2001/03/04  20:51:07
8040         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
8041              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8042              Date: Fri, 02 Mar 2001 18:25:26 +0100
8043              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
8044              
8045              Casting problem.
8046      Branch: perl
8047            ! ext/Storable/Storable.xs
8048 ____________________________________________________________________________
8049 [  9023] By: jhi                                   on 2001/03/04  19:46:45
8050         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
8051              From: nick@talking.bollo.cx
8052              Date: Sat, 03 Mar 2001 21:41:33 +0000
8053              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
8054              
8055              Revert the workaround.
8056      Branch: perl
8057            ! perlio.c
8058 ____________________________________________________________________________
8059 [  9022] By: jhi                                   on 2001/03/04  19:36:28
8060         Log: Update Changes.
8061      Branch: perl
8062            ! Changes patchlevel.h
8063 ____________________________________________________________________________
8064 [  9021] By: jhi                                   on 2001/03/04  18:41:00
8065         Log: makedef.pl updates suggested by Chris Nandor; double-checking
8066              the changes in AIX, OS/2 Win32 would be nice.
8067      Branch: perl
8068            ! makedef.pl
8069 ____________________________________________________________________________
8070 [  9020] By: jhi                                   on 2001/03/04  18:23:58
8071         Log: Integrate change #9012 from maintperl into mainline,
8072              quench a compiler warning.
8073      Branch: perl
8074           !> toke.c
8075 ____________________________________________________________________________
8076 [  9019] By: jhi                                   on 2001/03/04  18:18:43
8077         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
8078              
8079              \N{U+HHHH} fix.
8080              
8081              pattern in G_ARRAY context
8082      Branch: maint-5.6/perl
8083           !> pp_hot.c t/op/pat.t toke.c
8084 ____________________________________________________________________________
8085 [  9018] By: jhi                                   on 2001/03/04  18:07:48
8086         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
8087              From: Jeff Pinyan <jeffp@crusoe.net>
8088              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
8089              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
8090      Branch: perl
8091            ! pp_hot.c t/op/pat.t
8092 ____________________________________________________________________________
8093 [  9017] By: jhi                                   on 2001/03/04  18:06:21
8094         Log: I thought I tested the #9014.
8095      Branch: perl
8096            ! toke.c
8097 ____________________________________________________________________________
8098 [  9016] By: jhi                                   on 2001/03/04  17:41:22
8099         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
8100              
8101              Tweak the get*ent() OS/2 prototypes.
8102              
8103              Add the \N{U+HHHH} syntax.
8104              
8105              More tr/// UTF-8 fixes from Inaba Hiroto.
8106      Branch: maint-5.6/perl
8107           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
8108           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
8109 ____________________________________________________________________________
8110 [  9015] By: jhi                                   on 2001/03/04  17:36:04
8111         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
8112      Branch: perl
8113            ! doop.c t/op/tr.t
8114 ____________________________________________________________________________
8115 [  9014] By: jhi                                   on 2001/03/04  17:24:49
8116         Log: Add the \N{U+HHHH} syntax.
8117      Branch: perl
8118            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8119            ! t/lib/charnames.t toke.c
8120 ____________________________________________________________________________
8121 [  9013] By: jhi                                   on 2001/03/04  17:20:45
8122         Log: Tweak the get*ent() OS/2 prototypes.
8123      Branch: perl
8124            ! os2/os2.c
8125 ____________________________________________________________________________
8126 [  9012] By: gsar                                  on 2001/03/04  06:26:14
8127         Log: avoid warning (nit in change#9009)
8128      Branch: maint-5.6/perl
8129            ! toke.c
8130 ____________________________________________________________________________
8131 [  9011] By: gsar                                  on 2001/03/04  06:15:24
8132         Log: lib/charnames.t fails in 5.6.x because of older Unicode
8133              data
8134              
8135              TODO: need to revisit this after updating lib/unicode/...
8136      Branch: maint-5.6/perl
8137            ! t/lib/charnames.t
8138 ____________________________________________________________________________
8139 [  9010] By: gsar                                  on 2001/03/04  06:08:36
8140         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
8141      Branch: maint-5.6/perl
8142            ! toke.c
8143 ____________________________________________________________________________
8144 [  9009] By: jhi                                   on 2001/03/03  19:27:20
8145         Log: Integrate change #9008 from mainline to maintperl,
8146              UTF-8 tr/// fixes from Inaba Hiroto.
8147      Branch: maint-5.6/perl
8148           !> doop.c op.c t/op/tr.t toke.c
8149 ____________________________________________________________________________
8150 [  9008] By: jhi                                   on 2001/03/03  19:19:42
8151         Log: UTF8 tr/// fixes from Inaba Hiroto.
8152      Branch: perl
8153            ! doop.c op.c t/op/tr.t toke.c
8154 ____________________________________________________________________________
8155 [  9007] By: jhi                                   on 2001/03/03  19:00:30
8156         Log: Integrate change #9006 from maintperl to mainline,
8157              more robust quest for the infinite.
8158      Branch: perl
8159           !> lib/Math/Complex.pm
8160 ____________________________________________________________________________
8161 [  9006] By: jhi                                   on 2001/03/03  18:58:06
8162         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
8163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8164              Date: Sat, 3 Mar 2001 12:51:50 -0500
8165              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
8166              
8167              Be more robust in our quest for the infinite.
8168      Branch: maint-5.6/perl
8169            ! lib/Math/Complex.pm
8170 ____________________________________________________________________________
8171 [  9005] By: jhi                                   on 2001/03/03  17:55:50
8172         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
8173      Branch: maint-5.6/perl
8174            ! doio.c
8175 ____________________________________________________________________________
8176 [  9004] By: jhi                                   on 2001/03/03  17:40:14
8177         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
8178              so that picky compilers like IRIX won't get huffy about
8179              "statements without effect" (like 1;).
8180      Branch: perl
8181            ! toke.c
8182 ____________________________________________________________________________
8183 [  9003] By: jhi                                   on 2001/03/03  17:15:52
8184         Log: Integrate change #9002 from mainline to maintperl.
8185              
8186              Subject: [perl-5.6.x, perl-current] accept for EPOC
8187      Branch: maint-5.6/perl
8188           !> pp_sys.c
8189 ____________________________________________________________________________
8190 [  9002] By: jhi                                   on 2001/03/03  17:14:30
8191         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
8192              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8193              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
8194              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
8195      Branch: perl
8196            ! pp_sys.c
8197 ____________________________________________________________________________
8198 [  9001] By: jhi                                   on 2001/03/03  17:13:13
8199         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
8200              From: "Craig A. Berry" <craigberry@mac.com>
8201              Date: Fri, 02 Mar 2001 17:44:40 -0600
8202              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
8203      Branch: perl
8204            ! t/pod/find.t
8205 ____________________________________________________________________________
8206 [  9000] By: jhi                                   on 2001/03/03  17:11:55
8207         Log: Integrate changes #8997,8999 from maintperl.
8208              
8209              Subject: [PATCH 5.6.1] compiling on OS/2
8210              (Better error message from hints/os2.sh)
8211              
8212              Subject: [PATCH 5.6.1] syslog.t
8213      Branch: perl
8214           !> hints/os2.sh t/lib/syslog.t
8215 ____________________________________________________________________________
8216 [  8999] By: jhi                                   on 2001/03/03  17:09:28
8217         Log: Subject: [PATCH 5.6.1] syslog.t
8218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8219              Date: Sat, 3 Mar 2001 02:11:17 -0500
8220              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
8221      Branch: maint-5.6/perl
8222            ! t/lib/syslog.t
8223 ____________________________________________________________________________
8224 [  8998] By: jhi                                   on 2001/03/03  17:07:50
8225         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
8226              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8227              Date: Sat, 3 Mar 2001 01:53:52 -0500
8228              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
8229      Branch: maint-5.6/perl
8230            ! opcode.pl os2/os2.c
8231 ____________________________________________________________________________
8232 [  8997] By: jhi                                   on 2001/03/03  17:03:30
8233         Log: Subject: [PATCH 5.6.1] compiling on OS/2
8234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8235              Date: Sat, 3 Mar 2001 01:59:59 -0500
8236              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
8237      Branch: maint-5.6/perl
8238            ! hints/os2.sh
8239 ____________________________________________________________________________
8240 [  8996] By: jhi                                   on 2001/03/03  00:55:58
8241         Log: Regen files for mainline.
8242      Branch: perl
8243            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8244            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
8245 ____________________________________________________________________________
8246 [  8995] By: jhi                                   on 2001/03/03  00:35:22
8247         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
8248              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
8249              to maintperl.
8250              
8251              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
8252              
8253              Add Configure option -Dmksymlinks which will create a symlink
8254              forest if the current/build differs from the source directory.
8255              (8218,8220,8221,8317,8318,8971)
8256              
8257              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
8258              (Document APPLLIB_EXP in INSTALL.)
8259              
8260              If running byacc write-enable also perly.h.
8261              
8262              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
8263              
8264              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
8265              
8266              Sanity check for conflicting thread flavours.
8267              
8268              Fix the sys/fcntl.h problem reported by Peter Prymmer.
8269              
8270              Add few CPUs/architectures to the Cppsym scan,
8271              add -perlio to archname if so selected (modified 8890)
8272              
8273              Be more helpful for devel builders, suggested by John L. Allen.
8274              (admittedly pointless change for maintperl, but the usedevel
8275              code is there already)
8276      Branch: maint-5.6/perl
8277           !> Configure INSTALL Makefile.SH Porting/Glossary
8278           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
8279           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
8280           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
8281           !> win32/config.bc win32/config.gc win32/config.vc
8282 ____________________________________________________________________________
8283 [  8994] By: jhi                                   on 2001/03/02  23:31:41
8284         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
8285      Branch: metaconfig/U/perl
8286            ! gccvers.U
8287 ____________________________________________________________________________
8288 [  8993] By: jhi                                   on 2001/03/02  23:22:12
8289         Log: Regenerate various files for maint.
8290      Branch: maint-5.6/perl
8291            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
8292            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
8293 ____________________________________________________________________________
8294 [  8992] By: alanbur                               on 2001/03/02  22:48:34
8295         Log: Resync wuth parent
8296      Branch: maint-5.6/pureperl
8297           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
8298           !> (integrate 60 files)
8299 ____________________________________________________________________________
8300 [  8991] By: jhi                                   on 2001/03/02  21:00:08
8301         Log: Retract the #8742 part of #8986, backward compat.
8302      Branch: maint-5.6/perl
8303            ! embed.pl
8304 ____________________________________________________________________________
8305 [  8990] By: jhi                                   on 2001/03/02  20:40:07
8306         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
8307      Branch: maint-5.6/perl
8308            ! hv.c
8309 ____________________________________________________________________________
8310 [  8989] By: jhi                                   on 2001/03/02  19:59:56
8311         Log: Update Changes.
8312      Branch: perl
8313            ! Changes patchlevel.h
8314 ____________________________________________________________________________
8315 [  8988] By: jhi                                   on 2001/03/02  19:57:08
8316         Log: Integrate perlio.
8317      Branch: perl
8318           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
8319           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
8320           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
8321           !> ext/Encode/Encode/iso8859-10.ucm
8322           !> ext/Encode/Encode/iso8859-13.ucm
8323           !> ext/Encode/Encode/iso8859-14.ucm
8324           !> ext/Encode/Encode/iso8859-15.ucm
8325           !> ext/Encode/Encode/iso8859-16.ucm
8326           !> ext/Encode/Encode/iso8859-2.ucm
8327           !> ext/Encode/Encode/iso8859-3.ucm
8328           !> ext/Encode/Encode/iso8859-4.ucm
8329           !> ext/Encode/Encode/iso8859-5.ucm
8330           !> ext/Encode/Encode/iso8859-6.ucm
8331           !> ext/Encode/Encode/iso8859-7.ucm
8332           !> ext/Encode/Encode/iso8859-8.ucm
8333           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
8334           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
8335 ____________________________________________________________________________
8336 [  8987] By: jhi                                   on 2001/03/02  19:43:40
8337         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
8338              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
8339              8950,8952,8955 from mainline to maintperl.
8340              
8341              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
8342              
8343              Put to rest the 20010205.001, the email address checking (not) regex.
8344              
8345              fork() not everywhere, cleanup temp files.
8346              
8347              The #8843 wasn't quite right: %Config needs to imported.
8348              
8349              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
8350              (#8849: the glob-basic hunk needed massaging as it depended
8351              on Schwern's large-scale (unintegrated) patches)
8352              
8353              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
8354              
8355              Upgrade to CGI.pm 2.752, from Lincoln Stein.
8356              (Note: there were some conflicts due to EBCDIC and EPOC
8357              patches, in general I preferred the repository code.)
8358              (When 2.753 comes out, we need to synchronize.)
8359              
8360              Subject: [PATCH] fix for charnames above FFFF
8361              
8362              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
8363              
8364              If no sfio, no -lsfio.
8365              
8366              Run run/*.t also in minitest.
8367              
8368              Subject:  [PATCH perl 5.7.0] malloc message address offset
8369              
8370              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
8371              
8372              Subject: fix for parameter -Dm (for perl@8867)
8373              
8374              Subject: [PATCH: perl@8892] was Re: hashing order difference?
8375              (make the test more portable)
8376              
8377              Subject: Re: [PATCH] fix for charnames above FFFF
8378              
8379              Subject: Re: I'm losing the war...
8380              (hv_store() not working correctly in ENV_IS_CASELESS case.)
8381              
8382              Subject: Modified README.bs2000 
8383              
8384              Subject: [PATCH: perl@8935] -Dt padsv($var)
8385              
8386              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
8387              
8388              Subject: PATCH: extra tests to check on negative float to unsigned cast
8389              
8390              Subject: [PATCH] XPUSH[insp] was Re: progress
8391              
8392              Subject: Re: Compile with perlcc..
8393      Branch: maint-5.6/perl
8394           !> (integrate 36 files)
8395 ____________________________________________________________________________
8396 [  8986] By: jhi                                   on 2001/03/02  18:51:25
8397         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
8398              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
8399              to maintperl.
8400              
8401              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
8402              
8403              Subject: [DOC PATCH] overload.pm nits
8404              
8405              Add header for LIB$ prototypes (C. Berry)
8406              
8407              Convert fwrite()s to sockets to write()s, since some socket stacks
8408              don't take kindly to stdio.
8409              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
8410              (for often optional LNMs)
8411              Correct a few typos
8412              (C. Bailey)
8413              
8414              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
8415              
8416              De-cut-and-pasto.
8417              
8418              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
8419              
8420              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
8421              
8422              Upgrade to CPAN 1.59_54, from Andreas König.
8423              
8424              Bogus shebang.
8425              
8426              Subject: [PATCH] Document makepatch in Porting/patching
8427              
8428              UTF-8 documentation.
8429              
8430              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
8431              
8432              Sort the MANIFEST.
8433              
8434              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
8435              
8436              Subject: [PATCH @8807] toke.c cleanup: scan_str()
8437              
8438              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
8439              
8440              Add run/*.t to testables.
8441              
8442              TODO: integrate #8784.
8443      Branch: maint-5.6/perl
8444           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
8445           !> (integrate 28 files)
8446 ____________________________________________________________________________
8447 [  8985] By: nick                                  on 2001/03/02  18:15:45
8448         Log: Integrate mainline
8449      Branch: perlio
8450           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
8451           !> vms/vms.c
8452 ____________________________________________________________________________
8453 [  8984] By: jhi                                   on 2001/03/02  16:00:17
8454         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
8455              
8456              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
8457              5.004_05, and mention the suidperl August 2000 security problem.
8458              (#8978,#8981)
8459              
8460              Subject: [ID 20010301.004] Technically speaking in perldata
8461              
8462              Subject: [PATCH] File::Copy for bleadperl, maintperl
8463              
8464              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
8465              
8466              (The #8982, fix for 20010221.005 and 20010221.008,
8467              would be nice too but it didn't integrate cleanly.)
8468      Branch: maint-5.6/perl
8469           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
8470 ____________________________________________________________________________
8471 [  8983] By: jhi                                   on 2001/03/02  15:51:16
8472         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
8473              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8474              Date:     Thu, 1 Mar 2001 15:54:09 EST
8475              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
8476      Branch: perl
8477            ! vms/vms.c
8478 ____________________________________________________________________________
8479 [  8982] By: jhi                                   on 2001/03/02  15:43:31
8480         Log: Subject: Re: sync sync sync: have I missed any patches?
8481              From: Radu Greab <radu@netsoft.ro> 
8482              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
8483              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
8484              
8485              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
8486              was checking argv[0] regardless of whether a different pathname
8487              will actually be executed."  Test case not supplied because 
8488              drafting that, ironically enough, revealed another bug
8489              (or a feature).
8490      Branch: perl
8491            ! doio.c
8492 ____________________________________________________________________________
8493 [  8981] By: jhi                                   on 2001/03/02  15:28:03
8494         Log: Misdate in #8978.
8495      Branch: perl
8496            ! pod/perlfaq1.pod
8497 ____________________________________________________________________________
8498 [  8980] By: jhi                                   on 2001/03/02  15:24:20
8499         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
8500              From: Chris Nandor <pudge@pobox.com>
8501              Date: Wed, 28 Feb 2001 22:10:15 -0500
8502              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
8503      Branch: perl
8504            ! lib/File/Copy.pm
8505 ____________________________________________________________________________
8506 [  8979] By: jhi                                   on 2001/03/02  15:17:16
8507         Log: Subject: [ID 20010301.004] Technically speaking in perldata
8508              From: abela@geneanet.org
8509              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
8510              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
8511      Branch: perl
8512            ! pod/perldata.pod
8513 ____________________________________________________________________________
8514 [  8978] By: jhi                                   on 2001/03/02  15:15:27
8515         Log: Subject: [ID 20010301.003] ref to 5.004
8516              From: abela@geneanet.org
8517              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
8518              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
8519              
8520              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
8521              and mention the suidperl August 2000 security problem.
8522      Branch: perl
8523            ! pod/perlfaq1.pod
8524 ____________________________________________________________________________
8525 [  8977] By: alanbur                               on 2001/03/02  14:17:45
8526         Log: Resynchronised with parent
8527      Branch: maint-5.6/pureperl
8528           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
8529           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
8530           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
8531           !> vms/descrip_mms.template win32/win32.c win32/win32.h
8532           !> win32/win32iop.h
8533 ____________________________________________________________________________
8534 [  8976] By: nick                                  on 2001/03/01  23:25:30
8535         Log: Integrate mainline.
8536      Branch: perlio
8537            - t/op/qu.t
8538           !> (integrate 55 files)
8539 ____________________________________________________________________________
8540 [  8975] By: jhi                                   on 2001/03/01  16:51:34
8541         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
8542      Branch: perl
8543           !> toke.c
8544 ____________________________________________________________________________
8545 [  8974] By: gsar                                  on 2001/03/01  16:28:21
8546         Log: fix for bugid 20010226.008
8547              
8548              the problem was that some of the pointers (PL_last_lop and
8549              PL_last_uni specifically) into the lex buffers weren't correctly
8550              being invalidated when the buffer changed; this would leave the
8551              pointers pointing at an arbitrary location in the buffer if
8552              the buffer didn't need to be reallocated, or point into freed
8553              memory if the buffer had to be realloced
8554              
8555              TODO item for bugdb maintainers: check other seemingly random
8556              parser-related bugs--they might be cured by this
8557      Branch: maint-5.6/perl
8558            ! toke.c
8559 ____________________________________________________________________________
8560 [  8973] By: jhi                                   on 2001/03/01  02:23:25
8561         Log: Retract #8970 because of a completely mysterious core dump:
8562              adding the tests 241..244 causes op/pat dump core at test #25.
8563              The test needs a lot of whittling down before the bug can be solved.
8564      Branch: perl
8565            ! t/op/pat.t
8566 ____________________________________________________________________________
8567 [  8972] By: jhi                                   on 2001/03/01  01:58:38
8568         Log: Regen perlapi.
8569      Branch: perl
8570            ! pod/perlapi.pod
8571 ____________________________________________________________________________
8572 [  8971] By: jhi                                   on 2001/03/01  01:34:09
8573         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))
8574              From: Nicholas Clark <nick@ccl4.org>
8575              Date: Wed, 28 Feb 2001 23:28:49 +0000
8576              Message-ID: <20010228232849.A55187@plum.flirble.org>
8577              
8578              Allow a completely write protected source code tree
8579              when using the Configure -Dmksymlinks.
8580      Branch: perl
8581            ! embed.pl warnings.pl
8582 ____________________________________________________________________________
8583 [  8970] By: jhi                                   on 2001/03/01  01:32:04
8584         Log: Add back the EBCDIC character range tests (for matching).
8585      Branch: perl
8586            ! t/op/pat.t
8587 ____________________________________________________________________________
8588 [  8969] By: nick                                  on 2001/02/28  18:18:01
8589         Log: Add charname comments to .ucm files writen by 'compile',
8590              also order charmaps in those files by source encoding.
8591              regenerate distrubuted .ucm files
8592      Branch: perlio
8593            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
8594            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
8595            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
8596            ! ext/Encode/Encode/iso8859-10.ucm
8597            ! ext/Encode/Encode/iso8859-13.ucm
8598            ! ext/Encode/Encode/iso8859-14.ucm
8599            ! ext/Encode/Encode/iso8859-15.ucm
8600            ! ext/Encode/Encode/iso8859-16.ucm
8601            ! ext/Encode/Encode/iso8859-2.ucm
8602            ! ext/Encode/Encode/iso8859-3.ucm
8603            ! ext/Encode/Encode/iso8859-4.ucm
8604            ! ext/Encode/Encode/iso8859-5.ucm
8605            ! ext/Encode/Encode/iso8859-6.ucm
8606            ! ext/Encode/Encode/iso8859-7.ucm
8607            ! ext/Encode/Encode/iso8859-8.ucm
8608            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
8609            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
8610 ____________________________________________________________________________
8611 [  8968] By: jhi                                   on 2001/02/28  16:26:37
8612         Log: Expand usemorebits early if d_casti32 needs to be undefined.
8613      Branch: perl
8614            ! hints/hpux.sh hints/irix_6.sh
8615 ____________________________________________________________________________
8616 [  8967] By: jhi                                   on 2001/02/28  16:22:26
8617         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
8618              retract toke.c/qu parts of #8583, retract #8485, retract
8619              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
8620              op/length.t, and MANIFEST, and delete t/op/qu.t.
8621      Branch: perl
8622            - t/op/qu.t
8623            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
8624            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
8625            ! t/op/length.t toke.c
8626 ____________________________________________________________________________
8627 [  8966] By: jhi                                   on 2001/02/28  15:00:27
8628         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
8629              by not changing from pre-Unicode days into being Unicode-aware.
8630              Sniff.
8631      Branch: perl
8632            ! pp.c t/op/pack.t t/op/qu.t
8633 ____________________________________________________________________________
8634 [  8965] By: jhi                                   on 2001/02/28  14:37:55
8635         Log: Subject: Re: Errors in core PODs
8636              From: Michael Stevens <michael@etla.org> 
8637              Date: Fri, 23 Feb 2001 15:47:56 +0000
8638              Message-ID: <20010223154756.A7723@firedrake.org> 
8639      Branch: perl
8640            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
8641            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
8642            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
8643            ! x2p/a2p.pod
8644 ____________________________________________________________________________
8645 [  8964] By: jhi                                   on 2001/02/28  14:35:35
8646         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
8647              (The #8961 was too bold.)
8648      Branch: perl
8649            ! hints/hpux.sh hints/irix_6.sh
8650 ____________________________________________________________________________
8651 [  8963] By: jhi                                   on 2001/02/28  14:33:39
8652         Log: Subject: Re: sync sync sync: have I missed any patches?
8653              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8654              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
8655              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
8656              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
8657              
8658              Replace djSP with dSP.
8659      Branch: perl
8660            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
8661            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
8662            ! win32/perlhost.h
8663 ____________________________________________________________________________
8664 [  8962] By: jhi                                   on 2001/02/27  23:21:14
8665         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
8666      Branch: perl
8667            ! lib/Filter/Simple.pm
8668 ____________________________________________________________________________
8669 [  8961] By: jhi                                   on 2001/02/27  22:55:26
8670         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
8671              and this would be it.
8672      Branch: perl
8673            ! hints/hpux.sh hints/irix_6.sh
8674 ____________________________________________________________________________
8675 [  8960] By: jhi                                   on 2001/02/27  22:51:33
8676         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
8677              From: "Craig A. Berry" <craigberry@mac.com>
8678              Date: Tue, 27 Feb 2001 16:11:44 -0600
8679              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
8680      Branch: maint-5.6/perl
8681            ! configure.com vms/descrip_mms.template
8682 ____________________________________________________________________________
8683 [  8959] By: jhi                                   on 2001/02/27  22:47:23
8684         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
8685              From: "Craig A. Berry" <craigberry@mac.com>
8686              Date: Tue, 27 Feb 2001 16:11:44 -0600
8687              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
8688      Branch: perl
8689            ! configure.com vms/descrip_mms.template
8690 ____________________________________________________________________________
8691 [  8958] By: jhi                                   on 2001/02/27  15:16:42
8692         Log: Update Changes.
8693      Branch: perl
8694            ! Changes patchlevel.h
8695 ____________________________________________________________________________
8696 [  8957] By: jhi                                   on 2001/02/27  06:15:07
8697         Log: Subject: [5.6.x] EPOC additions
8698              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8699              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
8700              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
8701      Branch: maint-5.6/perl
8702            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
8703 ____________________________________________________________________________
8704 [  8956] By: jhi                                   on 2001/02/27  06:12:11
8705         Log: Subject: [perl-current] EPOC 
8706              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8707              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
8708              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
8709      Branch: perl
8710            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
8711            ! epoc/epocish.c epoc/epocish.h pp_sys.c
8712 ____________________________________________________________________________
8713 [  8955] By: jhi                                   on 2001/02/27  05:59:50
8714         Log: Subject: Re: Compile with perlcc..
8715              From: Edward Peschko <edwardp@excitehome.net>
8716              Date: Mon, 26 Feb 2001 18:51:58 -0800
8717              Message-ID: <20010226185158.A9871@excitehome.net>
8718              
8719              plus add a simple usage message if no arguments given.
8720      Branch: perl
8721            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
8722            ! utils/Makefile utils/perlcc.PL win32/pod.mak
8723 ____________________________________________________________________________
8724 [  8954] By: nick                                  on 2001/02/26  21:02:59
8725         Log: Integrate mainline
8726      Branch: perlio
8727           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
8728           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
8729           !> t/op/sprintf.t
8730 ____________________________________________________________________________
8731 [  8953] By: jhi                                   on 2001/02/26  14:43:54
8732         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
8733              From: Nicholas Clark <nick@ccl4.org>
8734              Date: Mon, 26 Feb 2001 00:42:07 +0000
8735              Message-ID: <20010226004207.F23333@plum.flirble.org>
8736      Branch: perl
8737            ! pp_ctl.c
8738 ____________________________________________________________________________
8739 [  8952] By: jhi                                   on 2001/02/26  14:42:13
8740         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
8741              From: Simon Cozens <simon@netthink.co.uk>
8742              Date: Mon, 26 Feb 2001 12:23:48 +0000
8743              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
8744      Branch: perl
8745            ! pod/perlguts.pod
8746 ____________________________________________________________________________
8747 [  8951] By: jhi                                   on 2001/02/26  14:39:15
8748         Log: Subject: [PATCH] perlio - unknown layer
8749              From: Nicholas Clark <nick@ccl4.org>
8750              Date: Mon, 26 Feb 2001 00:27:19 +0000
8751              Message-ID: <20010226002719.E23333@plum.flirble.org>
8752      Branch: perl
8753            ! perlio.c
8754 ____________________________________________________________________________
8755 [  8950] By: jhi                                   on 2001/02/26  14:38:04
8756         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
8757              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
8758              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
8759              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
8760      Branch: perl
8761            ! t/op/bop.t
8762 ____________________________________________________________________________
8763 [  8949] By: jhi                                   on 2001/02/26  14:37:07
8764         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
8765              From: Peter Prymmer <pvhp@forte.com>
8766              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
8767              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
8768      Branch: perl
8769            ! lib/Test.pm
8770 ____________________________________________________________________________
8771 [  8948] By: jhi                                   on 2001/02/26  14:35:53
8772         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
8773              From: Radu Greab <radu@netsoft.ro>
8774              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
8775              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
8776      Branch: perl
8777            ! pod/perlop.pod
8778 ____________________________________________________________________________
8779 [  8947] By: jhi                                   on 2001/02/26  14:34:46
8780         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
8781              From: David Mitchell <davem@fdgroup.co.uk>
8782              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
8783              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
8784      Branch: perl
8785            ! run.c
8786 ____________________________________________________________________________
8787 [  8946] By: jhi                                   on 2001/02/26  14:32:37
8788         Log: Subject: Modified README.bs2000 
8789              From: Dorner Thomas <Thomas.Dorner@start.de>
8790              Date: Mon, 26 Feb 2001 09:22:17 +0100
8791              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
8792      Branch: perl
8793            ! README.bs2000
8794 ____________________________________________________________________________
8795 [  8945] By: jhi                                   on 2001/02/26  14:19:53
8796         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
8797              to maintperl, listing the known failures on the tests 129 and 130.
8798      Branch: maint-5.6/perl
8799           !> t/op/sprintf.t
8800 ____________________________________________________________________________
8801 [  8944] By: jhi                                   on 2001/02/26  14:14:15
8802         Log: Add more known sprintf failures.
8803      Branch: perl
8804            ! t/op/sprintf.t
8805 ____________________________________________________________________________
8806 [  8943] By: jhi                                   on 2001/02/26  13:56:22
8807         Log: perlglob.exe needs to be found in Win32, patch from
8808              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
8809              which needs external glob at mini-perl time."
8810      Branch: perl
8811            ! ext/Encode/compile
8812 ____________________________________________________________________________
8813 [  8942] By: jhi                                   on 2001/02/26  13:52:19
8814         Log: A missing dTHX from Vadim Konovalov.
8815      Branch: perl
8816            ! perlio.c
8817 ____________________________________________________________________________
8818 [  8941] By: jhi                                   on 2001/02/26  13:37:05
8819         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
8820      Branch: perl
8821            ! op.c
8822 ____________________________________________________________________________
8823 [  8940] By: jhi                                   on 2001/02/26  13:35:40
8824         Log: Integrate perlio.
8825      Branch: perl
8826           !> ext/Encode/Encode.pm
8827 ____________________________________________________________________________
8828 [  8939] By: nick                                  on 2001/02/25  23:47:09
8829         Log: Integrate mainline.
8830      Branch: perlio
8831           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
8832           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
8833 ____________________________________________________________________________
8834 [  8938] By: nick                                  on 2001/02/25  19:36:28
8835         Log: Encode implementations docs.
8836      Branch: perlio
8837            ! ext/Encode/Encode.pm
8838 ____________________________________________________________________________
8839 [  8937] By: jhi                                   on 2001/02/25  19:26:16
8840         Log: Script wasn't aligned with reality.
8841      Branch: perl
8842            ! t/pod/find.t
8843 ____________________________________________________________________________
8844 [  8936] By: jhi                                   on 2001/02/25  18:54:55
8845         Log: Update Changes.
8846      Branch: perl
8847            ! Changes patchlevel.h
8848 ____________________________________________________________________________
8849 [  8935] By: jhi                                   on 2001/02/25  18:46:36
8850         Log: Retract #8929,8930,8932,8933 for now.
8851      Branch: perl
8852            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
8853 ____________________________________________________________________________
8854 [  8934] By: jhi                                   on 2001/02/25  17:34:35
8855         Log: Integrate perlio.
8856      Branch: perl
8857           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
8858           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
8859           !> t/lib/encode.t
8860 ____________________________________________________________________________
8861 [  8933] By: jhi                                   on 2001/02/25  17:33:12
8862         Log: (Retracted by #8395.)
8863              
8864              Slight tweaks in scan_const(), not fixes yet, it seems like
8865              lots of work remains to be done...
8866      Branch: perl
8867            ! toke.c
8868 ____________________________________________________________________________
8869 [  8932] By: jhi                                   on 2001/02/25  17:27:11
8870         Log: (Retracted by #8395.)
8871              
8872              Missing from #8930.
8873      Branch: perl
8874            ! perl.h
8875 ____________________________________________________________________________
8876 [  8931] By: jhi                                   on 2001/02/25  17:26:19
8877         Log: A comment tweak.
8878      Branch: perl
8879            ! utf8.c
8880 ____________________________________________________________________________
8881 [  8930] By: jhi                                   on 2001/02/25  17:25:47
8882         Log: (Retracted by #8395.)
8883              
8884              Attempt to fix the EBCDIC character range problwm with //.
8885      Branch: perl
8886            ! regcomp.c
8887 ____________________________________________________________________________
8888 [  8929] By: jhi                                   on 2001/02/25  17:23:45
8889         Log: (Retracted by #8395.)
8890              
8891              Expand the EBCDIC character range tests, and add few nasty
8892              tr tests from Karsten Sperling.
8893      Branch: perl
8894            ! t/op/pat.t t/op/tr.t
8895 ____________________________________________________________________________
8896 [  8928] By: jhi                                   on 2001/02/25  17:18:49
8897         Log: Missing check-in.
8898      Branch: perl
8899            ! lib/Pod/Find.pm
8900 ____________________________________________________________________________
8901 [  8927] By: nick                                  on 2001/02/25  11:30:22
8902         Log: Change method names in Encode implementation classes to something
8903              less confusing (preparing to "go public").
8904      Branch: perlio
8905            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
8906 ____________________________________________________________________________
8907 [  8926] By: nick                                  on 2001/02/25  10:53:24
8908         Log: GCC __atribute__ / printf fix
8909      Branch: perlio
8910            ! perl.h
8911 ____________________________________________________________________________
8912 [  8925] By: nick                                  on 2001/02/25  10:52:25
8913         Log: Checked in the wrong one ...
8914      Branch: perlio
8915            ! ext/Encode/Encode.pm
8916 ____________________________________________________________________________
8917 [  8924] By: nick                                  on 2001/02/24  18:46:51
8918         Log: Integrate mainline - to see what Jarkko has in ...
8919      Branch: perlio
8920           +> t/pod/testpods/lib/Pod/Stuff.pm
8921           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
8922 ____________________________________________________________________________
8923 [  8923] By: nick                                  on 2001/02/24  17:05:23
8924         Log: Encode API documentation nd tidy up.
8925              Minor additions to test.
8926              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
8927              Adds STRLEN to standard typemap.
8928      Branch: perlio
8929            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
8930            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
8931 ____________________________________________________________________________
8932 [  8922] By: jhi                                   on 2001/02/24  16:38:12
8933         Log: Add a test for the "character range should match in EBCDIC
8934              if specified using explicit numerics" bug found by Karsten
8935              Sperling.
8936      Branch: perl
8937            ! t/op/pat.t
8938 ____________________________________________________________________________
8939 [  8921] By: jhi                                   on 2001/02/24  16:30:16
8940         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
8941              From: schwern@pobox.com
8942              Date: Fri, 23 Feb 2001 03:21:37 -0500
8943              Message-ID: <20010223032137.A26022@magnonel.guild.net>
8944              
8945              plus Charles Lane's fixes, plus tweaks.
8946      Branch: perl
8947            + t/pod/testpods/lib/Pod/Stuff.pm
8948            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
8949 ____________________________________________________________________________
8950 [  8920] By: nick                                  on 2001/02/24  10:30:11
8951         Log: Integrate mainline
8952      Branch: perlio
8953           !> (integrate 33 files)
8954 ____________________________________________________________________________
8955 [  8919] By: jhi                                   on 2001/02/24  00:23:35
8956         Log: Subject: Re: I'm losing the war...
8957              From: "Vadim Konovalov" <watman@inbox.ru>
8958              Date: Sat, 24 Feb 2001 00:10:14 +0300
8959              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
8960              
8961              hv_store() not working correctly in ENV_IS_CASELESS case.
8962      Branch: perl
8963            ! hv.c
8964 ____________________________________________________________________________
8965 [  8918] By: jhi                                   on 2001/02/24  00:20:09
8966         Log: Subject: Re: [PATCH] fix for charnames above FFFF
8967              From: andreas.koenig@anima.de (Andreas J. Koenig)
8968              Date: 23 Feb 2001 02:39:03 +0100
8969              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
8970              
8971              A further efficiency tweak.
8972      Branch: perl
8973            ! lib/charnames.pm
8974 ____________________________________________________________________________
8975 [  8917] By: jhi                                   on 2001/02/23  20:27:51
8976         Log: Integrate change #8916 from mainline,
8977              do away with USE_WIN32_RTL_ENV.
8978      Branch: maint-5.6/perl
8979           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
8980 ____________________________________________________________________________
8981 [  8916] By: jhi                                   on 2001/02/23  20:02:25
8982         Log: Abolish USE_WIN32_RTL_ENV.
8983      Branch: perl
8984            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
8985 ____________________________________________________________________________
8986 [  8915] By: jhi                                   on 2001/02/23  19:36:00
8987         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
8988              later protected by some #define.
8989      Branch: perl
8990            ! gv.c
8991 ____________________________________________________________________________
8992 [  8914] By: jhi                                   on 2001/02/23  19:31:38
8993         Log: Retract #8902 for now, requested by Charles Lane, the correct
8994              fix will be something else.
8995      Branch: perl
8996            ! op.c
8997 ____________________________________________________________________________
8998 [  8913] By: jhi                                   on 2001/02/23  19:11:36
8999         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
9000              From: Peter Prymmer <pvhp@forte.com>
9001              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
9002              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
9003      Branch: perl
9004            ! t/op/lex_assign.t
9005 ____________________________________________________________________________
9006 [  8912] By: jhi                                   on 2001/02/23  18:38:20
9007         Log: Subject: [patch] perlio + useithreads
9008              From: Doug MacEachern <dougm@covalent.net>
9009              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
9010              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
9011              
9012              Gets things running but not complete.
9013      Branch: perl
9014            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
9015 ____________________________________________________________________________
9016 [  8911] By: jhi                                   on 2001/02/23  04:20:02
9017         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
9018              
9019              Duplicated environment freeing, File::Temp 0.12,
9020              op/append portability (EBCDIC) tweak.
9021      Branch: maint-5.6/perl
9022           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9023           !> t/op/append.t
9024 ____________________________________________________________________________
9025 [  8910] By: jhi                                   on 2001/02/23  02:07:33
9026         Log: Integrate change #8909 from mainline, a better Borland
9027              putenv() workaround.
9028      Branch: maint-5.6/perl
9029           !> perl.c
9030 ____________________________________________________________________________
9031 [  8909] By: jhi                                   on 2001/02/23  02:05:46
9032         Log: A better workaround for Borland putenv() brokenness from Sarathy.
9033      Branch: perl
9034            ! perl.c
9035 ____________________________________________________________________________
9036 [  8908] By: jhi                                   on 2001/02/23  02:04:14
9037         Log: Subject: fix for parameter -Dm (for perl@8867)
9038              From: "Vadim Konovalov" <watman@inbox.ru>
9039              Date: Thu, 22 Feb 2001 17:30:12 +0300
9040              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
9041      Branch: perl
9042            ! perl.h
9043 ____________________________________________________________________________
9044 [  8907] By: jhi                                   on 2001/02/23  01:58:20
9045         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
9046              From: Peter Prymmer <pvhp@forte.com>
9047              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
9048              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
9049      Branch: perl
9050            ! t/op/append.t
9051 ____________________________________________________________________________
9052 [  8906] By: jhi                                   on 2001/02/23  01:48:34
9053         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
9054      Branch: perl
9055            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9056 ____________________________________________________________________________
9057 [  8905] By: jhi                                   on 2001/02/23  01:43:30
9058         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
9059              From: Peter Prymmer <pvhp@forte.com>
9060              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
9061              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
9062      Branch: perl
9063            ! t/lib/st-06compat.t
9064 ____________________________________________________________________________
9065 [  8904] By: jhi                                   on 2001/02/23  01:42:39
9066         Log: Metaconfig unit change for #8903.
9067      Branch: metaconfig/U/perl
9068            ! Devel.U
9069 ____________________________________________________________________________
9070 [  8903] By: jhi                                   on 2001/02/23  01:42:12
9071         Log: Be more helpful for devel builders, suggested by John L. Allen.
9072      Branch: perl
9073            ! Configure
9074 ____________________________________________________________________________
9075 [  8902] By: jhi                                   on 2001/02/23  01:37:41
9076         Log: (Retracted by #8914)
9077              (Wrongly, reinstated by #8941)             
9078
9079              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
9080              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9081              Date:     Thu, 22 Feb 2001 09:43:57 EST
9082              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
9083      Branch: perl
9084            ! op.c
9085 ____________________________________________________________________________
9086 [  8901] By: jhi                                   on 2001/02/23  01:20:32
9087         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
9088              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9089              Date:     Thu, 22 Feb 2001 08:01:35 EST
9090              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
9091      Branch: perl
9092            ! malloc.c
9093 ____________________________________________________________________________
9094 [  8900] By: jhi                                   on 2001/02/23  01:18:02
9095         Log: Integrate changes #8898,8899 from mainline, environ handling.
9096      Branch: maint-5.6/perl
9097           !> perl.c
9098 ____________________________________________________________________________
9099 [  8899] By: jhi                                   on 2001/02/23  01:16:25
9100         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
9101              putenv() is not to be relied on, they are either broken or leaky
9102              or both.)
9103      Branch: perl
9104            ! perl.c
9105 ____________________________________________________________________________
9106 [  8898] By: jhi                                   on 2001/02/22  23:36:59
9107         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
9108              and safesysfree() must be used.
9109      Branch: perl
9110            ! perl.c
9111 ____________________________________________________________________________
9112 [  8897] By: jhi                                   on 2001/02/22  23:25:45
9113         Log: With environ one must use safesysmalloc()/safesysfree().
9114      Branch: perl
9115            ! perl.c
9116 ____________________________________________________________________________
9117 [  8896] By: jhi                                   on 2001/02/22  22:13:18
9118         Log: If we have a duplicated environment free it
9119              if PERL_DESTRUCT_LEVEL.
9120      Branch: perl
9121            ! perl.c
9122 ____________________________________________________________________________
9123 [  8895] By: alanbur                               on 2001/02/22  19:31:57
9124         Log: Synchronised with parent
9125      Branch: maint-5.6/pureperl
9126           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
9127 ____________________________________________________________________________
9128 [  8894] By: gsar                                  on 2001/02/22  19:06:18
9129         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
9130              
9131              fix memory leak in method call optimization (change#3768);
9132              made C<eval "$x->foo()"> leak
9133              
9134              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9135      Branch: maint-5.6/perl
9136           !> op.c
9137 ____________________________________________________________________________
9138 [  8893] By: jhi                                   on 2001/02/22  18:35:27
9139         Log: (Retracted by #8915.)
9140              
9141              Third Degree finding:
9142              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
9143      Branch: perl
9144            ! gv.c
9145 ____________________________________________________________________________
9146 [  8892] By: jhi                                   on 2001/02/22  14:28:32
9147         Log: Update Changes.
9148      Branch: perl
9149            ! Changes patchlevel.h
9150 ____________________________________________________________________________
9151 [  8891] By: jhi                                   on 2001/02/22  13:22:45
9152         Log: Metaconfig unit changes for #8890.
9153      Branch: metaconfig
9154            ! U/modified/Cppsym.U U/threads/archname.U
9155 ____________________________________________________________________________
9156 [  8890] By: jhi                                   on 2001/02/22  13:22:12
9157         Log: Add -stdio to the archname if no perlio selected,
9158              no -perlio added since that is now the default.
9159              
9160              Add few CPUs/architectures to the Cppsym scan.
9161      Branch: perl
9162            ! Configure config_h.SH
9163 ____________________________________________________________________________
9164 [  8889] By: jhi                                   on 2001/02/22  13:05:59
9165         Log: Metaconfig unit change for #8888.
9166      Branch: metaconfig/U/perl
9167            ! useperlio.U
9168 ____________________________________________________________________________
9169 [  8888] By: jhi                                   on 2001/02/22  13:05:28
9170         Log: *drum roll*  Make perlio the default.
9171      Branch: perl
9172            ! Configure config_h.SH
9173 ____________________________________________________________________________
9174 [  8887] By: jhi                                   on 2001/02/22  12:50:52
9175         Log: Integrate change #8665 from maintperl to mainline,
9176              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
9177      Branch: perl
9178           !> ext/POSIX/POSIX.xs
9179 ____________________________________________________________________________
9180 [  8886] By: jhi                                   on 2001/02/22  12:49:24
9181         Log: Integrate changes #8883,8884 from mainline to maintperl.
9182              
9183              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
9184              Subject: Re: File::Temp::_gettemp warning
9185      Branch: maint-5.6/perl
9186           !> embed.h embed.pl lib/File/Temp.pm
9187 ____________________________________________________________________________
9188 [  8885] By: jhi                                   on 2001/02/22  12:43:59
9189         Log: Based on
9190              
9191              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
9192              From: schwab@suse.de
9193              Date: Thu, 22 Feb 2001 13:08:09 +0100
9194              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
9195              
9196              but the fix done slightly differently because the other
9197              half was already done in #8664.
9198      Branch: maint-5.6/perl
9199            ! ext/POSIX/POSIX.xs
9200 ____________________________________________________________________________
9201 [  8884] By: jhi                                   on 2001/02/22  12:37:15
9202         Log: Subject: Re: File::Temp::_gettemp warning
9203              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9204              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
9205              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
9206              
9207              This patch to File::Temp does two things:
9208              
9209              1. Fixes the problem with CGI::Carp when determining
9210              the Fcntl constants
9211              
9212              2. Removes most of the carps and consolidates them so that all the
9213              reasons are included in a single die that is caught by the test. This
9214              means that the correct skipping behaviour is displayed by the test.
9215      Branch: perl
9216            ! lib/File/Temp.pm
9217 ____________________________________________________________________________
9218 [  8883] By: jhi                                   on 2001/02/22  12:29:19
9219         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
9220              From: Peter Prymmer <pvhp@forte.com>
9221              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
9222              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
9223      Branch: perl
9224            ! embed.h embed.pl
9225 ____________________________________________________________________________
9226 [  8882] By: jhi                                   on 2001/02/21  19:41:33
9227         Log: Integrate change #8881 from mainlin to maintperl.
9228              
9229              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
9230      Branch: maint-5.6/perl
9231           !> op.c
9232 ____________________________________________________________________________
9233 [  8881] By: jhi                                   on 2001/02/21  19:38:57
9234         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
9235              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9236              Date:     Wed, 21 Feb 2001 13:08:03 EST
9237              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
9238      Branch: perl
9239            ! op.c
9240 ____________________________________________________________________________
9241 [  8880] By: jhi                                   on 2001/02/21  19:34:34
9242         Log: Retract #8875, cannot let go of the old semantics of unpack U
9243              without rethinking utf8decode.t.
9244      Branch: perl
9245            ! pp.c t/op/pack.t
9246 ____________________________________________________________________________
9247 [  8879] By: jhi                                   on 2001/02/21  19:08:02
9248         Log: Run run/*.t also in minitest.
9249      Branch: perl
9250            ! Makefile.SH
9251 ____________________________________________________________________________
9252 [  8878] By: nick                                  on 2001/02/21  18:55:37
9253         Log: Integrate mainline
9254      Branch: perlio
9255           !> (integrate 76 files)
9256 ____________________________________________________________________________
9257 [  8877] By: jhi                                   on 2001/02/21  15:09:33
9258         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
9259      Branch: metaconfig
9260            ! U/compline/nblock_io.U
9261      Branch: perl
9262            ! Configure config_h.SH
9263 ____________________________________________________________________________
9264 [  8876] By: jhi                                   on 2001/02/21  14:54:45
9265         Log: If no sfio, no -lsfio.
9266      Branch: metaconfig/U/perl
9267            ! d_sfio.U
9268      Branch: perl
9269            ! Configure config_h.SH
9270 ____________________________________________________________________________
9271 [  8875] By: jhi                                   on 2001/02/21  14:54:00
9272         Log: Make unpack C and unpack C truly equivalent.
9273      Branch: perl
9274            ! pp.c t/op/pack.t
9275 ____________________________________________________________________________
9276 [  8874] By: jhi                                   on 2001/02/21  14:26:02
9277         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
9278              From: Peter Prymmer <pvhp@forte.com>
9279              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
9280              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
9281      Branch: perl
9282            ! pod/perlport.pod
9283 ____________________________________________________________________________
9284 [  8873] By: jhi                                   on 2001/02/21  14:24:31
9285         Log: Subject: [PATCH] fix for charnames above FFFF
9286              From: andreas.koenig@anima.de (Andreas J. Koenig)
9287              Date: 21 Feb 2001 07:05:45 +0100
9288              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
9289      Branch: perl
9290            ! lib/charnames.pm t/lib/charnames.t
9291 ____________________________________________________________________________
9292 [  8872] By: jhi                                   on 2001/02/21  14:15:25
9293         Log: Integrate change #8868 from pureperl to mainline.
9294              
9295              Fixed reference count loop caused by sv_magic.
9296      Branch: perl
9297           !> sv.c
9298 ____________________________________________________________________________
9299 [  8871] By: jhi                                   on 2001/02/21  14:07:29
9300         Log: Integrate change #8868 from pureperl to maintperl.
9301              
9302              Fixed reference count loop caused by sv_magic.
9303      Branch: maint-5.6/perl
9304           !> sv.c
9305 ____________________________________________________________________________
9306 [  8870] By: jhi                                   on 2001/02/21  14:04:41
9307         Log: Put back the #8840, it was innocent.
9308      Branch: perl
9309            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9310            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
9311 ____________________________________________________________________________
9312 [  8869] By: jhi                                   on 2001/02/21  14:00:03
9313         Log: unpack("C", ...) was left slightly unfinished by #8865.
9314      Branch: perl
9315            ! pp.c t/op/pack.t
9316 ____________________________________________________________________________
9317 [  8868] By: alanbur                               on 2001/02/21  01:33:45
9318         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
9319              from gv_fetchpv to create single-character magic variables (e.g. $!),
9320              and it is passed a sv and the gv that contains the sv as the mg_obj
9321              value.  When sv_magic stores the mg_obj pointer it increments the gv
9322              refcount, thus causing a sv-gv pair that can't be freed.  There is
9323              already a check for sv == obj which is used to prevent such reference
9324              loops.  This change extends the check to cover the case described above.
9325      Branch: maint-5.6/pureperl
9326            ! sv.c
9327 ____________________________________________________________________________
9328 [  8867] By: jhi                                   on 2001/02/21  00:52:39
9329         Log: Update Changes.
9330      Branch: perl
9331            ! Changes patchlevel.h
9332 ____________________________________________________________________________
9333 [  8866] By: jhi                                   on 2001/02/21  00:34:20
9334         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
9335              (Note: there were some conflicts due to EBCDIC and EPOC
9336              patches, in general I preferred the repository code.)
9337              (When 2.753 comes out, we need to synchronize.)
9338      Branch: perl
9339            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
9340            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
9341            ! t/lib/cgi-html.t
9342 ____________________________________________________________________________
9343 [  8865] By: jhi                                   on 2001/02/21  00:24:22
9344         Log: Make pack("C", 0x100) to create Unicode, unless under the
9345              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
9346              will understand Unicode, unless you under know what.
9347      Branch: perl
9348            ! pp.c t/op/pack.t t/op/qu.t
9349 ____________________________________________________________________________
9350 [  8864] By: alanbur                               on 2001/02/20  22:35:34
9351         Log: Resynchronised with parent
9352      Branch: maint-5.6/pureperl
9353           !> README.win32 ext/GDBM_File/GDBM_File.pm
9354           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
9355           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
9356           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9357           !> t/lib/sdbm.t util.c
9358 ____________________________________________________________________________
9359 [  8863] By: jhi                                   on 2001/02/20  20:55:11
9360         Log: Integrate change #8860,8861 from mainline into maintperl.
9361              
9362              "pseudo-literal j"
9363              
9364              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
9365      Branch: maint-5.6/perl
9366           !> lib/Test.pm pod/perlop.pod
9367 ____________________________________________________________________________
9368 [  8862] By: jhi                                   on 2001/02/20  20:30:07
9369         Log: Don't do casting between pointers pointing to differently sized
9370              integers.
9371      Branch: perl
9372            ! hv.c sv.c
9373 ____________________________________________________________________________
9374 [  8861] By: jhi                                   on 2001/02/20  19:53:44
9375         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
9376              From: Peter Prymmer <pvhp@forte.com>
9377              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
9378              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
9379      Branch: perl
9380            ! lib/Test.pm
9381 ____________________________________________________________________________
9382 [  8860] By: jhi                                   on 2001/02/20  19:48:02
9383         Log: "pseudo-literal j", a documentation glitch reported to Debian.
9384              The text recovered from Perl 5.005_03, and pseudo-literal replaced
9385              by "backtick string".
9386      Branch: perl
9387            ! pod/perlop.pod
9388 ____________________________________________________________________________
9389 [  8859] By: jhi                                   on 2001/02/20  19:15:46
9390         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
9391              from Chris Nandor.
9392      Branch: perl
9393            ! makedef.pl
9394 ____________________________________________________________________________
9395 [  8858] By: jhi                                   on 2001/02/20  17:36:53
9396         Log: Integrate pureperl changes #8844,8845,8850 to mainline
9397              (via maintperl #8855).
9398              
9399              Fixed %^H scoping bug
9400              
9401              Removed GV <-> CV refcount loop
9402              
9403              Removed %ENV refcount loop
9404      Branch: perl
9405           !> gv.c op.c perl.c pp.c scope.c
9406 ____________________________________________________________________________
9407 [  8857] By: jhi                                   on 2001/02/20  17:34:32
9408         Log: Integrate changes #8853,8854 from maintperl to mainline.
9409              
9410              EBDIC fixes, README.win32 Borland update.
9411      Branch: perl
9412           !> README.win32 handy.h util.c
9413 ____________________________________________________________________________
9414 [  8856] By: jhi                                   on 2001/02/20  17:33:16
9415         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
9416      Branch: maint-5.6/perl
9417           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
9418           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
9419           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9420 ____________________________________________________________________________
9421 [  8855] By: jhi                                   on 2001/02/20  17:32:13
9422         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
9423              
9424              Fixed %^H scoping bug
9425              
9426              Removed GV <-> CV refcount loop
9427              
9428              Removed %ENV refcount loop
9429      Branch: maint-5.6/perl
9430           !> gv.c op.c perl.c pp.c scope.c
9431 ____________________________________________________________________________
9432 [  8854] By: jhi                                   on 2001/02/20  17:25:06
9433         Log: Subject: Addition to readme.win32 for Borland C++ compilers
9434              Date: Tue, 20 Feb 2001 02:15:25 +0300
9435              From: "Vadim Konovalov" <watman@inbox.ru>
9436              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
9437              
9438              Document Borland compiler misbehaviour.
9439      Branch: maint-5.6/perl
9440            ! README.win32
9441 ____________________________________________________________________________
9442 [  8853] By: jhi                                   on 2001/02/20  17:22:25
9443         Log: The assimilation of ebcdic.c didn't quite work at the first try,
9444              patches from Thomas Dorner.
9445      Branch: maint-5.6/perl
9446            ! handy.h util.c
9447 ____________________________________________________________________________
9448 [  8852] By: jhi                                   on 2001/02/20  17:20:15
9449         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
9450              From: Chris Nandor <pudge@pobox.com>
9451              Date: Tue, 20 Feb 2001 08:32:45 -0500
9452              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
9453      Branch: maint-5.6/perl
9454            ! makedef.pl mg.c
9455 ____________________________________________________________________________
9456 [  8851] By: jhi                                   on 2001/02/20  17:15:52
9457         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
9458      Branch: perl
9459            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
9460            ! t/lib/filter-util.t
9461 ____________________________________________________________________________
9462 [  8850] By: alanbur                               on 2001/02/20  17:12:40
9463         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
9464              and the magic pointer points back to the GV that contains the
9465              %ENV hash.  This creates a refcount loop that prevents members
9466              of %ENV from being freed correctly.  This change removes the
9467              refcount loop - the magic pointer was never used anyway, the
9468              only use of the magic was to check the type ('E') so that the
9469              appropriate environment manipulation code is called when %ENV
9470              is modified.
9471      Branch: maint-5.6/pureperl
9472            ! perl.c
9473 ____________________________________________________________________________
9474 [  8849] By: jhi                                   on 2001/02/20  17:12:20
9475         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
9476              From: "Craig A. Berry" <craigberry@mac.com>
9477              Date: Mon, 19 Feb 2001 23:36:12 -0600
9478              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
9479              
9480              Case-forgiving systems match TestInit.pm with TES*.
9481      Branch: perl
9482            ! t/lib/glob-basic.t
9483 ____________________________________________________________________________
9484 [  8848] By: jhi                                   on 2001/02/20  17:10:02
9485         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
9486      Branch: perl
9487            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
9488            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
9489            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9490 ____________________________________________________________________________
9491 [  8847] By: jhi                                   on 2001/02/20  15:34:41
9492         Log: The #8843 wasn't quite right: %Config needs to imported.
9493      Branch: perl
9494            ! t/run/runenv.t
9495 ____________________________________________________________________________
9496 [  8846] By: jhi                                   on 2001/02/20  15:31:50
9497         Log: Retract the #8838 and #8840 for now because of
9498              the DB_File tie problem.
9499      Branch: perl
9500            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
9501            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
9502            ! proto.h sv.c
9503 ____________________________________________________________________________
9504 [  8845] By: alanbur                               on 2001/02/20  14:25:41
9505         Log: Removed GV <-> CV refcount loop
9506              CvGV(mycv) points to the parent GV of the CV, and was previously
9507              refcounted.  The pointer remains, but the refcounting has been removed
9508              as it causes a refcount loop between the CV and GV that means the CV
9509              can't ever be deleted.
9510      Branch: maint-5.6/pureperl
9511            ! gv.c op.c pp.c
9512 ____________________________________________________________________________
9513 [  8844] By: alanbur                               on 2001/02/20  14:23:13
9514         Log: Fixed %^H scoping bug
9515      Branch: maint-5.6/pureperl
9516            ! scope.c
9517 ____________________________________________________________________________
9518 [  8843] By: jhi                                   on 2001/02/19  13:38:08
9519         Log: fork() not everywhere, cleanup temp files.
9520      Branch: perl
9521            ! t/run/runenv.t
9522 ____________________________________________________________________________
9523 [  8842] By: alanbur                               on 2001/02/19  12:42:07
9524         Log: Resynchronised with parent
9525      Branch: maint-5.6/pureperl
9526           !> pod/perlfaq4.pod sv.c utf8.c
9527 ____________________________________________________________________________
9528 [  8841] By: jhi                                   on 2001/02/19  03:35:51
9529         Log: Update Changes.
9530      Branch: perl
9531            ! Changes patchlevel.h
9532 ____________________________________________________________________________
9533 [  8840] By: jhi                                   on 2001/02/19  00:23:41
9534         Log: Subject: [patch] add sv_setref_uv
9535              From: Doug MacEachern <dougm@covalent.net>
9536              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
9537              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
9538      Branch: perl
9539            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9540            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
9541 ____________________________________________________________________________
9542 [  8839] By: jhi                                   on 2001/02/19  00:01:38
9543         Log: Put to rest the 20010205.001, the email address checking (not) regex.
9544      Branch: perl
9545            ! pod/perlfaq9.pod
9546 ____________________________________________________________________________
9547 [  8838] By: jhi                                   on 2001/02/18  22:17:54
9548         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
9549              From: Doug MacEachern <dougm@covalent.net>
9550              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
9551              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
9552      Branch: perl
9553            ! lib/ExtUtils/xsubpp
9554 ____________________________________________________________________________
9555 [  8837] By: jhi                                   on 2001/02/18  22:16:50
9556         Log: Subject: [patch] -Wall cleanup round 2
9557              From: Doug MacEachern <dougm@covalent.net>
9558              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
9559              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
9560      Branch: perl
9561            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
9562            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
9563            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
9564            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
9565            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9566            ! ext/SDBM_File/SDBM_File.xs
9567 ____________________________________________________________________________
9568 [  8836] By: jhi                                   on 2001/02/18  22:11:20
9569         Log: Misapplied regex optimizations when \C is present.
9570              Fixes 20001230.002.
9571              
9572              What still remains broken is that the submatches that
9573              have \C in them get their UTF8 flag on because their
9574              parent SV has it on.  This will result in malformed
9575              UTF8 if a \C happened to match a non-ASCII byte.
9576      Branch: perl
9577            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
9578            ! t/pragma/utf8.t
9579 ____________________________________________________________________________
9580 [  8835] By: jhi                                   on 2001/02/18  20:12:02
9581         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
9582              
9583              The hash key got wrongly UTF8fied.
9584      Branch: perl
9585            ! pod/perlapi.pod toke.c utf8.c
9586 ____________________________________________________________________________
9587 [  8834] By: jhi                                   on 2001/02/18  19:44:25
9588         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
9589              don't warn on magical or overloaded things.
9590      Branch: perl
9591            ! pp_hot.c
9592 ____________________________________________________________________________
9593 [  8833] By: nick                                  on 2001/02/18  19:31:22
9594         Log: Integrate mainline
9595      Branch: perlio
9596           +> t/TestInit.pm t/run/runenv.t
9597            - t/UTEST
9598           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
9599           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
9600           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
9601           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
9602           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
9603           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
9604           !> utf8.c
9605 ____________________________________________________________________________
9606 [  8832] By: jhi                                   on 2001/02/18  19:21:18
9607         Log: Integrate perlio.
9608      Branch: perl
9609           !> perlio.c pod/perldiag.pod
9610 ____________________________________________________________________________
9611 [  8831] By: jhi                                   on 2001/02/18  19:14:20
9612         Log: Integrate change #8827 from mainline.
9613              
9614              UTF8 tweaks.
9615      Branch: maint-5.6/perl
9616           !> sv.c utf8.c
9617 ____________________________________________________________________________
9618 [  8830] By: nick                                  on 2001/02/18  19:10:34
9619         Log: Apply the spirit of patch from Nick Clark:
9620              Subject: [PATCH] Re: extensions that provide layers
9621              From: Nicholas Clark <nick@ccl4.org>
9622              Date: Mon, 12 Feb 2001 16:43:51 +0000
9623              Message-Id: <20010212164350.Q3652@plum.flirble.org>
9624      Branch: perlio
9625            ! perlio.c pod/perldiag.pod
9626 ____________________________________________________________________________
9627 [  8829] By: jhi                                   on 2001/02/18  19:03:25
9628         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
9629              From: schwern@pobox.com 
9630              Date: Sun, 18 Feb 2001 13:44:35 -0500
9631              Message-ID: <20010218134435.A17544@magnonel.guild.net>
9632              
9633              Applied, but as t/TestInit.pm.
9634      Branch: perl
9635            + t/TestInit.pm
9636            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
9637            ! t/op/subst_wamp.t
9638 ____________________________________________________________________________
9639 [  8828] By: jhi                                   on 2001/02/18  18:43:52
9640         Log: Integrate perlio.
9641      Branch: perl
9642           !> perlio.c
9643 ____________________________________________________________________________
9644 [  8827] By: jhi                                   on 2001/02/18  18:41:33
9645         Log: UTF-8 tweaks.
9646      Branch: perl
9647            ! sv.c utf8.c
9648 ____________________________________________________________________________
9649 [  8826] By: nick                                  on 2001/02/18  17:40:59
9650         Log: Fix [ID 20010217.002]
9651              open FOO, "<:raw:perlio", ...
9652              :raw now inserts default base layer below itself.
9653              Also
9654              open FOO, "<:unix", ...
9655              works as well - but leaves buffer layer on stack under the unix layer.
9656      Branch: perlio
9657            ! perlio.c
9658 ____________________________________________________________________________
9659 [  8825] By: jhi                                   on 2001/02/18  17:15:39
9660         Log: Integrate perlio.
9661      Branch: perl
9662           !> perlio.c perliol.h
9663 ____________________________________________________________________________
9664 [  8824] By: jhi                                   on 2001/02/18  17:10:53
9665         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
9666              From: schwern@pobox.com
9667              Date: Sun, 18 Feb 2001 01:48:50 -0500
9668              Message-ID: <20010218014850.C19957@magnonel.guild.net>
9669      Branch: perl
9670            ! lib/Test/Harness.pm t/TEST t/op/chop.t
9671 ____________________________________________________________________________
9672 [  8823] By: jhi                                   on 2001/02/18  17:01:06
9673         Log: Add run/*.t to testables.
9674      Branch: perl
9675            ! t/TEST
9676 ____________________________________________________________________________
9677 [  8822] By: jhi                                   on 2001/02/18  16:58:58
9678         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
9679              From: schwern@pobox.com
9680              Date: Sun, 18 Feb 2001 01:11:35 -0500
9681              Message-ID: <20010218011135.A19957@magnonel.guild.net>
9682              
9683              Revive mjd's and Simon's PERL5OPT fix.
9684      Branch: perl
9685            + t/run/runenv.t
9686            ! MANIFEST perl.c
9687 ____________________________________________________________________________
9688 [  8821] By: jhi                                   on 2001/02/18  16:53:46
9689         Log: Subject: Re: Why t/TEST and not Test::Harness?
9690              From: schwern@pobox.com
9691              Date: Sat, 17 Feb 2001 22:44:44 -0500
9692              Message-ID: <20010217224444.A6679@magnonel.guild.net>
9693              
9694              Replace UTEST with TEST -utf8.
9695      Branch: perl
9696            - t/UTEST
9697            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
9698            ! t/lib/glob-basic.t
9699 ____________________________________________________________________________
9700 [  8820] By: nick                                  on 2001/02/18  13:06:16
9701         Log: Clean up a few core dumps when layers are used in unexpected ways.
9702              (Still not "right"...)
9703      Branch: perlio
9704            ! perlio.c perliol.h
9705 ____________________________________________________________________________
9706 [  8819] By: jhi                                   on 2001/02/18  02:25:55
9707         Log: Integrate change #8818 from maintperl, a FAQ nit.
9708      Branch: perl
9709           !> pod/perlfaq4.pod
9710 ____________________________________________________________________________
9711 [  8818] By: jhi                                   on 2001/02/18  02:24:50
9712         Log: FAQ nit from Chris Fedde.
9713      Branch: maint-5.6/perl
9714            ! pod/perlfaq4.pod
9715 ____________________________________________________________________________
9716 [  8817] By: nick                                  on 2001/02/17  18:20:14
9717         Log: Integrate mainline
9718      Branch: perlio
9719           +> lib/unicode/UCD.html lib/unicode/Unicode.html
9720           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
9721           +> pod/perlclib.pod
9722            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
9723            - lib/unicode/Unicode.301
9724           !> (integrate 324 files)
9725 ____________________________________________________________________________
9726 [  8816] By: jhi                                   on 2001/02/17  16:56:58
9727         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
9728      Branch: perl
9729            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9730            ! ext/Storable/Storable.xs t/lib/st-06compat.t
9731            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
9732 ____________________________________________________________________________
9733 [  8815] By: jhi                                   on 2001/02/17  16:40:07
9734         Log: Subject: [patch] -Wall
9735              From: Doug MacEachern <dougm@covalent.net>
9736              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
9737              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
9738      Branch: perl
9739            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
9740            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
9741 ____________________________________________________________________________
9742 [  8814] By: jhi                                   on 2001/02/16  19:27:18
9743         Log: Document qu better.
9744      Branch: perl
9745            ! pod/perlop.pod
9746 ____________________________________________________________________________
9747 [  8813] By: jhi                                   on 2001/02/15  13:54:37
9748         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
9749              From: Hugo <hv@crypt.compulink.co.uk>
9750              Date: Thu, 15 Feb 2001 13:39:49 +0000
9751              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
9752      Branch: perl
9753            ! toke.c
9754 ____________________________________________________________________________
9755 [  8812] By: alanbur                               on 2001/02/15  13:52:16
9756         Log: Resynchronised with parent
9757      Branch: maint-5.6/pureperl
9758            - ebcdic.c
9759           !> (integrate 36 files)
9760 ____________________________________________________________________________
9761 [  8811] By: jhi                                   on 2001/02/15  13:51:16
9762         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
9763              
9764              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
9765              From: Jan Dubois <JanD@ActiveState.com>
9766              Date: Wed, 31 Jan 2001 21:17:03 -0800
9767              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
9768              
9769              tweak change#8659 to keep it simple
9770              
9771              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
9772              From: Russ Allbery <rra@stanford.edu>
9773              Date: 14 Feb 2001 10:15:41 -0800
9774              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
9775              
9776              (8809 empty)
9777
9778              Upgrade to podlators 1.08, from Russ Allbery.
9779      Branch: perl
9780           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
9781           !> utils/perldoc.PL
9782 ____________________________________________________________________________
9783 [  8810] By: jhi                                   on 2001/02/15  13:35:08
9784         Log: Upgrade to podlators 1.08, from Russ Allbery.
9785      Branch: maint-5.6/perl
9786            ! lib/Pod/Man.pm lib/Pod/Text.pm
9787 ____________________________________________________________________________
9788 [  8809] By: jhi                                   on 2001/02/15  13:26:38
9789         Log: (accidentally empty check-in)
9790      Branch: maint-5.6/perl
9791            ! lib/Test/Harness.pm
9792 ____________________________________________________________________________
9793 [  8808] By: jhi                                   on 2001/02/15  13:23:47
9794         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
9795              From: Russ Allbery <rra@stanford.edu>
9796              Date: 14 Feb 2001 10:15:41 -0800
9797              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
9798              
9799              perldoc was hardcoding $Config{installscript}, which breaks
9800              when install* isn't where Perl ends up (such as with AFS).
9801              
9802              Use $Config{scriptdir} instead.
9803      Branch: maint-5.6/perl
9804            ! utils/perldoc.PL
9805 ____________________________________________________________________________
9806 [  8807] By: jhi                                   on 2001/02/14  14:37:27
9807         Log: Update Changes.
9808      Branch: perl
9809            ! Changes patchlevel.h
9810 ____________________________________________________________________________
9811 [  8806] By: jhi                                   on 2001/02/14  14:25:31
9812         Log: Integrate changes #8803,8804,8805 from mainline.
9813              
9814              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
9815              
9816              Don't skip too much of the locale error message if no environ array,
9817              from Chris Nandor.
9818              
9819              More MacOS Classic fixes from Chris Nandor.
9820      Branch: maint-5.6/perl
9821           !> doop.c lib/Cwd.pm perl.c perl.h util.c
9822 ____________________________________________________________________________
9823 [  8805] By: jhi                                   on 2001/02/14  03:29:01
9824         Log: More MacOS Classic fixes from Chris Nandor.
9825      Branch: perl
9826            ! doop.c lib/Cwd.pm
9827 ____________________________________________________________________________
9828 [  8804] By: jhi                                   on 2001/02/14  03:18:35
9829         Log: Don't skip too much of the locale error message if no environ array,
9830              from Chris Nandor.
9831      Branch: perl
9832            ! util.c
9833 ____________________________________________________________________________
9834 [  8803] By: jhi                                   on 2001/02/14  03:14:14
9835         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
9836      Branch: perl
9837            ! perl.c perl.h
9838 ____________________________________________________________________________
9839 [  8802] By: jhi                                   on 2001/02/13  18:31:33
9840         Log: AUTHORS update.
9841      Branch: perl
9842            ! AUTHORS
9843 ____________________________________________________________________________
9844 [  8801] By: jhi                                   on 2001/02/13  17:55:19
9845         Log: Integrate change #8792 from mainline.
9846              
9847              Subject: buncha MacPerl patches for bleadperl
9848              From: Chris Nandor <pudge@pobox.com>
9849              Date: Tue, 13 Feb 2001 00:02:43 -0500
9850              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
9851      Branch: maint-5.6/perl
9852           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
9853           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
9854           !> t/lib/basename.t toke.c util.h
9855 ____________________________________________________________________________
9856 [  8800] By: jhi                                   on 2001/02/13  17:46:43
9857         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
9858              to be forced to Off_t.
9859              
9860              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
9861              From: nick@ccl4.org
9862              Date: Thu, 1 Feb 2001 12:01:04 +0000
9863              Message-Id: <20010201120103.E11401@plum.flirble.org>
9864      Branch: maint-5.6/perl
9865            ! iperlsys.h perlio.c
9866 ____________________________________________________________________________
9867 [  8799] By: jhi                                   on 2001/02/13  16:52:51
9868         Log: Duplex duplex hunk hunk.
9869      Branch: maint-5.6/perl
9870            ! Makefile.SH
9871 ____________________________________________________________________________
9872 [  8797] By: jhi                                   on 2001/02/13  14:52:04
9873         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
9874              From: "Craig A. Berry" <craigberry@mac.com>
9875              Date: Mon, 12 Feb 2001 11:05:25 -0600
9876              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
9877      Branch: perl
9878            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
9879 ____________________________________________________________________________
9880 [  8796] By: jhi                                   on 2001/02/13  14:36:47
9881         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
9882              From: simon.cozens@pembroke.oxford.ac.uk 
9883              Date: Sat, 10 Feb 2001 17:57:02 +0000
9884              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
9885              
9886              Now it does include.
9887      Branch: perl
9888            ! pod/perldiag.pod
9889 ____________________________________________________________________________
9890 [  8795] By: jhi                                   on 2001/02/13  14:30:11
9891         Log: Sort the MANIFEST.
9892      Branch: perl
9893            ! MANIFEST
9894 ____________________________________________________________________________
9895 [  8794] By: jhi                                   on 2001/02/13  14:26:51
9896         Log: Integrate change #8793 from mainline, FAQ updates.
9897      Branch: maint-5.6/perl
9898           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
9899 ____________________________________________________________________________
9900 [  8793] By: jhi                                   on 2001/02/13  14:25:13
9901         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
9902      Branch: perl
9903            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
9904 ____________________________________________________________________________
9905 [  8792] By: jhi                                   on 2001/02/13  14:22:50
9906         Log: Subject: buncha MacPerl patches for bleadperl
9907              From: Chris Nandor <pudge@pobox.com>
9908              Date: Tue, 13 Feb 2001 00:02:43 -0500
9909              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
9910      Branch: perl
9911            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
9912            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
9913            ! t/lib/basename.t toke.c util.h
9914 ____________________________________________________________________________
9915 [  8791] By: jhi                                   on 2001/02/13  14:10:39
9916         Log: Integrate change #8790 from mainline.
9917              
9918              environ array wrongly assumed in Perl_init_i18nl10n(),
9919      Branch: maint-5.6/perl
9920           !> util.c
9921 ____________________________________________________________________________
9922 [  8790] By: jhi                                   on 2001/02/13  14:06:15
9923         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
9924              noticed by Chris Nandor in MacOS Classic.
9925      Branch: perl
9926            ! util.c
9927 ____________________________________________________________________________
9928 [  8789] By: jhi                                   on 2001/02/13  13:58:07
9929         Log: Integrate changes #8373,8487,8544,8783 from mainline.
9930              
9931              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
9932              hints files, the dynaloading, assimilate ebcdic into util.c.
9933      Branch: maint-5.6/perl
9934            - ebcdic.c
9935            ! MANIFEST hints/posix-bc.sh
9936           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
9937           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
9938           !> perlapi.c proto.h util.c
9939 ____________________________________________________________________________
9940 [  8788] By: alanbur                               on 2001/02/13  10:33:13
9941         Log: Integrated changes from maint-5.6
9942      Branch: maint-5.6/pureperl
9943           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
9944           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
9945           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9946           !> vos/config.ga.h vos/configure_perl.cm
9947 ____________________________________________________________________________
9948 [  8787] By: jhi                                   on 2001/02/13  05:56:36
9949         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
9950      Branch: perl
9951           !> Makefile.SH
9952 ____________________________________________________________________________
9953 [  8786] By: jhi                                   on 2001/02/13  05:54:34
9954         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
9955              From: Dorner Thomas <Thomas.Dorner@start.de>
9956              Date: Mon, 12 Feb 2001 15:06:26 +0100
9957              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
9958      Branch: maint-5.6/perl
9959            ! Makefile.SH
9960 ____________________________________________________________________________
9961 [  8785] By: jhi                                   on 2001/02/13  05:29:04
9962         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
9963      Branch: perl
9964           !> hints/openbsd.sh
9965 ____________________________________________________________________________
9966 [  8784] By: jhi                                   on 2001/02/13  02:25:24
9967         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
9968              From: Peter Prymmer <pvhp@forte.com>
9969              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
9970              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
9971      Branch: perl
9972            ! pod/perlclib.pod
9973 ____________________________________________________________________________
9974 [  8783] By: jhi                                   on 2001/02/13  02:22:36
9975         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
9976      Branch: perl
9977            - ebcdic.c
9978            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
9979            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
9980            ! util.c
9981 ____________________________________________________________________________
9982 [  8782] By: jhi                                   on 2001/02/13  02:00:07
9983         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
9984      Branch: maint-5.6/perl
9985            ! pod/perlport.pod
9986 ____________________________________________________________________________
9987 [  8781] By: jhi                                   on 2001/02/13  01:58:44
9988         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
9989      Branch: maint-5.6/perl
9990            ! hints/openbsd.sh
9991 ____________________________________________________________________________
9992 [  8780] By: jhi                                   on 2001/02/13  01:57:33
9993         Log: Synchronize the regexp tests between maintperl and mainline.
9994      Branch: maint-5.6/perl
9995           !> t/op/re_tests
9996 ____________________________________________________________________________
9997 [  8779] By: jhi                                   on 2001/02/13  01:49:35
9998         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
9999              From: Hugo <hv@crypt.compulink.co.uk>
10000              Date: Tue, 13 Feb 2001 00:11:11 +0000
10001              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
10002      Branch: perl
10003            ! regcomp.c t/op/re_tests
10004 ____________________________________________________________________________
10005 [  8778] By: jhi                                   on 2001/02/13  00:23:10
10006         Log: Comments do not nest.
10007      Branch: perl
10008            ! perl.h
10009 ____________________________________________________________________________
10010 [  8777] By: jhi                                   on 2001/02/13  00:17:54
10011         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
10012              From: Hugo <hv@crypt.compulink.co.uk>
10013              Date: Tue, 13 Feb 2001 00:11:11 +0000
10014              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
10015      Branch: maint-5.6/perl
10016            ! regcomp.c t/op/re_tests
10017 ____________________________________________________________________________
10018 [  8776] By: jhi                                   on 2001/02/12  23:25:52
10019         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
10020      Branch: maint-5.6/perl
10021            ! pod/perlport.pod
10022 ____________________________________________________________________________
10023 [  8775] By: jhi                                   on 2001/02/12  23:04:28
10024         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
10025      Branch: maint-5.6/perl
10026            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
10027            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10028            ! vos/configure_perl.cm
10029 ____________________________________________________________________________
10030 [  8774] By: jhi                                   on 2001/02/12  22:59:11
10031         Log: Subject: Re: [patch] context for 'U' magic functions
10032              From: Doug MacEachern <dougm@covalent.net>
10033              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
10034              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
10035              
10036              plus the suggestion by Nick Ing-Simmons to name the macro
10037              as PERL_MG_UFUNC to avoid namespace pollution, plus add
10038              the advice by Doug for XS writers to perl.h
10039      Branch: perl
10040            ! mg.c perl.h
10041 ____________________________________________________________________________
10042 [  8773] By: jhi                                   on 2001/02/11  20:14:12
10043         Log: Update Changes.
10044      Branch: perl
10045            ! Changes patchlevel.h
10046 ____________________________________________________________________________
10047 [  8772] By: jhi                                   on 2001/02/11  18:47:52
10048         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
10049              From: Simon Cozens <simon@cozens.net>
10050              Date: Wed, 31 Jan 2001 16:31:43 +0000
10051              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
10052      Branch: perl
10053            + pod/perlclib.pod
10054            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
10055            ! pod/perltoc.pod
10056 ____________________________________________________________________________
10057 [  8771] By: jhi                                   on 2001/02/11  18:36:48
10058         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
10059              
10060              Blocks-4d3.beta.txt
10061              CaseFolding-3d4.beta.txt
10062              CompositionExclusions-3d6.beta.txt
10063              EastAsianWidth-4d4.beta.txt
10064              LineBreak-6d3.beta.txt
10065              NamesList-3.1.0d1.beta.txt
10066              PropList-3.1.0d4.beta.txt
10067              SpecialCasing-4d1.beta.txt
10068              UnicodeData-3.1.0d6.beta.txt
10069      Branch: perl
10070            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
10071           +> lib/unicode/UCD.html lib/unicode/Unicode.html
10072            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
10073            - lib/unicode/Unicode.301
10074            ! (edit 257 files)
10075 ____________________________________________________________________________
10076 [  8770] By: jhi                                   on 2001/02/11  17:26:22
10077         Log: UTF-8 documentation.
10078      Branch: perl
10079            ! utf8.h
10080 ____________________________________________________________________________
10081 [  8769] By: jhi                                   on 2001/02/11  17:12:49
10082         Log: Retract #8762.
10083      Branch: perl
10084            ! regexec.c
10085 ____________________________________________________________________________
10086 [  8768] By: jhi                                   on 2001/02/11  16:54:45
10087         Log: Subject: [PATCH] Test::Harness
10088              From: andreas.koenig@anima.de (Andreas J. Koenig)
10089              Date: 11 Feb 2001 14:37:00 +0100
10090              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
10091      Branch: perl
10092            ! lib/Test/Harness.pm
10093 ____________________________________________________________________________
10094 [  8767] By: jhi                                   on 2001/02/11  16:53:52
10095         Log: Subject: [PATCH] Document makepatch in Porting/patching
10096              From: andreas.koenig@anima.de (Andreas J. Koenig)
10097              Date: 11 Feb 2001 16:46:28 +0100
10098              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
10099      Branch: perl
10100            ! Porting/patching.pod
10101 ____________________________________________________________________________
10102 [  8766] By: jhi                                   on 2001/02/11  06:30:23
10103         Log: Subject: Re: [patch] GvSHARED
10104              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
10105              From: Doug MacEachern <dougm@covalent.net>
10106              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
10107              
10108              Subject: Re: [patch] GvSHARED
10109              From: Doug MacEachern <dougm@covalent.net>
10110              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
10111              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
10112              
10113              Subject: [patch] attributes.pm support for `shared'
10114              From: Doug MacEachern <dougm@covalent.net>
10115              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
10116              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
10117              
10118              our() attributes were ignored, our :shared pieces missing,
10119              allow attributes.pm to turn on shared.
10120      Branch: perl
10121            ! op.c t/op/attrs.t toke.c xsutils.c
10122 ____________________________________________________________________________
10123 [  8765] By: alanbur                               on 2001/02/10  23:11:19
10124         Log: Resync with parent (hopefully sucessfully this time)
10125      Branch: maint-5.6/pureperl
10126           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
10127           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
10128           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10129           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10130           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10131           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10132           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
10133 ____________________________________________________________________________
10134 [  8764] By: jhi                                   on 2001/02/10  22:54:38
10135         Log: Make TEST and UTEST more verbose in case something goes
10136              wrong in running/compiling a script, suggested by Doug
10137              MacEachern.
10138      Branch: perl
10139            ! t/TEST t/UTEST
10140 ____________________________________________________________________________
10141 [  8763] By: jhi                                   on 2001/02/10  22:11:34
10142         Log: Bogus shebang.
10143      Branch: perl
10144            ! t/lib/texttabs.t
10145 ____________________________________________________________________________
10146 [  8762] By: jhi                                   on 2001/02/10  21:56:02
10147         Log: (Retracted by #8769)
10148      Branch: perl
10149            ! regexec.c
10150 ____________________________________________________________________________
10151 [  8761] By: jhi                                   on 2001/02/10  21:26:15
10152         Log: Subject: Re: [patch] GvSHARED 
10153              From: Doug MacEachern <dougm@covalent.net>
10154              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
10155              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
10156              
10157              our @EXPORT : shared = (...);
10158      Branch: perl
10159            ! toke.c
10160 ____________________________________________________________________________
10161 [  8760] By: jhi                                   on 2001/02/10  21:25:07
10162         Log: Subject: [patch] GvSHARED
10163              From: Doug MacEachern <dougm@covalent.net>
10164              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
10165              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
10166      Branch: perl
10167            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
10168 ____________________________________________________________________________
10169 [  8759] By: alanbur                               on 2001/02/10  21:24:27
10170         Log: Backed out mismerge.
10171      Branch: maint-5.6/pureperl
10172            ! MANIFEST README.hpux README.vmesa gv.c installhtml
10173            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
10174            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10175            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10176            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10177            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10178            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
10179 ____________________________________________________________________________
10180 [  8758] By: jhi                                   on 2001/02/10  18:01:17
10181         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
10182              
10183              Fixed UMRs and leak in Perl_pmtrans()
10184              
10185              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
10186              associated UTFied tr/// code.  Also fixed scoping leak of
10187              PL_reg_start_tmp.
10188              
10189              newATTRSUB leaks when an attempt to redefine the active sort sub is
10190              made.
10191      Branch: maint-5.6/perl
10192           !> op.c regcomp.c
10193 ____________________________________________________________________________
10194 [  8757] By: alanbur                               on 2001/02/10  17:56:46
10195         Log: Resynchronised with parent
10196      Branch: maint-5.6/pureperl
10197           +> README.bs2000
10198            - README.posix-bc
10199            ! gv.c perl.c sv.c
10200           !> MANIFEST README.hpux README.vmesa installhtml
10201           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
10202           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10203           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10204           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10205           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10206           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
10207 ____________________________________________________________________________
10208 [  8756] By: alanbur                               on 2001/02/10  17:51:15
10209         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
10210              made.
10211      Branch: maint-5.6/pureperl
10212            ! op.c
10213 ____________________________________________________________________________
10214 [  8755] By: jhi                                   on 2001/02/09  22:41:35
10215         Log: Upgrade to CPAN 1.59_54, from Andreas König.
10216      Branch: perl
10217            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10218 ____________________________________________________________________________
10219 [  8754] By: jhi                                   on 2001/02/09  22:29:20
10220         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
10221              
10222              Didn't upgrade the fill.t since it has a dependency to File::Slurp
10223              purely for debugging purposes, the actual test hasn't changed.
10224      Branch: perl
10225            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
10226            ! t/lib/textwrap.t
10227 ____________________________________________________________________________
10228 [  8753] By: jhi                                   on 2001/02/09  20:17:50
10229         Log: Integrate change #8682 from maintperl.
10230              
10231              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
10232              to work correctly.
10233      Branch: perl
10234           !> hints/irix_6.sh
10235 ____________________________________________________________________________
10236 [  8752] By: jhi                                   on 2001/02/09  20:00:46
10237         Log: Update Changes.
10238      Branch: perl
10239            ! Changes patchlevel.h
10240 ____________________________________________________________________________
10241 [  8751] By: nick                                  on 2001/02/09  19:48:37
10242         Log: Integrate mainline
10243      Branch: perlio
10244           +> README.bs2000 t/lib/cgi-esc.t
10245            - README.posix-bc
10246           !> (integrate 53 files)
10247 ____________________________________________________________________________
10248 [  8750] By: nick                                  on 2001/02/09  19:25:16
10249         Log: Subject: RE: Biannual Competition to Improve Hashing Function
10250              From: Fisher Mark <fisherm@tce.com>
10251              Date: Thu, 8 Feb 2001 10:44:00 -0500
10252              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
10253              Date: Thu, 8 Feb 2001 15:02:47 -0500
10254              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
10255      Branch: perl
10256            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
10257 ____________________________________________________________________________
10258 [  8749] By: jhi                                   on 2001/02/09  19:02:35
10259         Log: Forgotten fragment.
10260      Branch: perl
10261            ! pod/perlapi.pod
10262 ____________________________________________________________________________
10263 [  8748] By: jhi                                   on 2001/02/09  18:31:34
10264         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
10265              plus manual tweakage.
10266              
10267              Sync the perlfaq2 between mainline and maintperl.
10268      Branch: maint-5.6/perl
10269            ! pod/perlfaq2.pod
10270      Branch: perl
10271           !> pod/perlfaq2.pod
10272 ____________________________________________________________________________
10273 [  8747] By: jhi                                   on 2001/02/09  18:12:04
10274         Log: Subject: versiononly and installperl
10275              From: abigail@foad.org
10276              Date: Wed, 7 Feb 2001 22:43:12 +0100
10277              Message-ID: <20010207214312.7045.qmail@foad.org>    
10278              
10279              Add +v flag to force a normal install of the perl binary
10280              and the utilities.
10281              
10282              Subject: [PATCH] installperl
10283              From: Nicholas Clark <nick@ccl4.org>
10284              Date: Fri, 9 Feb 2001 16:28:57 +0000
10285              Message-ID: <20010209162857.B10931@plum.flirble.org>
10286              
10287              Add -A flag which also hardlinks the binary with
10288              the full architecture name.
10289      Branch: perl
10290            ! installperl
10291 ____________________________________________________________________________
10292 [  8746] By: jhi                                   on 2001/02/09  18:03:43
10293         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
10294              
10295              Subject: perlfaq2, re: perlmongers
10296              
10297              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
10298              
10299              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
10300              
10301              Subject: [ID 20010205.001] typo in perlfaq9
10302              
10303              Subject: [ID 20010208.002] unordered explanation in perlcall
10304      Branch: maint-5.6/perl
10305           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10306           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
10307           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
10308 ____________________________________________________________________________
10309 [  8745] By: jhi                                   on 2001/02/09  17:59:09
10310         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
10311              From: abela@geneanet.org
10312              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
10313              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
10314      Branch: perl
10315            ! pod/perlcall.pod
10316 ____________________________________________________________________________
10317 [  8744] By: jhi                                   on 2001/02/09  17:48:16
10318         Log: Subject: [ID 20010205.001] typo in perlfaq9
10319              From: eserte@vran.herceg.de
10320              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
10321              Message-Id: <200102042244.XAA21926@vran.herceg.de>
10322      Branch: perl
10323            ! pod/perlfaq9.pod
10324 ____________________________________________________________________________
10325 [  8743] By: jhi                                   on 2001/02/09  17:25:12
10326         Log: Integrate change #8695 from maintperl.
10327              
10328              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
10329      Branch: perl
10330           !> thread.h
10331 ____________________________________________________________________________
10332 [  8742] By: jhi                                   on 2001/02/09  17:21:22
10333         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
10334              From: Andy Dougherty <doughera@lafayette.edu>
10335              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
10336              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
10337      Branch: perl
10338            ! embed.pl
10339 ____________________________________________________________________________
10340 [  8741] By: jhi                                   on 2001/02/09  17:05:19
10341         Log: Integrate changes #8738,8739,8740 from maintperl.
10342              
10343              Html files will be installed in a more logical and easier to
10344              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
10345              
10346              Html files will be generated with a header to make them look
10347              a little less bare.
10348              
10349              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
10350      Branch: perl
10351           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
10352 ____________________________________________________________________________
10353 [  8740] By: jhi                                   on 2001/02/09  17:03:46
10354         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
10355              From: "Brendan O'Dea" <bod@compusol.com.au>
10356              Date: Sun, 4 Feb 2001 11:17:56 +1100
10357              Message-ID: <20010204111756.A16301@compusol.com.au>
10358      Branch: maint-5.6/perl
10359            ! pod/perlfaq3.pod
10360 ____________________________________________________________________________
10361 [  8739] By: jhi                                   on 2001/02/09  17:01:59
10362         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
10363              From: "Indy Singh" <indy@nusphere.com>
10364              Date: Fri, 2 Feb 2001 15:09:59 -0500
10365              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
10366              
10367              Html files will be generated with a header to make them look
10368              a little less bare.
10369      Branch: maint-5.6/perl
10370            ! installhtml
10371 ____________________________________________________________________________
10372 [  8738] By: jhi                                   on 2001/02/09  16:58:48
10373         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
10374              From: "Indy Singh" <indy@nusphere.com>
10375              Date: Fri, 2 Feb 2001 15:08:23 -0500
10376              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
10377              
10378              Html files will be installed in a more logical and easier to
10379              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
10380      Branch: maint-5.6/perl
10381            ! win32/Makefile win32/makefile.mk
10382 ____________________________________________________________________________
10383 [  8737] By: jhi                                   on 2001/02/09  16:46:54
10384         Log: Integrate changes #8687,8736 from maintperl.
10385              
10386              HP-UX thread patches from Merijn H. Brand.
10387              
10388              Latin nit from Philip Newton.
10389      Branch: perl
10390           !> README.hpux hints/hpux.sh
10391 ____________________________________________________________________________
10392 [  8736] By: jhi                                   on 2001/02/09  16:42:31
10393         Log: Latin nit from Philip Newton.
10394      Branch: maint-5.6/perl
10395            ! README.hpux
10396 ____________________________________________________________________________
10397 [  8735] By: jhi                                   on 2001/02/09  16:24:03
10398         Log: Integrate changes #8704,8710 from pureperl.
10399              
10400              Fixed UMRs and leak in Perl_pmtrans()
10401              
10402              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
10403              associated UTFied tr/// code.  Also fixed scoping leak of
10404              PL_reg_start_tmp.
10405      Branch: perl
10406           !> op.c regcomp.c
10407 ____________________________________________________________________________
10408 [  8734] By: jhi                                   on 2001/02/09  15:40:21
10409         Log: Integrate change #8733 from maintperl.
10410              
10411              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
10412      Branch: perl
10413           !> pod/perlre.pod
10414 ____________________________________________________________________________
10415 [  8733] By: jhi                                   on 2001/02/09  15:35:47
10416         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
10417              From: Prymmer/Kahn <pvhp@best.com>
10418              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
10419              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
10420      Branch: maint-5.6/perl
10421            ! pod/perlre.pod
10422 ____________________________________________________________________________
10423 [  8732] By: jhi                                   on 2001/02/09  15:26:17
10424         Log: Rename README.posix-bc to README.bs2000 (to avoid the
10425              confusion of a "perlposix-bc.pod"), add a few missing
10426              arch pods, regen toc.
10427      Branch: maint-5.6/perl
10428           +> README.bs2000
10429            - README.posix-bc
10430            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10431            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10432 ____________________________________________________________________________
10433 [  8731] By: jhi                                   on 2001/02/09  15:23:39
10434         Log: De-cut-and-pasto.
10435      Branch: perl
10436            ! pod/perl.pod
10437 ____________________________________________________________________________
10438 [  8730] By: jhi                                   on 2001/02/09  15:11:13
10439         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
10440              when people think that perlposix-bc.pod tells anything about
10441              Perl and POSIX.  Regen toc.
10442      Branch: perl
10443           +> README.bs2000
10444            - README.posix-bc
10445            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10446            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10447 ____________________________________________________________________________
10448 [  8729] By: jhi                                   on 2001/02/09  14:52:28
10449         Log: The README.vmesa part of #8712 from maintperl.
10450      Branch: perl
10451            ! README.vmesa
10452 ____________________________________________________________________________
10453 [  8728] By: jhi                                   on 2001/02/09  14:46:06
10454         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
10455              From: Peter Prymmer <pvhp@forte.com>
10456              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
10457              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
10458      Branch: maint-5.6/perl
10459            ! README.vmesa win32/Makefile win32/makefile.mk
10460 ____________________________________________________________________________
10461 [  8727] By: jhi                                   on 2001/02/09  14:33:25
10462         Log: Integrate change #8712 from mainline.
10463              
10464              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
10465      Branch: maint-5.6/perl
10466           !> lib/Pod/Find.pm
10467 ____________________________________________________________________________
10468 [  8726] By: jhi                                   on 2001/02/09  14:30:28
10469         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
10470              From: Peter Prymmer <pvhp@forte.com>
10471              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
10472              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
10473      Branch: perl
10474            + t/lib/cgi-esc.t
10475            ! MANIFEST lib/CGI/Util.pm
10476 ____________________________________________________________________________
10477 [  8725] By: jhi                                   on 2001/02/09  04:56:47
10478         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
10479      Branch: maint-5.6/perl
10480            ! pod/perlport.pod
10481 ____________________________________________________________________________
10482 [  8724] By: jhi                                   on 2001/02/09  04:40:59
10483         Log: Integrate changes 7819,7820 from vmsperl into mainline.
10484              
10485              Add header for LIB$ prototypes (C. Berry)
10486              
10487              Convert fwrite()s to sockets to write()s, since some socket stacks
10488              don't take kindly to stdio.
10489              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
10490              (for often optional LNMs)
10491              Correct a few typos
10492              (C. Bailey)
10493      Branch: perl
10494           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
10495 ____________________________________________________________________________
10496 [  8723] By: jhi                                   on 2001/02/09  03:29:29
10497         Log: Integrate change #8722 from mainline.
10498              
10499              The Im() function wasn't returning zero for non-Math::Complex
10500              arguments.  The bug reported by John Gamble.
10501      Branch: maint-5.6/perl
10502           !> lib/Math/Complex.pm
10503 ____________________________________________________________________________
10504 [  8722] By: jhi                                   on 2001/02/09  03:28:33
10505         Log: The Im() function wasn't returning zero for non-Math::Complex
10506              arguments.  The bug reported by John Gamble.
10507      Branch: perl
10508            ! lib/Math/Complex.pm
10509 ____________________________________________________________________________
10510 [  8721] By: nick                                  on 2001/02/08  22:11:35
10511         Log: Correct the correction :-(
10512      Branch: perl
10513            ! perl.c
10514 ____________________________________________________________________________
10515 [  8720] By: bailey                                on 2001/02/08  20:59:22
10516         Log: Convert frwite()s to sockets to write()s, since some socket stacks
10517              don't take kindly to stdio.
10518              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
10519              (for often optional LNMs)
10520              Correct a few typos
10521              (C. Bailey)
10522      Branch: vmsperl
10523            ! vms/vms.c vms/vmsish.h
10524 ____________________________________________________________________________
10525 [  8719] By: bailey                                on 2001/02/08  20:51:02
10526         Log: Add header for LIB$ prototypes (C. Berry)
10527      Branch: vmsperl
10528            ! ext/Devel/DProf/DProf.xs
10529 ____________________________________________________________________________
10530 [  8718] By: bailey                                on 2001/02/08  20:49:00
10531         Log: SYN SYN
10532      Branch: vmsperl
10533           +> pod/perliol.pod t/lib/sample-tests/bailout
10534           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
10535           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
10536           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
10537           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
10538           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
10539           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
10540            - lib/unicode/Is/DCinital.pl
10541           !> (integrate 101 files)
10542 ____________________________________________________________________________
10543 [  8717] By: nick                                  on 2001/02/08  19:38:48
10544         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
10545              From: Robin Barker <rmb1@cise.npl.co.uk>
10546              Date: Thu, 8 Feb 2001 14:38:07 GMT
10547              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
10548      Branch: perl
10549            ! lib/CPAN.pm
10550 ____________________________________________________________________________
10551 [  8716] By: nick                                  on 2001/02/08  19:29:07
10552         Log: Generated files form 8713 etc.
10553      Branch: perl
10554            ! embed.h global.sym objXSUB.h perlapi.c proto.h
10555 ____________________________________________________________________________
10556 [  8715] By: nick                                  on 2001/02/08  19:26:08
10557         Log: Fixup non-ithread build after 8713
10558      Branch: perl
10559            ! perl.c
10560 ____________________________________________________________________________
10561 [  8714] By: nick                                  on 2001/02/08  19:17:45
10562         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
10563              From: nick@ccl4.org
10564              Date: Wed, 7 Feb 2001 00:27:47 +0000
10565              Message-Id: <20010207002747.B63724@plum.flirble.org>
10566      Branch: perl
10567            ! sv.c toke.c
10568 ____________________________________________________________________________
10569 [  8713] By: nick                                  on 2001/02/08  19:15:58
10570         Log: Subject: Re: [patch] Re: PL_ptr_table
10571              From: Doug Maceachern <dougm@covalent.net>
10572              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
10573              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
10574      Branch: perl
10575            ! embed.pl perl.c sv.c sv.h
10576 ____________________________________________________________________________
10577 [  8712] By: nick                                  on 2001/02/08  19:12:47
10578         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
10579              From: Peter Prymmer <pvhp@forte.com>
10580              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
10581              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
10582      Branch: perl
10583            ! lib/Pod/Find.pm
10584 ____________________________________________________________________________
10585 [  8711] By: nick                                  on 2001/02/07  21:06:11
10586         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
10587              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
10588              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10589              Date: Tue, 06 Feb 2001 23:37:01 +0000
10590              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
10591      Branch: perl
10592            ! regcomp.c
10593 ____________________________________________________________________________
10594 [  8710] By: alanbur                               on 2001/02/07  00:22:04
10595         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
10596              associated UTFied tr/// code.  Also fixed scoping leak of
10597              PL_reg_start_tmp.
10598      Branch: maint-5.6/pureperl
10599            ! op.c regcomp.c
10600 ____________________________________________________________________________
10601 [  8709] By: nick                                  on 2001/02/06  21:16:49
10602         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
10603              From: Michael G Schwern <schwern@pobox.com>
10604              Date: Sun, 4 Feb 2001 19:47:14 -0500
10605              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
10606      Branch: perl
10607            ! pod/perlapi.pod pod/perlmodlib.PL
10608 ____________________________________________________________________________
10609 [  8708] By: nick                                  on 2001/02/06  20:41:20
10610         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
10611              From: Michael G Schwern <schwern@pobox.com>
10612              Date: Sun, 4 Feb 2001 21:17:49 -0500
10613              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
10614      Branch: perl
10615            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
10616            ! pod/perltootc.pod
10617 ____________________________________________________________________________
10618 [  8707] By: nick                                  on 2001/02/06  20:29:11
10619         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
10620              From: Michael G Schwern <schwern@pobox.com>
10621              Date: Tue, 6 Feb 2001 05:54:30 -0500
10622              Message-Id: <20010206055430.A951@blackrider.aocn.com>
10623      Branch: perl
10624            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
10625 ____________________________________________________________________________
10626 [  8706] By: nick                                  on 2001/02/06  20:21:40
10627         Log: Subject: RE: some win32 fixes
10628              Date: Tue, 6 Feb 2001 09:23:20 +0300
10629              From: Vadim Konovalov <vkonovalov@lucent.com>
10630              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
10631      Branch: perl
10632            ! toke.c win32/Makefile win32/config.bc win32/config.gc
10633            ! win32/config.vc win32/config_H.bc win32/makefile.mk
10634 ____________________________________________________________________________
10635 [  8705] By: alanbur                               on 2001/02/06  15:00:03
10636         Log: Synchronised with parent
10637      Branch: maint-5.6/pureperl
10638            ! regexec.c
10639           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
10640           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
10641 ____________________________________________________________________________
10642 [  8704] By: alanbur                               on 2001/02/06  14:55:24
10643         Log: Fixed UMRs and leak in Perl_pmtrans()
10644      Branch: maint-5.6/pureperl
10645            ! op.c
10646 ____________________________________________________________________________
10647 [  8703] By: gsar                                  on 2001/02/06  02:29:37
10648         Log: $(MAKE) distclean doesn't clean up properly on windows
10649      Branch: maint-5.6/perl
10650            ! win32/Makefile win32/makefile.mk
10651 ____________________________________________________________________________
10652 [  8702] By: gsar                                  on 2001/02/06  01:00:46
10653         Log: tweak change#8659 to keep it simple
10654      Branch: maint-5.6/perl
10655            ! utils/perldoc.PL
10656 ____________________________________________________________________________
10657 [  8701] By: gsar                                  on 2001/02/05  22:45:41
10658         Log: change#8693 was missing testsuite changes
10659      Branch: maint-5.6/perl
10660           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
10661 ____________________________________________________________________________
10662 [  8700] By: nick                                  on 2001/02/05  20:32:52
10663         Log: Integrate mainline
10664      Branch: perlio
10665           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
10666           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
10667           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
10668           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
10669           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
10670           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
10671           +> t/lib/test-harness.t
10672           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
10673           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
10674           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
10675           !> pod/perlutil.pod t/TEST utils/h2xs.PL
10676 ____________________________________________________________________________
10677 [  8699] By: nick                                  on 2001/02/05  19:41:07
10678         Log: Subject: perlfaq2, re: perlmongers
10679              From: David H. Adler <dha@panix.com>
10680              Date: Sun, 4 Feb 2001 23:48:23 -0500
10681              Message-Id: <20010204234823.A13429@panix.com>
10682      Branch: perl
10683            ! pod/perlfaq2.pod
10684 ____________________________________________________________________________
10685 [  8698] By: nick                                  on 2001/02/05  19:39:31
10686         Log: Missed file f#rom the testharness mess.
10687      Branch: perl
10688            + t/lib/test-harness.t
10689 ____________________________________________________________________________
10690 [  8697] By: nick                                  on 2001/02/05  19:37:21
10691         Log: Subject: [DOC PATCH] overload.pm nits
10692              From: John Tobey <jtobey@john-edwin-tobey.org>
10693              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
10694              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
10695      Branch: perl
10696            ! lib/overload.pm
10697 ____________________________________________________________________________
10698 [  8696] By: alanbur                               on 2001/02/05  11:56:00
10699         Log: Sync with parent
10700      Branch: maint-5.6/pureperl
10701           !> thread.h
10702 ____________________________________________________________________________
10703 [  8695] By: gsar                                  on 2001/02/05  03:27:34
10704         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
10705      Branch: maint-5.6/perl
10706            ! thread.h
10707 ____________________________________________________________________________
10708 [  8694] By: alanbur                               on 2001/02/05  00:07:47
10709         Log: Initial branch creation from //depot/maint-5.6/perl
10710      Branch: maint-5.6/pureperl
10711           +> (branch 1719 files)
10712 ____________________________________________________________________________
10713 [  8693] By: gsar                                  on 2001/02/04  22:38:49
10714         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
10715              changes)
10716      Branch: maint-5.6/perl
10717           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
10718           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
10719           !> ext/DB_File/version.c
10720 ____________________________________________________________________________
10721 [  8692] By: nick                                  on 2001/02/04  18:15:57
10722         Log: The missed t/TEST part of the grand testharness upgrade.
10723      Branch: perl
10724            ! t/TEST
10725 ____________________________________________________________________________
10726 [  8691] By: nick                                  on 2001/02/04  18:05:17
10727         Log: New improved test harness
10728              Subject: Re: [PATCH Test::Harness] Third time's a charm?
10729              From: Michael G Schwern <schwern@pobox.com>
10730              Date: Sun, 4 Feb 2001 08:01:20 -0500
10731              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
10732      Branch: perl
10733            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
10734            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
10735            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
10736            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
10737            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
10738            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
10739            ! MANIFEST lib/Test/Harness.pm
10740 ____________________________________________________________________________
10741 [  8690] By: nick                                  on 2001/02/04  17:57:51
10742         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
10743              From: Jonathan Stowe <gellyfish@gellyfish.com>
10744              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
10745              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
10746      Branch: perl
10747            ! utils/h2xs.PL
10748 ____________________________________________________________________________
10749 [  8689] By: nick                                  on 2001/02/04  17:55:24
10750         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
10751              From: Michael G Schwern <schwern@pobox.com>
10752              Date: Sat, 3 Feb 2001 22:46:38 -0500
10753              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
10754      Branch: perl
10755            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
10756            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
10757 ____________________________________________________________________________
10758 [  8688] By: nick                                  on 2001/02/04  17:43:55
10759         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
10760              length byfailing to spot lack of closing )
10761              From: nick@talking.bollo.cx
10762              Date: Sat, 03 Feb 2001 23:53:16 +0000
10763              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
10764      Branch: perl
10765            ! perlio.c pod/perldiag.pod
10766 ____________________________________________________________________________
10767 [  8687] By: jhi                                   on 2001/02/03  17:11:42
10768         Log: HP-UX thread patches from Merijn H. Brand.
10769      Branch: maint-5.6/perl
10770            ! README.hpux hints/hpux.sh
10771 ____________________________________________________________________________
10772 [  8686] By: jhi                                   on 2001/02/03  16:40:12
10773         Log: Metaconfig changes for #8685.
10774      Branch: metaconfig
10775            ! U/installdirs/instubperl.U
10776      Branch: metaconfig/U/perl
10777            ! Devel.U versiononly.U
10778 ____________________________________________________________________________
10779 [  8685] By: jhi                                   on 2001/02/03  16:39:49
10780         Log: For -Dusedevel builds turn off installusrbinperl and turn on
10781              versiononly, a combined idea of Richard Soderberg and Merijn
10782              H. Brand.  You can still override both of these from the command
10783              line if you need to, -Dinstallusrbinperl and -Uversiononly.
10784      Branch: perl
10785            ! Configure
10786 ____________________________________________________________________________
10787 [  8684] By: jhi                                   on 2001/02/03  16:16:34
10788         Log: Metaconfig unit fix for #8683.
10789      Branch: metaconfig
10790            ! U/compline/nblock_io.U
10791 ____________________________________________________________________________
10792 [  8683] By: jhi                                   on 2001/02/03  16:16:12
10793         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
10794              reported by Peter Prymmer for 5.6-TRIAL1.
10795      Branch: perl
10796            ! Configure
10797 ____________________________________________________________________________
10798 [  8682] By: jhi                                   on 2001/02/03  05:52:11
10799         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
10800              to work correctly.
10801      Branch: maint-5.6/perl
10802            ! hints/irix_6.sh
10803 ____________________________________________________________________________
10804 [  8681] By: jhi                                   on 2001/02/03  05:47:33
10805         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
10806      Branch: maint-5.6/perl
10807            ! pod/perlport.pod
10808 ____________________________________________________________________________
10809 [  8680] By: jhi                                   on 2001/02/02  21:39:49
10810         Log: perlport update from Peter Prymmer.
10811      Branch: maint-5.6/perl
10812            ! pod/perlport.pod
10813 ____________________________________________________________________________
10814 [  8679] By: nick                                  on 2001/02/02  20:50:48
10815         Log: Integrate mainline
10816      Branch: perlio
10817           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
10818           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
10819           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
10820 ____________________________________________________________________________
10821 [  8678] By: gsar                                  on 2001/02/02  16:02:12
10822         Log: note about bincompat, slightly modified (from Lupe Christoph)
10823      Branch: maint-5.6/perl
10824            ! README.solaris
10825 ____________________________________________________________________________
10826 [  8677] By: jhi                                   on 2001/02/02  15:46:20
10827         Log: Supported platforms updates.
10828      Branch: maint-5.6/perl
10829            ! pod/perlport.pod
10830 ____________________________________________________________________________
10831 [  8676] By: jhi                                   on 2001/02/02  03:41:26
10832         Log: A couple more perlfaq2 tweaks.
10833      Branch: maint-5.6/perl
10834            ! pod/perlfaq2.pod
10835 ____________________________________________________________________________
10836 [  8675] By: jhi                                   on 2001/02/02  03:17:44
10837         Log: Misedit in #8661.
10838      Branch: maint-5.6/perl
10839            ! Configure
10840 ____________________________________________________________________________
10841 [  8674] By: jhi                                   on 2001/02/02  03:14:38
10842         Log: Damien again.
10843      Branch: maint-5.6/perl
10844            ! pod/perlfaq2.pod
10845 ____________________________________________________________________________
10846 [  8673] By: jhi                                   on 2001/02/02  03:12:40
10847         Log: perlfaq update from Elaine Ashton.
10848      Branch: maint-5.6/perl
10849            ! pod/perlfaq2.pod
10850 ____________________________________________________________________________
10851 [  8672] By: jhi                                   on 2001/02/02  03:07:08
10852         Log: UTF-8 s/// patch from Inaba Hiroto.
10853      Branch: maint-5.6/perl
10854            ! pp_ctl.c pp_hot.c
10855 ____________________________________________________________________________
10856 [  8671] By: jhi                                   on 2001/02/01  22:34:31
10857         Log: Update Changes.
10858      Branch: perl
10859            ! Changes patchlevel.h
10860 ____________________________________________________________________________
10861 [  8670] By: jhi                                   on 2001/02/01  22:15:29
10862         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
10863              from maintperl.
10864              
10865              Upgrade to Getopt::Long 2.25, from Johan Vromans.
10866              
10867              more files need to be writable in the source distribution
10868              
10869              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
10870              
10871              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
10872              
10873              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
10874              
10875              Allow the float to be fuzzier.
10876              
10877              need to use INT2PTR instead of a straight cast or ia64 fails
10878              
10879              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
10880              
10881              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
10882      Branch: perl
10883           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
10884           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
10885           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
10886 ____________________________________________________________________________
10887 [  8669] By: jhi                                   on 2001/02/01  21:57:02
10888         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
10889              From: Robin Barker <rmb1@cise.npl.co.uk>
10890              Date: Thu, 1 Feb 2001 16:59:05 GMT
10891              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
10892      Branch: maint-5.6/perl
10893            ! pod/perlmodlib.PL
10894 ____________________________________________________________________________
10895 [  8668] By: nick                                  on 2001/02/01  19:41:40
10896         Log: Integrate mainline
10897      Branch: perlio
10898           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
10899           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
10900           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
10901 ____________________________________________________________________________
10902 [  8667] By: gsar                                  on 2001/02/01  16:59:11
10903         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
10904      Branch: maint-5.6/perl
10905            ! embed.pl embedvar.h
10906 ____________________________________________________________________________
10907 [  8666] By: gsar                                  on 2001/02/01  16:34:51
10908         Log: add missing entries to win32/config.?c
10909      Branch: maint-5.6/perl
10910            ! win32/config.bc win32/config.gc win32/config.vc
10911            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10912 ____________________________________________________________________________
10913 [  8665] By: jhi                                   on 2001/02/01  14:58:51
10914         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
10915              From: "Stephen P. Potter" <spp@spotter.yi.org>
10916              Date: Thu, 01 Feb 2001 10:45:46 -0500
10917              Message-Id: <200102011545.KAA31479@spotter.yi.org>
10918      Branch: maint-5.6/perl
10919            ! pod/perlfunc.pod
10920 ____________________________________________________________________________
10921 [  8664] By: gsar                                  on 2001/02/01  14:52:37
10922         Log: need to use INT2PTR instead of a straight cast or ia64 fails
10923              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
10924      Branch: maint-5.6/perl
10925            ! ext/POSIX/POSIX.xs
10926 ____________________________________________________________________________
10927 [  8663] By: jhi                                   on 2001/02/01  14:09:13
10928         Log: Allow the float to be fuzzier.
10929      Branch: maint-5.6/perl
10930            ! t/lib/peek.t
10931 ____________________________________________________________________________
10932 [  8662] By: jhi                                   on 2001/02/01  13:59:00
10933         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
10934              From: Robin Barker <rmb1@cise.npl.co.uk>
10935              Date: Thu, 1 Feb 2001 13:05:39 GMT
10936              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
10937      Branch: maint-5.6/perl
10938            ! pod/perlmodlib.pod
10939 ____________________________________________________________________________
10940 [  8661] By: jhi                                   on 2001/02/01  13:57:38
10941         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
10942              Date: Thu, 01 Feb 2001 14:15:41 +0100
10943              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10944              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
10945              
10946              Have the $ccflags in the gcc version test (strange, this change
10947              is claimed to be have been integrated already)
10948      Branch: maint-5.6/perl
10949            ! Configure
10950 ____________________________________________________________________________
10951 [  8660] By: jhi                                   on 2001/02/01  13:44:10
10952         Log: Integrate changes #7950,7964,7962 from mainline.
10953              
10954              Find the stdchar signedness using cpp, should fix some of
10955              the Solaris compiler warnings reported by Alan Burlison.
10956      Branch: maint-5.6/perl
10957           !> Configure config_h.SH
10958 ____________________________________________________________________________
10959 [  8659] By: jhi                                   on 2001/02/01  05:35:32
10960         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
10961              From: Jan Dubois <JanD@ActiveState.com>
10962              Date: Wed, 31 Jan 2001 21:17:03 -0800
10963              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
10964      Branch: maint-5.6/perl
10965            ! utils/perldoc.PL
10966 ____________________________________________________________________________
10967 [  8658] By: jhi                                   on 2001/02/01  04:33:17
10968         Log: Integrate the README.os390 and README.posix-bc parts of mainline
10969              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
10970              installperl parts were taken care of by #8657.)
10971      Branch: maint-5.6/perl
10972           !> README.os390 README.posix-bc
10973 ____________________________________________________________________________
10974 [  8657] By: jhi                                   on 2001/02/01  04:29:21
10975         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
10976              From: Peter Prymmer <pvhp@forte.com>
10977              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
10978              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
10979      Branch: maint-5.6/perl
10980            + ext/DynaLoader/dl_dllload.xs
10981            ! MANIFEST Makefile.SH hints/os390.sh installperl
10982 ____________________________________________________________________________
10983 [  8656] By: jhi                                   on 2001/02/01  04:25:45
10984         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
10985              From: Peter Prymmer <pvhp@forte.com>
10986              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
10987              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
10988      Branch: maint-5.6/perl
10989            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
10990 ____________________________________________________________________________
10991 [  8655] By: jhi                                   on 2001/02/01  04:14:47
10992         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
10993              From: troc@netrus.net
10994              Date: Wed, 31 Jan 2001 22:31:26 -0500
10995              Message-Id: <200102010331.WAA117.85@rocco.homenet>
10996      Branch: maint-5.6/perl
10997            ! os2/os2.c
10998 ____________________________________________________________________________
10999 [  8654] By: jhi                                   on 2001/02/01  04:12:52
11000         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
11001              as reported by Alan Burlison.
11002      Branch: maint-5.6/perl
11003            ! pp.h
11004 ____________________________________________________________________________
11005 [  8653] By: jhi                                   on 2001/02/01  04:05:12
11006         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
11007              From: dsugalski@northernlight.com
11008              Date: Wed, 31 Jan 2001 18:54:11 -0500
11009              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
11010      Branch: maint-5.6/perl
11011            ! configure.com
11012 ____________________________________________________________________________
11013 [  8652] By: jhi                                   on 2001/02/01  04:03:11
11014         Log: Misplaced #endif.
11015              
11016              Subject: [perl-5-6-1-trial2] patches for EPOC
11017              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11018              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11019              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11020      Branch: maint-5.6/perl
11021            ! epoc/epocish.c
11022 ____________________________________________________________________________
11023 [  8651] By: jhi                                   on 2001/02/01  04:00:25
11024         Log: Integrate changes #8647,8648,8650 from mainline.
11025              
11026              Macrofy a magic UTF-8 test.
11027              
11028              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
11029              
11030              Watch out for cross compiling for EPOC (usually done on linux).
11031      Branch: maint-5.6/perl
11032           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
11033 ____________________________________________________________________________
11034 [  8650] By: jhi                                   on 2001/02/01  03:56:20
11035         Log: Watch out for cross compiling for EPOC (usually done on linux)
11036              
11037              Subject: [perl-5-6-1-trial2] patches for EPOC
11038              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11039              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11040              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11041      Branch: perl
11042            ! ext/Errno/Errno_pm.PL
11043 ____________________________________________________________________________
11044 [  8649] By: gsar                                  on 2001/02/01  00:46:00
11045         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
11046      Branch: maint-5.6/perl
11047            ! sv.c
11048 ____________________________________________________________________________
11049 [  8648] By: jhi                                   on 2001/01/31  23:35:36
11050         Log: All the uses of PL_numeric_radix must be protected by
11051              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
11052              
11053              Subject: [perl-5-6-1-trial2] patches for EPOC
11054              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11055              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11056              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11057      Branch: perl
11058            ! sv.c
11059 ____________________________________________________________________________
11060 [  8647] By: jhi                                   on 2001/01/31  22:56:16
11061         Log: Macrofy a magic UTF-8 test.
11062      Branch: perl
11063            ! utf8.c utf8.h
11064 ____________________________________________________________________________
11065 [  8646] By: gsar                                  on 2001/01/31  15:55:12
11066         Log: update Changes
11067      Branch: maint-5.6/perl
11068            ! Changes
11069 ____________________________________________________________________________
11070 [  8645] By: gsar                                  on 2001/01/31  15:10:14
11071         Log: Configure tweak suggested by Peter Prymmer
11072      Branch: maint-5.6/perl
11073            ! Configure
11074 ____________________________________________________________________________
11075 [  8644] By: gsar                                  on 2001/01/31  15:06:32
11076         Log: more files need to be writable in the source distribution
11077      Branch: maint-5.6/perl
11078            ! Porting/makerel
11079 ____________________________________________________________________________
11080 [  8643] By: jhi                                   on 2001/01/31  14:59:46
11081         Log: Integrate changes #8258,8278,8279 from mainline.
11082              
11083              Make the large file tests more robust/talkative.
11084      Branch: maint-5.6/perl
11085           !> t/lib/syslfs.t t/op/lfs.t
11086 ____________________________________________________________________________
11087 [  8642] By: gsar                                  on 2001/01/31  14:53:48
11088         Log: integrate changes#8311,8334 from mainline
11089              
11090              Add a new MakeMaker variable PM_FILTER that defines a Unix
11091              filter to be run on each .pm during the pm_to_blib() phase,
11092              a fixed version of
11093              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
11094              
11095              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
11096              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
11097              accurate reading of the "atime".  
11098      Branch: maint-5.6/perl
11099           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11100           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11101           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
11102 ____________________________________________________________________________
11103 [  8641] By: jhi                                   on 2001/01/31  14:46:37
11104         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
11105      Branch: maint-5.6/perl
11106            ! lib/Getopt/Long.pm
11107 ____________________________________________________________________________
11108 [  8640] By: gsar                                  on 2001/01/31  14:40:24
11109         Log: make regen_all
11110      Branch: maint-5.6/perl
11111            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
11112 ____________________________________________________________________________
11113 [  8639] By: gsar                                  on 2001/01/31  14:37:25
11114         Log: refresh windows config files
11115      Branch: maint-5.6/perl
11116            ! win32/Makefile win32/config_H.bc win32/config_H.gc
11117            ! win32/config_H.vc win32/makefile.mk
11118 ____________________________________________________________________________
11119 [  8638] By: gsar                                  on 2001/01/31  14:28:10
11120         Log: makefile tweaks for windows: introduce a bulk-switch to enable
11121              same options as ActivePerl; sync changes with makefile.mk
11122      Branch: maint-5.6/perl
11123            ! win32/Makefile win32/makefile.mk
11124 ____________________________________________________________________________
11125 [  8637] By: jhi                                   on 2001/01/31  04:41:30
11126         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
11127              From: Nicholas Clark <nick@ccl4.org>
11128              Date: Tue, 30 Jan 2001 19:51:05 +0000
11129              Message-ID: <20010130195105.R76607@plum.flirble.org> 
11130              
11131              op/inc cure.
11132      Branch: perl
11133            ! pp.c pp.h pp_hot.c t/op/arith.t
11134 ____________________________________________________________________________
11135 [  8636] By: jhi                                   on 2001/01/31  02:38:32
11136         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
11137              no perlio],8257,8380,8479,8515 from mainline.
11138              
11139              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
11140              
11141              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
11142              Subject: [PATCH perl@8133] fix-up for VMS extensions
11143              
11144              In VMS embedded perls couldn't access the statically built Socket.
11145              
11146              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
11147              
11148              Further VMS piping fixes from Charles Lane.
11149              
11150              Subject:  [PATCH] make t/op/misc.t work on VMS
11151              
11152              Add tracing for debugging extensions builds in VMS.
11153              
11154              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
11155      Branch: maint-5.6/perl
11156           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
11157           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
11158           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
11159 ____________________________________________________________________________
11160 [  8635] By: jhi                                   on 2001/01/31  01:46:41
11161         Log: Integrate change #7732 from mainline.
11162              
11163              Sparc 64-bit pack() fix from Jens Hamisch.
11164      Branch: maint-5.6/perl
11165           !> pp.c
11166 ____________________________________________________________________________
11167 [  8634] By: jhi                                   on 2001/01/31  01:41:16
11168         Log: One spot missing from #8626.
11169      Branch: maint-5.6/perl
11170            ! sv.c
11171 ____________________________________________________________________________
11172 [  8633] By: jhi                                   on 2001/01/31  00:49:17
11173         Log: Integrate change #7495 from mainline.
11174              
11175              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
11176      Branch: maint-5.6/perl
11177           !> MANIFEST ext/re/Makefile.PL
11178 ____________________________________________________________________________
11179 [  8632] By: jhi                                   on 2001/01/30  23:38:49
11180         Log: Integrate change #8396 from mainline.
11181              
11182              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
11183              better multicast support (resend)
11184      Branch: maint-5.6/perl
11185           !> ext/Socket/Socket.pm
11186 ____________________________________________________________________________
11187 [  8631] By: jhi                                   on 2001/01/30  23:28:03
11188         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
11189              
11190              More AIX lore. (7514, ext/re/hints/aix.pl)
11191              
11192              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
11193              
11194              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)
11195              
11196              Subject: [ID 20001214.002] Net::Ping patch
11197              
11198              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
11199              
11200              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
11201              
11202              Add ReuseAddr as a (preferred) alias for Reuse as we now
11203              also have ReusePort.
11204              
11205              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
11206      Branch: maint-5.6/perl
11207           +> ext/re/hints/aix.pl
11208           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
11209           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
11210 ____________________________________________________________________________
11211 [  8630] By: jhi                                   on 2001/01/30  23:03:59
11212         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
11213              
11214              read() documentation tweak for 20001121.004.
11215              
11216              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
11217      Branch: maint-5.6/perl
11218           !> pod/perlfunc.pod pod/perlre.pod
11219 ____________________________________________________________________________
11220 [  8629] By: jhi                                   on 2001/01/30  22:41:57
11221         Log: Integrate change #8098 from mainline.
11222              
11223              fastgetcwd is defined using a glob alias on a $^O dependent basis
11224              and there was no default assignment or perl subroutine.
11225      Branch: maint-5.6/perl
11226           !> lib/Cwd.pm
11227 ____________________________________________________________________________
11228 [  8628] By: jhi                                   on 2001/01/30  21:58:52
11229         Log: Integrate change #7866 from mainline.
11230              
11231              File::Temp 0.11.
11232      Branch: maint-5.6/perl
11233           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
11234 ____________________________________________________________________________
11235 [  8627] By: jhi                                   on 2001/01/30  21:39:44
11236         Log: Integrate changes #8075,8086,8228 from mainline.  
11237              
11238              Darwin is not Windows. (8075,8086)
11239              
11240              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
11241      Branch: maint-5.6/perl
11242           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
11243           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
11244           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
11245           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
11246 ____________________________________________________________________________
11247 [  8626] By: jhi                                   on 2001/01/30  21:22:11
11248         Log: Integrate with tweakery the change #8625 from mainline,
11249              the multibyte decimal separator fix ("fa_IR locale failure").
11250      Branch: maint-5.6/perl
11251            ! embedvar.h perlapi.h
11252           !> intrpvar.h perl.c perl.h sv.c util.c
11253 ____________________________________________________________________________
11254 [  8625] By: jhi                                   on 2001/01/30  20:26:33
11255         Log: Fix for the fa_IR locale failure.  The reason for the failure
11256              was that Perl was assuming the decimal separator aka the radix
11257              separator is one character.  The Farsi-Iranian locale crushed
11258              that bad assumption since there the separator is 'Momayyez',
11259              glyphwise looking somewhat like a slash, and in Unicode UTF-8
11260              encoded in two bytes, 0xd9 0xab.
11261      Branch: perl
11262            ! intrpvar.h perl.c perl.h sv.c util.c
11263 ____________________________________________________________________________
11264 [  8624] By: gsar                                  on 2001/01/30  20:17:03
11265         Log: regen_headers
11266      Branch: maint-5.6/perl
11267            ! Makefile.SH pod/perlintern.pod
11268 ____________________________________________________________________________
11269 [  8623] By: gsar                                  on 2001/01/30  19:42:34
11270         Log: backout change#7431 and its dependents (causes spurious rebuilds
11271              of autogenerated files)
11272              
11273              fix benign b.t failure
11274      Branch: maint-5.6/perl
11275            ! Makefile.SH t/lib/b.t
11276 ____________________________________________________________________________
11277 [  8622] By: jhi                                   on 2001/01/30  19:41:41
11278         Log: Microperl sync.
11279      Branch: perl
11280            ! mg.c perl.h
11281 ____________________________________________________________________________
11282 [  8621] By: gsar                                  on 2001/01/30  19:24:47
11283         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
11284              from mainline
11285              
11286              Subject: podlators 1.06 released
11287              
11288              Subject: [PATCH @8436] Eliminate op_children
11289              
11290              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
11291              
11292              (Replaced by #8448)  More op_children traces (cleanup of #8442).
11293              
11294              Subject: [PATCH #3 @8436] Re: Eliminate op_children
11295              Replace #8444 and #8445.
11296              
11297              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
11298              at the setting of the ofs_sv in new_struct_thread() as the
11299              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
11300              uninitialized fields are, uh, initialized with),
11301              SvREFCNT_inc()ing that invited a core dump.
11302              
11303              podlators 1.07, from Russ Allbery.
11304              
11305              Subject: [PATCH] regcomp.c old feature removal
11306              From: mjd@plover.com
11307              Date: 16 Jan 2001 14:43:18 -0000 
11308              Message-ID: <20010116144318.7140.qmail@plover.com> 
11309      Branch: maint-5.6/perl
11310           +> lib/Pod/Text/Overstrike.pm
11311           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
11312           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
11313           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
11314           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
11315           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
11316           !> util.c
11317 ____________________________________________________________________________
11318 [  8620] By: gsar                                  on 2001/01/30  18:48:32
11319         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
11320              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
11321              now fails one test)
11322              
11323              Subject: [PATCH] lvalue AUTOLOAD. No, really.
11324              
11325              Subject: [PATCH] Interesting syntax idea
11326              Make opens + bareword assigns do typeglob assigns.
11327              
11328              Tests for #8254.
11329              
11330              Subject: [PATCH @8269] Continue blocks and B::Deparse
11331              Make the peephole optimizer to bypass more null ops and
11332              and rewrite the deparse handling of continue blocks.
11333              
11334              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
11335              Doc tweak on #8313.
11336              
11337              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
11338              
11339              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
11340              
11341              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
11342              
11343              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
11344              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
11345              according to the platform.
11346              
11347              Subject: [PATCH @8404] Consolidated lvalue sub changes
11348              
11349              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
11350              
11351              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
11352              
11353              Subject: B::Concise -- an improved replacement for B::Terse 
11354              
11355              The B::Terse drop-in replacement wasn't quite drop-in.
11356              
11357              The LVRET macro needed an aTHX.
11358              
11359              Use the /^Perl_/-less form of is_lvalue_sub().
11360              
11361              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
11362      Branch: maint-5.6/perl
11363           +> ext/B/B/Concise.pm
11364           !> (integrate 27 files)
11365 ____________________________________________________________________________
11366 [  8619] By: nick                                  on 2001/01/30  18:40:28
11367         Log: Integrate mainline
11368      Branch: perlio
11369           !> (integrate 40 files)
11370 ____________________________________________________________________________
11371 [  8618] By: jhi                                   on 2001/01/30  18:37:18
11372         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
11373              Date: Mon, 29 Jan 2001 22:51:29 -0600
11374              From: "Craig A. Berry" <craigberry@mac.com>
11375              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
11376      Branch: perl
11377            ! vms/test.com
11378 ____________________________________________________________________________
11379 [  8617] By: jhi                                   on 2001/01/30  18:34:53
11380         Log: Subject: [PATCH] Add missing CV flags to dump.c
11381              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11382              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
11383              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
11384      Branch: perl
11385            ! dump.c
11386 ____________________________________________________________________________
11387 [  8616] By: jhi                                   on 2001/01/30  18:20:58
11388         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
11389              part isn't applicable to maintperl.
11390              
11391              UTF-8 nit from Inaba Hiroto.
11392      Branch: maint-5.6/perl
11393           !> pod/perlapi.pod utf8.c
11394 ____________________________________________________________________________
11395 [  8615] By: jhi                                   on 2001/01/30  18:18:51
11396         Log: UTF-8 nit from Inaba Hiroto.
11397      Branch: perl
11398            ! pod/perlapi.pod t/op/each.t utf8.c
11399 ____________________________________________________________________________
11400 [  8614] By: jhi                                   on 2001/01/30  18:13:38
11401         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
11402              
11403              perl's internal variables are not for public consumption,
11404              move their docs from perlapi.pod to perlintern.pod
11405              
11406              support for -Dusethreads build under HP-UX 10.20 and DCE threads
11407              library (11.0 and later have pthreads but 10.x don't)
11408              
11409              avoid uninitialized value warnings
11410              
11411              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
11412              gets weird results)
11413              
11414              perldoc nit on windows
11415              
11416              make it possible to run the tests outside the source tree
11417              (there's still a dependency on ../lib being the library
11418              location)
11419      Branch: perl
11420           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
11421           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
11422           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
11423           !> win32/bin/search.pl win32/vdir.h
11424 ____________________________________________________________________________
11425 [  8613] By: gsar                                  on 2001/01/30  16:39:59
11426         Log: make it possible to run the tests outside the source tree
11427              (there's still a dependency on ../lib being the library
11428              location)
11429      Branch: maint-5.6/perl
11430            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
11431 ____________________________________________________________________________
11432 [  8612] By: gsar                                  on 2001/01/30  16:31:12
11433         Log: perldoc nit on windows
11434      Branch: maint-5.6/perl
11435            ! utils/perldoc.PL
11436 ____________________________________________________________________________
11437 [  8611] By: gsar                                  on 2001/01/30  16:22:54
11438         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
11439              gets weird results)
11440      Branch: maint-5.6/perl
11441            ! win32/vdir.h
11442 ____________________________________________________________________________
11443 [  8610] By: gsar                                  on 2001/01/30  16:12:45
11444         Log: avoid uninitialized value warnings
11445      Branch: maint-5.6/perl
11446            ! win32/bin/search.pl
11447 ____________________________________________________________________________
11448 [  8609] By: gsar                                  on 2001/01/30  16:08:01
11449         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
11450              library (11.0 and later have pthreads but 10.x don't)
11451      Branch: maint-5.6/perl
11452            ! hints/hpux.sh thread.h
11453 ____________________________________________________________________________
11454 [  8608] By: gsar                                  on 2001/01/30  15:48:55
11455         Log: perl's internal variables are not for public consumption,
11456              move their docs from perlapi.pod to perlintern.pod
11457      Branch: maint-5.6/perl
11458            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
11459            ! thrdvar.h
11460 ____________________________________________________________________________
11461 [  8607] By: gsar                                  on 2001/01/30  15:44:27
11462         Log: mistakenly branched perl56delta.pod, revert
11463      Branch: maint-5.6/perl
11464            - pod/perl56delta.pod
11465           !> pod/perldelta.pod
11466 ____________________________________________________________________________
11467 [  8606] By: gsar                                  on 2001/01/30  14:20:24
11468         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
11469              dTHR which has been a noop for a while now, except for the
11470              compatibility definition in thread.h)
11471      Branch: maint-5.6/perl
11472           !> (integrate 45 files)
11473 ____________________________________________________________________________
11474 [  8605] By: jhi                                   on 2001/01/30  05:43:58
11475         Log: Mark the UTF-8 APIs as experimental.
11476      Branch: maint-5.6/perl
11477            ! embed.pl pod/perlapi.pod
11478 ____________________________________________________________________________
11479 [  8604] By: jhi                                   on 2001/01/30  05:38:40
11480         Log: Nits from earlier integrates.
11481      Branch: maint-5.6/perl
11482            ! lib/Carp/Heavy.pm
11483           !> sv.c
11484 ____________________________________________________________________________
11485 [  8603] By: jhi                                   on 2001/01/30  05:27:26
11486         Log: Regenerate Porting files.
11487      Branch: maint-5.6/perl
11488            ! Porting/Glossary Porting/config.sh Porting/config_H
11489 ____________________________________________________________________________
11490 [  8602] By: jhi                                   on 2001/01/30  05:14:59
11491         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
11492              8310,8339,8447,8492,8493,8505,8525: documentation changes.
11493              
11494              Subject: Re: perlfaq style changes
11495              
11496              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
11497              
11498              Subject: [PATCH] docs on NaN
11499              
11500              Subject: [patch] perlfaq7
11501              
11502              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
11503              
11504              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
11505              
11506              Subject: [PATCH] open() example in perlfunc.pod
11507              
11508              Podify README.mpeix (a new version from the web)
11509              
11510              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11511              
11512              Subject: [PATCH] format and rewording in perlfaq.pod
11513              
11514              Subject: [PATCH] API Variable documentation   
11515              
11516              Memory management calls documentation.
11517              
11518              Subject: [PATCH: perl@8482] README.vms URL updates
11519              
11520              Subject: Minor typos in perlfaq2.pod
11521              
11522              Subject: [PATCH] pod/perlvar.pod
11523      Branch: maint-5.6/perl
11524           +> pod/perl56delta.pod
11525            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11526           !> README.amiga README.epoc README.mpeix README.vms
11527           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
11528           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
11529           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
11530           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
11531           !> pod/perlvar.pod thrdvar.h
11532 ____________________________________________________________________________
11533 [  8601] By: jhi                                   on 2001/01/30  04:38:35
11534         Log: Integrate changes #8036,8096,8253 from mainline:
11535              hints changes.
11536              
11537              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
11538              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
11539              
11540              Output the (apparent) version of gcc in Tru64.
11541      Branch: maint-5.6/perl
11542           +> ext/POSIX/hints/svr4.pl
11543           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
11544           !> hints/svr4.sh t/lib/bigfltpm.t
11545 ____________________________________________________________________________
11546 [  8600] By: jhi                                   on 2001/01/30  04:04:01
11547         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
11548              locale fixes.
11549              
11550              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
11551              
11552              Debian allows /usr/bin/locale to exist without any locales. (7868)
11553              
11554              Allow the locale test needing POSIX and the taint test
11555              needing IPC::SysV to run under 'minitest' (basically,
11556              bail out if loading the extension fails). (8384)
11557              
11558              Cleanup the locale.t output  (8480)
11559      Branch: maint-5.6/perl
11560           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
11561           !> t/pragma/locale.t
11562 ____________________________________________________________________________
11563 [  8599] By: jhi                                   on 2001/01/30  03:51:04
11564         Log: Missing generated files from #8598.
11565      Branch: maint-5.6/perl
11566            ! embed.h global.sym objXSUB.h perlapi.c proto.h
11567 ____________________________________________________________________________
11568 [  8598] By: jhi                                   on 2001/01/30  03:41:54
11569         Log: Integrate change #8555 from mainline, manually integrate parts
11570              of changes 8452 and 8583.
11571              
11572              Subject: [PATCH] utf8.c documentation (8452)
11573              
11574              No point in checking the length if the pointer is bogus. (8555)
11575              
11576              Introduce bytes_from_utf8() and implement sv_eq() using it,
11577              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
11578              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
11579              was malformed. (8583)
11580      Branch: maint-5.6/perl
11581            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
11582           !> pod/perlapi.pod sv.c utf8.c
11583 ____________________________________________________________________________
11584 [  8597] By: gsar                                  on 2001/01/30  02:37:26
11585         Log: get PERL_OBJECT build going again on windows
11586      Branch: maint-5.6/perl
11587            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11588            ! pod/perlapi.pod proto.h sv.c
11589 ____________________________________________________________________________
11590 [  8596] By: jhi                                   on 2001/01/30  02:16:17
11591         Log: Signedness nit.
11592      Branch: perl
11593            ! sv.c
11594 ____________________________________________________________________________
11595 [  8595] By: jhi                                   on 2001/01/30  02:11:07
11596         Log: EBCDIC patch for Storable, from Peter Prymmer.
11597      Branch: perl
11598            ! t/lib/st-06compat.t
11599 ____________________________________________________________________________
11600 [  8594] By: jhi                                   on 2001/01/30  01:04:48
11601         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
11602              From: Peter Prymmer <pvhp@forte.com>
11603              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
11604              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
11605      Branch: perl
11606            ! t/lib/b.t
11607 ____________________________________________________________________________
11608 [  8593] By: jhi                                   on 2001/01/30  00:56:47
11609         Log: Subject: [PATCH: perl@8585] pod problems in io
11610              From: Peter Prymmer <pvhp@forte.com>
11611              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
11612              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
11613      Branch: perl
11614            ! pod/perlapio.pod pod/perliol.pod
11615 ____________________________________________________________________________
11616 [  8592] By: jhi                                   on 2001/01/30  00:48:20
11617         Log: Integrate perlio.
11618      Branch: perl
11619           !> pod/perlapio.pod pod/perliol.pod
11620 ____________________________________________________________________________
11621 [  8591] By: nick                                  on 2001/01/29  22:02:28
11622         Log: GNU 'merge' Simon's copy of perliol.pod with version
11623              patched by Craig's patch.
11624      Branch: perlio
11625            ! pod/perliol.pod
11626 ____________________________________________________________________________
11627 [  8590] By: nick                                  on 2001/01/29  21:55:10
11628         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
11629      Branch: perlio
11630            ! pod/perlapio.pod pod/perliol.pod
11631 ____________________________________________________________________________
11632 [  8589] By: jhi                                   on 2001/01/29  15:35:33
11633         Log: Integrate change #8586 from maint-5.6/perl.
11634              
11635              make the BOM detection code not call tell() until it has to
11636              (meant to fix esoteric compatibility issues where PL_rsfp
11637              is overridden)
11638      Branch: perl
11639           !> toke.c
11640 ____________________________________________________________________________
11641 [  8588] By: jhi                                   on 2001/01/29  15:29:11
11642         Log: Subject: MAking Solaris malloc() the default
11643              From: Lupe Christoph <lupe@lupe-christoph.de>
11644              Date: Mon, 29 Jan 2001 12:59:36 +0100
11645              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
11646              
11647              The README.solaris part slightly tweaked.
11648      Branch: perl
11649            ! README.solaris hints/solaris_2.sh
11650 ____________________________________________________________________________
11651 [  8587] By: jhi                                   on 2001/01/29  15:17:34
11652         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
11653              From: root@ak-75.mind.de
11654              Date: Sun, 28 Jan 2001 20:32:29 +0100
11655              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
11656      Branch: perl
11657            ! pod/perlre.pod
11658 ____________________________________________________________________________
11659 [  8586] By: gsar                                  on 2001/01/29  13:43:44
11660         Log: make the BOM detection code not call tell() until it has to
11661              (meant to fix esoteric compatibility issues where PL_rsfp
11662              is overridden)
11663      Branch: maint-5.6/perl
11664            ! toke.c
11665 ____________________________________________________________________________
11666 [  8585] By: jhi                                   on 2001/01/28  20:05:45
11667         Log: Update Changes.
11668      Branch: perl
11669            ! Changes patchlevel.h
11670 ____________________________________________________________________________
11671 [  8584] By: jhi                                   on 2001/01/28  19:30:02
11672         Log: Integrate perlio.
11673      Branch: perl
11674           +> pod/perliol.pod
11675           !> MANIFEST pod/perlapio.pod
11676 ____________________________________________________________________________
11677 [  8583] By: jhi                                   on 2001/01/28  19:28:40
11678         Log: Patch from Inaba Hiroto:
11679              - canonical UTF-8 hash keys: if a key string for a hash is
11680              UTF8-on, try downgrade the string and use it if
11681              unicode::distinct is not in effect.
11682              For the task, I added a function bytes_from_utf8() to utf8.c.
11683              It might resemble utf8_to_bytes() but it is not convenient
11684              to the task.
11685              Made a test for it and added to t/op/each.t
11686              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
11687              the mortal copy of the argument SV.
11688              And changed t/io/utf8.t test 18 which expects print() to
11689              upgrade its argument.
11690              - re-implement sv_eq with bytes_from_utf8()
11691              - some bug fixes
11692              - tr/// does not handle UTF8 range (\x{}-\x{})
11693              - \ before raw UTF8 character produced
11694              "Malformed UTF-8 character" warning.
11695              - "\x{100}\N{CENT SIGN}" is Malformed.
11696              Added tests for these 3.
11697              - and one silly bug (by me) with qu operator.
11698      Branch: perl
11699            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
11700            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
11701            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
11702 ____________________________________________________________________________
11703 [  8582] By: nick                                  on 2001/01/28  19:25:04
11704         Log: Add pod/perliol.pod to MANIFEST :-(
11705      Branch: perlio
11706            ! MANIFEST
11707 ____________________________________________________________________________
11708 [  8581] By: nick                                  on 2001/01/28  19:22:40
11709         Log: PerlIO documentation. Proofing and sub-editing requested.
11710      Branch: perlio
11711            + pod/perliol.pod
11712            ! pod/perlapio.pod
11713 ____________________________________________________________________________
11714 [  8580] By: jhi                                   on 2001/01/28  05:16:25
11715         Log: Revert the change to sv_2pv() done by #8054: Someone who
11716              did SvNV_set() on a scalar that also happened to be POK,
11717              followed by sv_2pv() won't get the right coercion anymore.
11718              [Sarathy]
11719      Branch: maint-5.6/perl
11720            ! sv.c
11721 ____________________________________________________________________________
11722 [  8579] By: jhi                                   on 2001/01/28  05:15:04
11723         Log: Remove the #8084 effect: do not allow -Q to be interpreted
11724              as -&Q(), this is too much wiggle room.
11725      Branch: maint-5.6/perl
11726            ! toke.c
11727 ____________________________________________________________________________
11728 [  8578] By: jhi                                   on 2001/01/28  05:12:45
11729         Log: Needed bits of #8439 (should have been in #8576),
11730              mainly for lval substr().
11731      Branch: maint-5.6/perl
11732            ! mg.c pp.c pp_hot.c
11733 ____________________________________________________________________________
11734 [  8577] By: jhi                                   on 2001/01/28  05:02:46
11735         Log: A missing check-in.
11736      Branch: maint-5.6/perl
11737            ! utf8.c
11738 ____________________________________________________________________________
11739 [  8576] By: jhi                                   on 2001/01/28  04:26:18
11740         Log: Integrate changes #8425,8436,8439,8517 from mainline.
11741              The 8439 was not truly integrated because it had too many
11742              dependencies on the development branch and because it introduced
11743              concepts too bold for a maintenance branch (such as the qu operator).
11744              
11745              Subject: [PATCH perl@8342] -Wformat
11746              
11747              Tighten some of the UTF-8 tests a bit.
11748              
11749              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
11750              - The substr lval was still not okay.
11751              - Now pp_stringify and sv_setsv copies source's UTF8 flag
11752              even if IN_BYTE.  pp_stringify is called from fold_constants
11753              at optimization phase and "\x{100}" was made SvUTF8_off under
11754              use bytes (the bytes pragma is for "byte semantics" and not
11755              for "do not produce UTF8 data")
11756      Branch: maint-5.6/perl
11757            ! t/lib/charnames.t t/op/substr.t toke.c
11758           !> sv.c t/pragma/utf8.t
11759 ____________________________________________________________________________
11760 [  8575] By: jhi                                   on 2001/01/28  04:01:51
11761         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
11762              
11763              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
11764              
11765              Subject: [ID 20001230.003] UTF-8 tr still hurts
11766              
11767              Test cases for #8385 (from Simon's "torture.pl")
11768              
11769              Start fixing UTF-8 lval substr() (8405)
11770      Branch: maint-5.6/perl
11771           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
11772           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
11773 ____________________________________________________________________________
11774 [  8574] By: jhi                                   on 2001/01/28  03:09:06
11775         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
11776              from mainline.
11777              
11778              UTF-8 cleanup.
11779              
11780              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
11781              
11782              "\x{FF}\xFF" was broken.
11783              
11784              Tests for #8329 and #8330.
11785              
11786              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
11787              
11788              IRIX compiler noticed that the bof initialization might be
11789              bypassed by control flow.
11790              
11791              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
11792      Branch: maint-5.6/perl
11793           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
11794           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
11795 ____________________________________________________________________________
11796 [  8573] By: jhi                                   on 2001/01/28  02:06:12
11797         Log: Retract #8552.
11798      Branch: perl
11799            ! lib/Text/Wrap.pm t/lib/textwrap.t
11800 ____________________________________________________________________________
11801 [  8572] By: jhi                                   on 2001/01/28  02:04:49
11802         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
11803              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
11804              not really integrated but instead salvaged by hand
11805              (they had too many dependencies on the development release
11806              to be cleanly integratable).
11807              
11808              Subject: more UTF8 test suites and an UTF8 patch
11809              
11810              Tweak for MULTIPLICITY/USE_PERLIO
11811              
11812              Signedness nit.
11813              
11814              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
11815              
11816              Use the UTF8_XXX macros in is_utf8_char().
11817              
11818              Rewrite pp_concat() in terms of sv_catsv().  The . operator
11819              should now be UTF-8-proof.
11820              
11821              Subject: [PATCH perl@8269] scanning two hex-constants
11822              fails on EBCDIC environment (script length.t)
11823              
11824              Add some Unicode chop() tests.
11825      Branch: maint-5.6/perl
11826            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
11827           !> sv.c t/op/chop.t utf8.h
11828 ____________________________________________________________________________
11829 [  8571] By: jhi                                   on 2001/01/28  00:35:59
11830         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
11831              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
11832              
11833              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
11834              
11835              The maxiters upper limit sanity check (guarding against
11836              non-progress) assumed bytes instead of characters in s///
11837              and split().
11838              
11839              Signedness nit.
11840              
11841              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
11842              join() should now be UTF-8-proof.
11843              
11844              More split // UTF-8 tests. (8250)
11845      Branch: maint-5.6/perl
11846           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
11847           !> util.c
11848 ____________________________________________________________________________
11849 [  8570] By: jhi                                   on 2001/01/27  22:15:46
11850         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
11851              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
11852              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
11853              8084,8204,8244,8333 from mainline.
11854              
11855              For -Q where Q might be a one-letter sub name one does no more
11856              get a warning about an unknown filetest (7941,7943,7944,8084).
11857              
11858              Subject: Re: [ID 20001130.011] expression parsing bug ?
11859              
11860              Make uv_to_utf8() to zero-terminate its output buffer.
11861              
11862              Split off t/op/length.t (7995)
11863              
11864              Split off t/op/utf8decode.t (7996)
11865              
11866              Remove an unnecessary 'use utf8' from the utf8.t (7998)
11867              
11868              Split off t/op/concat.t (8004)
11869              
11870              Split off t/op/ver.t (8005)
11871              
11872              Document utf8_length(), utf8_distance(), and utf8_hop().
11873              
11874              Document utf8_to_uv() better.
11875              
11876              Introduce macros for UTF8 decoding (8028,8033).
11877              
11878              Add test for reverse() (8030,8031).
11879              
11880              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
11881              
11882              Do not return the Unicode replacement character    on UTF-8
11883              decoding failure.
11884              
11885              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
11886              not this_utf8 i.e. the output string has one, but don't mess
11887              with source assumption. (8052,8053)
11888              
11889              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
11890              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
11891              was not expecting to be called with something that was already
11892              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
11893              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
11894              (8054)
11895              
11896              Recode the naughty binary bytes in utf8decode.t using the \xHH.
11897              
11898              Make some panic messages a bit more logical.
11899      Branch: maint-5.6/perl
11900           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
11901           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
11902           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
11903           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
11904           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
11905           !> utf8.c utf8.h
11906 ____________________________________________________________________________
11907 [  8569] By: jhi                                   on 2001/01/27  19:16:43
11908         Log: Integrate changes #7750 from perlio and #8566 from mainline.
11909      Branch: maint-5.6/perl
11910           !> regexec.c sv.c
11911 ____________________________________________________________________________
11912 [  8568] By: jhi                                   on 2001/01/27  18:06:51
11913         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
11914              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
11915              7935[-perlio.c],7936,7959,7965 from mainline.
11916              
11917              Change the "big byte" error message to "Wide character".
11918              (7355, the croak-if-wide-chars-in-print part ignored)
11919              
11920              Use UINT64_C().
11921              
11922              Introduce Perl_utf8_length().
11923              
11924              diff -se shows these as different (7753, forgotten check-ins)
11925              
11926              Subject: [PATCH] doop.c - UTF8 tr///
11927              
11928              If we use (aTHX_ ...) then put Perl_ on the front.
11929              
11930              Make utf8_length() and utf8_distance() to be less forgiving
11931              about bad UTF-8.
11932              
11933              Test line numbers are different with utf8.
11934              
11935              No need to scan till infinity, 13 is enough. (7872,7911)
11936              
11937              Subject: [PATCH] Tokeniser debugging
11938              
11939              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
11940              
11941              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
11942              
11943              Be more careful in Perl_sv_utf8_downgrade().
11944              
11945              Use DO_UTF8().
11946              
11947              Raw zero bytes in text files confuse at least GNU patch 2.1.
11948      Branch: maint-5.6/perl
11949           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
11950           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
11951           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
11952           !> t/pragma/utf8.t toke.c utf8.c utf8.h
11953 ____________________________________________________________________________
11954 [  8567] By: nick                                  on 2001/01/27  11:10:38
11955         Log: Integrate mainline
11956      Branch: perlio
11957           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
11958           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
11959           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
11960           !> toke.c
11961 ____________________________________________________________________________
11962 [  8566] By: jhi                                   on 2001/01/27  06:22:48
11963         Log: More documentation for the regexp context stack.
11964      Branch: perl
11965            ! regexec.c
11966 ____________________________________________________________________________
11967 [  8565] By: jhi                                   on 2001/01/27  05:21:57
11968         Log: Update Changes.
11969      Branch: perl
11970            ! Changes patchlevel.h
11971 ____________________________________________________________________________
11972 [  8564] By: jhi                                   on 2001/01/27  04:44:04
11973         Log: Threadedness patch for #8562 from Doug MacEachern.
11974      Branch: perl
11975            ! toke.c
11976 ____________________________________________________________________________
11977 [  8563] By: jhi                                   on 2001/01/27  04:26:24
11978         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
11979              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11980              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
11981              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
11982      Branch: perl
11983            ! op.c
11984 ____________________________________________________________________________
11985 [  8562] By: jhi                                   on 2001/01/27  04:20:30
11986         Log: Subject: Re: Announce : Tokener reporting patch
11987              From: Simon Cozens <simon@cozens.net>
11988              Date: Mon, 22 Jan 2001 02:17:22 +0000
11989              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
11990      Branch: perl
11991            ! embed.h embed.pl proto.h toke.c
11992 ____________________________________________________________________________
11993 [  8561] By: jhi                                   on 2001/01/27  04:17:24
11994         Log: Forgot from #8545.  Oops.
11995      Branch: perl
11996            ! pp.c t/pragma/overload.t
11997 ____________________________________________________________________________
11998 [  8560] By: jhi                                   on 2001/01/27  03:01:47
11999         Log: A better module compilation test, use MANIFEST as suggested
12000              by Spider.
12001      Branch: perl
12002            ! t/lib/1_compile.t
12003 ____________________________________________________________________________
12004 [  8559] By: jhi                                   on 2001/01/27  02:50:48
12005         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
12006              From: Peter Prymmer <pvhp@forte.com>
12007              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
12008              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
12009      Branch: perl
12010            ! t/lib/b.t
12011 ____________________________________________________________________________
12012 [  8558] By: jhi                                   on 2001/01/27  02:27:05
12013         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
12014              From: Peter Prymmer <pvhp@forte.com>
12015              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
12016              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
12017      Branch: perl
12018            ! t/pragma/sub_lval.t
12019 ____________________________________________________________________________
12020 [  8557] By: jhi                                   on 2001/01/27  02:26:03
12021         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
12022              From: Peter Prymmer <pvhp@forte.com>
12023              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
12024              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
12025      Branch: perl
12026            ! t/lib/st-06compat.t
12027 ____________________________________________________________________________
12028 [  8556] By: jhi                                   on 2001/01/27  02:24:33
12029         Log: Subject: [PATCH: perl@8531] minor update to README.os390
12030              From: Peter Prymmer <pvhp@forte.com>
12031              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
12032              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
12033      Branch: perl
12034            ! README.os390
12035 ____________________________________________________________________________
12036 [  8555] By: jhi                                   on 2001/01/27  00:35:47
12037         Log: No point in checking the length before we know whether the pointer
12038              is bogus or not, fixes Abigail's odbm failures in Linux.
12039      Branch: perl
12040            ! sv.c
12041 ____________________________________________________________________________
12042 [  8554] By: nick                                  on 2001/01/26  19:01:31
12043         Log: Integrate mainline
12044      Branch: perlio
12045           !> lib/Text/Wrap.pm t/lib/textwrap.t
12046 ____________________________________________________________________________
12047 [  8553] By: jhi                                   on 2001/01/26  15:19:39
12048         Log: Integrate change #7792 from perlio (multiplicity fix),
12049              fix the AV leak in regex DEBUGGING (tiny part of the
12050              polymorphic regexp patch #8143).
12051      Branch: maint-5.6/perl
12052            ! regcomp.c
12053           !> scope.h
12054 ____________________________________________________________________________
12055 [  8552] By: jhi                                   on 2001/01/26  15:03:23
12056         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
12057              From: Michael G Schwern <schwern@pobox.com>
12058              Date: Fri, 26 Jan 2001 09:28:31 -0500
12059              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
12060      Branch: perl
12061            ! lib/Text/Wrap.pm t/lib/textwrap.t
12062 ____________________________________________________________________________
12063 [  8551] By: jhi                                   on 2001/01/26  02:33:19
12064         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
12065              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
12066              
12067              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
12068              
12069              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
12070              
12071              Message nit.
12072              
12073              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
12074              
12075              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
12076              
12077              (the cleanup of unused submatches in regtry() and regcppop())
12078              
12079              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
12080              stored and restored, and thusly was trounced by the utf8 swash
12081              routines.
12082              
12083              use utf8 not required to use \x{}.
12084              
12085              Removed two more tests that make no sense in UTF-8 since the test
12086              data is not in UTF-8.
12087              
12088              Get the three different space character classes right under utf8.
12089              
12090              Implement ANYOFUTF8 regprop() dumping.
12091              
12092              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
12093              
12094              Document the regex context pushing/popping a bit better.
12095      Branch: maint-5.6/perl
12096           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
12097           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
12098           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
12099           !> t/op/regmesg.t utf8.c
12100 ____________________________________________________________________________
12101 [  8550] By: nick                                  on 2001/01/25  19:42:30
12102         Log: Integrate mainline
12103      Branch: perlio
12104           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
12105           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
12106           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
12107           !> t/lib/bigint.t t/lib/bigintpm.t
12108 ____________________________________________________________________________
12109 [  8549] By: jhi                                   on 2001/01/25  15:22:28
12110         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
12111      Branch: maint-5.6/perl
12112            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
12113 ____________________________________________________________________________
12114 [  8548] By: jhi                                   on 2001/01/25  15:02:55
12115         Log: Integrate changes #7997,8063,8492,8547 from mainline.
12116              
12117              Subject: Re: STRLEN - what?
12118              
12119              Subject: [PATCH] perlguts.pod
12120              
12121              Memory management calls documentation.
12122              
12123              Layout using tabulator is not a good idea in a pod.
12124      Branch: maint-5.6/perl
12125           !> pod/perlguts.pod
12126 ____________________________________________________________________________
12127 [  8547] By: jhi                                   on 2001/01/25  14:49:05
12128         Log: Layout using tabulator is not a good idea in a pod.
12129      Branch: perl
12130            ! pod/perlguts.pod
12131 ____________________________________________________________________________
12132 [  8546] By: jhi                                   on 2001/01/25  14:31:12
12133         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
12134              from mainline.
12135              
12136              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12137              
12138              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
12139              
12140              More Win32 editor/IDE/shell hints.
12141              
12142              More Win32 Perling.
12143              
12144              Yet another editor edit.
12145              
12146              Edit edit edit.
12147              
12148              IDE/editor section tweaking.
12149              
12150              Few more IDE/editor nits from p5p.
12151      Branch: maint-5.6/perl
12152           !> pod/perlfaq3.pod
12153 ____________________________________________________________________________
12154 [  8545] By: jhi                                   on 2001/01/25  04:16:32
12155         Log: Subject: [PATCH 5.7.0] overload int()
12156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12157              Date: Wed, 24 Jan 2001 19:06:57 -0500
12158              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
12159      Branch: perl
12160            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
12161            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
12162            ! t/lib/bigintpm.t
12163 ____________________________________________________________________________
12164 [  8544] By: jhi                                   on 2001/01/25  04:15:11
12165         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
12166              From: Peter Prymmer <pvhp@forte.com>
12167              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
12168              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
12169      Branch: perl
12170            ! Makefile.SH README.os390 hints/os390.sh installperl
12171 ____________________________________________________________________________
12172 [  8543] By: jhi                                   on 2001/01/25  03:52:08
12173         Log: Integrate change #8462,8469 from mainline.
12174              
12175              In VMS Perl subversion (perl -V) is undef.
12176      Branch: maint-5.6/perl
12177           !> configure.com
12178 ____________________________________________________________________________
12179 [  8542] By: jhi                                   on 2001/01/25  03:44:55
12180         Log: Integrate changes #7835,7850,8315,8316 from mainline.
12181              
12182              Solaris hints.
12183      Branch: maint-5.6/perl
12184           !> hints/solaris_2.sh
12185 ____________________________________________________________________________
12186 [  8541] By: jhi                                   on 2001/01/25  03:39:28
12187         Log: Integrate #8336 from mainline.
12188      Branch: maint-5.6/perl
12189           !> hv.c
12190 ____________________________________________________________________________
12191 [  8540] By: jhi                                   on 2001/01/25  03:23:50
12192         Log: Retract #8539.
12193      Branch: maint-5.6/perl
12194            ! pod/perlfaq3.pod
12195 ____________________________________________________________________________
12196 [  8539] By: jhi                                   on 2001/01/25  03:21:55
12197         Log: (Retracted by #5940.)
12198      Branch: maint-5.6/perl
12199            ! pod/perlfaq3.pod
12200 ____________________________________________________________________________
12201 [  8538] By: jhi                                   on 2001/01/25  03:14:07
12202         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
12203              From: Peter Prymmer <pvhp@forte.com>
12204              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
12205              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
12206              
12207              The VMS bits.
12208      Branch: maint-5.6/perl
12209            ! configure.com vms/descrip_mms.template
12210 ____________________________________________________________________________
12211 [  8537] By: jhi                                   on 2001/01/25  03:06:09
12212         Log: Integrate #7710,7824,7973 from mainline.
12213      Branch: maint-5.6/perl
12214           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12215           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
12216           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
12217           !> vos/config.ga.def vos/config.ga.h win32/config.bc
12218           !> win32/config.gc win32/config.vc
12219 ____________________________________________________________________________
12220 [  8536] By: jhi                                   on 2001/01/24  13:50:20
12221         Log: Revert the edits made by me so far to the 5.6 branch since
12222              the TRIAL1 since I did edits when I should have been using
12223              integrates.  Bad programmer.   (Will integrate them properly later.)
12224              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
12225              The #8353 will not be reapplied at least for now since
12226              the UTF-8 hash keys need more thinking.
12227              (The patches #8347, #8354, #8454, #8473 were okay since they
12228              were original edits made specifically for the 5.6.1-TRIAL1.)
12229      Branch: maint-5.6/perl
12230            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12231            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
12232            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
12233            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
12234            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
12235            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12236            ! win32/config.bc win32/config.gc win32/config.vc
12237 ____________________________________________________________________________
12238 [  8535] By: bailey                                on 2001/01/24  06:37:02
12239         Log: SYN SYN
12240      Branch: vmsperl
12241           +> (branch 26 files)
12242           !> (integrate 130 files)
12243 ____________________________________________________________________________
12244 [  8534] By: nick                                  on 2001/01/23  19:30:57
12245         Log: Integrate mainline.
12246      Branch: perlio
12247           !> Changes Configure Porting/Glossary Porting/config.sh
12248           !> Porting/config_H embed.h embed.pl ext/Encode/compile
12249           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
12250           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
12251           !> pod/perlvar.pod proto.h t/lib/1_compile.t
12252 ____________________________________________________________________________
12253 [  8533] By: jhi                                   on 2001/01/23  16:15:46
12254         Log: Forgotten from #8501.
12255      Branch: perl
12256            ! Porting/Glossary Porting/config.sh Porting/config_H
12257 ____________________________________________________________________________
12258 [  8532] By: jhi                                   on 2001/01/23  16:13:27
12259         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
12260              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12261              Date: Mon, 22 Jan 2001 17:51:58 +0100
12262              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
12263      Branch: perl
12264            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
12265 ____________________________________________________________________________
12266 [  8531] By: jhi                                   on 2001/01/23  15:46:01
12267         Log: Update Changes.
12268      Branch: perl
12269            ! Changes patchlevel.h
12270 ____________________________________________________________________________
12271 [  8530] By: jhi                                   on 2001/01/23  15:38:39
12272         Log: De-cut-and-pasto.
12273      Branch: perl
12274            ! t/lib/1_compile.t
12275 ____________________________________________________________________________
12276 [  8529] By: jhi                                   on 2001/01/23  15:11:04
12277         Log: Document the mkdir trailing slashes case.
12278      Branch: perl
12279            ! pod/perlfunc.pod
12280 ____________________________________________________________________________
12281 [  8528] By: jhi                                   on 2001/01/23  15:08:28
12282         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
12283              get installed:
12284              
12285              Subject: lib/lib.pm
12286              From: <abigail@foad.org>
12287              Date: Mon, 28 Aug 2000 20:35:08 -0400
12288              Message-ID: <20000829003508.21281.qmail@foad.org>
12289      Branch: perl
12290            ! installperl
12291 ____________________________________________________________________________
12292 [  8527] By: jhi                                   on 2001/01/23  14:44:04
12293         Log: Metaconfig unit change for #8526.
12294      Branch: metaconfig
12295            ! U/threads/archname.U
12296 ____________________________________________________________________________
12297 [  8526] By: jhi                                   on 2001/01/23  14:43:19
12298         Log: Attach -perlio to the archname if so selected.
12299      Branch: perl
12300            ! Configure
12301 ____________________________________________________________________________
12302 [  8525] By: jhi                                   on 2001/01/23  14:24:01
12303         Log: Subject: [PATCH] pod/perlvar.pod
12304              From: abigail@foad.org
12305              Date: Tue, 23 Jan 2001 01:41:10 +0100
12306              Message-ID: <20010123004110.22259.qmail@foad.org>
12307      Branch: perl
12308            ! pod/perlvar.pod
12309 ____________________________________________________________________________
12310 [  8524] By: jhi                                   on 2001/01/23  14:22:32
12311         Log: A bug introduced in #8217 (the undefined variable in the
12312              lib/safe1_t #3) fixed, by Charles Lane:
12313              
12314              The earlier patch made it so that stuff running in Safe
12315              compartments could do a "caller" and see "main".  That
12316              little change in name is done right before the code in
12317              the compartment is run, and apparantly the parser
12318              was picking up the stash name before it got changed.
12319              
12320              (why it was threaded vs. unthreaded Perl that was sensitive to this
12321              I still don't know...and it probably doesn't matter).
12322              
12323              I tryed removing the stash name-change and saw that threaded Perl
12324              did indeed pass the lib/safe1.t tests.
12325              
12326              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
12327              do the name change (and to connect _ in the compartment to the global
12328              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
12329              to call _safe_pkg_prep when creating a new compartment.
12330              
12331              Passes all tests with threaded perl on linux; passes all tests
12332              with unthreaded perl on VMS.
12333              
12334              At some point I'll probably want to revisit Safe and Opcode to
12335              provide more sensible handling of global variables...and to get
12336              formats working in Safe compartments, which they don't do currently.
12337      Branch: perl
12338            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
12339 ____________________________________________________________________________
12340 [  8523] By: jhi                                   on 2001/01/23  14:11:58
12341         Log: Also the lib/Thread.pm itself needs to be ignored if
12342              the Thread extension hasn't been built.
12343      Branch: perl
12344            ! t/lib/1_compile.t
12345 ____________________________________________________________________________
12346 [  8522] By: jhi                                   on 2001/01/23  13:51:28
12347         Log: print() instead of warn() so that stderr doesn't get
12348              unncessarily polluted.
12349      Branch: perl
12350            ! ext/Encode/compile
12351 ____________________________________________________________________________
12352 [  8521] By: jhi                                   on 2001/01/23  13:49:48
12353         Log: Integrate perlio.
12354      Branch: perl
12355           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
12356           !> ext/Encode/encode.h
12357 ____________________________________________________________________________
12358 [  8520] By: nick                                  on 2001/01/22  21:44:00
12359         Log: More messing with Encode:
12360              Extra fields in header to allow multiple names and to record
12361              other things "compile" knows.
12362              Re-organise compile to factor out common output routines.
12363      Branch: perlio
12364            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
12365 ____________________________________________________________________________
12366 [  8519] By: nick                                  on 2001/01/22  20:33:50
12367         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
12368      Branch: perlio
12369            ! ext/Encode/Makefile.PL ext/Encode/compile
12370 ____________________________________________________________________________
12371 [  8518] By: nick                                  on 2001/01/22  20:28:13
12372         Log: Integrate mainline
12373      Branch: perlio
12374           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
12375           !> vos/config.alpha.def vos/config.alpha.h
12376 ____________________________________________________________________________
12377 [  8517] By: jhi                                   on 2001/01/22  15:37:17
12378         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
12379              by Inaba Hiroto.
12380      Branch: perl
12381            ! sv.c
12382 ____________________________________________________________________________
12383 [  8516] By: jhi                                   on 2001/01/22  14:55:15
12384         Log: More SIG_SIZE fixes.
12385      Branch: perl
12386            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
12387 ____________________________________________________________________________
12388 [  8515] By: jhi                                   on 2001/01/22  14:50:27
12389         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
12390              From: "Craig A. Berry" <craigberry@mac.com>
12391              Date: Mon, 22 Jan 2001 00:42:24 -0600
12392              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
12393      Branch: perl
12394            ! configure.com
12395 ____________________________________________________________________________
12396 [  8514] By: jhi                                   on 2001/01/22  14:31:17
12397         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
12398              From: "Craig A. Berry" <craigberry@mac.com>
12399              Date: Sun, 21 Jan 2001 23:03:25 -0600
12400              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
12401      Branch: perl
12402            ! configure.com
12403 ____________________________________________________________________________
12404 [  8513] By: jhi                                   on 2001/01/22  14:14:00
12405         Log: Add the .ucm encoding tables to the MANIFEST.
12406      Branch: perl
12407            ! MANIFEST
12408 ____________________________________________________________________________
12409 [  8512] By: jhi                                   on 2001/01/22  13:43:33
12410         Log: Integrate perlio.
12411      Branch: perl
12412           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
12413           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12414           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
12415           +> ext/Encode/Encode/iso8859-10.ucm
12416           +> ext/Encode/Encode/iso8859-13.ucm
12417           +> ext/Encode/Encode/iso8859-14.ucm
12418           +> ext/Encode/Encode/iso8859-15.ucm
12419           +> ext/Encode/Encode/iso8859-16.ucm
12420           +> ext/Encode/Encode/iso8859-2.ucm
12421           +> ext/Encode/Encode/iso8859-3.ucm
12422           +> ext/Encode/Encode/iso8859-4.ucm
12423           +> ext/Encode/Encode/iso8859-5.ucm
12424           +> ext/Encode/Encode/iso8859-6.ucm
12425           +> ext/Encode/Encode/iso8859-7.ucm
12426           +> ext/Encode/Encode/iso8859-8.ucm
12427           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12428           +> ext/Encode/Encode/symbol.ucm
12429           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
12430           !> perliol.h
12431 ____________________________________________________________________________
12432 [  8511] By: nick                                  on 2001/01/21  23:44:47
12433         Log: Make "real" layers of ":utf8" and ":raw".
12434              So now PERLIO=utf8 perl ...
12435              does what Andreas wanted.
12436              Fix arg passing in open.pm (still have a Carp issue).
12437      Branch: perlio
12438            ! lib/open.pm perlio.c perliol.h
12439 ____________________________________________________________________________
12440 [  8510] By: jhi                                   on 2001/01/21  22:56:53
12441         Log: Document the regex context pushing/popping a bit better.
12442      Branch: perl
12443            ! regexec.c
12444 ____________________________________________________________________________
12445 [  8509] By: jhi                                   on 2001/01/21  22:55:44
12446         Log: Tweak the mkdir trailing slash code some more.
12447              
12448              TO DO: the same handling should probably be done for
12449              all the other filesystem functions that can have directories
12450              as their arguments.
12451      Branch: perl
12452            ! pp_sys.c
12453 ____________________________________________________________________________
12454 [  8508] By: nick                                  on 2001/01/21  21:37:43
12455         Log: Switch "compiled in" encodings to .ucm format.
12456              (Leave others as .enc till we can run-time load .ucm,
12457              or find some other way to load them.)
12458      Branch: perlio
12459            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
12460            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12461            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
12462            + ext/Encode/Encode/iso8859-10.ucm
12463            + ext/Encode/Encode/iso8859-13.ucm
12464            + ext/Encode/Encode/iso8859-14.ucm
12465            + ext/Encode/Encode/iso8859-15.ucm
12466            + ext/Encode/Encode/iso8859-16.ucm
12467            + ext/Encode/Encode/iso8859-2.ucm
12468            + ext/Encode/Encode/iso8859-3.ucm
12469            + ext/Encode/Encode/iso8859-4.ucm
12470            + ext/Encode/Encode/iso8859-5.ucm
12471            + ext/Encode/Encode/iso8859-6.ucm
12472            + ext/Encode/Encode/iso8859-7.ucm
12473            + ext/Encode/Encode/iso8859-8.ucm
12474            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12475            + ext/Encode/Encode/symbol.ucm
12476            ! ext/Encode/Makefile.PL ext/Encode/compile
12477 ____________________________________________________________________________
12478 [  8507] By: nick                                  on 2001/01/21  21:02:03
12479         Log: Integrate (partial) mainline.
12480      Branch: perlio
12481           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
12482           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
12483           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12484 ____________________________________________________________________________
12485 [  8506] By: jhi                                   on 2001/01/21  20:09:30
12486         Log: Update Changes.
12487      Branch: perl
12488            ! Changes patchlevel.h
12489 ____________________________________________________________________________
12490 [  8505] By: jhi                                   on 2001/01/21  19:39:59
12491         Log: Subject: Minor typos in perlfaq2.pod
12492              From: "Stephen P. Potter" <spp@spotter.yi.org>
12493              Message-Id: <200101192101.QAA11911@spotter.yi.org>
12494              Date: Fri, 19 Jan 2001 16:01:13 -0500
12495              
12496              with a nit from Philip Netwon.
12497      Branch: perl
12498            ! pod/perlfaq2.pod
12499 ____________________________________________________________________________
12500 [  8504] By: jhi                                   on 2001/01/21  19:33:05
12501         Log: Metaconfig change for #8503.
12502      Branch: metaconfig
12503            ! U/threads/usethreads.U
12504 ____________________________________________________________________________
12505 [  8503] By: jhi                                   on 2001/01/21  19:32:21
12506         Log: Sanity check for conflicting thread flavours.
12507      Branch: perl
12508            ! Configure config_h.SH
12509 ____________________________________________________________________________
12510 [  8502] By: jhi                                   on 2001/01/21  19:23:00
12511         Log: Metaconfig change for #8501.
12512      Branch: metaconfig
12513            ! U/modified/sig_name.U
12514 ____________________________________________________________________________
12515 [  8501] By: jhi                                   on 2001/01/21  19:22:26
12516         Log: The SIG_SIZE is the number of the elements *excluding*
12517              the terminating NULL.
12518      Branch: perl
12519            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
12520            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
12521            ! win32/config_H.vc
12522 ____________________________________________________________________________
12523 [  8500] By: jhi                                   on 2001/01/21  18:31:31
12524         Log: Integrate perlio.
12525      Branch: perl
12526           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
12527           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
12528           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
12529           !> pp_sys.c proto.h sv.c
12530 ____________________________________________________________________________
12531 [  8499] By: jhi                                   on 2001/01/21  17:43:57
12532         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
12533              From: Hugo <hv@crypt.compulink.co.uk>
12534              Date: Sun, 21 Jan 2001 13:34:05 +0000
12535              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
12536              
12537              In sprintf UTF8ize only if necessary.
12538      Branch: perl
12539            ! sv.c
12540 ____________________________________________________________________________
12541 [  8498] By: nick                                  on 2001/01/21  16:25:32
12542         Log: Encode cleanup.
12543              Add command line control over "compile" so that Makefile.PL
12544              needs can be combined with other uses.
12545              Use command line options in Makefile.PL.
12546              Fix multi-byte parsing in .ucm files.
12547      Branch: perlio
12548            ! ext/Encode/Makefile.PL ext/Encode/compile
12549 ____________________________________________________________________________
12550 [  8497] By: nick                                  on 2001/01/21  12:56:27
12551         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
12552      Branch: perlio
12553            ! ext/Encode/Encode.xs
12554 ____________________________________________________________________________
12555 [  8496] By: nick                                  on 2001/01/21  12:18:45
12556         Log: Fixup after integrate:
12557              missed the .sym files that are changed by regen_headers
12558              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
12559      Branch: perlio
12560            ! global.sym pp.sym sv.c
12561 ____________________________________________________________________________
12562 [  8495] By: nick                                  on 2001/01/21  11:51:07
12563         Log: Integrate mainline.
12564      Branch: perlio
12565           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
12566           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
12567           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
12568           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
12569           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
12570           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
12571           !> win32/Makefile win32/makefile.mk
12572 ____________________________________________________________________________
12573 [  8494] By: jhi                                   on 2001/01/20  23:12:11
12574         Log: Forgot the expect_number() prototype.
12575      Branch: perl
12576            ! embed.h embed.pl proto.h
12577 ____________________________________________________________________________
12578 [  8493] By: jhi                                   on 2001/01/20  22:56:39
12579         Log: Subject: [PATCH: perl@8482] README.vms URL updates
12580              From: Peter Prymmer <pvhp@forte.com>
12581              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
12582              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
12583              
12584              Plus Craig A. Berry's suggestion to use compaq.com instead
12585              of digital.com.
12586      Branch: perl
12587            ! README.vms
12588 ____________________________________________________________________________
12589 [  8492] By: jhi                                   on 2001/01/20  22:50:05
12590         Log: Memory management calls documentation.
12591      Branch: perl
12592            ! pod/perlguts.pod
12593 ____________________________________________________________________________
12594 [  8491] By: jhi                                   on 2001/01/20  22:38:33
12595         Log: Signedness nit plus few memcpy/Copy nits.
12596      Branch: perl
12597            ! sv.c
12598 ____________________________________________________________________________
12599 [  8490] By: jhi                                   on 2001/01/20  22:25:53
12600         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
12601              From: Peter Prymmer <pvhp@forte.com>
12602              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
12603              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
12604      Branch: perl
12605            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
12606 ____________________________________________________________________________
12607 [  8489] By: jhi                                   on 2001/01/20  22:24:41
12608         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
12609              From: Peter Prymmer <pvhp@forte.com>
12610              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
12611              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
12612      Branch: perl
12613            ! win32/Makefile win32/makefile.mk
12614 ____________________________________________________________________________
12615 [  8488] By: jhi                                   on 2001/01/20  22:22:27
12616         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
12617              From: Peter Prymmer <pvhp@forte.com>
12618              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
12619              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
12620      Branch: perl
12621            ! Makefile.SH
12622 ____________________________________________________________________________
12623 [  8487] By: jhi                                   on 2001/01/20  22:21:18
12624         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
12625              From: Peter Prymmer <pvhp@forte.com>
12626              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
12627              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
12628      Branch: perl
12629            + ext/DynaLoader/dl_dllload.xs
12630            ! MANIFEST Makefile.SH hints/os390.sh
12631 ____________________________________________________________________________
12632 [  8486] By: jhi                                   on 2001/01/20  22:17:53
12633         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
12634              From: Peter Prymmer <pvhp@forte.com>
12635              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
12636              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
12637      Branch: perl
12638            ! README.os390 README.posix-bc
12639 ____________________________________________________________________________
12640 [  8485] By: jhi                                   on 2001/01/20  20:15:30
12641         Log: Document and test the new qu operator.
12642      Branch: perl
12643            + t/op/qu.t
12644            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
12645            ! pod/perlretut.pod pod/perlunicode.pod
12646 ____________________________________________________________________________
12647 [  8484] By: nick                                  on 2001/01/20  19:42:30
12648         Log: Infrastructure to allow:
12649              open($fh,"|-",@array);
12650              to be implemented
12651              i.e. mark pp_open as needing a stack mark, and make pp_open
12652              process its args in that style (and pass them _all_ to tied handles OPEN).
12653              Invent do_openn() which takes SV ** at allow it to see multiple args.
12654              Note this does not _do_ anything yet.
12655      Branch: perlio
12656            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
12657            ! perlapi.c pp_proto.h pp_sys.c proto.h
12658 ____________________________________________________________________________
12659 [  8483] By: nick                                  on 2001/01/20  17:23:14
12660         Log: Integrate mainline.
12661      Branch: perlio
12662           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
12663           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
12664 ____________________________________________________________________________
12665 [  8482] By: jhi                                   on 2001/01/19  15:37:49
12666         Log: Update Changes.
12667      Branch: perl
12668            ! Changes patchlevel.h
12669 ____________________________________________________________________________
12670 [  8481] By: jhi                                   on 2001/01/19  14:41:24
12671         Log: Subject: Re: new feature: s?printf parameter reordering 
12672              From: Hugo <hv@crypt.compulink.co.uk>
12673              Date: Thu, 11 Jan 2001 17:09:03 +0000
12674              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
12675              
12676              - support reordering for all parameters: %, *v, *, .*
12677              - lay down that the reordering specification must immediately
12678              follow that parameter: %3$, *v3$, *3$, .*3$
12679              - fix vectorisation of a zero-length string
12680              - factor out the code choosing the argument to format
12681              
12682              Possibly unwanted side-effects:
12683              - the special format specifiers ' +-0' must now precede any
12684              vectorisation specifier. Tests in op/sprintf and op/ver
12685              have been changed to reflect this.
12686              - sprintf.t test #214 changed its expectations because in many
12687              cases, the next parameter has already been consumed when an
12688              invalid type letter is detected.
12689              
12690              Probably wanted side-effects:
12691              - attempts to format a non-existent parameter will warn as if C<undef>
12692              - attempt to write to non-existent parameter with '%n' will complain
12693              of "attempt to modify read-only value" instead of being silent
12694      Branch: perl
12695            ! sv.c t/op/sprintf.t t/op/ver.t
12696 ____________________________________________________________________________
12697 [  8480] By: jhi                                   on 2001/01/19  14:08:37
12698         Log: Subject: PATCH pragma/locale.t
12699              From: andreas.koenig@anima.de (Andreas J. Koenig)
12700              Date: 18 Jan 2001 09:45:37 +0100
12701              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
12702      Branch: perl
12703            ! t/pragma/locale.t
12704 ____________________________________________________________________________
12705 [  8479] By: jhi                                   on 2001/01/19  13:19:58
12706         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
12707      Branch: perl
12708            ! configure.com
12709 ____________________________________________________________________________
12710 [  8478] By: jhi                                   on 2001/01/19  02:12:35
12711         Log: Automate 1_compile.t.
12712      Branch: perl
12713            ! t/lib/1_compile.t
12714 ____________________________________________________________________________
12715 [  8477] By: jhi                                   on 2001/01/19  01:49:56
12716         Log: Integrate perlio.
12717      Branch: perl
12718           !> sv.c win32/config.bc win32/config.gc win32/config.vc
12719           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12720 ____________________________________________________________________________
12721 [  8476] By: nick                                  on 2001/01/18  21:51:52
12722         Log: Integrate mainline
12723      Branch: perlio
12724           +> t/lib/1_compile.t t/lib/compmod.pl
12725           !> MANIFEST configure.com lib/unicode/distinct.pm
12726 ____________________________________________________________________________
12727 [  8475] By: nick                                  on 2001/01/18  21:48:02
12728         Log: Win32 "safe signals" co-existance fix.
12729              Fix SIG_SIZE value.
12730              Clear PL_sig_pending when cloning (fork).
12731      Branch: perlio
12732            ! sv.c win32/config.bc win32/config.gc win32/config.vc
12733            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12734 ____________________________________________________________________________
12735 [  8474] By: jhi                                   on 2001/01/18  14:40:57
12736         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
12737      Branch: perl
12738            ! t/lib/1_compile.t
12739 ____________________________________________________________________________
12740 [  8473] By: gsar                                  on 2001/01/18  11:42:31
12741         Log: unsubmitted trial1 change
12742      Branch: maint-5.6/perl
12743            ! Changes
12744 ____________________________________________________________________________
12745 [  8472] By: jhi                                   on 2001/01/18  04:30:24
12746         Log: The first bug found by 1_compile.t.
12747      Branch: perl
12748            ! lib/unicode/distinct.pm
12749 ____________________________________________________________________________
12750 [  8471] By: jhi                                   on 2001/01/18  04:29:42
12751         Log: Add Schwern's 1_compile test.  The compile_module script renamed
12752              to be a bit shorter for the 8.3 people.
12753      Branch: perl
12754            + t/lib/1_compile.t t/lib/compmod.pl
12755            ! MANIFEST
12756 ____________________________________________________________________________
12757 [  8470] By: jhi                                   on 2001/01/18  04:16:00
12758         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)
12759              From: Peter Prymmer <pvhp@forte.com>
12760              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
12761              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
12762              Replace #8463.
12763      Branch: maint-5.6/perl
12764            ! configure.com
12765 ____________________________________________________________________________
12766 [  8469] By: jhi                                   on 2001/01/18  04:13:02
12767         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)
12768              From: Peter Prymmer <pvhp@forte.com>
12769              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
12770              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
12771              Replace #8462.
12772      Branch: perl
12773            ! configure.com
12774 ____________________________________________________________________________
12775 [  8468] By: jhi                                   on 2001/01/18  03:42:08
12776         Log: Integrate perlio.
12777      Branch: perl
12778           !> gv.c mg.c perlio.c util.c
12779 ____________________________________________________________________________
12780 [  8467] By: nick                                  on 2001/01/17  22:41:10
12781         Log: "Safe" signals - trial implementation.
12782              gv.c tweaked to zero PL_sig_pend array
12783              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
12784              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
12785              Odd thing is that it "works" with PERLIO=stdio as well (linux).
12786      Branch: perlio
12787            ! gv.c mg.c perlio.c util.c
12788 ____________________________________________________________________________
12789 [  8466] By: nick                                  on 2001/01/17  20:40:20
12790         Log: Integrate mainline.
12791      Branch: perlio
12792           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12793           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
12794           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
12795           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12796           !> vos/config.ga.h win32/config.bc win32/config.gc
12797           !> win32/config.vc
12798 ____________________________________________________________________________
12799 [  8465] By: jhi                                   on 2001/01/17  18:37:13
12800         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
12801              From: Nicholas Clark <nick@ccl4.org>
12802              Date: Wed, 17 Jan 2001 17:31:33 +0000
12803              Message-ID: <20010117173133.I2633@plum.flirble.org>
12804      Branch: perl
12805            ! t/op/int.t
12806 ____________________________________________________________________________
12807 [  8464] By: jhi                                   on 2001/01/17  14:43:17
12808         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
12809              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12810              Date: Wed, 17 Jan 2001 15:16:43 +0100
12811              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
12812              
12813              pp_int() was dropping an NV to the floor,
12814              int(279964589018079/59) either returned not an integer
12815              4745162525730.15, or one got "Attempt to free unreferenced scalar."
12816      Branch: perl
12817            ! pp.c
12818 ____________________________________________________________________________
12819 [  8463] By: jhi                                   on 2001/01/17  06:12:42
12820         Log: (Replaced by #8470)
12821              
12822              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)
12823              From: "Craig A. Berry" <craigberry@mac.com>
12824              Date: Tue, 16 Jan 2001 23:38:46 -0600
12825              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
12826      Branch: maint-5.6/perl
12827            ! configure.com
12828 ____________________________________________________________________________
12829 [  8462] By: jhi                                   on 2001/01/17  06:11:31
12830         Log: (Replaced by #8469)
12831              
12832              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)
12833              From: "Craig A. Berry" <craigberry@mac.com>
12834              Date: Tue, 16 Jan 2001 23:38:46 -0600
12835              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
12836      Branch: perl
12837            ! configure.com
12838 ____________________________________________________________________________
12839 [  8461] By: jhi                                   on 2001/01/17  05:56:12
12840         Log: Allow for one trailing slash in the directory of mkdir().
12841      Branch: perl
12842            ! pp_sys.c
12843 ____________________________________________________________________________
12844 [  8460] By: jhi                                   on 2001/01/17  03:26:01
12845         Log: Metaconfig unit changes for #8459.
12846      Branch: metaconfig
12847            ! U/modified/Loc.U U/modified/sig_name.U
12848 ____________________________________________________________________________
12849 [  8459] By: jhi                                   on 2001/01/17  03:24:48
12850         Log: Define SIG_SIZE, the number of elements in the sig_name and
12851              sig_num arrays, including the final NULL entry.
12852      Branch: perl
12853            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12854            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
12855            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
12856            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12857            ! win32/config.bc win32/config.gc win32/config.vc
12858 ____________________________________________________________________________
12859 [  8458] By: jhi                                   on 2001/01/17  01:41:33
12860         Log: Integrate perlio.
12861      Branch: perl
12862           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
12863           !> perlapi.h proto.h sv.c
12864 ____________________________________________________________________________
12865 [  8457] By: nick                                  on 2001/01/16  22:07:26
12866         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
12867              Provides all the "cost" but no benefit yet - it is to allow cost
12868              to be measured, and implementation experiments (just in mg.c?).
12869      Branch: perlio
12870            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
12871            ! perlapi.h proto.h sv.c
12872 ____________________________________________________________________________
12873 [  8456] By: nick                                  on 2001/01/16  21:07:07
12874         Log: Integrate mainline.
12875      Branch: perlio
12876           !> (integrate 51 files)
12877 ____________________________________________________________________________
12878 [  8455] By: jhi                                   on 2001/01/16  18:13:43
12879         Log: Subject: [PATCH] regcomp.c old feature removal
12880              From: mjd@plover.com
12881              Date: 16 Jan 2001 14:43:18 -0000 
12882              Message-ID: <20010116144318.7140.qmail@plover.com> 
12883      Branch: perl
12884            ! regcomp.c
12885 ____________________________________________________________________________
12886 [  8454] By: jhi                                   on 2001/01/16  16:12:39
12887         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
12888              From: "Indy Singh" <indy@nusphere.com>
12889              Date: Wed, 10 Jan 2001 20:17:49 -0500
12890              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
12891      Branch: maint-5.6/perl
12892            ! win32/Makefile
12893 ____________________________________________________________________________
12894 [  8453] By: jhi                                   on 2001/01/16  16:09:33
12895         Log: Update Changes.
12896      Branch: perl
12897            ! Changes patchlevel.h
12898 ____________________________________________________________________________
12899 [  8452] By: jhi                                   on 2001/01/16  15:42:04
12900         Log: Subject: Re: API Cleanup
12901              To: perl5-porters@perl.org
12902              Date: Tue, 16 Jan 2001 13:42:30 +0000
12903              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
12904              
12905              Subject: [PATCH] utf8.c documentation
12906              From: Simon Cozens <simon@cozens.net>
12907              Date: Tue, 16 Jan 2001 13:52:48 +0000
12908              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
12909              
12910              Subject: Re: API Cleanup
12911              From: Simon Cozens <simon@cozens.net>
12912              Date: Tue, 16 Jan 2001 14:58:55 +0000
12913              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
12914              
12915              UTF-8 doc patches.
12916      Branch: perl
12917            ! embed.pl pod/perlapi.pod utf8.c
12918 ____________________________________________________________________________
12919 [  8451] By: jhi                                   on 2001/01/16  14:41:39
12920         Log: podlators 1.07, from Russ Allbery.
12921      Branch: perl
12922            ! lib/Pod/Man.pm
12923 ____________________________________________________________________________
12924 [  8450] By: jhi                                   on 2001/01/16  14:24:19
12925         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
12926              From: "Indy Singh" <indy@nusphere.com>
12927              Date: Mon, 15 Jan 2001 20:59:40 -0500
12928              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
12929      Branch: perl
12930            ! win32/Makefile
12931 ____________________________________________________________________________
12932 [  8449] By: jhi                                   on 2001/01/16  03:42:55
12933         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
12934              at the setting of the ofs_sv in new_struct_thread() as the
12935              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
12936              that invited a core dump.
12937      Branch: perl
12938            ! util.c
12939 ____________________________________________________________________________
12940 [  8448] By: jhi                                   on 2001/01/16  01:49:07
12941         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
12942              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12943              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
12944              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
12945              
12946              Replace #8444 and #8445.
12947      Branch: perl
12948            ! ext/B/B.xs ext/B/B/Debug.pm
12949 ____________________________________________________________________________
12950 [  8447] By: jhi                                   on 2001/01/15  21:05:35
12951         Log: Subject: [PATCH] API Variable documentation   
12952              From: Simon Cozens <simon@cozens.net>
12953              Date: Mon, 15 Jan 2001 19:35:54 +0000
12954              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
12955      Branch: perl
12956            ! pod/perlapi.pod thrdvar.h
12957 ____________________________________________________________________________
12958 [  8446] By: jhi                                   on 2001/01/15  20:49:20
12959         Log: Signedness nit.
12960      Branch: perl
12961            ! pp_ctl.c
12962 ____________________________________________________________________________
12963 [  8445] By: jhi                                   on 2001/01/15  20:28:48
12964         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
12965      Branch: perl
12966            ! ext/B/B/Debug.pm
12967 ____________________________________________________________________________
12968 [  8444] By: jhi                                   on 2001/01/15  13:09:10
12969         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
12970      Branch: perl
12971            ! ext/B/B.xs
12972 ____________________________________________________________________________
12973 [  8443] By: jhi                                   on 2001/01/15  13:06:26
12974         Log: Missing from #8439.
12975      Branch: perl
12976            ! keywords.h mg.c
12977 ____________________________________________________________________________
12978 [  8442] By: jhi                                   on 2001/01/15  13:02:38
12979         Log: Subject: [PATCH @8436] Eliminate op_children
12980              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12981              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
12982              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
12983              
12984              Subject: [PATCH @8436] Re: Eliminate op_children
12985              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12986              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
12987              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
12988      Branch: perl
12989            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
12990            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
12991            ! op.c op.h
12992 ____________________________________________________________________________
12993 [  8441] By: jhi                                   on 2001/01/15  12:57:08
12994         Log: Use the /^Perl_/-less form of is_lvalue_sub().
12995      Branch: perl
12996            ! pp.h
12997 ____________________________________________________________________________
12998 [  8440] By: jhi                                   on 2001/01/15  05:13:09
12999         Log: Revert #8437 and #8438, the Linux large files story is more complex.
13000      Branch: metaconfig/U/perl
13001            ! d_fpos64_t.U d_off64_t.U
13002      Branch: perl
13003            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13004            ! config_h.SH configure.com epoc/config.sh perl.h
13005            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
13006            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13007            ! win32/config.bc win32/config.gc win32/config.vc
13008 ____________________________________________________________________________
13009 [  8439] By: jhi                                   on 2001/01/15  05:02:24
13010         Log: More UTF-8 patches from Inaba Hiroto.
13011              - The substr lval was still not okay.
13012              - Now pp_stringify and sv_setsv copies source's UTF8 flag
13013              even if IN_BYTE.  pp_stringify is called from fold_constants
13014              at optimization phase and "\x{100}" was made SvUTF8_off under
13015              use bytes (the bytes pragma is for "byte semantics" and not
13016              for "do not produce UTF8 data")
13017              - New `qu' operator to generate UTF8 string explicitly.
13018              Though I agree with the policy "0x00-0xff always produce bytes",
13019              sometimes want to such a string to be coded in UTF8.
13020              I can use pack"U0a*" but it requires more typing and has
13021              runtime overhead.
13022              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
13023              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
13024              string is not UTF8_on and has char 0x80-0xff.
13025              
13026              TODO: document and test qu.
13027      Branch: perl
13028            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
13029            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
13030            ! toke.c
13031 ____________________________________________________________________________
13032 [  8438] By: jhi                                   on 2001/01/14  05:10:23
13033         Log: Metaconfig unit changes for #8437.
13034      Branch: metaconfig/U/perl
13035            ! d_fpos64_t.U d_off64_t.U
13036 ____________________________________________________________________________
13037 [  8437] By: jhi                                   on 2001/01/14  04:55:34
13038         Log: Add <features.h> probing, seems to be needed for (some?)
13039              Linux largefileness.
13040      Branch: perl
13041            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13042            ! config_h.SH configure.com epoc/config.sh perl.h
13043            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
13044            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13045            ! win32/config.bc win32/config.gc win32/config.vc
13046 ____________________________________________________________________________
13047 [  8436] By: jhi                                   on 2001/01/13  17:47:21
13048         Log: Tighten some of the tests a bit.
13049      Branch: perl
13050            ! t/pragma/utf8.t
13051 ____________________________________________________________________________
13052 [  8435] By: jhi                                   on 2001/01/13  17:31:54
13053         Log: Integrate perlio.
13054      Branch: perl
13055           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
13056           !> win32/config_H.gc win32/config_H.vc
13057 ____________________________________________________________________________
13058 [  8434] By: nick                                  on 2001/01/13  11:36:53
13059         Log: Run dmake regen_config_h for Win32
13060      Branch: perlio
13061            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13062 ____________________________________________________________________________
13063 [  8433] By: nick                                  on 2001/01/13  11:31:55
13064         Log: VMS friendly patch to Encode compile process
13065      Branch: perlio
13066            ! ext/Encode/Makefile.PL ext/Encode/compile
13067 ____________________________________________________________________________
13068 [  8432] By: nick                                  on 2001/01/13  11:06:44
13069         Log: Integrate mainline
13070      Branch: perlio
13071           +> ext/B/B/Concise.pm
13072           !> (integrate 52 files)
13073 ____________________________________________________________________________
13074 [  8431] By: jhi                                   on 2001/01/13  05:55:55
13075         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
13076              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13077              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
13078              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
13079      Branch: perl
13080            ! ext/B/B/Concise.pm
13081 ____________________________________________________________________________
13082 [  8430] By: jhi                                   on 2001/01/13  04:24:18
13083         Log: The LVRET macro needed an aTHX.
13084      Branch: perl
13085            ! pp.h
13086 ____________________________________________________________________________
13087 [  8429] By: jhi                                   on 2001/01/13  02:12:42
13088         Log: Update Changes.
13089      Branch: perl
13090            ! Changes patchlevel.h
13091 ____________________________________________________________________________
13092 [  8428] By: jhi                                   on 2001/01/13  02:08:50
13093         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
13094              From: Peter Prymmer <pvhp@forte.com>
13095              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
13096              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
13097              
13098              Add a BEGIN guard for sloppy floating point division.
13099      Branch: perl
13100            ! lib/Math/BigInt.pm lib/bigint.pl
13101 ____________________________________________________________________________
13102 [  8427] By: jhi                                   on 2001/01/13  01:47:16
13103         Log: The B::Terse drop-in replacement wasn't quite drop-in.
13104      Branch: perl
13105            ! ext/B/B/Terse.pm
13106 ____________________________________________________________________________
13107 [  8426] By: jhi                                   on 2001/01/12  21:20:43
13108         Log: Use UVXf.
13109      Branch: perl
13110            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13111            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
13112            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13113            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13114            ! win32/config.gc win32/config.vc
13115 ____________________________________________________________________________
13116 [  8425] By: jhi                                   on 2001/01/12  20:20:14
13117         Log: Subject: [PATCH perl@8342] -Wformat
13118              From: Robin Barker <rmb1@cise.npl.co.uk>
13119              Date: Fri, 12 Jan 2001 20:03:14 GMT
13120              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
13121      Branch: perl
13122            ! ext/Encode/Encode.xs mg.c sv.c toke.c
13123 ____________________________________________________________________________
13124 [  8424] By: jhi                                   on 2001/01/12  20:01:48
13125         Log: Subject: B::Concise -- an improved replacement for B::Terse 
13126              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13127              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
13128              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
13129      Branch: perl
13130            + ext/B/B/Concise.pm
13131            ! MANIFEST ext/B/B/Terse.pm
13132 ____________________________________________________________________________
13133 [  8423] By: jhi                                   on 2001/01/12  19:24:02
13134         Log: The new metaconfig unit from the #8421.
13135      Branch: metaconfig/U/perl
13136            + d_sigprocmask.U
13137 ____________________________________________________________________________
13138 [  8422] By: jhi                                   on 2001/01/12  19:23:43
13139         Log: Forgot the microperl config from the #8421.
13140      Branch: perl
13141            ! uconfig.h uconfig.sh
13142 ____________________________________________________________________________
13143 [  8421] By: jhi                                   on 2001/01/12  19:05:27
13144         Log: Add sigprocmask() probe, regen Configure, regen toc.
13145      Branch: perl
13146            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13147            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
13148            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13149            ! vos/config.ga.h win32/config.bc win32/config.gc
13150            ! win32/config.vc
13151 ____________________________________________________________________________
13152 [  8420] By: jhi                                   on 2001/01/12  18:34:31
13153         Log: Add sockatmark() to the todo list.
13154      Branch: perl
13155            ! Todo-5.6
13156 ____________________________________________________________________________
13157 [  8419] By: jhi                                   on 2001/01/12  18:09:46
13158         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
13159      Branch: perl
13160            ! op.c
13161 ____________________________________________________________________________
13162 [  8418] By: jhi                                   on 2001/01/12  18:05:30
13163         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
13164              From: Radu Greab <radu@netsoft.ro>
13165              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
13166              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
13167      Branch: perl
13168            ! op.c t/pragma/sub_lval.t
13169 ____________________________________________________________________________
13170 [  8417] By: jhi                                   on 2001/01/12  16:09:09
13171         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
13172              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
13173              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
13174              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
13175      Branch: perl
13176            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
13177            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
13178            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
13179            ! t/pragma/sub_lval.t toke.c
13180 ____________________________________________________________________________
13181 [  8416] By: jhi                                   on 2001/01/12  15:42:06
13182         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
13183              From: "Richard Soderberg" <rs@crystalflame.net>
13184              Date: Fri, 12 Jan 2001 04:49:35 -0800
13185              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
13186              
13187              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
13188              according to the platform.
13189      Branch: perl
13190            ! op.c
13191 ____________________________________________________________________________
13192 [  8415] By: jhi                                   on 2001/01/12  15:33:41
13193         Log: One more UTF-8 fix from Inaba Hiroto.
13194      Branch: perl
13195            ! pp.c regexec.c t/pragma/utf8.t
13196 ____________________________________________________________________________
13197 [  8414] By: jhi                                   on 2001/01/12  15:30:18
13198         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
13199      Branch: perl
13200            ! regexec.c
13201 ____________________________________________________________________________
13202 [  8413] By: jhi                                   on 2001/01/12  15:22:10
13203         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
13204              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13205              Date: Thu, 11 Jan 2001 12:53:36 +0100
13206              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
13207      Branch: perl
13208            ! toke.c
13209 ____________________________________________________________________________
13210 [  8412] By: jhi                                   on 2001/01/12  15:20:25
13211         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
13212              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13213              Date: Fri, 12 Jan 2001 14:37:55 +0100
13214              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
13215      Branch: perl
13216            ! hints/posix-bc.sh
13217 ____________________________________________________________________________
13218 [  8411] By: jhi                                   on 2001/01/12  15:14:14
13219         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
13220              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13221              Date: Fri, 12 Jan 2001 10:42:21 +0100
13222              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
13223      Branch: perl
13224            ! t/op/regmesg.t
13225 ____________________________________________________________________________
13226 [  8410] By: jhi                                   on 2001/01/12  05:48:55
13227         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
13228              From: Nicholas Clark <nick@ccl4.org> 
13229              Date: Sun, 7 Jan 2001 19:47:14 +0000
13230              Message-ID: <20010107194714.B1048@plum.flirble.org>
13231      Branch: perl
13232            ! t/op/numconvert.t
13233 ____________________________________________________________________________
13234 [  8409] By: jhi                                   on 2001/01/12  05:41:28
13235         Log: Integrate perlio.
13236      Branch: perl
13237           !> mg.c scope.h
13238 ____________________________________________________________________________
13239 [  8408] By: nick                                  on 2001/01/11  22:43:28
13240         Log: Remove variables that were used in experiments.
13241      Branch: perlio
13242            ! mg.c
13243 ____________________________________________________________________________
13244 [  8407] By: nick                                  on 2001/01/11  20:57:44
13245         Log: Catch die in %SIG handler and unblock the signal before re-dying.
13246              This make Linux work _without_ sigsetjmp().
13247              Turn off sigsetjmp() to see what else it does.
13248              May need Configure probe for sigprocmask() if anything has sigaction()
13249              but not sigprocmask().
13250      Branch: perlio
13251            ! mg.c scope.h
13252 ____________________________________________________________________________
13253 [  8406] By: nick                                  on 2001/01/11  19:32:07
13254         Log: Integrate mainline
13255      Branch: perlio
13256           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
13257           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
13258           !> t/op/substr.t
13259 ____________________________________________________________________________
13260 [  8405] By: jhi                                   on 2001/01/11  17:11:01
13261         Log: Fix UTF-8 lval substr().
13262      Branch: perl
13263            ! mg.c t/op/substr.t
13264 ____________________________________________________________________________
13265 [  8404] By: jhi                                   on 2001/01/11  05:13:58
13266         Log: Update Changes.
13267      Branch: perl
13268            ! Changes patchlevel.h
13269 ____________________________________________________________________________
13270 [  8403] By: jhi                                   on 2001/01/11  04:38:24
13271         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
13272              From: Hugo <hv@crypt.compulink.co.uk>
13273              Date: Mon, 30 Oct 2000 01:33:26 +0000
13274              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
13275      Branch: perl
13276            ! regexec.c t/op/re_tests
13277 ____________________________________________________________________________
13278 [  8402] By: jhi                                   on 2001/01/11  04:26:12
13279         Log: Integrate perlio.
13280      Branch: perl
13281           !> scope.h util.c
13282 ____________________________________________________________________________
13283 [  8401] By: nick                                  on 2001/01/10  22:52:55
13284         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
13285              (So Alan and Ilya can try setting via hints.)
13286              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
13287              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
13288              doing the save everywhere seems to restart read() correctly, but just
13289              doing it once "round" the handler does not.
13290      Branch: perlio
13291            ! scope.h
13292 ____________________________________________________________________________
13293 [  8400] By: jhi                                   on 2001/01/10  21:57:54
13294         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
13295              of IRIX, HP-UX is unaffected.
13296      Branch: perl
13297            ! perl.h
13298 ____________________________________________________________________________
13299 [  8399] By: nick                                  on 2001/01/10  21:29:19
13300         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
13301      Branch: perlio
13302            ! util.c
13303 ____________________________________________________________________________
13304 [  8398] By: jhi                                   on 2001/01/10  20:55:31
13305         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
13306              also have ReusePort.
13307      Branch: perl
13308            ! ext/IO/lib/IO/Socket/INET.pm
13309 ____________________________________________________________________________
13310 [  8397] By: jhi                                   on 2001/01/10  20:50:57
13311         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
13312              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
13313              Date: Wed, 10 Jan 2001 01:38:13 -0800
13314              Message-ID: <20010110013813.B41744@yahoo-inc.com>
13315      Branch: perl
13316            ! ext/IO/lib/IO/Socket/INET.pm
13317 ____________________________________________________________________________
13318 [  8396] By: jhi                                   on 2001/01/10  20:49:30
13319         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
13320              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
13321              Date: Wed, 10 Jan 2001 01:37:32 -0800
13322              Message-ID: <20010110013732.A41744@yahoo-inc.com>
13323      Branch: perl
13324            ! ext/Socket/Socket.pm
13325 ____________________________________________________________________________
13326 [  8395] By: jhi                                   on 2001/01/10  20:41:37
13327         Log: Test for bug id 20010105.016 (fixed by #8378).
13328      Branch: perl
13329            ! t/op/split.t
13330 ____________________________________________________________________________
13331 [  8394] By: jhi                                   on 2001/01/10  20:26:32
13332         Log: Integrate perlio.
13333      Branch: perl
13334            ! util.c
13335 ____________________________________________________________________________
13336 [  8393] By: nick                                  on 2001/01/10  19:34:30
13337         Log: Back out Simon's pid hackery for now.
13338      Branch: perlio
13339            ! util.c
13340 ____________________________________________________________________________
13341 [  8392] By: nick                                  on 2001/01/10  19:23:13
13342         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
13343      Branch: perlio
13344           !> (integrate 29 files)
13345 ____________________________________________________________________________
13346 [  8391] By: jhi                                   on 2001/01/10  18:43:15
13347         Log: Subject: [PATCH] Fix my_pclose segfault
13348              From: Simon Cozens <simon@cozens.net>
13349              Date: Wed, 10 Jan 2001 18:39:35 +0000
13350              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
13351      Branch: perl
13352            ! util.c
13353 ____________________________________________________________________________
13354 [  8390] By: jhi                                   on 2001/01/10  18:42:08
13355         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
13356              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13357              Date:     Wed, 10 Jan 2001 13:23:02 EST
13358              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
13359      Branch: perl
13360            ! ext/Opcode/Opcode.xs
13361 ____________________________________________________________________________
13362 [  8389] By: jhi                                   on 2001/01/10  15:16:07
13363         Log: Turn off the integer preservation for now.
13364      Branch: perl
13365            ! perl.h
13366 ____________________________________________________________________________
13367 [  8388] By: jhi                                   on 2001/01/10  15:01:25
13368         Log: Few more IDE/editor nits from p5p.
13369      Branch: perl
13370            ! pod/perlfaq3.pod
13371 ____________________________________________________________________________
13372 [  8387] By: jhi                                   on 2001/01/10  06:53:16
13373         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
13374              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
13375              Date: Tue, 9 Jan 2001 23:16:02 +0000
13376              Message-ID: <20010109231602.A81101@plum.flirble.org>
13377      Branch: perl
13378            ! sv.c
13379 ____________________________________________________________________________
13380 [  8386] By: jhi                                   on 2001/01/10  03:17:54
13381         Log: Test cases for #8385 (from Simon's "torture.pl")
13382      Branch: perl
13383            ! t/op/tr.t
13384 ____________________________________________________________________________
13385 [  8385] By: jhi                                   on 2001/01/10  03:17:11
13386         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
13387              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
13388              Date: Wed, 10 Jan 2001 11:39:39 +0900
13389              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
13390              
13391              Some more UTF-8 tr cases fixed.
13392      Branch: perl
13393            ! doop.c
13394 ____________________________________________________________________________
13395 [  8384] By: jhi                                   on 2001/01/09  22:45:40
13396         Log: Allow the locale test needing POSIX and the taint test
13397              needing IPC::SysV to run under 'minitest' (basically,
13398              bail out if loading the extension fails)
13399      Branch: perl
13400            ! t/op/misc.t t/op/taint.t
13401 ____________________________________________________________________________
13402 [  8383] By: jhi                                   on 2001/01/09  21:36:04
13403         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
13404              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13405              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
13406              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
13407      Branch: perl
13408            ! t/io/openpid.t
13409 ____________________________________________________________________________
13410 [  8382] By: jhi                                   on 2001/01/09  21:06:08
13411         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
13412              Should finish up the bug id 20001205.022.
13413      Branch: perl
13414            ! pp.c pp_hot.c scope.c
13415 ____________________________________________________________________________
13416 [  8381] By: jhi                                   on 2001/01/09  18:27:43
13417         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
13418              From: Andy Dougherty <doughera@lafayette.edu>
13419              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
13420              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
13421              
13422              More robust yacc/bison error detection.
13423      Branch: perl
13424            ! t/comp/proto.t
13425 ____________________________________________________________________________
13426 [  8380] By: jhi                                   on 2001/01/09  15:21:38
13427         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
13428              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13429              Date:     Tue, 9 Jan 2001 07:53:55 EST
13430              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
13431      Branch: perl
13432            ! t/op/misc.t vms/test.com
13433 ____________________________________________________________________________
13434 [  8379] By: jhi                                   on 2001/01/09  15:20:38
13435         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
13436              From: jhi@cc.hut.fi
13437              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
13438              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
13439              
13440              The #8378 fixed this.
13441      Branch: perl
13442            ! t/op/tr.t
13443 ____________________________________________________________________________
13444 [  8378] By: jhi                                   on 2001/01/09  15:05:32
13445         Log: Subject: One more patch for UTF8 
13446              From: Inaba Hiroto <inaba@st.rim.or.jp>
13447              Date: Tue, 09 Jan 2001 01:04:32 +0900
13448              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
13449              
13450              UTF-8 fixes for 'x' and tr///.
13451      Branch: perl
13452            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
13453            ! regcomp.c regexec.c toke.c utf8.c
13454 ____________________________________________________________________________
13455 [  8377] By: jhi                                   on 2001/01/09  14:32:17
13456         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
13457      Branch: perl
13458            ! t/op/length.t
13459 ____________________________________________________________________________
13460 [  8376] By: jhi                                   on 2001/01/09  04:32:32
13461         Log: integrate changes #7775, #8316, #8316 from mainline
13462      Branch: maint-5.6/perl
13463            ! hints/solaris_2.sh
13464 ____________________________________________________________________________
13465 [  8375] By: jhi                                   on 2001/01/09  04:26:43
13466         Log: Update Changes.
13467      Branch: perl
13468            ! Changes patchlevel.h
13469 ____________________________________________________________________________
13470 [  8374] By: jhi                                   on 2001/01/09  04:14:32
13471         Log: IDE/editor section tweaking.
13472      Branch: perl
13473            ! pod/perlfaq3.pod
13474 ____________________________________________________________________________
13475 [  8373] By: jhi                                   on 2001/01/09  02:38:26
13476         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
13477              From: Peter Prymmer <pvhp@forte.com>
13478              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
13479              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
13480              
13481              In preparation os OS/390 dynamic loading.
13482      Branch: perl
13483            ! README.os390 hints/os390.sh
13484 ____________________________________________________________________________
13485 [  8372] By: jhi                                   on 2001/01/09  00:24:30
13486         Log: Integrate with perlio.
13487      Branch: perl
13488           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
13489 ____________________________________________________________________________
13490 [  8371] By: nick                                  on 2001/01/08  23:54:33
13491         Log: Fix "scalars leaked" bugs caused by overload magic
13492              (Highlighted by Ilya's DESTROY optimization.)
13493      Branch: perlio
13494            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
13495 ____________________________________________________________________________
13496 [  8370] By: nick                                  on 2001/01/08  20:19:41
13497         Log: Integrate mainline
13498      Branch: perlio
13499           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
13500           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
13501           !> t/op/64bitint.t
13502 ____________________________________________________________________________
13503 [  8369] By: jhi                                   on 2001/01/08  17:30:52
13504         Log: save_delete() Safefree() doesn't (anymore?) work with shared
13505              strings, one test failure in op/misc and almost all of lib/b.
13506              (Outcomments #8369.)
13507      Branch: perl
13508            ! scope.c
13509 ____________________________________________________________________________
13510 [  8368] By: jhi                                   on 2001/01/08  14:47:10
13511         Log: (Outcommented by #8369.)
13512              
13513              Subject: Re: Perl BugID 20001205.022 ---- save_delete
13514              From: Simon Cozens <simon@cozens.net>
13515              Date: Sat, 6 Jan 2001 11:48:40 +0000
13516              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
13517              
13518              The save_delete() does need the Safefree.
13519      Branch: perl
13520            ! scope.c
13521 ____________________________________________________________________________
13522 [  8367] By: bailey                                on 2001/01/08  08:53:52
13523         Log: Once again syncing after too long an absence
13524      Branch: vmsperl
13525           +> (branch 55 files)
13526            - MAINTAIN fix_pl vos/config.def vos/config.h
13527            - vos/config_h.SH_orig
13528           !> (integrate 498 files)
13529 ____________________________________________________________________________
13530 [  8366] By: jhi                                   on 2001/01/08  02:42:59
13531         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
13532              From: nick@ccl4.org
13533              Date: Sun, 7 Jan 2001 21:07:18 +0000
13534              Message-Id: <20010107210717.D1048@plum.flirble.org>
13535      Branch: perl
13536            ! sv.c t/op/64bitint.t
13537 ____________________________________________________________________________
13538 [  8365] By: jhi                                   on 2001/01/08  02:35:16
13539         Log: Subject: [PATCH] environ nit
13540              From: Simon Cozens <simon@cozens.net>
13541              Date: Sun, 7 Jan 2001 17:57:07 +0000
13542              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
13543              
13544              Use environ only if we have it.
13545      Branch: perl
13546            ! mg.c
13547 ____________________________________________________________________________
13548 [  8364] By: jhi                                   on 2001/01/08  02:24:51
13549         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
13550      Branch: perl
13551            ! ext/GDBM_File/GDBM_File.xs
13552 ____________________________________________________________________________
13553 [  8363] By: jhi                                   on 2001/01/08  02:19:24
13554         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
13555              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13556              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
13557              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
13558      Branch: perl
13559            ! dump.c op.c
13560 ____________________________________________________________________________
13561 [  8362] By: jhi                                   on 2001/01/08  02:17:43
13562         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
13563              From: Doug MacEachern <dougm@covalent.net>
13564              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
13565              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
13566              
13567              Allow AUTOLOAD to be an xsub and allow such xsubs
13568              to avoid use of $AUTOLOAD.
13569      Branch: perl
13570            ! gv.c
13571 ____________________________________________________________________________
13572 [  8361] By: jhi                                   on 2001/01/08  02:16:07
13573         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
13574              From: Radu Greab <radu@netsoft.ro>
13575              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
13576              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
13577              
13578              No need for the potentially unportable $SIG{CHLD}.
13579      Branch: perl
13580            ! t/io/pipe.t
13581 ____________________________________________________________________________
13582 [  8360] By: jhi                                   on 2001/01/08  01:58:23
13583         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
13584      Branch: perl
13585            ! lib/Getopt/Long.pm
13586 ____________________________________________________________________________
13587 [  8359] By: jhi                                   on 2001/01/08  01:55:44
13588         Log: Integrate perlio.
13589      Branch: perl
13590           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
13591           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
13592           !> utf8.c win32/Makefile
13593 ____________________________________________________________________________
13594 [  8358] By: jhi                                   on 2001/01/07  21:16:50
13595         Log: Update the EPOC cross SDK URL.
13596      Branch: perl
13597            ! README.epoc
13598 ____________________________________________________________________________
13599 [  8357] By: jhi                                   on 2001/01/07  21:16:09
13600         Log: Update the EPOC cross SDK URL.
13601      Branch: maint-5.6/perl
13602            ! README.epoc
13603 ____________________________________________________________________________
13604 [  8356] By: nick                                  on 2001/01/06  21:47:52
13605         Log: FILE * in XS code for PerlIO world:
13606              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
13607              - Add FILE * T_STDIO typemap.
13608              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
13609      Branch: perlio
13610            ! lib/ExtUtils/typemap perlio.c perlio.h
13611 ____________________________________________________________________________
13612 [  8355] By: jhi                                   on 2001/01/06  20:27:15
13613         Log: integrate change #8336 from mainline
13614              
13615              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
13616      Branch: maint-5.6/perl
13617            ! hv.c
13618 ____________________________________________________________________________
13619 [  8354] By: jhi                                   on 2001/01/06  20:24:29
13620         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
13621              From: Robin Barker <rmb1@cise.npl.co.uk>
13622              Date: Fri, 22 Dec 2000 12:17:38 GMT
13623              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
13624              
13625              The patch reformats some long =item lines so they give
13626              correct output via pod2man | nroff -man
13627              
13628              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
13629              From: Robin Barker <rmb1@cise.npl.co.uk>
13630              Date: Tue, 2 Jan 2001 15:35:03 GMT
13631              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
13632              
13633              Here is a _further_ patch which corrects a few more errors:
13634              * an empty C<=item> in CPAN.pm
13635              * patching the wrong file (pod/perlamiga.pod not README.amiga)
13636              * leaving empty C<=item>s which formatted incorrectly
13637              * over long C<=item>s revealed by latest patch to Pod::Man
13638      Branch: maint-5.6/perl
13639            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
13640            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
13641            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
13642            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
13643            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
13644            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
13645 ____________________________________________________________________________
13646 [  8353] By: jhi                                   on 2001/01/06  20:21:10
13647         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
13648              
13649              UTF-8 hash keys.
13650      Branch: maint-5.6/perl
13651            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
13652 ____________________________________________________________________________
13653 [  8352] By: jhi                                   on 2001/01/06  20:18:44
13654         Log: Forgotten from #8438.
13655      Branch: maint-5.6/perl
13656            ! epoc/epocish.h
13657 ____________________________________________________________________________
13658 [  8351] By: jhi                                   on 2001/01/06  20:18:12
13659         Log: Forgotten from #8347.
13660      Branch: maint-5.6/perl
13661            ! config_h.SH
13662 ____________________________________________________________________________
13663 [  8350] By: jhi                                   on 2001/01/06  20:00:19
13664         Log: Thinko in #8347.
13665      Branch: maint-5.6/perl
13666            ! regcomp.c
13667 ____________________________________________________________________________
13668 [  8349] By: jhi                                   on 2001/01/06  18:05:30
13669         Log: Copy the FAQ3 IDE section from the development branch,
13670              changes originally by Peter Prymmer.
13671      Branch: maint-5.6/perl
13672            ! pod/perlfaq3.pod
13673 ____________________________________________________________________________
13674 [  8348] By: jhi                                   on 2001/01/06  18:03:02
13675         Log: EPOC updates for TRIAL1.
13676              
13677              Subject: [5.6.1 trial1] EPOC update
13678              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13679              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
13680              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
13681              
13682              Subject: epoc patch2 for perl-5.6.1-trial1
13683              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13684              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
13685              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
13686      Branch: maint-5.6/perl
13687            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
13688            ! epoc/epocish.c
13689 ____________________________________________________________________________
13690 [  8347] By: jhi                                   on 2001/01/06  17:29:10
13691         Log: integrate changes #7710,7824,7973 from mainline,
13692              plus VMS nits from Peter Prymmer and Dan Sugalski.
13693              
13694              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
13695              library (getprotobyname and getprotobynumber are outversioned by
13696              the same calls in libc, at least for xlc version 3.
13697              
13698              Add HAS_SBRK_PROTO.
13699              
13700              Fixes for signedness warnings noticed by VMSperlers.
13701      Branch: maint-5.6/perl
13702            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13703            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
13704            ! sv.c vms/descrip_mms.template vos/config.alpha.def
13705            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13706            ! win32/config.bc win32/config.gc win32/config.vc
13707 ____________________________________________________________________________
13708 [  8346] By: nick                                  on 2001/01/06  14:36:01
13709         Log: Fixup accumulated integrate muddles (perlio == devperl again)
13710      Branch: perlio
13711            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
13712 ____________________________________________________________________________
13713 [  8345] By: nick                                  on 2001/01/06  14:24:58
13714         Log: Integrate mainline
13715      Branch: perlio
13716           !> (integrate 55 files)
13717 ____________________________________________________________________________
13718 [  8344] By: jhi                                   on 2001/01/06  02:24:02
13719         Log: Subject: [patch] PerlIO_cleanup() prototype
13720              From: Doug MacEachern <dougm@covalent.net>
13721              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
13722              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
13723      Branch: perl
13724            ! perlio.h
13725 ____________________________________________________________________________
13726 [  8343] By: jhi                                   on 2001/01/06  01:04:09
13727         Log: IRIX compiler noticed that the bof initialization might be
13728              bypassed by control flow.
13729      Branch: perl
13730            ! toke.c
13731 ____________________________________________________________________________
13732 [  8342] By: jhi                                   on 2001/01/06  00:10:48
13733         Log: Update Changes.
13734      Branch: perl
13735            ! Changes patchlevel.h
13736 ____________________________________________________________________________
13737 [  8341] By: jhi                                   on 2001/01/05  23:52:33
13738         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
13739      Branch: perl
13740            ! toke.c
13741 ____________________________________________________________________________
13742 [  8340] By: jhi                                   on 2001/01/05  22:44:08
13743         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
13744              From: Radu Greab <radu@netsoft.ro>
13745              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
13746              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
13747      Branch: perl
13748            ! t/io/pipe.t util.c
13749 ____________________________________________________________________________
13750 [  8339] By: jhi                                   on 2001/01/05  22:35:17
13751         Log: Subject: [PATCH] format and rewording in perlfaq.pod
13752              From: Robin Barker <rmb1@cise.npl.co.uk>
13753              Date: Fri, 5 Jan 2001 18:51:20 GMT
13754              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
13755      Branch: perl
13756            ! pod/perlfaq.pod
13757 ____________________________________________________________________________
13758 [  8338] By: jhi                                   on 2001/01/05  22:31:17
13759         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
13760              From: Peter Prymmer <pvhp@forte.com>
13761              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
13762              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
13763      Branch: perl
13764            ! utils/perlbug.PL
13765 ____________________________________________________________________________
13766 [  8337] By: jhi                                   on 2001/01/05  18:15:11
13767         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
13768              From: Robin Barker <rmb1@cise.npl.co.uk>
13769              Date: Tue, 2 Jan 2001 15:24:07 GMT
13770              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
13771              
13772              If you call configure as C<./Configure> or C<sh ./Configure>,
13773              $src is set to the absolute path name, not '.'.
13774              
13775              This, in turn, means -Dmksymlink tries to do its stuff because
13776              it does not think it is in the src directory.
13777              
13778              (plus a metaconfig nitfix)
13779      Branch: metaconfig
13780            ! U/compline/ccflags.U U/modified/src.U
13781      Branch: perl
13782            ! Configure config_h.SH
13783 ____________________________________________________________________________
13784 [  8336] By: jhi                                   on 2001/01/05  17:48:32
13785         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
13786              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13787              Message-ID: <3A5606C4.473D2226@uk.sun.com>
13788              Date: Fri, 05 Jan 2001 17:39:16 +0000
13789      Branch: perl
13790            ! hv.c
13791 ____________________________________________________________________________
13792 [  8335] By: jhi                                   on 2001/01/05  16:05:44
13793         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
13794      Branch: perl
13795            ! lib/Getopt/Long.pm
13796 ____________________________________________________________________________
13797 [  8334] By: jhi                                   on 2001/01/05  16:00:51
13798         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
13799              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
13800              Date: Fri, 05 Jan 2001 13:46:51 +0100
13801              Message-ID: <13693.978698811@nice.ram.loc>
13802              
13803              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
13804              accurate reading of the "atime".  
13805      Branch: perl
13806            ! t/io/fs.t
13807 ____________________________________________________________________________
13808 [  8333] By: jhi                                   on 2001/01/05  15:57:37
13809         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
13810              From: Simon Cozens <simon@cozens.net>
13811              Date: Fri, 8 Dec 2000 13:33:31 +0000
13812              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
13813              
13814              A lost patch fragment.
13815      Branch: perl
13816            ! doop.c
13817 ____________________________________________________________________________
13818 [  8332] By: jhi                                   on 2001/01/05  15:40:42
13819         Log: Do away with strncpy() and a fixed length buffer.
13820      Branch: perl
13821            ! utf8.c
13822 ____________________________________________________________________________
13823 [  8331] By: jhi                                   on 2001/01/05  15:03:07
13824         Log: Tests for #8329 and #8330.
13825      Branch: perl
13826            ! t/op/bop.t
13827 ____________________________________________________________________________
13828 [  8330] By: jhi                                   on 2001/01/05  15:02:38
13829         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
13830              raw 8-bit form to the UTF-8 string.
13831      Branch: perl
13832            ! toke.c
13833 ____________________________________________________________________________
13834 [  8329] By: jhi                                   on 2001/01/05  14:55:13
13835         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
13836              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13837              Date: Fri, 5 Jan 2001 12:28:52 +0100
13838              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
13839              
13840              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
13841              no effect.  (changed the strncpy() to Copy())
13842      Branch: perl
13843            ! toke.c
13844 ____________________________________________________________________________
13845 [  8328] By: jhi                                   on 2001/01/05  06:44:27
13846         Log: UTF-8 cleanup.
13847      Branch: perl
13848            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
13849            ! regexec.c sv.c toke.c
13850 ____________________________________________________________________________
13851 [  8327] By: jhi                                   on 2001/01/05  01:11:29
13852         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')
13853              From: Radu Greab <radu@netsoft.ro>
13854              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
13855              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
13856              
13857              Cleans up Harness to not use FileHandle, which uses IO.
13858      Branch: perl
13859            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
13860 ____________________________________________________________________________
13861 [  8326] By: jhi                                   on 2001/01/05  00:56:37
13862         Log: Update Changes.
13863      Branch: perl
13864            ! Changes patchlevel.h
13865 ____________________________________________________________________________
13866 [  8325] By: jhi                                   on 2001/01/05  00:53:18
13867         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
13868              From: Peter Prymmer <pvhp@forte.com>
13869              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
13870              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
13871              
13872              plus a couple more tailing whitespace removals.
13873      Branch: perl
13874            ! win32/Makefile
13875 ____________________________________________________________________________
13876 [  8324] By: jhi                                   on 2001/01/05  00:47:39
13877         Log: Add some Unicode chop() tests.
13878      Branch: perl
13879            ! t/op/chop.t
13880 ____________________________________________________________________________
13881 [  8323] By: jhi                                   on 2001/01/05  00:47:23
13882         Log: Unify UTF-8 malformedness handling.
13883      Branch: perl
13884            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
13885 ____________________________________________________________________________
13886 [  8322] By: jhi                                   on 2001/01/04  22:21:54
13887         Log: The new $issymlink was unknown to Mksymlinks.
13888      Branch: metaconfig/U/perl
13889            ! Mksymlinks.U issymlink.U
13890      Branch: perl
13891            ! Configure config_h.SH
13892 ____________________________________________________________________________
13893 [  8321] By: jhi                                   on 2001/01/04  21:51:05
13894         Log: The test didn't work under the core test framework.
13895      Branch: perl
13896            ! t/lib/st-lock.t
13897 ____________________________________________________________________________
13898 [  8320] By: jhi                                   on 2001/01/04  21:14:22
13899         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
13900      Branch: perl
13901            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
13902 ____________________________________________________________________________
13903 [  8319] By: jhi                                   on 2001/01/04  20:46:17
13904         Log: Typo in #8312 when manually appying a problematic patch fragment.
13905      Branch: perl
13906            ! ext/Storable/Storable.xs
13907 ____________________________________________________________________________
13908 [  8318] By: jhi                                   on 2001/01/04  20:43:01
13909         Log: The $sh_c didn't fly.
13910      Branch: metaconfig
13911            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
13912            ! U/modified/Loc.U U/modified/myhostname.U
13913            ! U/modified/spitshell.U
13914      Branch: metaconfig/U/perl
13915            ! issymlink.U
13916      Branch: perl
13917            ! Configure config_h.SH
13918 ____________________________________________________________________________
13919 [  8317] By: jhi                                   on 2001/01/04  19:58:01
13920         Log: AIX builtin test -h is broken, changes based on
13921              
13922              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
13923              Date: Tue, 02 Jan 2001 11:24:39 +0100
13924              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13925              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
13926      Branch: metaconfig
13927            + U/modified/spitshell.U
13928            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
13929            ! U/modified/Loc.U U/modified/myhostname.U
13930      Branch: metaconfig/U/perl
13931            ! Mksymlinks.U issymlink.U
13932      Branch: perl
13933            ! Configure
13934 ____________________________________________________________________________
13935 [  8316] By: jhi                                   on 2001/01/04  19:02:22
13936         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
13937              From: Andy Dougherty <doughera@lafayette.edu>
13938              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
13939              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
13940              
13941              Beware of GNU ld.
13942      Branch: perl
13943            ! hints/solaris_2.sh
13944 ____________________________________________________________________________
13945 [  8315] By: jhi                                   on 2001/01/04  18:56:48
13946         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
13947              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
13948              Date: Wed, 3 Jan 2001 07:58:51 +0100
13949              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
13950      Branch: perl
13951            ! hints/solaris_2.sh
13952 ____________________________________________________________________________
13953 [  8314] By: jhi                                   on 2001/01/04  18:54:07
13954         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
13955              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13956              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
13957              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
13958              
13959              Doc tweak on #8313.
13960      Branch: perl
13961            ! ext/B/B/Deparse.pm
13962 ____________________________________________________________________________
13963 [  8313] By: jhi                                   on 2001/01/04  18:52:27
13964         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
13965              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
13966              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13967              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
13968              
13969              Make the peephole optimizer to bypass more null ops and
13970              and rewrite the deparse handling of continue blocks.
13971      Branch: perl
13972            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
13973 ____________________________________________________________________________
13974 [  8312] By: jhi                                   on 2001/01/04  18:47:39
13975         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
13976      Branch: perl
13977            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
13978            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
13979            ! t/lib/st-lock.t
13980 ____________________________________________________________________________
13981 [  8311] By: jhi                                   on 2001/01/04  18:36:08
13982         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
13983              filter to be run on each .pm during the pm_to_blib() phase,
13984              a fixed version of
13985              
13986              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
13987              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
13988              Date: Wed, 03 Jan 2001 22:01:30 +0100
13989              Message-ID: <5296.978555690@nice.ram.loc>
13990      Branch: perl
13991            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
13992            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13993            ! lib/ExtUtils/MakeMaker.pm
13994 ____________________________________________________________________________
13995 [  8310] By: jhi                                   on 2001/01/04  18:32:54
13996         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
13997              From: Robin Barker <rmb1@cise.npl.co.uk>
13998              Date: Tue, 2 Jan 2001 15:35:03 GMT
13999              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
14000      Branch: perl
14001            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
14002            ! pod/perlrequick.pod
14003 ____________________________________________________________________________
14004 [  8309] By: jhi                                   on 2001/01/04  18:29:07
14005         Log: Subject: Re: [patch] static-ize XS()
14006              From: Doug MacEachern <dougm@covalent.net>
14007              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
14008              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
14009              
14010              Provide prototypes for the XS functions.
14011      Branch: perl
14012            ! lib/ExtUtils/xsubpp
14013 ____________________________________________________________________________
14014 [  8308] By: jhi                                   on 2001/01/04  18:27:44
14015         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
14016              From: Doug MacEachern <dougm@covalent.net>
14017              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
14018              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
14019      Branch: perl
14020            ! lib/ExtUtils/typemap
14021 ____________________________________________________________________________
14022 [  8307] By: jhi                                   on 2001/01/04  18:25:25
14023         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
14024              From: Doug MacEachern <dougm@covalent.net>
14025              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
14026              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
14027              
14028              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
14029      Branch: perl
14030            ! lib/ExtUtils/MM_Unix.pm
14031 ____________________________________________________________________________
14032 [  8306] By: jhi                                   on 2001/01/04  18:23:00
14033         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
14034              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14035              Date: Thu, 4 Jan 2001 12:47:10 +0100 
14036              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
14037              
14038              The toke.c part only, patching embed.h and proto.h is futile.
14039      Branch: perl
14040            ! toke.c
14041 ____________________________________________________________________________
14042 [  8305] By: jhi                                   on 2001/01/04  18:05:51
14043         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
14044              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14045              Date: Thu, 4 Jan 2001 17:50:12 +0100 
14046              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
14047      Branch: perl
14048            ! toke.c
14049 ____________________________________________________________________________
14050 [  8304] By: jhi                                   on 2001/01/04  18:03:26
14051         Log: Subject: [PATCH perl@8269]
14052              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14053              Date: Thu, 4 Jan 2001 12:53:39 +0100 
14054              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
14055              
14056              If running byacc write-enable also perly.h.
14057      Branch: perl
14058            ! Makefile.SH
14059 ____________________________________________________________________________
14060 [  8303] By: jhi                                   on 2001/01/04  15:40:49
14061         Log: Rewrite pp_concat() in terms of sv_catsv().
14062      Branch: perl
14063            ! pp_hot.c
14064 ____________________________________________________________________________
14065 [  8302] By: nick                                  on 2001/01/03  22:43:22
14066         Log: Integrate mainline.
14067      Branch: perlio
14068           !> ext/Encode/Encode.xs sv.c utf8.c
14069 ____________________________________________________________________________
14070 [  8301] By: jhi                                   on 2001/01/02  23:40:26
14071         Log: Variable naming tweak.
14072      Branch: perl
14073            ! sv.c
14074 ____________________________________________________________________________
14075 [  8300] By: jhi                                   on 2001/01/02  23:40:02
14076         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
14077              in is_utf8_string().
14078      Branch: perl
14079            ! utf8.c
14080 ____________________________________________________________________________
14081 [  8299] By: jhi                                   on 2001/01/02  22:14:40
14082         Log: Integrate perlio.
14083      Branch: perl
14084           !> pp.c pp_hot.c win32/Makefile
14085 ____________________________________________________________________________
14086 [  8298] By: nick                                  on 2001/01/02  22:03:06
14087         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
14088      Branch: perlio
14089            ! pp.c pp_hot.c
14090 ____________________________________________________________________________
14091 [  8297] By: jhi                                   on 2001/01/02  04:26:28
14092         Log: Signedness nit.
14093      Branch: perl
14094            ! ext/Encode/Encode.xs
14095 ____________________________________________________________________________
14096 [  8296] By: nick                                  on 2001/01/01  23:49:36
14097         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
14098      Branch: perlio
14099            ! win32/Makefile
14100 ____________________________________________________________________________
14101 [  8295] By: jhi                                   on 2001/01/01  23:05:48
14102         Log: Integrate perlio.
14103      Branch: perl
14104           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
14105           !> t/lib/encode.t
14106 ____________________________________________________________________________
14107 [  8294] By: nick                                  on 2001/01/01  22:48:34
14108         Log: Integrate mainline
14109      Branch: perlio
14110            ! pp_hot.c t/lib/encode.t
14111           !> (integrate 65 files)
14112 ____________________________________________________________________________
14113 [  8293] By: nick                                  on 2001/01/01  21:58:50
14114         Log: More rigor in UTF-8-ness of Encode's toUnicode
14115              XS export some of the utf8 internal functions.
14116              Test some of the functions.
14117              Fix pp_concat() bug shown by said tests.
14118      Branch: perlio
14119            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
14120            ! t/lib/encode.t
14121 ____________________________________________________________________________
14122 [  8292] By: jhi                                   on 2001/01/01  18:11:44
14123         Log: Integrate perlio.
14124      Branch: perl
14125           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
14126           !> ext/Encode/encengine.c ext/Encode/encode.h
14127 ____________________________________________________________________________
14128 [  8291] By: jhi                                   on 2001/01/01  18:10:58
14129         Log: Podify README.mpeix (a new version from the web),
14130              add a dummy NAME to Carp::Heavy, regen toc.
14131      Branch: perl
14132            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
14133            ! pod/perltoc.pod
14134 ____________________________________________________________________________
14135 [  8290] By: nick                                  on 2001/01/01  17:43:47
14136         Log: Loose the "Loading..." warning.
14137              Another bug in fallback support
14138      Branch: perlio
14139            ! ext/Encode/Encode.pm ext/Encode/encengine.c
14140 ____________________________________________________________________________
14141 [  8289] By: jhi                                   on 2001/01/01  00:01:57
14142         Log: Bump up Larry's copyright.
14143      Branch: perl
14144            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
14145            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
14146            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
14147            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
14148            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
14149            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
14150            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
14151            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
14152 ____________________________________________________________________________
14153 [  8288] By: nick                                  on 2000/12/31  21:27:53
14154         Log: Fix .ucm reading - forgot a chr()
14155              Start of .ucm write (for .enc to .ucm)
14156      Branch: perlio
14157            ! ext/Encode/compile
14158 ____________________________________________________________________________
14159 [  8287] By: jhi                                   on 2000/12/31  18:15:56
14160         Log: Comment away a diagnostic message as noted by Craig A. Berry
14161              (the unexpected message was confusing testing)
14162      Branch: perl
14163            ! ext/Encode/Encode.pm
14164 ____________________________________________________________________________
14165 [  8286] By: jhi                                   on 2000/12/31  18:14:51
14166         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
14167              Date: Sun, 31 Dec 2000 11:17:37 -0600
14168              From: "Craig A. Berry" <craigberry@mac.com>
14169              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
14170      Branch: perl
14171            ! ext/Encode/Makefile.PL
14172 ____________________________________________________________________________
14173 [  8285] By: nick                                  on 2000/12/31  18:11:54
14174         Log: Start of support of ICU-style .ucm files:
14175              - teach compile how to read a .ucm file
14176              - first guess at how to represent fallbacks in "tries".
14177              - use fallbacks if check == 0
14178              - new return code to indicate we used one.
14179      Branch: perlio
14180            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
14181            ! ext/Encode/encengine.c ext/Encode/encode.h
14182 ____________________________________________________________________________
14183 [  8284] By: jhi                                   on 2000/12/31  18:04:41
14184         Log: Pacify picky VMS compiler.
14185              
14186              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
14187              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14188              Date: Sat, 30 Dec 2000 18:10:02 -0600
14189              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
14190      Branch: perl
14191            ! sv.c
14192 ____________________________________________________________________________
14193 [  8283] By: jhi                                   on 2000/12/31  16:11:47
14194         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
14195      Branch: perl
14196            ! t/lib/glob-basic.t
14197 ____________________________________________________________________________
14198 [  8282] By: jhi                                   on 2000/12/31  15:26:11
14199         Log: Integrate perlio.
14200      Branch: perl
14201           !> makedef.pl opcode.pl os2/os2.c perlio.c
14202 ____________________________________________________________________________
14203 [  8281] By: nick                                  on 2000/12/31  10:06:15
14204         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
14205              is available to be exported
14206      Branch: perlio
14207            ! makedef.pl perlio.c
14208 ____________________________________________________________________________
14209 [  8280] By: nick                                  on 2000/12/31  09:41:26
14210         Log: Ilya's OS2 patch (testing for damage on Win32)
14211      Branch: perlio
14212            ! makedef.pl opcode.pl os2/os2.c
14213 ____________________________________________________________________________
14214 [  8279] By: jhi                                   on 2000/12/30  21:52:07
14215         Log: Test nits.
14216      Branch: perl
14217            ! t/lib/syslfs.t t/op/lfs.t
14218 ____________________________________________________________________________
14219 [  8278] By: jhi                                   on 2000/12/30  21:47:49
14220         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
14221              From: andreas.koenig@anima.de (Andreas J. Koenig)
14222              Date: 30 Dec 2000 22:35:37 +0100
14223              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
14224              
14225              The 32-bit wraparound test wasn't quite right.
14226      Branch: perl
14227            ! t/lib/syslfs.t t/op/lfs.t
14228 ____________________________________________________________________________
14229 [  8277] By: jhi                                   on 2000/12/30  21:33:44
14230         Log: Subject: [PATCH] open() example in perlfunc.pod 
14231              From: Karsten Sperling <s_sperli@ira.uka.de>
14232              Date: Sat, 30 Dec 2000 22:27:09 +0100
14233              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
14234      Branch: perl
14235            ! pod/perlfunc.pod
14236 ____________________________________________________________________________
14237 [  8276] By: jhi                                   on 2000/12/30  20:32:40
14238         Log: Not quite that many tests yet.
14239      Branch: perl
14240            ! t/op/pat.t
14241 ____________________________________________________________________________
14242 [  8275] By: jhi                                   on 2000/12/30  20:26:58
14243         Log: Integrate perlio.
14244      Branch: perl
14245           !> toke.c
14246 ____________________________________________________________________________
14247 [  8274] By: jhi                                   on 2000/12/30  20:24:56
14248         Log: Signedness nit.
14249      Branch: perl
14250            ! utf8.c
14251 ____________________________________________________________________________
14252 [  8273] By: jhi                                   on 2000/12/30  20:15:46
14253         Log: Add a test case for 20000731.001 which was fixed by the #8267.
14254      Branch: perl
14255            ! t/op/pat.t
14256 ____________________________________________________________________________
14257 [  8272] By: nick                                  on 2000/12/30  19:47:51
14258         Log: Tweak for MULTIPLICITY/USE_PERLIO
14259      Branch: perlio
14260            ! toke.c
14261 ____________________________________________________________________________
14262 [  8271] By: nick                                  on 2000/12/30  19:46:45
14263         Log: Integrate mainline
14264      Branch: perlio
14265           +> lib/unicode/distinct.pm
14266           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
14267           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
14268           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
14269 ____________________________________________________________________________
14270 [  8270] By: jhi                                   on 2000/12/30  19:39:50
14271         Log: Subject: RE: perl@8269
14272              From: "Richard Soderberg" <rs@crystalflame.net>
14273              Date: Sat, 30 Dec 2000 11:36:27 -0800
14274              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
14275              
14276              A missing aTHX_.
14277      Branch: perl
14278            ! toke.c
14279 ____________________________________________________________________________
14280 [  8269] By: jhi                                   on 2000/12/30  18:55:48
14281         Log: Update Changes.
14282      Branch: perl
14283            ! Changes patchlevel.h
14284 ____________________________________________________________________________
14285 [  8268] By: jhi                                   on 2000/12/30  17:18:40
14286         Log: Add a test for Unicode split //.  The #8267 was the cure.
14287      Branch: perl
14288            ! t/op/split.t
14289 ____________________________________________________________________________
14290 [  8267] By: jhi                                   on 2000/12/30  17:14:19
14291         Log: Subject: more UTF8 test suites and an UTF8 patch
14292              From: Inaba Hiroto <inaba@st.rim.or.jp>
14293              Date: Sat, 30 Dec 2000 14:27:10 +0900
14294              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
14295              
14296              Just the patch part for now, and the pragma renamed
14297              as unicode::distinct.
14298      Branch: perl
14299            + lib/unicode/distinct.pm
14300            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
14301            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
14302            ! regcomp.h regexec.c sv.c toke.c utf8.c
14303 ____________________________________________________________________________
14304 [  8266] By: nick                                  on 2000/12/30  16:40:49
14305         Log: Integrate mainline
14306      Branch: perlio
14307           +> lib/Pod/Text/Overstrike.pm
14308           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
14309           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
14310           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
14311           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
14312           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
14313 ____________________________________________________________________________
14314 [  8265] By: jhi                                   on 2000/12/30  07:28:55
14315         Log: The sv_catsv() fix, take two.
14316      Branch: perl
14317            ! sv.c t/op/join.t
14318 ____________________________________________________________________________
14319 [  8264] By: jhi                                   on 2000/12/30  06:19:18
14320         Log: Undo all the join-related changes since #8248: relevant
14321              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
14322              The new sv_catsv() doesn't fly so it must go back to
14323              the drawing board.
14324      Branch: perl
14325            ! sv.c t/op/join.t t/pragma/utf8.t
14326 ____________________________________________________________________________
14327 [  8263] By: jhi                                   on 2000/12/30  01:08:32
14328         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
14329      Branch: perl
14330            ! sv.c
14331 ____________________________________________________________________________
14332 [  8262] By: jhi                                   on 2000/12/30  00:45:14
14333         Log: Retract #8261.
14334      Branch: perl
14335            ! hv.c util.c
14336 ____________________________________________________________________________
14337 [  8261] By: jhi                                   on 2000/12/30  00:38:32
14338         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
14339      Branch: perl
14340            ! hv.c util.c
14341 ____________________________________________________________________________
14342 [  8260] By: jhi                                   on 2000/12/29  22:51:33
14343         Log: (Retracted by #8264)  More fixing for #8251.
14344      Branch: perl
14345            ! sv.c
14346 ____________________________________________________________________________
14347 [  8259] By: jhi                                   on 2000/12/29  18:27:30
14348         Log: Subject: podlators 1.06 released
14349              From: Russ Allbery <rra@stanford.edu>
14350              Date: 25 Dec 2000 05:09:30 -0800
14351              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
14352      Branch: perl
14353            + lib/Pod/Text/Overstrike.pm
14354            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
14355            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
14356 ____________________________________________________________________________
14357 [  8258] By: jhi                                   on 2000/12/29  18:20:45
14358         Log: Make the large file tests more robust/talkative as suggested by
14359              
14360              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
14361              From: andreas.koenig@anima.de (Andreas J. Koenig)
14362              Date: 29 Dec 2000 14:23:01 +0100
14363              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
14364      Branch: perl
14365            ! t/lib/syslfs.t t/op/lfs.t
14366 ____________________________________________________________________________
14367 [  8257] By: jhi                                   on 2000/12/29  17:48:04
14368         Log: Further VMS piping fixes from Charles Lane:
14369              
14370              In summary, error messages produced when a subprocess terminated
14371              abnormally were being sent not just to the parent process, but to
14372              grandparents, because of default values for error output that were
14373              not completely overridden when the subprocess was started.
14374              
14375              This patch fixes this behavior by defining user-mode (i.e., temporary
14376              for the duration of the program) logical names for SYS$OUTPUT and
14377              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
14378              changes to make it so that the user-mode logicals are the ones that
14379              control where Perl's error messages go if it terminates abnormally.
14380              
14381              I also added some gratuitous fixes to the indentation of braces in
14382              the piping code.  It just looked ugly, before.
14383      Branch: perl
14384            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
14385 ____________________________________________________________________________
14386 [  8256] By: jhi                                   on 2000/12/29  17:45:12
14387         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
14388              From: "Casey R. Tweten" <crt@kiski.net>
14389              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
14390              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
14391              
14392              Tests for for #8240.
14393      Branch: perl
14394            ! t/pragma/constant.t
14395 ____________________________________________________________________________
14396 [  8255] By: jhi                                   on 2000/12/29  17:43:07
14397         Log: Subject: Re: [PATCH] Interesting syntax idea
14398              From: Simon Cozens <simon@cozens.net>
14399              Date: Fri, 29 Dec 2000 14:34:04 +0000
14400              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
14401              
14402              Tests for #8254.
14403      Branch: perl
14404            ! t/pragma/sub_lval.t
14405 ____________________________________________________________________________
14406 [  8254] By: jhi                                   on 2000/12/29  17:42:11
14407         Log: Subject: [PATCH] Interesting syntax idea
14408              From: Simon Cozens <simon@cozens.net>
14409              Date: Wed, 27 Dec 2000 05:08:57 +0000
14410              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
14411              
14412              Make opens + bareword assigns do typeglob assigns.
14413      Branch: perl
14414            ! op.c
14415 ____________________________________________________________________________
14416 [  8253] By: jhi                                   on 2000/12/29  17:36:45
14417         Log: Output the (apparent) version of gcc, as suggested by
14418              
14419              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
14420              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
14421              Date: 26 Dec 2000 04:29:17 -0500
14422              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
14423              
14424              (The patch as such didn't any more apply as the misparsing had
14425              already been addressed in #6474.)  Also change the wording about
14426              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
14427      Branch: perl
14428            ! hints/dec_osf.sh
14429 ____________________________________________________________________________
14430 [  8252] By: nick                                  on 2000/12/29  12:14:31
14431         Log: Integrate mainline
14432      Branch: perlio
14433           !> (integrate 27 files)
14434 ____________________________________________________________________________
14435 [  8251] By: jhi                                   on 2000/12/29  08:45:46
14436         Log: (Retracted by #8264)
14437              
14438              (Fixed by #8260.)
14439              
14440              sv_catsv() needs one more byte space than seems reasonable.
14441              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
14442              Curiouser and curiouser.
14443      Branch: perl
14444            ! sv.c
14445 ____________________________________________________________________________
14446 [  8250] By: jhi                                   on 2000/12/29  07:57:52
14447         Log: More split // UTF-8 tests.
14448      Branch: perl
14449            ! t/pragma/utf8.t
14450 ____________________________________________________________________________
14451 [  8249] By: jhi                                   on 2000/12/29  07:54:51
14452         Log: (Retracted by #8264)  More join() testing which was good because
14453              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
14454      Branch: perl
14455            ! pp.c t/op/join.t utf8.c utf8.h
14456 ____________________________________________________________________________
14457 [  8248] By: jhi                                   on 2000/12/29  07:08:32
14458         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
14459              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
14460              that the only cases to care about are byte+byte and byte+character.
14461              
14462              TODO: See how well pp_concat() could be implemented in terms
14463              of sv_catsv().
14464      Branch: perl
14465            ! doop.c sv.c t/op/join.t utf8.h
14466 ____________________________________________________________________________
14467 [  8247] By: jhi                                   on 2000/12/29  06:35:23
14468         Log: Signedness nit.
14469      Branch: perl
14470            ! pp_hot.c
14471 ____________________________________________________________________________
14472 [  8246] By: jhi                                   on 2000/12/29  01:23:31
14473         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
14474              From: Lupe Christoph <lupe@lupe-christoph.de>
14475              Date: Thu, 28 Dec 2000 23:00:00 +0100
14476              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
14477              
14478              Suggest rsync --delete --dry-run.
14479      Branch: perl
14480            ! pod/perlhack.pod
14481 ____________________________________________________________________________
14482 [  8245] By: jhi                                   on 2000/12/28  23:57:05
14483         Log: The maxiters upper limit sanity check (guarding against
14484              non-progress) assumed bytes instead of characters in s///
14485              and split().
14486      Branch: perl
14487            ! pp.c pp_hot.c
14488 ____________________________________________________________________________
14489 [  8244] By: jhi                                   on 2000/12/28  23:34:08
14490         Log: Make some panic messages a bit more logical.
14491      Branch: perl
14492            ! doop.c pod/perldiag.pod pp.c pp_hot.c
14493 ____________________________________________________________________________
14494 [  8243] By: jhi                                   on 2000/12/28  22:59:16
14495         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
14496              From: Simon Cozens <simon@cozens.net>
14497              Date: Wed, 27 Dec 2000 02:30:03 +0000
14498              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
14499      Branch: perl
14500            ! pp.c t/pragma/sub_lval.t
14501 ____________________________________________________________________________
14502 [  8242] By: jhi                                   on 2000/12/28  22:56:53
14503         Log: Subject: [PATCH blead] Fix B::Terse indentation
14504              From: Daniel Chetlin <daniel@chetlin.com>
14505              Date: Wed, 27 Dec 2000 06:43:30 -0800
14506              Message-ID: <20001227064329.B9573@darkstar>
14507      Branch: perl
14508            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
14509 ____________________________________________________________________________
14510 [  8241] By: jhi                                   on 2000/12/28  22:48:59
14511         Log: The latter patch from the
14512              
14513              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
14514              From: Peter Prymmer <pvhp@forte.com> 
14515              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
14516              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
14517              
14518              (the former patch from the above should have been
14519              taken care of by Nick I-S)
14520      Branch: perl
14521            ! win32/Makefile
14522 ____________________________________________________________________________
14523 [  8240] By: jhi                                   on 2000/12/28  22:45:22
14524         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
14525              From: "Casey R. Tweten" <crt@kiski.net>
14526              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
14527              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
14528      Branch: perl
14529            ! lib/constant.pm
14530 ____________________________________________________________________________
14531 [  8239] By: jhi                                   on 2000/12/28  22:37:45
14532         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
14533              From: Simon Cozens <simon@cozens.net>
14534              Date: Wed, 27 Dec 2000 14:12:44 +0000
14535              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
14536      Branch: perl
14537            ! t/op/method.t t/op/sort.t toke.c
14538 ____________________________________________________________________________
14539 [  8238] By: jhi                                   on 2000/12/28  22:30:32
14540         Log: Subject: [PATCH perl@8229] Call.pm
14541              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
14542              Date: Mon, 25 Dec 2000 10:47:15 -0000
14543              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
14544      Branch: perl
14545            ! ext/Filter/Util/Call/Call.pm
14546 ____________________________________________________________________________
14547 [  8237] By: jhi                                   on 2000/12/28  22:19:21
14548         Log: Subject: [PATCH blead] Fix problem with `&' prototype
14549              From: Daniel Chetlin <daniel@chetlin.com>
14550              Date: Wed, 27 Dec 2000 15:55:32 -0800
14551              Message-ID: <20001227155532.D9573@darkstar>
14552      Branch: perl
14553            ! op.c t/comp/proto.t
14554 ____________________________________________________________________________
14555 [  8236] By: jhi                                   on 2000/12/28  22:09:25
14556         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
14557              From: Daniel Chetlin <daniel@chetlin.com>
14558              Date: Sun, 24 Dec 2000 04:09:49 -0800
14559              Message-ID: <20001224040949.B3090@darkstar>
14560      Branch: perl
14561            ! gv.c mg.c t/op/attrs.t
14562 ____________________________________________________________________________
14563 [  8235] By: jhi                                   on 2000/12/28  22:07:11
14564         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
14565              From: Jan Dubois <jand@ActiveState.com>
14566              Date: Tue, 26 Dec 2000 20:57:31 -0800
14567              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
14568      Branch: perl
14569            ! win32/win32.c
14570 ____________________________________________________________________________
14571 [  8234] By: jhi                                   on 2000/12/28  21:52:42
14572         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
14573              From: Simon Cozens <simon@cozens.net>
14574              Date: Thu, 28 Dec 2000 20:33:13 +0000
14575              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
14576      Branch: perl
14577            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
14578 ____________________________________________________________________________
14579 [  8233] By: jhi                                   on 2000/12/28  19:40:49
14580         Log: Integrate perlio.
14581      Branch: perl
14582           !> ext/Encode/Makefile.PL ext/Encode/compile
14583 ____________________________________________________________________________
14584 [  8232] By: nick                                  on 2000/12/23  16:06:00
14585         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
14586              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
14587      Branch: perlio
14588            ! ext/Encode/Makefile.PL
14589 ____________________________________________________________________________
14590 [  8231] By: nick                                  on 2000/12/23  14:30:34
14591         Log: "Compiled" encode build cleanup
14592              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
14593              - .c files do not export sub-tables
14594      Branch: perlio
14595            ! ext/Encode/Makefile.PL ext/Encode/compile
14596 ____________________________________________________________________________
14597 [  8230] By: nick                                  on 2000/12/23  12:50:37
14598         Log: Integrate mainline
14599      Branch: perlio
14600           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
14601           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
14602           !> pod/perl5004delta.pod pod/perl5005delta.pod
14603           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
14604           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
14605           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
14606           !> pod/perlsub.pod
14607 ____________________________________________________________________________
14608 [  8229] By: jhi                                   on 2000/12/22  15:32:12
14609         Log: Integrate perlio.
14610      Branch: perl
14611           +> win32/distclean.bat
14612           !> MANIFEST t/io/utf8.t
14613 ____________________________________________________________________________
14614 [  8228] By: jhi                                   on 2000/12/22  15:29:40
14615         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
14616              From: Robin Barker <rmb1@cise.npl.co.uk>
14617              Date: Fri, 22 Dec 2000 12:17:38 GMT
14618              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
14619      Branch: perl
14620            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
14621            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
14622            ! pod/perl5004delta.pod pod/perl5005delta.pod
14623            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
14624            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
14625            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
14626            ! pod/perlsub.pod
14627 ____________________________________________________________________________
14628 [  8227] By: jhi                                   on 2000/12/22  15:24:28
14629         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
14630              From: "John L. Allen" <allen@grumman.com>
14631              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
14632              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
14633              
14634              Document APPLLIB_EXP.
14635      Branch: perl
14636            ! INSTALL
14637 ____________________________________________________________________________
14638 [  8226] By: nick                                  on 2000/12/21  22:11:50
14639         Log: Handy script for when one forgets to "dmake clean" 
14640      Branch: perlio
14641            + win32/distclean.bat
14642            ! MANIFEST
14643 ____________________________________________________________________________
14644 [  8225] By: nick                                  on 2000/12/21  21:54:04
14645         Log: CRLF platform issue with io/utf8 fix.
14646      Branch: perlio
14647            ! t/io/utf8.t
14648 ____________________________________________________________________________
14649 [  8224] By: nick                                  on 2000/12/21  21:02:20
14650         Log: Integrate mainline
14651      Branch: perlio
14652           !> Changes Configure Makefile.SH Porting/Glossary
14653           !> Porting/config.sh Porting/config_H configure.com
14654           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
14655           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
14656           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
14657           !> win32/config.bc win32/config.gc win32/config.vc
14658 ____________________________________________________________________________
14659 [  8223] By: jhi                                   on 2000/12/21  17:09:16
14660         Log: Update Changes.
14661      Branch: perl
14662            ! Changes patchlevel.h
14663 ____________________________________________________________________________
14664 [  8222] By: jhi                                   on 2000/12/21  16:24:01
14665         Log: Metaconfig unit changes for #8221.
14666      Branch: metaconfig/U/perl
14667           +> issymlink.U
14668            - testsyml.U
14669            ! Mksymlinks.U
14670 ____________________________________________________________________________
14671 [  8221] By: jhi                                   on 2000/12/21  16:23:48
14672         Log: Rename testsyml to issymlink.
14673      Branch: perl
14674            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14675            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
14676            ! win32/config.vc
14677 ____________________________________________________________________________
14678 [  8220] By: jhi                                   on 2000/12/21  15:47:26
14679         Log: Robustness support for #8218 (symlink forest) since the GNU
14680              tools seem to be overly picky about symlinkage depths.
14681      Branch: perl
14682            ! Makefile.SH t/io/fs.t
14683 ____________________________________________________________________________
14684 [  8219] By: jhi                                   on 2000/12/21  15:38:27
14685         Log: Metaconfig changes for #8218.
14686      Branch: metaconfig
14687            ! U/modified/Oldconfig.U
14688      Branch: metaconfig/U/perl
14689            + Mksymlinks.U
14690            ! testsyml.U
14691 ____________________________________________________________________________
14692 [  8218] By: jhi                                   on 2000/12/21  15:37:57
14693         Log: Add Configure option -Dmksymlinks which will create a symlink
14694              forest if the current/build differs from the source directory.
14695              TODO: mkdir -p is not portable.
14696      Branch: perl
14697            ! Configure
14698 ____________________________________________________________________________
14699 [  8217] By: jhi                                   on 2000/12/21  14:39:12
14700         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
14701              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
14702              Date: Thu, 21 Dec 2000 09:38:18 GMT
14703              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
14704              
14705              The ofs became an SV.
14706      Branch: perl
14707            ! ext/Thread/Thread.xs
14708 ____________________________________________________________________________
14709 [  8216] By: jhi                                   on 2000/12/21  05:40:21
14710         Log: The polymorphism seems to have fixed 20000517.001.
14711      Branch: perl
14712            ! t/pragma/utf8.t
14713 ____________________________________________________________________________
14714 [  8215] By: jhi                                   on 2000/12/21  04:44:52
14715         Log: read() documentation tweak for 20001121.004.
14716      Branch: perl
14717            ! pod/perlfunc.pod
14718 ____________________________________________________________________________
14719 [  8214] By: jhi                                   on 2000/12/21  03:54:11
14720         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
14721      Branch: perl
14722            ! pp_sys.c t/op/misc.t
14723 ____________________________________________________________________________
14724 [  8213] By: jhi                                   on 2000/12/21  00:28:10
14725         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
14726              From: Peter Prymmer <pvhp@forte.com>
14727              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
14728              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
14729      Branch: perl
14730            ! configure.com
14731 ____________________________________________________________________________
14732 [  8212] By: jhi                                   on 2000/12/21  00:26:21
14733         Log: Edit edit edit.
14734      Branch: perl
14735            ! pod/perlfaq3.pod
14736 ____________________________________________________________________________
14737 [  8211] By: jhi                                   on 2000/12/20  18:52:46
14738         Log: Update Changes.
14739      Branch: perl
14740            ! Changes patchlevel.h
14741 ____________________________________________________________________________
14742 [  8210] By: jhi                                   on 2000/12/20  18:34:47
14743         Log: Yet another editor edit.
14744      Branch: perl
14745            ! pod/perlfaq3.pod
14746 ____________________________________________________________________________
14747 [  8209] By: jhi                                   on 2000/12/20  15:33:28
14748         Log: More Win32 Perling.
14749      Branch: perl
14750            ! pod/perlfaq3.pod
14751 ____________________________________________________________________________
14752 [  8208] By: jhi                                   on 2000/12/20  15:07:46
14753         Log: More Win32 editor/IDE/shell hints.
14754      Branch: perl
14755            ! pod/perlfaq3.pod
14756 ____________________________________________________________________________
14757 [  8207] By: jhi                                   on 2000/12/20  03:54:08
14758         Log: Subject: [PATCH] obscure timing knowledge
14759              From: Nicholas Clark <nick@ccl4.org>
14760              Date: Tue, 19 Dec 2000 19:22:31 +0000
14761              Message-ID: <20001219192231.F2827@plum.flirble.org>
14762      Branch: perl
14763            ! sv.c
14764 ____________________________________________________________________________
14765 [  8206] By: jhi                                   on 2000/12/20  03:45:57
14766         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
14767              From: Spider Boardman <spider@leggy.zk3.dec.com>
14768              Date: Tue, 19 Dec 2000 21:30:16 -0500
14769              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
14770      Branch: perl
14771            ! sv.c
14772 ____________________________________________________________________________
14773 [  8205] By: jhi                                   on 2000/12/19  23:02:01
14774         Log: Update Changes.
14775      Branch: perl
14776            ! Changes patchlevel.h
14777 ____________________________________________________________________________
14778 [  8204] By: jhi                                   on 2000/12/19  22:58:18
14779         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
14780              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
14781              on editors and diffing/patching.
14782      Branch: perl
14783            ! t/op/utf8decode.t
14784 ____________________________________________________________________________
14785 [  8203] By: nick                                  on 2000/12/19  21:36:16
14786         Log: Integrate mainline (forgot my own change...)
14787      Branch: perlio
14788           !> ext/Encode/compile
14789 ____________________________________________________________________________
14790 [  8202] By: nick                                  on 2000/12/19  21:34:42
14791         Log: Integrate mainline.
14792      Branch: perlio
14793           !> (integrate 61 files)
14794 ____________________________________________________________________________
14795 [  8201] By: nick                                  on 2000/12/19  21:34:06
14796         Log: Avoid looking for File::Glob when we don't need it.
14797      Branch: perl
14798            ! ext/Encode/compile
14799 ____________________________________________________________________________
14800 [  8200] By: jhi                                   on 2000/12/19  18:35:49
14801         Log: Update Changes.
14802      Branch: perl
14803            ! Changes patchlevel.h
14804 ____________________________________________________________________________
14805 [  8199] By: jhi                                   on 2000/12/19  18:35:07
14806         Log: Microperl tweaks.
14807      Branch: perl
14808            ! sv.c uconfig.h uconfig.sh
14809 ____________________________________________________________________________
14810 [  8198] By: jhi                                   on 2000/12/19  18:29:59
14811         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
14812      Branch: perl
14813            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14814            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
14815 ____________________________________________________________________________
14816 [  8197] By: jhi                                   on 2000/12/19  17:55:29
14817         Log: In VMS embedded perls couldn't access the statically built Socket,
14818              from Charles Lane.
14819      Branch: perl
14820            ! configure.com
14821 ____________________________________________________________________________
14822 [  8196] By: jhi                                   on 2000/12/19  17:49:50
14823         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
14824              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
14825              Date: Sun, 17 Dec 2000 19:11:44 -0000
14826              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
14827      Branch: perl
14828            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14829            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
14830 ____________________________________________________________________________
14831 [  8195] By: jhi                                   on 2000/12/19  17:47:53
14832         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
14833              From: Jonathan Stowe <gellyfish@gellyfish.com>
14834              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
14835              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
14836      Branch: perl
14837            ! utils/h2xs.PL
14838 ____________________________________________________________________________
14839 [  8194] By: jhi                                   on 2000/12/19  17:46:28
14840         Log: Subject: Re: useless use of void context work-around
14841              From: andreas.koenig@anima.de (Andreas J. Koenig)
14842              Date: 16 Dec 2000 15:13:36 +0100
14843              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
14844              
14845              Document (comment) the q(di ds ig) trick in the code.
14846      Branch: perl
14847            ! op.c
14848 ____________________________________________________________________________
14849 [  8193] By: jhi                                   on 2000/12/19  17:10:57
14850         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
14851              From: "Mark J. Reed" <mreed@strange.turner.com>
14852              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
14853              Message-Id: <200012160222.VAA13986@strange.turner.com>
14854      Branch: perl
14855            ! ext/Sys/Syslog/Syslog.pm
14856 ____________________________________________________________________________
14857 [  8192] By: jhi                                   on 2000/12/19  17:07:45
14858         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
14859              From: Nicholas Clark <nick@ccl4.org>
14860              Date: Sat, 16 Dec 2000 19:03:13 +0000
14861              Message-ID: <20001216190313.D68304@plum.flirble.org>
14862      Branch: perl
14863            ! t/op/64bitint.t
14864 ____________________________________________________________________________
14865 [  8191] By: jhi                                   on 2000/12/19  17:06:13
14866         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
14867              From: Dominic Dunlop <domo@computer.org>
14868              Date: Mon, 18 Dec 2000 12:00:15 +0100
14869              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
14870              
14871              This patchlet is needed in order that perl can be statically linked.  
14872      Branch: perl
14873            ! regexec.c
14874 ____________________________________________________________________________
14875 [  8190] By: jhi                                   on 2000/12/19  17:03:08
14876         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
14877              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14878              Date: Sun, 17 Dec 2000 00:18:35 -0600
14879              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
14880      Branch: perl
14881            ! perlio.h vms/gen_shrfls.pl
14882 ____________________________________________________________________________
14883 [  8189] By: jhi                                   on 2000/12/19  16:20:28
14884         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
14885              From: Prymmer/Kahn <pvhp@best.com>
14886              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
14887              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
14888              
14889              A better version of #8188.
14890      Branch: perl
14891            ! pod/perlfaq3.pod
14892 ____________________________________________________________________________
14893 [  8188] By: jhi                                   on 2000/12/19  15:57:06
14894         Log: (Replaced by #8189)
14895              
14896              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
14897              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
14898              From: Prymmer/Kahn <pvhp@best.com>
14899              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
14900              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
14901              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
14902              Date: Mon, 18 Dec 2000 11:10:45 -0500
14903              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
14904      Branch: perl
14905            ! pod/perlfaq3.pod
14906 ____________________________________________________________________________
14907 [  8187] By: jhi                                   on 2000/12/19  15:54:19
14908         Log: Email address fix for Anton Berezin.
14909      Branch: perl
14910            ! AUTHORS
14911 ____________________________________________________________________________
14912 [  8186] By: jhi                                   on 2000/12/19  15:38:54
14913         Log: Subject: [PATCH perl@8102] cygwin port
14914              From: "Eric Fifer" <efifer@dircon.co.uk> 
14915              Date: Thu, 14 Dec 2000 13:41:29 -0000
14916              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
14917              
14918              When compiling modules the data item that is being imported
14919              from libperl.dll needs to be tagged as imported/shared data:
14920              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
14921      Branch: perl
14922            ! perliol.h
14923 ____________________________________________________________________________
14924 [  8185] By: jhi                                   on 2000/12/19  14:53:24
14925         Log: Regen uconfig.h and uconfig.sh.
14926      Branch: perl
14927            ! uconfig.h uconfig.sh
14928 ____________________________________________________________________________
14929 [  8184] By: jhi                                   on 2000/12/18  20:43:49
14930         Log: Comments work so much better when they are closed.
14931      Branch: perl
14932            ! regcomp.c
14933 ____________________________________________________________________________
14934 [  8183] By: jhi                                   on 2000/12/18  18:04:02
14935         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
14936              Fixes the bug 20001218.016.
14937      Branch: perl
14938            ! regcomp.c
14939 ____________________________________________________________________________
14940 [  8182] By: gsar                                  on 2000/12/18  09:53:47
14941         Log: delete spurious files
14942      Branch: maint-5.6/perl
14943            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
14944            - vos/config.h vos/config_h.SH_orig
14945 ____________________________________________________________________________
14946 [  8181] By: gsar                                  on 2000/12/18  09:46:08
14947         Log: regen perltoc
14948      Branch: maint-5.6/perl
14949            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
14950 ____________________________________________________________________________
14951 [  8180] By: gsar                                  on 2000/12/18  09:20:27
14952         Log: integrate changes#7924..7926,7946,7952 from mainline
14953      Branch: maint-5.6/perl
14954           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
14955           !> lib/File/stat.pm t/lib/class-struct.t
14956 ____________________________________________________________________________
14957 [  8179] By: gsar                                  on 2000/12/18  08:55:54
14958         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
14959              7918,7919,7988,8907 from mainline (various)
14960      Branch: maint-5.6/perl
14961           +> t/lib/class-struct.t
14962           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
14963           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
14964           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
14965 ____________________________________________________________________________
14966 [  8178] By: gsar                                  on 2000/12/18  08:16:30
14967         Log: avoid redefinition warnings on windows due to sys/socket.h getting
14968              #included before win32.h
14969      Branch: maint-5.6/perl
14970            ! win32/include/sys/socket.h
14971 ____________________________________________________________________________
14972 [  8177] By: gsar                                  on 2000/12/18  05:24:04
14973         Log: make regen_headers; fix POSIX.xs problems; remove outdated
14974              code from sys/socket.h that makes build fail now
14975      Branch: maint-5.6/perl
14976            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
14977            ! pod/perlapi.pod
14978           !> win32/include/sys/socket.h
14979 ____________________________________________________________________________
14980 [  8176] By: gsar                                  on 2000/12/18  05:20:17
14981         Log: update Changes
14982      Branch: maint-5.6/perl
14983            ! Changes patchlevel.h
14984 ____________________________________________________________________________
14985 [  8175] By: gsar                                  on 2000/12/18  04:57:48
14986         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
14987              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
14988              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
14989              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
14990              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
14991              7823,7825,7838
14992      Branch: maint-5.6/perl
14993           +> lib/File/Spec/Epoc.pm
14994           !> (integrate 88 files)
14995 ____________________________________________________________________________
14996 [  8174] By: gsar                                  on 2000/12/18  03:53:09
14997         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
14998              7625..7629,7631..7634,7637,7639,7642 from mainline
14999      Branch: maint-5.6/perl
15000           +> README.solaris
15001           !> (integrate 26 files)
15002 ____________________________________________________________________________
15003 [  8173] By: gsar                                  on 2000/12/18  03:37:02
15004         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
15005              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
15006              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
15007              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
15008      Branch: maint-5.6/perl
15009           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
15010            - MAINTAIN
15011           !> (integrate 111 files)
15012 ____________________________________________________________________________
15013 [  8172] By: jhi                                   on 2000/12/18  02:49:27
15014         Log: Regen pods.
15015      Branch: perl
15016            ! pod/perlmodlib.pod pod/perltoc.pod
15017 ____________________________________________________________________________
15018 [  8171] By: gsar                                  on 2000/12/18  02:49:24
15019         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
15020              7465..7471 from mainline
15021              
15022              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
15023              in platforms that strictly require all the symbols being present
15024              at link time.
15025              
15026              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
15027              
15028              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
15029              
15030              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
15031              
15032              Subject: [PATCH] todo
15033              
15034              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
15035              
15036              Use $sort, $uniq (and $tr) consistently as wondered
15037              by Nicholas Clark.
15038              
15039              Too enthusiastic editing in #7460.
15040              
15041              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
15042              
15043              Upgrade to CPAN 1.58_55.
15044              Subject: CPAN.pm status
15045              
15046              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
15047              
15048              Make target reordering to avoid pointless re-makes.
15049              Subject: Re: Total re-make of 'make okfile' after 7451 ?
15050              
15051              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
15052              
15053              Subject: DOC PATCH 5.6.0
15054              
15055              Add the repository doc by Malcolm, Sarathy, and by Simon,
15056              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
15057      Branch: maint-5.6/perl
15058           +> Porting/repository.pod
15059           !> Configure MANIFEST Makefile.SH README.dos README.os2
15060           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
15061           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
15062           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
15063 ____________________________________________________________________________
15064 [  8169] By: gsar                                  on 2000/12/18  02:33:34
15065         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
15066              7435..7441,7445 from mainline
15067              
15068              Make the UTF-8 decoding stricter and more verbose when
15069              malformation happens.  This involved adding an argument
15070              to utf8_to_uv_chk(), which involved changing its prototype,
15071              and prefer STRLEN over I32 for the UTF-8 length, which as
15072              a domino effect necessitated changing the prototypes of
15073              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
15074              The stricter UTF-8 decoding checking uses Markus Kuhn's
15075              UTF-8 Decode Stress Tester from
15076              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
15077              
15078              Run vms/vms_yfix.pl, should have done that after changing
15079              perly.c in #7382.
15080              
15081              Subject: [PATCH 5.7.0] static linking with uninstalled perl
15082              
15083              (Replaced by #7440.)
15084              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15085              
15086              Fix the bug ID 20001024.005, the bug introduced by #7416.
15087              
15088              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
15089              
15090              Fix the bug reported in
15091              From: andreas.koenig@anima.de (Andreas J. Koenig)
15092              Also make is_utf8_char() stricter.
15093              
15094              Missed the header file changes from #7425.
15095              
15096              Check if stdio supports tweaking lval and cnt simultaneously.
15097              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
15098              
15099              Stratus VOS updates from Paul Green.
15100              
15101              Podify README.epoc and README.vos.
15102              
15103              Add targets to Makefile.SH, most importantly
15104              'regen_all' which also remembers to update vms/perly*.
15105              
15106              Subject: Minor update to find2perl, for portability
15107              
15108              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
15109              
15110              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
15111              
15112              Rename UTF8LEN() to be UNISKIP(), too confusing to have
15113              UTF8LEN() and UTF8SKIP(). 
15114              
15115              Allow poking holes at the UTF-8 decoding strictness.
15116              
15117              Continue the internal UTF-8 API tweaking.
15118              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
15119              used much more than the simpler API, now called utf8_to_uv_simple().
15120              Still not quite happy with API, too much partial duplication
15121              of functionality.
15122              
15123              A new version of making the syslog test more robust.
15124              (Replaces #7421.)
15125              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15126              
15127              buildtoc target tweaks.
15128              
15129              Integrate with vmsperl #7430 by Charles Bailey:
15130              
15131              Cleanup from prior patch (Charles Lane?):
15132              - improve handling of MFDs in Basename and Path
15133              - default to no xsubpp line # munging when building debug images
15134      Branch: maint-5.6/perl
15135           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15136           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
15137           !> (integrate 67 files)
15138 ____________________________________________________________________________
15139 [  8168] By: gsar                                  on 2000/12/18  02:05:49
15140         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
15141              
15142              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
15143              From: Martin Husemann <martin@duskware.de>
15144              
15145              Subject: [PATCH 5.7.0] restore match data on backtracing
15146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15147      Branch: maint-5.6/perl
15148           !> regcomp.c regexec.c t/op/re_tests
15149 ____________________________________________________________________________
15150 [  8167] By: gsar                                  on 2000/12/18  01:55:22
15151         Log: integrate changes#7858,7986 from mainline
15152              
15153              C<foreach my $x ...> in pseudo-fork()ed process may diddle
15154              parent's memory; fix it by keeping track of the actual pad
15155              offset rather than a raw pointer (this change is probably also
15156              relevant to non-ithreads case to avoid fallout from reallocs of
15157              the pad array, but is currently only enabled for the ithreads
15158              case in the interests of minimal disruption to existing "well
15159              tested" code)
15160              
15161              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
15162              due to the notorious GetFileType() bug in Windows 9x, which fstat()
15163              tickles)
15164      Branch: maint-5.6/perl
15165           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
15166           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
15167           !> win32/win32.c win32/win32.h win32/win32sck.c
15168 ____________________________________________________________________________
15169 [  8166] By: gsar                                  on 2000/12/18  01:52:59
15170         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
15171              from mainline (xsubpp and ExtUtils::LibList fixups, various
15172              other small items)
15173      Branch: maint-5.6/perl
15174           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
15175           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
15176           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
15177           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
15178           !> win32/bin/search.pl
15179 ____________________________________________________________________________
15180 [  8165] By: gsar                                  on 2000/12/18  01:28:45
15181         Log: integrate changes#7533,7563,7611,7623 from mainline (various
15182              malloc.c embellishments)
15183      Branch: maint-5.6/perl
15184           !> malloc.c pod/perldiag.pod
15185 ____________________________________________________________________________
15186 [  8164] By: gsar                                  on 2000/12/18  01:23:33
15187         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
15188              fixups)
15189      Branch: maint-5.6/perl
15190           !> utils/h2xs.PL
15191 ____________________________________________________________________________
15192 [  8163] By: gsar                                  on 2000/12/18  01:17:50
15193         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
15194              fixups)
15195      Branch: maint-5.6/perl
15196           !> Makefile.SH utils/perlbug.PL
15197 ____________________________________________________________________________
15198 [  8162] By: gsar                                  on 2000/12/18  00:25:43
15199         Log: always export Perl_deb() (it is required by re.xs whether
15200              Perl is built with or without -DDEBUGGING)
15201      Branch: maint-5.6/perl
15202            ! makedef.pl
15203 ____________________________________________________________________________
15204 [  8161] By: gsar                                  on 2000/12/18  00:23:38
15205         Log: integrate change#7414 from mainline
15206              
15207              Undo the basename() part of #7412 since the lib/basename
15208              tests would need upgrading too.
15209              
15210              squelch two tests in tr.t that rely on tr/// paranoia change
15211              that's not in 5.6.x
15212      Branch: maint-5.6/perl
15213            ! t/op/tr.t
15214           !> lib/File/Basename.pm
15215 ____________________________________________________________________________
15216 [  8160] By: gsar                                  on 2000/12/18  00:05:30
15217         Log: missing change in previous integrate
15218      Branch: maint-5.6/perl
15219           !> README.aix
15220 ____________________________________________________________________________
15221 [  8159] By: gsar                                  on 2000/12/18  00:03:38
15222         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
15223              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
15224              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
15225              7410..7413 from mainline
15226      Branch: maint-5.6/perl
15227           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
15228           +> t/lib/tie-splice.t
15229            - lib/unicode/Is/DCinital.pl
15230           !> (integrate 112 files)
15231 ____________________________________________________________________________
15232 [  8158] By: jhi                                   on 2000/12/17  23:04:24
15233         Log: Subject: [PATCHES] RE: perl@8150 
15234              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
15235              Date: Sun, 17 Dec 2000 21:46:39 +0100
15236              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
15237              
15238              Neither cygwin has a getpwuid() one can trust on.
15239      Branch: perl
15240            ! t/lib/glob-basic.t
15241 ____________________________________________________________________________
15242 [  8157] By: jhi                                   on 2000/12/17  23:01:54
15243         Log: More MAN.PODS => {} fixes.
15244      Branch: perl
15245            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
15246            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
15247            ! os2/OS2/REXX/Makefile.PL
15248 ____________________________________________________________________________
15249 [  8156] By: gsar                                  on 2000/12/17  22:49:13
15250         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
15251              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
15252              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
15253              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
15254              7201,7204 from mainline
15255      Branch: maint-5.6/perl
15256           !> (integrate 121 files)
15257 ____________________________________________________________________________
15258 [  8155] By: jhi                                   on 2000/12/17  22:30:58
15259         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
15260              From: "Craig A. Berry" <craigberry@mac.com>
15261              Date: Sun, 17 Dec 2000 13:09:28 -0600
15262              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
15263              
15264              MAN.PODS => ' ' is naughty.
15265      Branch: perl
15266            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
15267 ____________________________________________________________________________
15268 [  8154] By: nick                                  on 2000/12/17  22:07:13
15269         Log: MULTIPLICITY nit.
15270      Branch: perl
15271            ! mg.c
15272 ____________________________________________________________________________
15273 [  8153] By: gsar                                  on 2000/12/17  21:23:05
15274         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
15275              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
15276              from mainline
15277              
15278              Document the SvIOK_.*UV().
15279              
15280              Update Unicode todo list.
15281              
15282              Guard against bad string->int conversion for quads.
15283              
15284              Subject: small apidoc fix
15285              
15286              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
15287              
15288              Subject: [PATCH] Tied filehandle documentation
15289              
15290              Subject: [PATCH] Modernize Opcode.pm documentation
15291              
15292              Make Data::Dumper (non-XS) to work with changed semantics of ref().
15293              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
15294              [applied even though said semantics didn't change in 5.6.x]
15295              
15296              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
15297              
15298              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
15299              
15300              Fix the URL, but the server is still missing in action.
15301              Subject: [ID 20000905.002] perlfaq1.pod URL error
15302              
15303              Subject: [ID 20000903.001] \w in utf8-strings
15304              
15305              Fix the ccversion detection for 5.1 and beyond.
15306              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
15307              
15308              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
15309              
15310              Subject: [ID 20000904.008] Tiny fix for perldiag
15311              
15312              Subject: Re: [ID 20000906.004] segfault with bad perl statement
15313              
15314              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
15315              
15316              Subject: [ID 20000908.002] perlipc documentation bug.
15317              
15318              Subject: [PATCH lib/Benchmark.pm]
15319              
15320              Re-allow vec() for characters > 255.
15321              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
15322              
15323              Do away with memory models cruft.  Sorry, PDP users.
15324              
15325              Continue #7041.
15326              
15327              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
15328              
15329              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
15330              
15331              Upgrade to CPAN 1.57_65, from Andreas König.
15332              
15333              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
15334              by Russ Allbery.
15335              
15336              Silence t/pod/*.t about alternate quote-mappings now implemented
15337              by Pod::Text, from Brad Appleton.
15338              
15339              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
15340              Subject: borland C++ win32.c tweak
15341              
15342              C<@a = @b = split(...)> optimization coredumps under ithreads
15343              (missed a spot when fixing up op_pmreplroot hack for ithreads)
15344              
15345              Document the SvUTF8*().
15346              
15347              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
15348              
15349              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
15350              
15351              Do in VMS as the #7054 does.
15352              
15353              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
15354              
15355              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
15356              
15357              Subject: [patch: perl@7045] vms updates
15358              
15359              Test for the #7049.
15360              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
15361              
15362              Break up the myconfig lines a bit.
15363              Subject: perlbug/perl -V output format
15364              
15365              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
15366              
15367              The #7054 truncated Configure badly.
15368              
15369              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
15370              initialization in all the threads on Windows
15371              
15372              Allow for whitespace between "#" and "line" in cpp output.
15373              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
15374              
15375              Remove vestiges of tr//CU.
15376              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
15377              
15378              The return value of setlocale must be copied away.
15379              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
15380              
15381              Allow chop() and chomp() to be overridden.
15382              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
15383              
15384              Hints optimization.
15385              Subject: Minor nit
15386              
15387              Subject: [PATCH] de-wall t/README
15388              
15389              Subject: Re: Two advertising clauses need to be removed
15390      Branch: maint-5.6/perl
15391           !> (integrate 75 files)
15392 ____________________________________________________________________________
15393 [  8152] By: gsar                                  on 2000/12/17  20:30:11
15394         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
15395              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
15396              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
15397              
15398              Don't attach -ld to the archname if pointless.
15399              
15400              Document UNTIE in a very minimalistic way.
15401              
15402              POSIX doesn't report long double values under -Duselongdouble
15403              when the long doubles are "real" (bigger than doubles).
15404              
15405              More author updates.
15406              
15407              Try to deduce NV_MAX.  Really should be Configure fodder.
15408              
15409              :: not allowed in pathnames, change to .
15410              Subject: [PATCH perl@6938] cygwin port
15411              
15412              Forget about NV_MAX (#6951).  Various floating point tweaks,
15413              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
15414              
15415              Move the Solaris 7 scan to use64bitall, make the
15416              failure to find 64-bot sparc libc to mention the
15417              possibility of being in an intel, from Lupe and Alan.
15418              
15419              Regen perltoc.
15420              
15421              AUTHORS tweaks, from Peter Prymmer.
15422              
15423              More address tweaking.
15424              
15425              Small tweaks all over.
15426              
15427              File::Temp patches from Andreas König,
15428              
15429              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
15430              
15431              Subject: CPAN.pm beta 1.57_57 for the core
15432              
15433              Part of the solution.
15434              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
15435              
15436              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
15437              
15438              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
15439              
15440              Add the overload warnings to perldiag.
15441              
15442              Drop unused argument.
15443              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
15444              
15445              Subject: Nit in Configure (bleadperl@6961)
15446              
15447              Update to PodParser 1.18, from Brad Appleton.
15448              
15449              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
15450              
15451              Subject: [PATCH: 6948] add SCNfldbl to configure.com
15452              
15453              Document UNTIE. Also tweak implementation to suppress the 'inner references'
15454              warning when UNTIE exists and instead pass the cound of extra references to
15455              the UNTIE method.
15456              
15457              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
15458              so that case-ignoring systems like DCL can tell them from
15459              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
15460              
15461              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
15462              
15463              Feature ordering tweak.
15464              
15465              Regen perltoc.
15466              
15467              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
15468              
15469              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
15470              
15471              Subject: http:// in L<>
15472              
15473              Detypo.
15474              
15475              change#6791 accidentally clobbered change#6710, put it back
15476              
15477              Only the first line, thank you very much.
15478              
15479              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
15480              plus rework the http: spots as suggested by Tom Christiansen,
15481              plus regen perltoc.
15482              
15483              Undo part of change 6489 which looks like a bulk edit which
15484              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
15485              The supressing of main:: on return from select() is undesirable.
15486              
15487              Apparently avoiding the swapping is too costly.
15488              
15489              Various Configure nits by Philip Newton,
15490              plus the ebcdic one by me.
15491              
15492              Make certain cc is set before trying to run it.
15493              
15494              If overloaded %{} etc. return the object do not loop.
15495              Thus  sub deref { $_[0] } functions if object is wanted type.
15496              
15497              Update perlhist.
15498              
15499              More %{} and other deref special casing - do not pass to 'nomethod'.
15500      Branch: maint-5.6/perl
15501           !> (integrate 59 files)
15502 ____________________________________________________________________________
15503 [  8151] By: gsar                                  on 2000/12/17  19:14:38
15504         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
15505              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
15506              
15507              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
15508              
15509              Make the epsilon to be relative, not absolute.
15510              
15511              Put back the flags dump as reasoned in
15512              Subject: Re: [PATCH] Glob dumping
15513              
15514              Introduce ccname to keep track of what compiler kind of we have.
15515              
15516              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
15517              
15518              Put back the slice accidentally removed by #6907.
15519              
15520              Reset archname and archname64 always, forcing them be
15521              recomputed at each Configure run, make Configure and
15522              the hints files agree on the naming of largefiles variables.
15523              
15524              Don't say "Perl 5.0 source kit".
15525              
15526              Subject: [PATCH] fix misc cast warnings
15527              
15528              Subject: typos in pods
15529              
15530              NVs not necessarily doubles, as pointed out by Yitzchak.
15531              
15532              Subject: [PATCH 6889] add a few ldbl formats to configure.com
15533              
15534              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
15535              
15536              Better options for rsync.
15537              
15538              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
15539              
15540              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
15541              
15542              Subject: [PATCH] Re: UNTIE method 
15543              
15544              A better fix for the Socket building problem from Craig Berry.
15545              
15546              Retract the dummy test, skip the security tests (instead of failing),
15547              explain what the warnings mean.
15548              
15549              Heap decorruption.
15550              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
15551              
15552              Update to Unicode 3.0.1.
15553              
15554              Missed one Unicode file.
15555              
15556              Subject: Re: typos in pods
15557              
15558              The #6929 was too skimpy.
15559              
15560              sscanf() may be the only way to read long doubles from strings.
15561              
15562              Reveal Borland's isnan.
15563              Subject: build with BC++ tweak
15564              
15565              Issue useful diagnostic on unknown pod commands.
15566              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
15567              
15568              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
15569              
15570              Clarify the third case of ftmp-security warnings.
15571              
15572              Make -Dusemorebits find long doubles in Solaris.
15573              
15574              Wrap the test in eval.
15575      Branch: maint-5.6/perl
15576           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
15577           +> lib/unicode/PropList.txt lib/unicode/README.perl
15578           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
15579           +> lib/unicode/Unicode.301 vms/vmspipe.com
15580            - lib/unicode/Props.txt lib/unicode/UCD300.html
15581            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
15582           !> (integrate 305 files)
15583 ____________________________________________________________________________
15584 [  8150] By: jhi                                   on 2000/12/17  18:47:57
15585         Log: Uncheckedin generated files.
15586      Branch: perl
15587            ! global.sym perlapi.c pod/perlapi.pod
15588 ____________________________________________________________________________
15589 [  8149] By: jhi                                   on 2000/12/17  18:41:22
15590         Log: Update Changes.
15591      Branch: perl
15592            ! Changes patchlevel.h
15593 ____________________________________________________________________________
15594 [  8148] By: jhi                                   on 2000/12/17  18:39:16
15595         Log: Subject: [PATCH] Fcntl constants speedup
15596              From: Nicholas Clark <nick@ccl4.org>
15597              Date: Sun, 17 Dec 2000 16:29:24 +0000
15598              Message-ID: <20001217162924.E97668@plum.flirble.org>
15599              
15600              Use IVs for the Fcntl constants instead of NVs.
15601      Branch: perl
15602            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
15603 ____________________________________________________________________________
15604 [  8147] By: jhi                                   on 2000/12/17  18:33:41
15605         Log: Add test for #8145 (binmode() warning), add warning for
15606              ioctl() and sockpair(), document them. (fileno() cannot
15607              be tripwired with the same kind of warning because
15608              'defined fileno($foo)' seems to be an idiom.)
15609      Branch: perl
15610            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
15611 ____________________________________________________________________________
15612 [  8146] By: gsar                                  on 2000/12/17  18:09:08
15613         Log: update Changes
15614      Branch: maint-5.6/perl
15615            ! Changes
15616 ____________________________________________________________________________
15617 [  8145] By: jhi                                   on 2000/12/17  17:39:35
15618         Log: Subject: [PATCH] Re: The long awaited feature ...
15619              From: Simon Cozens <simon@cozens.net>
15620              Date: Sun, 17 Dec 2000 12:31:56 +0000
15621              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
15622              
15623              Add a warning to binmode() about using bad filehandles
15624              (can happen e.g. if someone forgets the filehandle argument)
15625      Branch: perl
15626            ! pp_sys.c
15627 ____________________________________________________________________________
15628 [  8144] By: jhi                                   on 2000/12/17  17:33:48
15629         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
15630              From: Jonathan Stowe <gellyfish@gellyfish.com>
15631              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
15632              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
15633      Branch: perl
15634            ! lib/Net/Ping.pm
15635 ____________________________________________________________________________
15636 [  8143] By: jhi                                   on 2000/12/17  05:31:37
15637         Log: Polymorphic regexps.
15638              
15639              Fixes at least the bugs 20001028.003 (both of them...) and
15640              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
15641              also to be fixed by now, probably already before this patch.
15642      Branch: perl
15643            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
15644            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
15645            ! t/op/utf8decode.t t/pragma/utf8.t
15646 ____________________________________________________________________________
15647 [  8142] By: jhi                                   on 2000/12/16  17:16:05
15648         Log: Subject: [patch perl@8102] dos/djgpp update
15649              From: Laszlo Molnar <ml1050@freemail.hu>
15650              Date: Sat, 16 Dec 2000 01:40:52 +0100
15651              Message-ID: <20001216014052.A335@freemail.hu>
15652      Branch: perl
15653            ! djgpp/config.over t/base/commonsense.t
15654 ____________________________________________________________________________
15655 [  8141] By: jhi                                   on 2000/12/16  17:09:27
15656         Log: Few uncheckedin files.
15657      Branch: perl
15658            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
15659 ____________________________________________________________________________
15660 [  8140] By: nick                                  on 2000/12/15  22:14:31
15661         Log: Integrate mainline
15662      Branch: perlio
15663           !> (integrate 53 files)
15664 ____________________________________________________________________________
15665 [  8139] By: jhi                                   on 2000/12/15  19:49:49
15666         Log: One more IVUV tweak from Nicholas Clark.
15667      Branch: perl
15668            ! sv.c
15669 ____________________________________________________________________________
15670 [  8138] By: jhi                                   on 2000/12/15  19:17:06
15671         Log: Return of the IVUV-preservation, now seems to be happy even
15672              in Digital UNIX (the broken strtoul brokenness detection
15673              seems to have been the fly in the ointment).
15674      Branch: perl
15675            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15676            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
15677            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
15678            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
15679            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15680            ! vos/config.ga.h win32/config.bc win32/config.gc
15681            ! win32/config.vc
15682 ____________________________________________________________________________
15683 [  8137] By: jhi                                   on 2000/12/15  18:12:14
15684         Log: Metaconfig unit change for #8136.
15685      Branch: metaconfig
15686            ! U/modified/d_strtoul.U
15687      Branch: metaconfig/U/perl
15688            ! d_strtoull.U d_strtouq.U
15689 ____________________________________________________________________________
15690 [  8136] By: jhi                                   on 2000/12/15  18:11:35
15691         Log: I don't think it's sensible or portable to test the strtou*
15692              on /^-/ strings.
15693      Branch: perl
15694            ! Configure
15695 ____________________________________________________________________________
15696 [  8135] By: jhi                                   on 2000/12/15  17:18:49
15697         Log: Metaconfig unit change for #8134.
15698      Branch: metaconfig
15699            ! U/modified/d_strtoul.U
15700 ____________________________________________________________________________
15701 [  8134] By: jhi                                   on 2000/12/15  17:14:13
15702         Log: If longsize is 8 we don't need a LL suffix for integer constants.
15703      Branch: perl
15704            ! Configure config_h.SH
15705 ____________________________________________________________________________
15706 [  8133] By: jhi                                   on 2000/12/15  16:00:23
15707         Log: Update Changes.
15708      Branch: perl
15709            ! Changes patchlevel.h
15710 ____________________________________________________________________________
15711 [  8132] By: jhi                                   on 2000/12/15  15:44:16
15712         Log: Some compilers get huffy if you do not cast a const pointer
15713              to a non-const when assigning.
15714      Branch: perl
15715            ! gv.c
15716 ____________________________________________________________________________
15717 [  8131] By: jhi                                   on 2000/12/15  15:38:30
15718         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
15719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15720              Date: Fri, 15 Dec 2000 05:26:57 -0500
15721              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
15722      Branch: perl
15723            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
15724            ! t/pragma/overload.t
15725 ____________________________________________________________________________
15726 [  8130] By: jhi                                   on 2000/12/15  15:36:08
15727         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
15728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15729              Date: Thu, 14 Dec 2000 22:02:43 -0500
15730              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
15731      Branch: perl
15732            ! gv.c perl.h
15733 ____________________________________________________________________________
15734 [  8129] By: jhi                                   on 2000/12/15  15:34:16
15735         Log: Subject: PATCH: h2xs nit
15736              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15737              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
15738              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
15739              
15740              Add a template README.
15741      Branch: perl
15742            ! utils/h2xs.PL
15743 ____________________________________________________________________________
15744 [  8128] By: jhi                                   on 2000/12/15  15:32:22
15745         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
15746      Branch: perl
15747            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
15748 ____________________________________________________________________________
15749 [  8127] By: jhi                                   on 2000/12/15  15:19:34
15750         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
15751              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15752              Date:     Thu, 14 Dec 2000 20:04:42 EST
15753              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
15754      Branch: perl
15755            ! ext/Opcode/Opcode.xs
15756 ____________________________________________________________________________
15757 [  8126] By: jhi                                   on 2000/12/15  15:17:49
15758         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
15759              From: Peter Prymmer <pvhp@forte.com>
15760              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
15761              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
15762      Branch: perl
15763            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
15764            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
15765            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
15766 ____________________________________________________________________________
15767 [  8125] By: jhi                                   on 2000/12/15  15:11:05
15768         Log: This seems to be a stage sane and stable enough to checkin.
15769              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
15770      Branch: perl
15771            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
15772            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
15773            ! t/op/cmp.t t/op/numconvert.t
15774 ____________________________________________________________________________
15775 [  8124] By: jhi                                   on 2000/12/15  04:20:26
15776         Log: Something is really wonky.
15777      Branch: perl
15778            ! sv.c
15779 ____________________________________________________________________________
15780 [  8123] By: jhi                                   on 2000/12/15  04:00:50
15781         Log: Fixes for the IV UV patches to compile in Digital UNIX.
15782      Branch: perl
15783            ! sv.c
15784 ____________________________________________________________________________
15785 [  8122] By: jhi                                   on 2000/12/15  02:53:40
15786         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
15787              From: "Craig A. Berry" <craigberry@mac.com>
15788              Date: Thu, 14 Dec 2000 19:10:49 -0600
15789              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
15790      Branch: perl
15791            ! vms/vms.c
15792 ____________________________________________________________________________
15793 [  8121] By: jhi                                   on 2000/12/15  02:50:00
15794         Log: Metaconfig changes for #8120.
15795      Branch: metaconfig
15796            + U/modified/d_strtoul.U
15797      Branch: metaconfig/U/perl
15798            ! d_strtoull.U d_strtouq.U
15799 ____________________________________________________________________________
15800 [  8120] By: jhi                                   on 2000/12/15  02:49:42
15801         Log: From: Nicholas Clark <nick@ccl4.org> 
15802              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
15803              Date: Thu, 14 Dec 2000 18:38:57 +0000
15804              Message-ID: <20001214183857.B97909@plum.flirble.org>
15805      Branch: perl
15806            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15807            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
15808            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15809            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15810            ! win32/config.gc win32/config.vc
15811 ____________________________________________________________________________
15812 [  8119] By: jhi                                   on 2000/12/14  23:40:58
15813         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
15814              From: Nicholas Clark <nick@ccl4.org>
15815              Date: Wed, 13 Dec 2000 20:08:50 +0000
15816              Message-ID: <20001213200849.B71166@plum.flirble.org>
15817      Branch: perl
15818            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
15819            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
15820 ____________________________________________________________________________
15821 [  8118] By: jhi                                   on 2000/12/14  22:46:26
15822         Log: Integrate perlio.
15823      Branch: perl
15824           !> MANIFEST ext/Encode/compile makedef.pl
15825 ____________________________________________________________________________
15826 [  8117] By: nick                                  on 2000/12/14  22:38:53
15827         Log: Win32 tweaks to get Encode to build
15828              - temp hack to makedef.pl till PerlIO is properly "exported".
15829              - MSVC dislikes  
15830              static encpage_t foo[];
15831              so make 'em extern for now.
15832      Branch: perlio
15833            ! ext/Encode/compile makedef.pl
15834 ____________________________________________________________________________
15835 [  8116] By: nick                                  on 2000/12/14  22:00:53
15836         Log: Document the new files
15837      Branch: perlio
15838            ! MANIFEST
15839 ____________________________________________________________________________
15840 [  8115] By: jhi                                   on 2000/12/14  21:58:01
15841         Log: MANIFEST new files of #8114.
15842      Branch: perl
15843            ! MANIFEST
15844 ____________________________________________________________________________
15845 [  8114] By: jhi                                   on 2000/12/14  21:50:49
15846         Log: Integrate perlio.
15847      Branch: perl
15848           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
15849           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
15850           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
15851           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
15852           !> ext/Encode/Makefile.PL
15853 ____________________________________________________________________________
15854 [  8113] By: jhi                                   on 2000/12/14  21:48:49
15855         Log: The documentation part of the
15856              
15857              Subject: [ID 20001214.002] Net::Ping patch
15858              From: Jonathan Stowe <gellyfish@gellyfish.com>
15859              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
15860              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
15861              since the #7529 had already addressed the same problem.
15862      Branch: perl
15863            ! lib/Net/Ping.pm
15864 ____________________________________________________________________________
15865 [  8112] By: jhi                                   on 2000/12/14  21:42:57
15866         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
15867              From: Dominic Dunlop <domo@computer.org>
15868              Date: Tue, 12 Dec 2000 10:47:10 +0100
15869              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
15870              
15871              Document how elusive subroutines can be.
15872      Branch: perl
15873            ! pod/perlfunc.pod
15874 ____________________________________________________________________________
15875 [  8111] By: jhi                                   on 2000/12/14  21:38:05
15876         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
15877              From: Dominic Dunlop <domo@computer.org>
15878              Date: Thu, 14 Dec 2000 10:13:51 +0100
15879              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
15880      Branch: perl
15881            ! ext/POSIX/POSIX.pod
15882 ____________________________________________________________________________
15883 [  8110] By: jhi                                   on 2000/12/14  21:36:32
15884         Log: Subject: [patch] perlfaq7
15885              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
15886              Date: Thu, 14 Dec 2000 15:31:07 +0100
15887              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
15888      Branch: perl
15889            ! pod/perlfaq7.pod
15890 ____________________________________________________________________________
15891 [  8109] By: jhi                                   on 2000/12/14  21:29:20
15892         Log: Subject: [8104] Encode
15893              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15894              Date: Thu, 14 Dec 2000 14:49:34 +0100
15895              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
15896              
15897              Type casting for nervous compilers.
15898      Branch: perl
15899            ! ext/Encode/Encode.xs
15900 ____________________________________________________________________________
15901 [  8108] By: jhi                                   on 2000/12/14  21:26:17
15902         Log: Subject: [8104] DB_File
15903              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15904              Date: Thu, 14 Dec 2000 14:49:35 +0100
15905              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
15906              
15907              Type definition incorrect for DB 2.7.7.  Not known when it
15908              changed, so only changed it for a known revision.
15909      Branch: perl
15910            ! ext/DB_File/DB_File.xs
15911 ____________________________________________________________________________
15912 [  8107] By: jhi                                   on 2000/12/14  21:23:41
15913         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
15914              From: Peter Prymmer <pvhp@forte.com>
15915              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
15916              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
15917              
15918              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
15919      Branch: perl
15920            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
15921            ! ext/Encode/Encode/posix-bc.enc
15922 ____________________________________________________________________________
15923 [  8106] By: nick                                  on 2000/12/14  20:36:13
15924         Log: "Cold" build correction to Encode's Makefile.PL
15925      Branch: perlio
15926            ! ext/Encode/Makefile.PL
15927 ____________________________________________________________________________
15928 [  8105] By: nick                                  on 2000/12/14  20:09:37
15929         Log: "Compiled" encodings.
15930              Correct replacement character in EBCDIC .enc files
15931              Add 0x7F to ASCII repertoire.
15932      Branch: perlio
15933            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15934            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
15935            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
15936            ! ext/Encode/Makefile.PL ext/Encode/compile
15937            ! ext/Encode/encengine.c ext/Encode/encode.h
15938 ____________________________________________________________________________
15939 [  8104] By: nick                                  on 2000/12/14  00:38:20
15940         Log: Integrate mainline
15941      Branch: perlio
15942           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
15943           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
15944           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
15945           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
15946           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
15947           !> t/lib/db-hash.t t/lib/db-recno.t
15948 ____________________________________________________________________________
15949 [  8103] By: nick                                  on 2000/12/13  23:16:13
15950         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
15951              so far and so it does not get lost.
15952      Branch: perlio
15953            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
15954 ____________________________________________________________________________
15955 [  8102] By: jhi                                   on 2000/12/13  17:14:22
15956         Log: Update Changes.
15957      Branch: perl
15958            ! Changes patchlevel.h
15959 ____________________________________________________________________________
15960 [  8101] By: jhi                                   on 2000/12/13  16:53:41
15961         Log: Move the proto of start_glob() to a better place; regen api files.
15962      Branch: perl
15963            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
15964 ____________________________________________________________________________
15965 [  8100] By: jhi                                   on 2000/12/13  16:47:11
15966         Log: Metaconfig change for #8099.
15967      Branch: metaconfig
15968            ! U/modified/Head.U
15969 ____________________________________________________________________________
15970 [  8099] By: jhi                                   on 2000/12/13  16:46:48
15971         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
15972              From: Andy Dougherty <doughera@lafayette.edu>
15973              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
15974              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
15975      Branch: perl
15976            ! Configure
15977 ____________________________________________________________________________
15978 [  8098] By: jhi                                   on 2000/12/13  16:39:02
15979         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
15980              From: rspier@pobox.com (Robert Spier)
15981              Date: Tue, 12 Dec 2000 21:12:39 -0500
15982              Message-ID: <14902.56087.678086.725773@rls.cx>
15983              
15984              fastgetcwd is defined using a glob alias on a $^O dependent basis -
15985              and there was no default assignment or perl subroutine.
15986      Branch: perl
15987            ! lib/Cwd.pm
15988 ____________________________________________________________________________
15989 [  8097] By: jhi                                   on 2000/12/13  16:16:01
15990         Log: Subject: [PATCH] move startglob out of pp_hot.c
15991              From: Nicholas Clark <nick@ccl4.org>
15992              Date: Mon, 11 Dec 2000 23:16:39 +0000
15993              Message-ID: <20001211231638.A55550@plum.flirble.org>
15994      Branch: perl
15995            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
15996 ____________________________________________________________________________
15997 [  8096] By: jhi                                   on 2000/12/13  15:26:23
15998         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
15999              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16000              Date: Wed, 13 Dec 2000 14:01:37 +0100
16001              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
16002              
16003              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
16004              in turn requires libpthread in libswanted.
16005      Branch: perl
16006            ! hints/hpux.sh
16007 ____________________________________________________________________________
16008 [  8095] By: jhi                                   on 2000/12/12  19:51:05
16009         Log: The integration wars continue.
16010      Branch: perl
16011           !> sv.c
16012 ____________________________________________________________________________
16013 [  8094] By: jhi                                   on 2000/12/12  19:48:26
16014         Log: Subject: [PATCH perl@8070] DB_File-1.74  
16015              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
16016              Date: Mon, 11 Dec 2000 23:07:17 -0000
16017              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
16018      Branch: perl
16019            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16020            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16021            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
16022            ! t/lib/db-recno.t
16023 ____________________________________________________________________________
16024 [  8093] By: nick                                  on 2000/12/12  19:42:13
16025         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
16026      Branch: perlio
16027            ! sv.c
16028           !> lib/File/DosGlob.pm
16029 ____________________________________________________________________________
16030 [  8092] By: jhi                                   on 2000/12/12  19:28:11
16031         Log: Integrate perlio.
16032      Branch: perl
16033           !> sv.c
16034 ____________________________________________________________________________
16035 [  8091] By: nick                                  on 2000/12/12  18:49:45
16036         Log: Fix for Tk, and upgrading shared SVs.
16037      Branch: perlio
16038            ! sv.c
16039 ____________________________________________________________________________
16040 [  8090] By: jhi                                   on 2000/12/12  16:48:59
16041         Log: Subject: [PATCH] Re: Breadperl & Tk
16042              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16043              Date: Tue, 12 Dec 2000 14:48:27 GMT
16044              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
16045      Branch: perl
16046            ! sv.c
16047 ____________________________________________________________________________
16048 [  8089] By: jhi                                   on 2000/12/12  03:37:19
16049         Log: Subject: DosGlob.pm diff for bash style brace expansion.
16050              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
16051              Date: Fri, 8 Dec 2000 10:45:30 -0600
16052              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
16053      Branch: perl
16054            ! lib/File/DosGlob.pm
16055 ____________________________________________________________________________
16056 [  8088] By: nick                                  on 2000/12/11  23:59:59
16057         Log: Integrate mainline
16058      Branch: perlio
16059           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
16060           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16061           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
16062           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
16063           !> t/op/local.t t/pragma/warn/toke toke.c
16064 ____________________________________________________________________________
16065 [  8087] By: jhi                                   on 2000/12/11  23:20:23
16066         Log: Integrate perlio.
16067      Branch: perl
16068           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16069 ____________________________________________________________________________
16070 [  8086] By: jhi                                   on 2000/12/11  22:50:59
16071         Log: Tune further the OS detection of CGI.
16072      Branch: perl
16073            ! lib/CGI.pm
16074 ____________________________________________________________________________
16075 [  8085] By: nick                                  on 2000/12/11  22:50:46
16076         Log: Finish 1st pass of "encoding" layer e.g. :
16077              open($fh,"<encoding(iso8859-7)",$greek) || die;
16078      Branch: perlio
16079            ! ext/Encode/Encode.xs perlio.c perliol.h
16080 ____________________________________________________________________________
16081 [  8084] By: jhi                                   on 2000/12/11  22:32:06
16082         Log: Revert the -f ambiguousity patch, seems to cause
16083              too much hassle (the interpret -Q as a function
16084              where Q is not a known filetest part is left in).
16085      Branch: perl
16086            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
16087            ! toke.c
16088 ____________________________________________________________________________
16089 [  8083] By: jhi                                   on 2000/12/11  22:27:23
16090         Log: (accidentally empty check-in)
16091      Branch: perl
16092            ! lib/File/DosGlob.pm
16093 ____________________________________________________________________________
16094 [  8082] By: nick                                  on 2000/12/11  19:09:51
16095         Log: Restore mmap function (broken by tweaks to shared buffer
16096              layer for encode(xxxx)).
16097      Branch: perlio
16098            ! perlio.c
16099 ____________________________________________________________________________
16100 [  8081] By: jhi                                   on 2000/12/11  18:29:13
16101         Log: Subject: Re: The long awaited feature ...
16102              From: Simon Cozens <simon@cozens.net>
16103              Date: Mon, 11 Dec 2000 15:54:24 +0000
16104              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
16105              
16106              More io/utf8 tests.
16107      Branch: perl
16108            ! t/io/utf8.t
16109 ____________________________________________________________________________
16110 [  8080] By: jhi                                   on 2000/12/11  18:19:36
16111         Log: Subject: PATCH MakeMaker manpage clarification
16112              From: andreas.koenig@anima.de (Andreas J. Koenig)
16113              Date: 10 Dec 2000 20:46:13 +0100
16114              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
16115      Branch: perl
16116            ! lib/ExtUtils/MakeMaker.pm
16117 ____________________________________________________________________________
16118 [  8079] By: jhi                                   on 2000/12/11  15:35:07
16119         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
16120              From: Simon Cozens <simon@cozens.net>
16121              Date: Sun, 10 Dec 2000 19:06:19 +0000
16122              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
16123      Branch: perl
16124            ! ext/B/B/Deparse.pm t/lib/b.t
16125 ____________________________________________________________________________
16126 [  8078] By: jhi                                   on 2000/12/11  15:09:11
16127         Log: Subject: [PATCH] docs on NaN
16128              From: Nicholas Clark <nick@ccl4.org>
16129              Date: Mon, 11 Dec 2000 01:48:38 +0000
16130              Message-ID: <20001211014838.B99205@plum.flirble.org>
16131      Branch: perl
16132            ! pod/perlop.pod
16133 ____________________________________________________________________________
16134 [  8077] By: jhi                                   on 2000/12/11  15:02:21
16135         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
16136              From: Simon Cozens <simon@cozens.net>
16137              Date: Mon, 11 Dec 2000 01:21:45 +0000
16138              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
16139      Branch: perl
16140            ! pp.c pp_hot.c scope.c t/op/local.t
16141 ____________________________________________________________________________
16142 [  8076] By: nick                                  on 2000/12/10  20:43:32
16143         Log: Not merge worthy...
16144              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
16145              syntax is modelled on attributes.
16146              Untested fix for io/utf8 on Win32 etc.
16147              Very clumsy start to the encode layer.
16148      Branch: perlio
16149            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16150 ____________________________________________________________________________
16151 [  8075] By: jhi                                   on 2000/12/10  18:39:33
16152         Log: Darwin is not Windows.
16153      Branch: perl
16154            ! lib/CGI.pm
16155 ____________________________________________________________________________
16156 [  8074] By: jhi                                   on 2000/12/10  18:31:27
16157         Log: Subject: Ambiguous -%c() resolved as a file test
16158              From: "Paul Marquess" <Paul.Marquess@openwave.com>
16159              Date: Sun, 10 Dec 2000 15:35:07 -0000
16160              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
16161      Branch: perl
16162            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16163 ____________________________________________________________________________
16164 [  8073] By: jhi                                   on 2000/12/10  18:16:29
16165         Log: Subject: PATCH installperl misinformed 
16166              From: andreas.koenig@anima.de (Andreas J. Koenig)
16167              Date: 10 Dec 2000 13:01:32 +0100 
16168              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
16169      Branch: perl
16170            ! installperl
16171 ____________________________________________________________________________
16172 [  8072] By: jhi                                   on 2000/12/10  18:07:55
16173         Log: The walkoptree confusion rages; walkoptree() seems to be coming
16174              from B.xs, while walkoptree_slow() comes from B.pm.
16175      Branch: perl
16176            ! ext/B/B.pm
16177 ____________________________________________________________________________
16178 [  8071] By: nick                                  on 2000/12/10  11:45:47
16179         Log: Integrate mainline
16180      Branch: perlio
16181           +> t/base/commonsense.t
16182           !> (integrate 37 files)
16183 ____________________________________________________________________________
16184 [  8070] By: jhi                                   on 2000/12/10  04:46:21
16185         Log: Update Changes.
16186      Branch: perl
16187            ! Changes patchlevel.h
16188 ____________________________________________________________________________
16189 [  8069] By: jhi                                   on 2000/12/10  04:39:19
16190         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
16191              From: andreas.koenig@anima.de (Andreas J. Koenig)
16192              Date: 09 Dec 2000 17:14:25 +0100
16193              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
16194      Branch: perl
16195            + t/base/commonsense.t
16196            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
16197 ____________________________________________________________________________
16198 [  8068] By: jhi                                   on 2000/12/10  04:17:36
16199         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
16200              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16201              Date: Sat, 9 Dec 2000 16:47:22 -0000
16202              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
16203      Branch: perl
16204            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
16205            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
16206            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
16207            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
16208            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
16209            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16210            ! t/lib/sdbm.t
16211 ____________________________________________________________________________
16212 [  8067] By: jhi                                   on 2000/12/10  03:52:02
16213         Log: Test case for #8066.
16214      Branch: perl
16215            ! t/op/misc.t
16216 ____________________________________________________________________________
16217 [  8066] By: jhi                                   on 2000/12/10  03:50:30
16218         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
16219              From: Simon Cozens <simon@cozens.net>
16220              Date: Sun, 10 Dec 2000 00:55:37 +0000
16221              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
16222      Branch: perl
16223            ! pp_sys.c
16224 ____________________________________________________________________________
16225 [  8065] By: jhi                                   on 2000/12/10  03:44:52
16226         Log: Test case for #8064.
16227      Branch: perl
16228            ! t/comp/proto.t
16229 ____________________________________________________________________________
16230 [  8064] By: jhi                                   on 2000/12/10  03:42:32
16231         Log: Subject: Re: prototype of substr
16232              From: Simon Cozens <simon@cozens.net>
16233              Date: Sun, 10 Dec 2000 00:13:33 +0000
16234              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
16235              
16236              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
16237      Branch: perl
16238            ! pp.c
16239 ____________________________________________________________________________
16240 [  8063] By: jhi                                   on 2000/12/10  03:39:42
16241         Log: Subject: [PATCH] perlguts.pod
16242              From: Simon Cozens <simon@cozens.net>
16243              Date: Sun, 10 Dec 2000 00:06:47 +0000
16244              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
16245              
16246              Documentation of the different types of ops,
16247              plus the functions in dump.c
16248      Branch: perl
16249            ! pod/perlguts.pod
16250 ____________________________________________________________________________
16251 [  8062] By: jhi                                   on 2000/12/10  03:30:04
16252         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
16253              From: Nicholas Clark <nick@talking.bollo.cx>
16254              Date: Sat, 09 Dec 2000 18:57:25 +0000
16255              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
16256              
16257              Be more robust in weird hostname setups.
16258      Branch: perl
16259            ! t/lib/net-hostent.t
16260 ____________________________________________________________________________
16261 [  8061] By: jhi                                   on 2000/12/10  03:28:21
16262         Log: Pacify fussy compiler. 
16263      Branch: perl
16264            ! pp_sys.c
16265 ____________________________________________________________________________
16266 [  8060] By: jhi                                   on 2000/12/10  02:52:46
16267         Log: Integrate perlio.
16268      Branch: perl
16269           !> pp_sys.c t/io/utf8.t
16270 ____________________________________________________________________________
16271 [  8059] By: nick                                  on 2000/12/09  23:40:14
16272         Log: read/sysread/recv should now be utf8 aware.
16273              Basic test for utf8 read.
16274      Branch: perlio
16275            ! pp_sys.c t/io/utf8.t
16276 ____________________________________________________________________________
16277 [  8058] By: jhi                                   on 2000/12/09  21:56:02
16278         Log: Integrate perlio.
16279      Branch: perl
16280           +> t/io/utf8.t
16281           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
16282 ____________________________________________________________________________
16283 [  8057] By: jhi                                   on 2000/12/09  21:53:35
16284         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
16285              From: Inaba Hiroto <inaba@st.rim.or.jp>
16286              Date: Sun, 10 Dec 2000 05:53:21 +0900
16287              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
16288              
16289              Tests for #8056.
16290      Branch: perl
16291            ! t/op/each.t
16292 ____________________________________________________________________________
16293 [  8056] By: jhi                                   on 2000/12/09  21:51:16
16294         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
16295              From: Inaba Hiroto <inaba@st.rim.or.jp>
16296              Date: Sat, 09 Dec 2000 18:02:00 +0900
16297              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
16298              
16299              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
16300      Branch: perl
16301            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
16302 ____________________________________________________________________________
16303 [  8055] By: nick                                  on 2000/12/09  20:11:48
16304         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
16305              than raw PerlIO_write() - does not seem to break any tests.
16306      Branch: perlio
16307            ! pp_sys.c
16308 ____________________________________________________________________________
16309 [  8054] By: nick                                  on 2000/12/09  19:47:30
16310         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
16311              (sysread, recv and write i.e. formats still to do...)
16312              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
16313              open($fh,">:utf8","name")
16314              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
16315              so no extra overhead is involved.
16316              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
16317              to a non-utf8 stream.
16318              Add initial io/utf8.t
16319              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
16320              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
16321              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
16322      Branch: perlio
16323            + t/io/utf8.t
16324            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
16325 ____________________________________________________________________________
16326 [  8053] By: nick                                  on 2000/12/09  19:26:37
16327         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
16328              was only testing this_utf8.
16329      Branch: perlio
16330            ! toke.c
16331 ____________________________________________________________________________
16332 [  8052] By: nick                                  on 2000/12/09  19:09:41
16333         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
16334              i.e. the output string has one, but don't mess with source assumption.
16335      Branch: perlio
16336            ! toke.c
16337 ____________________________________________________________________________
16338 [  8051] By: jhi                                   on 2000/12/09  16:55:17
16339         Log: Integrate perlio.
16340      Branch: perl
16341           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
16342           !> sv.c thrdvar.h util.c
16343 ____________________________________________________________________________
16344 [  8050] By: jhi                                   on 2000/12/09  16:48:07
16345         Log: Nits noticed by Peter Prymmer.
16346      Branch: perl
16347            ! lib/ExtUtils/MM_VMS.pm
16348 ____________________________________________________________________________
16349 [  8049] By: nick                                  on 2000/12/09  13:49:40
16350         Log: UTF8 output prework.
16351              - Store $\ and $, as SVs so they can have SvUTF8 flag
16352              - use do_print() rather than raw PerlIO_write() to print them.
16353      Branch: perlio
16354            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
16355            ! thrdvar.h util.c
16356 ____________________________________________________________________________
16357 [  8048] By: nick                                  on 2000/12/09  12:30:43
16358         Log: Integrate mainline.
16359      Branch: perlio
16360           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
16361           +> t/op/reverse.t
16362           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
16363           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16364           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
16365           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
16366           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
16367           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
16368 ____________________________________________________________________________
16369 [  8047] By: jhi                                   on 2000/12/09  00:23:27
16370         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
16371              From: Michael G Schwern <schwern@pobox.com>
16372              Date: Fri, 8 Dec 2000 14:43:04 -0600
16373      Branch: perl
16374            ! lib/ExtUtils/MM_VMS.pm
16375 ____________________________________________________________________________
16376 [  8046] By: jhi                                   on 2000/12/08  23:10:27
16377         Log: A missed check-in.
16378      Branch: perl
16379            ! lib/ExtUtils/Manifest.pm
16380 ____________________________________________________________________________
16381 [  8045] By: jhi                                   on 2000/12/08  21:57:12
16382         Log: (null check-in)
16383      Branch: perl
16384            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
16385 ____________________________________________________________________________
16386 [  8044] By: jhi                                   on 2000/12/08  21:11:06
16387         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
16388              at the final draft stage.
16389      Branch: perl
16390            + ext/Encode/Encode/iso8859-16.enc
16391            ! MANIFEST
16392 ____________________________________________________________________________
16393 [  8043] By: jhi                                   on 2000/12/08  16:39:04
16394         Log: Update Changes.
16395      Branch: perl
16396            ! Changes patchlevel.h
16397 ____________________________________________________________________________
16398 [  8042] By: jhi                                   on 2000/12/08  16:33:39
16399         Log: Do not return the Unicode replacement character if UTF-8
16400              decoding goes awry, it should be up to the caller to decide.
16401      Branch: perl
16402            ! pod/perlapi.pod utf8.c
16403 ____________________________________________________________________________
16404 [  8041] By: jhi                                   on 2000/12/08  16:22:28
16405         Log: metaconfig maintenance.
16406      Branch: metaconfig
16407            ! U/modified/stdchar.U
16408      Branch: metaconfig/U/perl
16409            + testsyml.U
16410 ____________________________________________________________________________
16411 [  8040] By: jhi                                   on 2000/12/08  16:03:08
16412         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
16413              From: sthoenna@efn.org
16414              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
16415              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
16416      Branch: perl
16417            ! Changes lib/ExtUtils/MM_OS2.pm
16418 ____________________________________________________________________________
16419 [  8039] By: jhi                                   on 2000/12/08  15:57:11
16420         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
16421              From: Simon Cozens <simon@cozens.net>
16422              Date: Fri, 8 Dec 2000 13:33:31 +0000
16423              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
16424              
16425              (The pp_hot part needed a rewrite.)
16426      Branch: perl
16427            ! doop.c pp_hot.c utf8.c
16428 ____________________________________________________________________________
16429 [  8038] By: jhi                                   on 2000/12/08  15:25:08
16430         Log: Subject: djSP
16431              From: Michael Stevens <michael@etla.org>
16432              Date: Wed, 6 Dec 2000 23:24:01 +0000
16433              Message-ID: <20001206232400.A21381@firedrake.org>
16434              
16435              Plus a note from Nick Ing-Simmons.
16436      Branch: perl
16437            ! pp.h
16438 ____________________________________________________________________________
16439 [  8037] By: jhi                                   on 2000/12/08  15:18:35
16440         Log: Filetype is text.
16441      Branch: perl
16442            ! t/op/utf8decode.t
16443 ____________________________________________________________________________
16444 [  8036] By: jhi                                   on 2000/12/08  03:31:27
16445         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
16446              From: Andy Dougherty <doughera@lafayette.edu>
16447              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
16448              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
16449              
16450              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
16451              From: Andy Dougherty <doughera@lafayette.edu>
16452              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
16453              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
16454      Branch: perl
16455            + ext/POSIX/hints/svr4.pl
16456            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
16457 ____________________________________________________________________________
16458 [  8035] By: jhi                                   on 2000/12/08  03:26:01
16459         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
16460              From: Andy Dougherty <doughera@lafayette.edu>
16461              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
16462              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
16463      Branch: perl
16464            ! t/README t/base/term.t
16465 ____________________________________________________________________________
16466 [  8034] By: jhi                                   on 2000/12/08  03:21:59
16467         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
16468              From: mjd@plover.com  
16469              Date: 7 Dec 2000 21:04:20 -0000
16470              Message-ID: <20001207210420.22282.qmail@plover.com>
16471              
16472              Plus -z doc.
16473      Branch: perl
16474            ! pod/perlfunc.pod
16475 ____________________________________________________________________________
16476 [  8033] By: jhi                                   on 2000/12/08  03:19:03
16477         Log: Use the UTF8 macros a bit.  They can't be used with abandon
16478              everywhere because we do generate illegal UTF-8 in some situations.
16479              This is of course naughty.
16480      Branch: perl
16481            ! pod/perlapi.pod utf8.c utf8.h
16482 ____________________________________________________________________________
16483 [  8032] By: jhi                                   on 2000/12/08  03:00:09
16484         Log: Out of sync?
16485      Branch: perl
16486            ! t/pragma/warn/utf8
16487 ____________________________________________________________________________
16488 [  8031] By: jhi                                   on 2000/12/08  02:22:39
16489         Log: Cnt spl.
16490      Branch: perl
16491            ! MANIFEST
16492 ____________________________________________________________________________
16493 [  8030] By: jhi                                   on 2000/12/08  01:23:54
16494         Log: Add test for reverse().
16495      Branch: perl
16496            + t/op/reverse.t
16497            ! MANIFEST
16498 ____________________________________________________________________________
16499 [  8029] By: jhi                                   on 2000/12/08  01:21:47
16500         Log: Integrate perlio.
16501      Branch: perl
16502           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
16503           !> perlio.c perlio.h perlsdio.h warnings.pl
16504 ____________________________________________________________________________
16505 [  8028] By: jhi                                   on 2000/12/08  01:19:08
16506         Log: Introduce macros for UTF8 decoding.
16507      Branch: perl
16508            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
16509 ____________________________________________________________________________
16510 [  8027] By: nick                                  on 2000/12/07  22:18:19
16511         Log: Integrate mainline
16512      Branch: perlio
16513           !> embed.pl pod/perlapi.pod utf8.c
16514 ____________________________________________________________________________
16515 [  8026] By: nick                                  on 2000/12/07  21:45:08
16516         Log: Various oddities p4 diff -se showed up
16517              Remove 'our' from warnings.pl
16518      Branch: perlio
16519            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
16520 ____________________________________________________________________________
16521 [  8025] By: nick                                  on 2000/12/07  21:43:32
16522         Log: Change PerlIO_(get|set)pos to take SV *
16523              Should fix, OS/2, VMS, (sfio??)
16524      Branch: perlio
16525            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
16526 ____________________________________________________________________________
16527 [  8024] By: jhi                                   on 2000/12/07  19:05:32
16528         Log: Document utf8_to_uv() better.
16529      Branch: perl
16530            ! pod/perlapi.pod utf8.c
16531 ____________________________________________________________________________
16532 [  8023] By: jhi                                   on 2000/12/07  18:23:47
16533         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
16534      Branch: perl
16535            ! embed.pl pod/perlapi.pod utf8.c
16536 ____________________________________________________________________________
16537 [  8022] By: jhi                                   on 2000/12/07  04:13:51
16538         Log: Integrate perlio.
16539      Branch: perl
16540           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
16541           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
16542           !> win32/makefile.mk
16543 ____________________________________________________________________________
16544 [  8021] By: nick                                  on 2000/12/07  00:28:14
16545         Log: Various attempts at MSVC debug - not sure what has
16546              changed but works now. 
16547              Seems atexit() _may_ work for DLLs built with MSVC so don't
16548              call cleanup that way.
16549      Branch: perlio
16550            ! perlio.c win32/makefile.mk
16551 ____________________________________________________________________________
16552 [  8020] By: nick                                  on 2000/12/06  19:57:20
16553         Log: Integrate mainline
16554      Branch: perlio
16555           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
16556           !> (integrate 75 files)
16557 ____________________________________________________________________________
16558 [  8019] By: nick                                  on 2000/12/06  19:28:21
16559         Log: Add useperlio to config.vc
16560              Turn off binmode in config_H.PL
16561              Regen all the config_H.xx
16562              Attempt to get debugging build with MSVC.
16563      Branch: perlio
16564            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16565            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
16566 ____________________________________________________________________________
16567 [  8018] By: nick                                  on 2000/12/06  19:21:57
16568         Log: Test various dup/external program options on all platforms.
16569      Branch: perlio
16570            ! t/io/dup.t
16571 ____________________________________________________________________________
16572 [  8017] By: nick                                  on 2000/12/06  19:20:47
16573         Log: Fix harness to be less picky
16574      Branch: perlio
16575            ! lib/Test/Harness.pm
16576 ____________________________________________________________________________
16577 [  8016] By: jhi                                   on 2000/12/06  16:45:12
16578         Log: Update Changes.
16579      Branch: perl
16580            ! Changes patchlevel.h
16581 ____________________________________________________________________________
16582 [  8015] By: jhi                                   on 2000/12/06  16:41:03
16583         Log: Test \x{...} with ord().
16584      Branch: perl
16585            ! t/op/ord.t
16586 ____________________________________________________________________________
16587 [  8014] By: jhi                                   on 2000/12/06  16:20:33
16588         Log: Test tweak because of #8013.
16589      Branch: perl
16590            ! t/lib/b.t
16591 ____________________________________________________________________________
16592 [  8013] By: jhi                                   on 2000/12/06  16:09:09
16593         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
16594              From: Michael G Schwern <schwern@pobox.com>
16595              Date: Tue, 5 Dec 2000 21:23:28 -0500
16596              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
16597              
16598              Carp::Heavy parts not very applicable because of recent changes.
16599      Branch: perl
16600            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
16601            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
16602            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
16603            ! lib/Exporter.pm lib/Exporter/Heavy.pm
16604            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
16605            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16606            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
16607            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
16608            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
16609            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
16610            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
16611            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
16612            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
16613            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
16614            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
16615            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
16616            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
16617            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
16618            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
16619            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
16620            ! warnings.pl
16621 ____________________________________________________________________________
16622 [  8012] By: jhi                                   on 2000/12/06  15:22:38
16623         Log: Subject: [PATCH] Re: New harness is failing things
16624              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16625              Date: Wed, 6 Dec 2000 13:00:30 GMT
16626              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
16627      Branch: perl
16628            ! lib/Test/Harness.pm
16629 ____________________________________________________________________________
16630 [  8011] By: jhi                                   on 2000/12/06  15:12:08
16631         Log: Subject: installhtml changes
16632              From: Michael Stevens <michael@etla.org>
16633              Date: Wed, 6 Dec 2000 13:15:53 +0000
16634              Message-ID: <20001206131553.A27317@firedrake.org>
16635      Branch: perl
16636            ! installhtml
16637 ____________________________________________________________________________
16638 [  8010] By: jhi                                   on 2000/12/06  15:06:05
16639         Log: Subject: the dTHR hits
16640              From: Michael Stevens <michael@etla.org>
16641              Date: Wed, 6 Dec 2000 12:06:03 +0000
16642              Message-ID: <20001206120603.A24581@firedrake.org>
16643              
16644              More, errrm, less dTHRs.
16645      Branch: perl
16646            ! bytecode.pl ext/B/B/C.pm
16647 ____________________________________________________________________________
16648 [  8009] By: jhi                                   on 2000/12/06  15:04:25
16649         Log: Subject: MakeMaker mailing list gone?
16650              From: Michael G Schwern <schwern@pobox.com>
16651              Date: Tue, 5 Dec 2000 19:29:59 -0500
16652              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
16653              
16654              The MakeMaker mailing list is dead, perlbug is the right
16655              address to report bugs.
16656      Branch: perl
16657            ! lib/ExtUtils/MakeMaker.pm
16658 ____________________________________________________________________________
16659 [  8008] By: jhi                                   on 2000/12/06  15:00:32
16660         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
16661              From: Michael G Schwern <schwern@pobox.com>
16662              Date: Tue, 5 Dec 2000 19:21:21 -0500
16663              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
16664              
16665              Add a default MANIFEST skip that ignores things like
16666              version control files, editor temporary files, and the Makefile.
16667      Branch: perl
16668            + lib/ExtUtils/MANIFEST.SKIP
16669            ! MANIFEST lib/ExtUtils/Manifest.pm
16670 ____________________________________________________________________________
16671 [  8007] By: jhi                                   on 2000/12/06  14:57:20
16672         Log: In Amiga more manual hackery of the scripts seems to be needed,
16673              from Jan-Erik Karlsson.  Why Configure does not get this right
16674              is unknown, may be shell-induced.
16675      Branch: perl
16676            ! README.amiga
16677 ____________________________________________________________________________
16678 [  8006] By: jhi                                   on 2000/12/05  23:53:12
16679         Log: Add TOPm1s to peek at the second topmost stack item.
16680      Branch: perl
16681            ! pp.h
16682 ____________________________________________________________________________
16683 [  8005] By: jhi                                   on 2000/12/05  23:13:55
16684         Log: Avaunt, you foul UTF-8 tests.
16685      Branch: perl
16686            ! t/op/ver.t t/pragma/utf8.t
16687 ____________________________________________________________________________
16688 [  8004] By: jhi                                   on 2000/12/05  23:09:54
16689         Log: Continue utf8 dispersal. 
16690      Branch: perl
16691            + t/op/concat.t
16692            ! MANIFEST t/pragma/utf8.t
16693 ____________________________________________________________________________
16694 [  8003] By: nick                                  on 2000/12/05  23:02:39
16695         Log: Integrate mainline.
16696      Branch: perlio
16697           +> t/op/length.t t/op/utf8decode.t
16698           !> (integrate 69 files)
16699 ____________________________________________________________________________
16700 [  8002] By: jhi                                   on 2000/12/05  22:59:28
16701         Log: Integrate perlio.
16702      Branch: perl
16703           !> iperlsys.h perl.c perlio.c win32/perllib.c
16704 ____________________________________________________________________________
16705 [  8001] By: nick                                  on 2000/12/05  22:07:52
16706         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
16707              - calloc/free suffer from damage on TerminateThread()
16708              - use PerlMemShared (as originally planned) now fixed
16709              - avoid doing anything important on DLL "detach".
16710      Branch: perlio
16711            ! perl.c perlio.c win32/perllib.c
16712 ____________________________________________________________________________
16713 [  8000] By: nick                                  on 2000/12/05  21:05:09
16714         Log: Fix gross PerlMemShared issue.
16715      Branch: perlio
16716            ! iperlsys.h
16717 ____________________________________________________________________________
16718 [  7999] By: jhi                                   on 2000/12/05  20:46:58
16719         Log: Test for Unicode (UTF-8) hash keys.
16720      Branch: perl
16721            ! t/op/each.t
16722 ____________________________________________________________________________
16723 [  7998] By: jhi                                   on 2000/12/05  20:30:35
16724         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
16725              is now always UTF-8), empty line cosmetics.
16726      Branch: perl
16727            ! t/pragma/utf8.t
16728 ____________________________________________________________________________
16729 [  7997] By: jhi                                   on 2000/12/05  20:15:40
16730         Log: Subject: Re: STRLEN - what?
16731              From: Andy Dougherty <doughera@lafayette.edu>
16732              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
16733              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
16734              
16735              Explain STRLEN.
16736      Branch: perl
16737            ! pod/perlguts.pod
16738 ____________________________________________________________________________
16739 [  7996] By: jhi                                   on 2000/12/05  20:13:34
16740         Log: Split off the UTF-8 decoder tests, make them to check also
16741              the error message.
16742      Branch: perl
16743            + t/op/utf8decode.t
16744            ! MANIFEST t/pragma/utf8.t utf8.c
16745 ____________________________________________________________________________
16746 [  7995] By: jhi                                   on 2000/12/05  16:39:47
16747         Log: Start migrating bits of pragma/utf8 to elsewhere
16748              (since the long term plan is to obsolete 'use utf8').
16749      Branch: perl
16750            + t/op/length.t
16751            ! MANIFEST t/pragma/utf8.t
16752 ____________________________________________________________________________
16753 [  7994] By: jhi                                   on 2000/12/05  16:30:21
16754         Log: Fix a manual edit typo from #7993, fix the message formatting
16755              for Unicode, add few our declarations.
16756      Branch: perl
16757            ! lib/Carp/Heavy.pm
16758 ____________________________________________________________________________
16759 [  7993] By: jhi                                   on 2000/12/05  16:09:15
16760         Log: Subject: Need help with warnings :-(
16761              From: "Ben Tilly" <ben_tilly@hotmail.com>
16762              Date: Tue, 05 Dec 2000 01:35:54 -0500
16763              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
16764              
16765              Subject: UPDATE: Carp/Heavy now passes all tests
16766              From: "Ben Tilly" <ben_tilly@hotmail.com>
16767              Date: Tue, 05 Dec 2000 07:59:41 -0500
16768              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
16769              
16770              The Brave New Carp.
16771      Branch: perl
16772            ! lib/Carp.pm lib/Carp/Heavy.pm
16773 ____________________________________________________________________________
16774 [  7992] By: jhi                                   on 2000/12/05  15:55:08
16775         Log: Subject: [PATCH perl@7979] cygwin port
16776              From: "Eric Fifer" <efifer@dircon.co.uk>
16777              Date: Tue, 5 Dec 2000 14:04:09 -0000
16778              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
16779      Branch: perl
16780            ! t/lib/net-hostent.t
16781 ____________________________________________________________________________
16782 [  7991] By: jhi                                   on 2000/12/05  15:52:34
16783         Log: Subject: Re: [PATCH] The largest hoax of all times?
16784              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16785              Date: Tue, 5 Dec 2000 00:40:25 -0500
16786              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
16787              
16788              Subject: Re: [PATCH] The largest hoax of all times?
16789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16790              Date: Mon, 4 Dec 2000 23:55:53 -0500
16791              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
16792              
16793              Subject: Re: [PATCH] The largest hoax of all times?
16794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16795              Date: Tue, 5 Dec 2000 01:28:45 -0500
16796              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
16797              
16798              Fix the unpredictable order of DESTROYs.
16799      Branch: perl
16800            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
16801            ! sv.c sv.h t/op/ref.t
16802 ____________________________________________________________________________
16803 [  7990] By: jhi                                   on 2000/12/05  14:38:53
16804         Log: Subject: [PATCH] shrink pp_hot fractionally
16805              From: Nicholas Clark <nick@ccl4.org>
16806              Date: Tue, 5 Dec 2000 12:44:31 +0000
16807              Message-ID: <20001205124431.E74518@plum.flirble.org>
16808              
16809              Use report_evil_fh().
16810      Branch: perl
16811            ! opcode.pl opnames.h pp_hot.c util.c
16812 ____________________________________________________________________________
16813 [  7989] By: jhi                                   on 2000/12/05  14:21:27
16814         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
16815              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16816              Date: Mon, 04 Dec 2000 22:21:59 -0800
16817              Message-ID: <HmIL6gzkgepS092yn@efn.org>
16818              
16819              Harness shouldn't ignore responses like "ok 3\r\r\n".
16820      Branch: perl
16821            ! lib/Test/Harness.pm
16822 ____________________________________________________________________________
16823 [  7988] By: jhi                                   on 2000/12/05  13:51:28
16824         Log: Integrate the "skip" messages to explain().
16825      Branch: perl
16826            ! t/lib/syslfs.t t/op/lfs.t
16827 ____________________________________________________________________________
16828 [  7987] By: jhi                                   on 2000/12/05  12:34:54
16829         Log: The one that got away in #7984.
16830              
16831              Subject: Re: dTHR - what and why?
16832              From: Michael Stevens <michael@etla.org> 
16833              Date: Tue, 5 Dec 2000 11:15:52 +0000
16834              Message-ID: <20001205111552.A4647@firedrake.org>
16835      Branch: perl
16836            ! sv.h
16837 ____________________________________________________________________________
16838 [  7986] By: gsar                                  on 2000/12/05  09:14:44
16839         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
16840              due to the notorious GetFileType() bug in Windows 9x, which fstat()
16841              tickles)
16842      Branch: perl
16843            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
16844 ____________________________________________________________________________
16845 [  7985] By: jhi                                   on 2000/12/05  05:49:03
16846         Log: Integrate perlio.
16847      Branch: perl
16848           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
16849           !> win32/perlhost.h win32/perllib.c
16850 ____________________________________________________________________________
16851 [  7984] By: jhi                                   on 2000/12/05  05:48:16
16852         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
16853      Branch: perl
16854            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
16855            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
16856            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
16857            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
16858            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
16859            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
16860            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
16861            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
16862            ! win32/win32.c
16863 ____________________________________________________________________________
16864 [  7983] By: nick                                  on 2000/12/04  23:27:43
16865         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
16866      Branch: perlio
16867            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
16868            ! win32/perlhost.h win32/perllib.c
16869 ____________________________________________________________________________
16870 [  7982] By: jhi                                   on 2000/12/04  19:44:09
16871         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
16872              uncovered by #7980.
16873      Branch: perl
16874            ! op.c
16875 ____________________________________________________________________________
16876 [  7981] By: jhi                                   on 2000/12/04  19:42:07
16877         Log: Subject: [PATCH] Trivial dump.c feature
16878              From: Simon Cozens <simon@cozens.net>
16879              Date: Mon, 4 Dec 2000 18:08:38 +0000
16880              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
16881              
16882              Show whether a constant is UTF-8.
16883      Branch: perl
16884            ! dump.c
16885 ____________________________________________________________________________
16886 [  7980] By: jhi                                   on 2000/12/04  19:36:51
16887         Log: UTF-8 hash keys, patch from Inaba Hiroto.
16888      Branch: perl
16889            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
16890 ____________________________________________________________________________
16891 [  7979] By: jhi                                   on 2000/12/04  17:36:28
16892         Log: Update Changes.
16893      Branch: perl
16894            ! Changes patchlevel.h
16895 ____________________________________________________________________________
16896 [  7978] By: jhi                                   on 2000/12/04  16:42:17
16897         Log: Retract #7977, still too volatile (the euphemism of the day
16898              for unfinished and buggy :-)
16899      Branch: perl
16900            ! doop.c hv.c pp.c sv.h
16901 ____________________________________________________________________________
16902 [  7977] By: jhi                                   on 2000/12/04  16:25:15
16903         Log: (Retracted by #7978, too shaky yet.)
16904              
16905              Subject: Re: utf8 in hash keys, implementor missing
16906              From: Simon Cozens <simon@cozens.net>
16907              Date: Sat, 2 Dec 2000 19:49:35 +0000
16908              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
16909              
16910              The first step at UTF-8 hash keys.
16911      Branch: perl
16912            ! doop.c hv.c pp.c sv.h
16913 ____________________________________________________________________________
16914 [  7976] By: jhi                                   on 2000/12/04  16:13:53
16915         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
16916              From: sthoenna@efn.org
16917              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
16918              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
16919      Branch: perl
16920            ! os2/os2.c perlio.c
16921 ____________________________________________________________________________
16922 [  7975] By: jhi                                   on 2000/12/04  16:05:25
16923         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
16924              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16925              Date: Thu, 30 Nov 2000 20:50:37 -0800
16926              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
16927      Branch: perl
16928            ! os2/os2.c
16929 ____________________________________________________________________________
16930 [  7974] By: jhi                                   on 2000/12/04  16:03:57
16931         Log: Subject: [PATCH] ++ 20% faster
16932              From: Nicholas Clark <nick@ccl4.org>
16933              Date: Mon, 4 Dec 2000 12:17:27 +0000
16934              Message-ID: <20001204121726.B52976@plum.flirble.org>
16935              
16936              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
16937      Branch: perl
16938            ! sv.c
16939 ____________________________________________________________________________
16940 [  7973] By: jhi                                   on 2000/12/04  16:00:48
16941         Log: 
16942              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
16943              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16944              Date: Mon, 04 Dec 2000 12:30:45 +0100
16945              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
16946              
16947              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
16948              library (getprotobyname and getprotobynumber are outversioned by
16949              the same calls in libc, at least for xlc version 3.
16950      Branch: perl
16951            ! hints/aix.sh
16952 ____________________________________________________________________________
16953 [  7972] By: jhi                                   on 2000/12/04  02:58:31
16954         Log: Integrate perlio.
16955      Branch: perl
16956           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
16957           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
16958           !> win32/win32.h win32/win32iop.h win32/win32thread.h
16959 ____________________________________________________________________________
16960 [  7971] By: nick                                  on 2000/12/04  00:24:33
16961         Log: Quieten some noise in Win32 builds:
16962              - win32.h is included after <sys/socket.h>, so need to 
16963              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
16964              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
16965      Branch: perlio
16966            ! doio.c perl.h toke.c win32/win32.h
16967 ____________________________________________________________________________
16968 [  7970] By: nick                                  on 2000/12/03  22:57:46
16969         Log: PERL_IMPLICIT_SYS compiles but does not work.
16970      Branch: perlio
16971            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
16972            ! win32/perlhost.h win32/perllib.c win32/win32.h
16973            ! win32/win32iop.h win32/win32thread.h
16974 ____________________________________________________________________________
16975 [  7969] By: jhi                                   on 2000/12/03  22:12:58
16976         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
16977              used to swash_init(), makes regprop() dumps more informative
16978              (+utf8::IsAlpha, -utf8::IsDigit, for example).
16979      Branch: perl
16980            ! regcomp.c regexec.c
16981 ____________________________________________________________________________
16982 [  7968] By: jhi                                   on 2000/12/03  21:39:56
16983         Log: Implement ANYOFUTF8 regprop() dumping.
16984      Branch: perl
16985            ! regcomp.c
16986 ____________________________________________________________________________
16987 [  7967] By: jhi                                   on 2000/12/03  20:57:19
16988         Log: Make uv_to_utf8() to zero-terminate its output buffer,
16989              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
16990      Branch: perl
16991            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
16992 ____________________________________________________________________________
16993 [  7966] By: nick                                  on 2000/12/03  18:41:21
16994         Log: Integrate mainline (STDCHAR)
16995      Branch: perlio
16996           !> Configure t/pragma/utf8.t
16997 ____________________________________________________________________________
16998 [  7965] By: jhi                                   on 2000/12/03  17:58:20
16999         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
17000      Branch: perl
17001            ! t/pragma/utf8.t
17002 ____________________________________________________________________________
17003 [  7964] By: jhi                                   on 2000/12/03  17:35:56
17004         Log: Integrate perlio.
17005      Branch: perl
17006           !> iperlsys.h perlio.c
17007 ____________________________________________________________________________
17008 [  7963] By: jhi                                   on 2000/12/03  17:33:55
17009         Log: Metaconfig unit change for #7962.
17010      Branch: metaconfig
17011            ! U/modified/stdchar.U
17012 ____________________________________________________________________________
17013 [  7962] By: jhi                                   on 2000/12/03  17:33:27
17014         Log: Untangle the <stdio.h> #include nest for the stdchar test,
17015              from Andy Dougherty.
17016      Branch: perl
17017            ! Configure
17018 ____________________________________________________________________________
17019 [  7961] By: nick                                  on 2000/12/03  16:53:00
17020         Log: Make iperlsys.h vector stdio not PerlIO.
17021      Branch: perlio
17022            ! iperlsys.h perlio.c
17023 ____________________________________________________________________________
17024 [  7960] By: nick                                  on 2000/12/03  14:43:01
17025         Log: Integrate mainline
17026      Branch: perlio
17027           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
17028           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
17029 ____________________________________________________________________________
17030 [  7959] By: jhi                                   on 2000/12/03  08:16:36
17031         Log: Use DO_UTF8().
17032      Branch: perl
17033            ! op.c
17034 ____________________________________________________________________________
17035 [  7958] By: jhi                                   on 2000/12/02  18:33:05
17036         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
17037              From: Mike Guy <mjtg@cam.ac.uk>         
17038              Date: Sat, 02 Dec 2000 17:27:13 +0000
17039              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
17040              
17041              An extraneous argument.
17042      Branch: perl
17043            ! toke.c
17044 ____________________________________________________________________________
17045 [  7957] By: jhi                                   on 2000/12/02  18:22:32
17046         Log: A missing hunk.
17047      Branch: perl
17048            ! t/lib/net-hostent.t
17049 ____________________________________________________________________________
17050 [  7956] By: jhi                                   on 2000/12/02  18:06:20
17051         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
17052              From: Nicholas Clark <nick@ccl4.org>
17053              Date: Sat, 2 Dec 2000 14:28:27 +0000
17054              Message-ID: <20001202142827.A12308@plum.flirble.org>
17055              
17056              Test robustness.
17057      Branch: perl
17058            ! t/lib/net-hostent.t
17059 ____________________________________________________________________________
17060 [  7955] By: jhi                                   on 2000/12/02  17:58:06
17061         Log: Metaconfig unit change for #7954.
17062      Branch: metaconfig
17063            ! U/modified/stdchar.U
17064 ____________________________________________________________________________
17065 [  7954] By: jhi                                   on 2000/12/02  17:54:32
17066         Log: An inconvenient hang would happen if the stdio _ptr wasn't
17067              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
17068              would be grepping stdin for all eternity for the _ptr.)
17069      Branch: perl
17070            ! Configure
17071 ____________________________________________________________________________
17072 [  7953] By: jhi                                   on 2000/12/02  00:07:15
17073         Log: Update Changes.
17074      Branch: perl
17075            ! Changes patchlevel.h
17076 ____________________________________________________________________________
17077 [  7952] By: jhi                                   on 2000/12/01  23:54:47
17078         Log: Subject: Re: long shell lines
17079              From: Andy Dougherty <doughera@lafayette.edu>
17080              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
17081              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
17082              
17083              Split overly long shell command lines.
17084      Branch: perl
17085            ! lib/ExtUtils/MM_Unix.pm
17086 ____________________________________________________________________________
17087 [  7951] By: jhi                                   on 2000/12/01  23:48:02
17088         Log: The metaconfig unit change for #7950.
17089      Branch: metaconfig
17090            + U/modified/stdchar.U
17091 ____________________________________________________________________________
17092 [  7950] By: jhi                                   on 2000/12/01  23:47:39
17093         Log: Try to find stdchar also from <stdio_impl.h>.
17094      Branch: perl
17095            ! Configure config_h.SH
17096 ____________________________________________________________________________
17097 [  7949] By: jhi                                   on 2000/12/01  23:46:45
17098         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
17099              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17100              Date: Fri, 1 Dec 2000 16:26:08 -0500
17101              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
17102              
17103              Reword the diagnostic message.
17104      Branch: perl
17105            ! pod/perldiag.pod
17106 ____________________________________________________________________________
17107 [  7948] By: nick                                  on 2000/12/01  22:49:43
17108         Log: Integrate mainline (for s/y/m as sub names stuff).
17109      Branch: perlio
17110           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
17111           !> t/pragma/warn/toke toke.c
17112 ____________________________________________________________________________
17113 [  7947] By: jhi                                   on 2000/12/01  20:55:41
17114         Log: Integrate perlio.
17115      Branch: perl
17116           !> perlio.c perliol.h t/io/pipe.t
17117 ____________________________________________________________________________
17118 [  7946] By: jhi                                   on 2000/12/01  20:36:51
17119         Log: Upgrade to CPAN 1.59_51, from Andreas König.
17120      Branch: perl
17121            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17122 ____________________________________________________________________________
17123 [  7945] By: nick                                  on 2000/12/01  20:31:32
17124         Log: Integrate mainline
17125      Branch: perlio
17126           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
17127           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
17128           +> t/lib/net-hostent.t
17129           !> (integrate 35 files)
17130 ____________________________________________________________________________
17131 [  7944] By: jhi                                   on 2000/12/01  20:23:29
17132         Log: Some help for 20001130.011.  Now one gets warnings like
17133              "Ambiguous -f() resolved as a file test ..."
17134      Branch: perl
17135            ! pod/perldiag.pod t/pragma/warn/toke toke.c
17136 ____________________________________________________________________________
17137 [  7943] By: jhi                                   on 2000/12/01  19:44:44
17138         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
17139              that also breaks using them as methods. 
17140      Branch: perl
17141            ! pod/perldiag.pod t/op/misc.t toke.c
17142 ____________________________________________________________________________
17143 [  7942] By: nick                                  on 2000/12/01  17:56:46
17144         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
17145              Make 'unix' pass most tests
17146              - do unread by temporary push of layer ("pending") holding unread chars
17147              - fast_gets is now based on per-handle flag
17148              - relax one of io/pipe.t tests to allow print to fail and close to
17149              succeed so that it passes on unbuffered "unix" layer.
17150              Remaining fail is sporadic and a genuine race condition between
17151              parent/child in fork test.
17152      Branch: perlio
17153            ! perlio.c perliol.h t/io/pipe.t
17154 ____________________________________________________________________________
17155 [  7941] By: jhi                                   on 2000/12/01  15:28:58
17156         Log: (Retracted by #7943.)
17157              
17158              Reserve the short named string operator names.
17159      Branch: perl
17160            ! pod/perldiag.pod t/op/misc.t toke.c
17161 ____________________________________________________________________________
17162 [  7940] By: jhi                                   on 2000/12/01  06:45:53
17163         Log: Get the three different space character classes right under utf8.
17164      Branch: perl
17165            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
17166            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
17167            ! regexec.c t/op/pat.t utf8.c
17168 ____________________________________________________________________________
17169 [  7939] By: jhi                                   on 2000/12/01  03:26:26
17170         Log: Two more tests that make no sense in UTF-8 since the test
17171              data is not in UTF-8.
17172      Branch: perl
17173            ! t/op/regexp.t
17174 ____________________________________________________________________________
17175 [  7938] By: jhi                                   on 2000/12/01  03:20:39
17176         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
17177              should it be required inside regexen?
17178      Branch: perl
17179            ! regcomp.c t/op/regmesg.t
17180 ____________________________________________________________________________
17181 [  7937] By: jhi                                   on 2000/12/01  02:58:53
17182         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
17183              stored and restored, and thusly was trounced by the utf8 swash
17184              routines.
17185      Branch: perl
17186            ! regcomp.c
17187 ____________________________________________________________________________
17188 [  7936] By: jhi                                   on 2000/11/30  20:41:39
17189         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
17190              Why the different platforms behave so differently (core dump vs
17191              no core dump) on this bug is a but of a mystery, but if I had to
17192              guess I would mumble something like 'alignment'.
17193      Branch: perl
17194            ! sv.c
17195 ____________________________________________________________________________
17196 [  7935] By: jhi                                   on 2000/11/30  16:17:02
17197         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
17198              From: Robin Barker <rmb1@cise.npl.co.uk>
17199              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
17200              Date: Thu, 30 Nov 2000 14:27:12 GMT
17201      Branch: perl
17202            ! perlio.c toke.c
17203 ____________________________________________________________________________
17204 [  7934] By: jhi                                   on 2000/11/30  16:04:49
17205         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
17206      Branch: perl
17207            ! t/lib/net-hostent.t
17208 ____________________________________________________________________________
17209 [  7933] By: jhi                                   on 2000/11/30  06:07:26
17210         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
17211              From: Peter Prymmer <pvhp@forte.com>
17212              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
17213              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
17214              
17215              In VMS the localhost may be LOCALHOST.
17216      Branch: perl
17217            ! t/lib/net-hostent.t
17218 ____________________________________________________________________________
17219 [  7932] By: jhi                                   on 2000/11/30  01:11:11
17220         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
17221              From: Peter Prymmer <pvhp@forte.com>
17222              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
17223              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
17224              
17225              plus regen perlapi.pod.
17226      Branch: perl
17227            ! pod/perlapi.pod utf8.c
17228 ____________________________________________________________________________
17229 [  7931] By: jhi                                   on 2000/11/30  01:06:19
17230         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
17231              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17232              Date:     Wed, 29 Nov 2000 17:15:11 EST
17233              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
17234      Branch: perl
17235            ! t/lib/filter-util.pl t/lib/filter-util.t
17236 ____________________________________________________________________________
17237 [  7930] By: jhi                                   on 2000/11/29  18:51:55
17238         Log: Update Changes.
17239      Branch: perl
17240            ! Changes patchlevel.h
17241 ____________________________________________________________________________
17242 [  7929] By: jhi                                   on 2000/11/29  18:50:55
17243         Log: Update the va_copy() metaconfig unit.
17244      Branch: metaconfig/U/perl
17245            ! need_va_copy.U
17246 ____________________________________________________________________________
17247 [  7928] By: jhi                                   on 2000/11/29  17:50:43
17248         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
17249              From: Dominic Dunlop <domo@computer.org>
17250              Date: Tue, 28 Nov 2000 16:41:57 +0100
17251              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
17252              
17253              Patch to catch a core dump in the Configure va_copy test.
17254      Branch: perl
17255            ! Configure config_h.SH
17256 ____________________________________________________________________________
17257 [  7927] By: jhi                                   on 2000/11/29  17:31:59
17258         Log: Retract #7921, the patch shouldn't be needed.
17259      Branch: perl
17260            ! sv.c
17261 ____________________________________________________________________________
17262 [  7926] By: jhi                                   on 2000/11/29  17:01:41
17263         Log: Make the Class::Struct import() wiser.
17264      Branch: perl
17265            ! lib/Class/Struct.pm t/lib/class-struct.t
17266 ____________________________________________________________________________
17267 [  7925] By: jhi                                   on 2000/11/29  16:36:33
17268         Log: All the core library users of Class::Struct seem to be
17269              using "use Class::Struct 'struct';" instead of the bare
17270              "use Class::Struct;", which isn't documented in Class::Struct.
17271              This can't be right.
17272      Branch: perl
17273            ! lib/File/stat.pm
17274 ____________________________________________________________________________
17275 [  7924] By: jhi                                   on 2000/11/29  16:32:15
17276         Log: A test works better if it has the right 1..$n output.
17277      Branch: perl
17278            ! t/lib/class-struct.t
17279 ____________________________________________________________________________
17280 [  7923] By: jhi                                   on 2000/11/29  16:29:11
17281         Log: Forgot to MANIFEST the new Net::hostent test.
17282      Branch: perl
17283            ! MANIFEST
17284 ____________________________________________________________________________
17285 [  7922] By: jhi                                   on 2000/11/29  16:27:49
17286         Log: Integrate perlio.
17287      Branch: perl
17288           !> iperlsys.h perlio.c
17289 ____________________________________________________________________________
17290 [  7921] By: jhi                                   on 2000/11/29  16:27:10
17291         Log: (Retracted by #7927.)
17292              
17293              Subject: [PATCH] Is infinity a number?
17294              From: Simon Cozens <simon@cozens.net>
17295              Date: Wed, 29 Nov 2000 14:48:20 +0000
17296              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
17297      Branch: perl
17298            ! sv.c
17299 ____________________________________________________________________________
17300 [  7920] By: jhi                                   on 2000/11/29  16:23:02
17301         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
17302              From: rspier@pobox.com (Robert Spier)
17303              Date: Wed, 29 Nov 2000 02:17:49 -0500
17304              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
17305              
17306              Add a test for Net::hostent.
17307      Branch: perl
17308            + t/lib/net-hostent.t
17309 ____________________________________________________________________________
17310 [  7919] By: jhi                                   on 2000/11/29  16:21:31
17311         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
17312              add a test for Class::Struct.
17313      Branch: perl
17314            + t/lib/class-struct.t
17315            ! MANIFEST lib/Class/Struct.pm
17316 ____________________________________________________________________________
17317 [  7918] By: jhi                                   on 2000/11/29  15:48:40
17318         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
17319              From: rspier@pobox.com (Robert Spier)
17320              Date: Wed, 29 Nov 2000 02:25:39 -0500
17321              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
17322              
17323              More checking in case someone has broken their services or
17324              protocol databases.
17325      Branch: perl
17326            ! ext/Sys/Syslog/Syslog.pm
17327 ____________________________________________________________________________
17328 [  7917] By: jhi                                   on 2000/11/29  15:46:25
17329         Log: Subject: [PATCH] $^O  win32 -> MSWin32
17330              From: rspier@pobox.com (Robert Spier)
17331              Date: Wed, 29 Nov 2000 02:17:38 -0500
17332              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
17333              
17334              plus similar nits for vms, err, VMS, and UNICOS.
17335      Branch: perl
17336            ! t/lib/syslfs.t t/op/lfs.t
17337 ____________________________________________________________________________
17338 [  7916] By: jhi                                   on 2000/11/29  15:42:51
17339         Log: Subject: [PATCH] Tokeniser debugging
17340              From: Simon Cozens <simon@cozens.net>
17341              Date: Wed, 29 Nov 2000 14:15:45 +0000
17342              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
17343      Branch: perl
17344            ! perl.c perl.h pod/perlrun.pod toke.c
17345 ____________________________________________________________________________
17346 [  7915] By: jhi                                   on 2000/11/29  15:41:36
17347         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
17348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17349              Date: Wed, 29 Nov 2000 02:13:14 -0500
17350              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
17351              
17352              OUT keyword nits.
17353              
17354              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
17355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17356              Date: Wed, 29 Nov 2000 03:09:04 -0500
17357              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
17358              
17359              OUT and IN_OUT documentation.
17360      Branch: perl
17361            ! lib/ExtUtils/xsubpp pod/perlxs.pod
17362 ____________________________________________________________________________
17363 [  7914] By: jhi                                   on 2000/11/29  03:35:01
17364         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
17365              From: John Tobey <jtobey@john-edwin-tobey.org>
17366              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
17367              Message-Id: <m140e1N-000FOoC@feynman.localnet>
17368              
17369              plus a performance speedup noticed by Sarathy.
17370      Branch: perl
17371            ! op.c
17372 ____________________________________________________________________________
17373 [  7913] By: jhi                                   on 2000/11/29  03:16:59
17374         Log: Use "1 while unlink" so that VMS gets clean, too.
17375      Branch: perl
17376            ! t/lib/filter-util.t
17377 ____________________________________________________________________________
17378 [  7912] By: jhi                                   on 2000/11/29  03:09:08
17379         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
17380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17381              Date: Tue, 28 Nov 2000 03:27:09 -0500
17382              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
17383      Branch: perl
17384            ! lib/ExtUtils/xsubpp
17385 ____________________________________________________________________________
17386 [  7911] By: jhi                                   on 2000/11/29  03:06:30
17387         Log: This should have been part of #7872: no need to scan UTF-8
17388              until eternity.
17389      Branch: perl
17390            ! utf8.c
17391 ____________________________________________________________________________
17392 [  7910] By: jhi                                   on 2000/11/29  02:50:04
17393         Log: One more perltie.pod nit from Casey R. Tweten.
17394      Branch: perl
17395            ! pod/perltie.pod
17396 ____________________________________________________________________________
17397 [  7909] By: jhi                                   on 2000/11/29  02:44:23
17398         Log: Document the known sprintf test failures, exact standard
17399              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
17400      Branch: perl
17401            ! pod/perldelta.pod t/op/sprintf.t
17402 ____________________________________________________________________________
17403 [  7908] By: jhi                                   on 2000/11/29  02:36:23
17404         Log: Add the Encoding table format documentation.
17405      Branch: perl
17406            + ext/Encode/Encode/EncodeFormat.pod
17407            ! MANIFEST
17408 ____________________________________________________________________________
17409 [  7907] By: jhi                                   on 2000/11/29  02:07:24
17410         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
17411              From: "Casey R. Tweten" <crt@kiski.net>
17412              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
17413              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
17414              
17415              Subject: Re: [PATCH] Updating perltie.pod for arrays
17416              From: "Casey R. Tweten" <crt@kiski.net>
17417              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
17418              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
17419      Branch: perl
17420            ! pod/perltie.pod
17421 ____________________________________________________________________________
17422 [  7906] By: nick                                  on 2000/11/28  22:40:59
17423         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
17424      Branch: perlio
17425            ! iperlsys.h perlio.c
17426 ____________________________________________________________________________
17427 [  7905] By: nick                                  on 2000/11/28  22:04:34
17428         Log: Integrate mainline
17429      Branch: perlio
17430           !> (integrate 39 files)
17431 ____________________________________________________________________________
17432 [  7904] By: jhi                                   on 2000/11/28  16:44:43
17433         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
17434              From: Nicholas Clark <nick@babyhippo.co.uk>
17435              Date: Tue, 28 Nov 2000 11:16:57 +0000
17436              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
17437      Branch: perl
17438            ! pod/perlipc.pod
17439 ____________________________________________________________________________
17440 [  7903] By: jhi                                   on 2000/11/28  16:40:31
17441         Log: Subject: [PATCH] Updating perltie.pod for arrays
17442              From: "Casey R. Tweten" <crt@kiski.net>
17443              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
17444              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
17445      Branch: perl
17446            ! pod/perltie.pod
17447 ____________________________________________________________________________
17448 [  7902] By: jhi                                   on 2000/11/28  16:39:37
17449         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
17450              From: Robin Barker <rmb1@cise.npl.co.uk>
17451              Date: Mon, 27 Nov 2000 17:56:44 GMT
17452              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
17453      Branch: perl
17454            ! pod/perlfunc.pod t/op/split.t
17455 ____________________________________________________________________________
17456 [  7901] By: jhi                                   on 2000/11/28  16:28:04
17457         Log: setmode() is a DOSish-only thing.
17458      Branch: perl
17459            ! perlio.c
17460 ____________________________________________________________________________
17461 [  7900] By: jhi                                   on 2000/11/28  16:21:46
17462         Log: Subject: [PATCH] perlcc.PL cleanups
17463              From: Simon Cozens <simon@cozens.net>
17464              Date: Tue, 28 Nov 2000 12:44:35 +0000
17465              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
17466      Branch: perl
17467            ! utils/perlcc.PL
17468 ____________________________________________________________________________
17469 [  7899] By: gsar                                  on 2000/11/28  06:32:55
17470         Log: reintegrate files missed by change#7895
17471      Branch: maint-5.6/perl
17472           +> ext/ByteLoader/bytecode.h utils/Makefile
17473            - utils/perlbc.PL
17474 ____________________________________________________________________________
17475 [  7897] By: gsar                                  on 2000/11/27  18:22:47
17476         Log: can't integrate these two files, for some reason
17477      Branch: maint-5.6/perl
17478            - ext/ByteLoader/bytecode.h utils/Makefile
17479 ____________________________________________________________________________
17480 [  7895] By: gsar                                  on 2000/11/27  18:11:21
17481         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
17482              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
17483              6757..6890,6892..6901 from mainline
17484              
17485              Bytecompiler patches from Benjamin Stuhl.
17486              
17487              More bytecompiler.
17488              
17489              Subject: [PATCH blead] B:: missing dependency
17490              
17491              Subject: [PATCH: 6757] configure.com updates and syslog build
17492              
17493              Long double Gconvert fixes from Yitzchak Scott-Thoennes
17494              and Spider Boardman.
17495              
17496              Subject: [PATCH blead] nextchar() abuse misses an optimisation
17497              
17498              Long double fixes from Spider Boardman.
17499              
17500              Make the selection of NVff et al stricter.
17501              
17502              cSVOPo_*v things index into the current PL_curpad
17503              under ithreads, which is different from the curpad
17504              used by the XSUB.  (In other words, the code as-is
17505              before this patch wouldn't work under ithreads.)
17506              
17507              Be portable.
17508              
17509              VMS MMS (make) wants null action.
17510              
17511              Mac and other portability updates from Chris Nandor.
17512              
17513              Storable support, v-version fixes.
17514              Subject: CPAN.pm beta for testing available
17515              
17516              Portability fix from Hugo van der Sanden.
17517              
17518              Bad makefile.
17519              
17520              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
17521              
17522              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
17523              
17524              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
17525              
17526              Replace #6705 with a minimal doc patch.
17527              Subject: [PATCH 5.6.0] replace change #6705
17528              
17529              Drop the separate perlbc, perlcc -b should be enough.
17530              
17531              installperl couldn't tell whether it had run tests or not.
17532              Subject: [PATCH] Re: installperl and t/TEST
17533              
17534              Add silencer flags to installperl.
17535              Subject: [PATCH] Making installperl silent.
17536              
17537              Make "make install" by default silent.  A new "install-verbose"
17538              target is verbose.
17539              
17540              More liberal parsing of version numbers.
17541              Subject: Re: CPAN.pm beta for testing available
17542              
17543              Create directories in silence.
17544              Subject: [PATCH] Another silencer for MakeMaker
17545              
17546              DOS patches and portability/porting notes, from Tim Jenness.
17547              
17548              Make installman to recognize the silence flag -S.
17549              
17550              Actually do something with the silencer option.
17551              
17552              Continue silencing.
17553              
17554              Show the doc file, not the temp file.
17555              
17556              Regen perltoc.
17557              
17558              Subject: [PATCH] More silencing of installman.
17559              
17560              Better wording for the vec lvalue diagnostic.
17561              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
17562              
17563              Subject: [PATCH: 6805] several more tweaks to configure.com
17564              
17565              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
17566              
17567              Missing parts of 
17568              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
17569              
17570              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
17571              (applied slightly modified)
17572              
17573              installperl --verbose and --silent.
17574              Subject: Re: [PATCH] More silencing of installman.
17575              
17576              Add install-silent target.
17577              
17578              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
17579              the problem reported in
17580              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
17581              
17582              Tweak the sfio/useperlio logic, hopefully as wished in
17583              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
17584              
17585              One forgotten file from #6816.
17586              
17587              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
17588              
17589              Remove duplicately applied patch shards.
17590              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
17591              
17592              Support preserving extremely big/small angles.
17593              
17594              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
17595              
17596              Subject: [PATCH] installation not quite silent yet.
17597              
17598              Update the test count.
17599              
17600              Use UVxf, PTR2UV, NVff.
17601              
17602              Document PTR2XX and INT2PTR.
17603              
17604              no-install target a la make -n.
17605              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
17606              
17607              grep -e isn't portable.
17608              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
17609              
17610              Can't get the test to reliably work thanks to the
17611              inaccurateness of floating point.  "Resolves" bug ids
17612              20000826.003, 20000826.009, 20000826.010,
17613              
17614              Subject: installman buglet
17615              
17616              DJGPP update from Laszlo Molnar.
17617              
17618              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
17619              
17620              Passing -R in ldflags makes now it to appear in the default
17621              for lddlflags, just like with -L.
17622              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
17623              
17624              Test nit.
17625              
17626              Use the actual thread type, not the pointer-to-struct.
17627              
17628              Provice virtual $Config{ccflags_nolargefiles} etc. 
17629              
17630              display_format used as a class method without arguments was broken,
17631              reported in
17632              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
17633              
17634              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
17635              
17636              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
17637              
17638              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
17639              
17640              opmini.o may be left around if a build is interrupted.
17641              
17642              Typo in #6858.
17643              
17644              Fix for ID 20000828.001, long doubles were not formatted
17645              correctly (showed up in $], which stopped installing perl).
17646              
17647              An attempt to fix the problem reported in
17648              Subject: Building perl@6856 using gcc/AIX 4.3.3 
17649              I can't test this properly since the gcc installation I have
17650              access to seems to be botched (gcc is calling the AIX cpp,
17651              a losing proposition...)
17652              
17653              Add -ld to archname on long tr...double platforms.
17654              
17655              Subject: hv.h Doc Patch
17656              
17657              Potential cruft.
17658              
17659              Subject: [PATCH bleedperl@6856] warnings fixes
17660              
17661              -S is the silent flag, -s is the strip flag.
17662              Subject: [PATCH] Re: [PATCH] make no-install          
17663              
17664              Take out the SUIDMAIL thing, that will not be
17665              a problem in 5.7.*.
17666              
17667              Subject: [PATCH bleedperl@6866] spellings
17668              
17669              Subject: [PATCH] Re: files not cleaned even by veryclean
17670              
17671              Use minimal @INC in tests, most of the time just '../lib',
17672              so that we simply can't pick up stuff from other Perls than
17673              the one we are testing.  Pointed out by
17674              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
17675              
17676              Update to Getopt::Long 2.24, from Johan Vromans.
17677              
17678              Fix for thinko in #6848.
17679              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
17680              
17681              Patches all over for people and the files they (hopefully) care about.
17682              
17683              Subject: Net::protoent does not export 'getproto'
17684              
17685              Missed a change in #6869.
17686              
17687              Subject: [PATCH] Warnings in B::Deparse
17688              
17689              Subject: [PATCH] Glob dumping
17690              
17691              Disable one of the tests for now.
17692              
17693              Disabling the one test is a bit tricky.
17694              
17695              Don't forget to tidy up.
17696              
17697              The #6881 removed one dump line.
17698              
17699              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
17700              
17701              Under usethreads the dumped variable is IN_PAD.
17702              Subject: Re: [PATCH] Glob dumping
17703              
17704              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
17705              
17706              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
17707              
17708              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
17709              
17710              Regen Configure for #6894.
17711              
17712              Subject: [PATCH: 6889] updates to perlebcdic.pod
17713              
17714              Undo namespace pollution of #6878.
17715              Subject: Re: Net::protoent does not export 'getproto'
17716              
17717              Admit that we are leaking scalars.
17718              
17719              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
17720      Branch: maint-5.6/perl
17721           !> (integrate 271 files)
17722 ____________________________________________________________________________
17723 [  7894] By: gsar                                  on 2000/11/27  16:00:34
17724         Log: a couple of nits
17725      Branch: maint-5.6/perl
17726            ! MANIFEST pp_sys.c
17727 ____________________________________________________________________________
17728 [  7893] By: gsar                                  on 2000/11/27  15:10:56
17729         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
17730              6740..6745,6747..6757,6760
17731              
17732              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
17733              
17734              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
17735              
17736              Doc nits spotted by Richard Soderberg.
17737              
17738              move WNOHANG definition to where other such things are
17739              
17740              Make $Config{byteorder} more magical so that it is
17741              dynamically computed: nice for 'fat binaries'.
17742              Subject: [PATCH]: default byteorder
17743              
17744              Subject: [PATCH] Cwd.pm now uses strict
17745              
17746              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
17747              
17748              Get -DLEAKTEST to compile (not necessarily to work, mind)
17749              Subject: [ID 20000724.006] -DLEAKTEST problem
17750              
17751              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
17752              
17753              Add perlebcdic from Peter Prymmer, regen toc.
17754              
17755              Don't propose using modules built for 5.005 if no binary
17756              compatibility with 5.005 is attempted.
17757              
17758              Do not use prototyping here.
17759              Subject: [ID 20000817.016] [PATCH] Peek.xs
17760              
17761              Document what the backtick returns if the command fails.
17762              
17763              Add byteorder to the myconfig output.
17764              
17765              Introduce NVef, NVff, and NVgf, use the middle one.
17766              (helps for lib/peek + Linux + long doubles)  Reported in
17767              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
17768              Use NVs in POSIX math, not doubles.
17769              Subject: [ID 20000817.014] POSIX & modfl
17770              
17771              Subject: [PATCH 5.6.0+] newSVrv() memory leak
17772              
17773              The byteorder code in #6671 was wrong.
17774              
17775              Fix the lib/complex failure of
17776              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
17777              Linux long double accuracy issue: something that
17778              when printed with %g looks like "2" but int() of it is 1.
17779              
17780              Propagate new Configure vars.
17781              
17782              Unbuffer the output.
17783              
17784              Subject: [PATCH] perltrap.pod spring cleaning
17785              
17786              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
17787              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
17788              
17789              Tiny Getopt::Long patch from Johan Vromans.
17790              
17791              Document code point which makes if (defined %stash::) to work
17792              (noted by Spider Boardman).
17793              
17794              Subject: [PATCH perl@6698] cygwin port
17795              
17796              Document the NDBM_File and ODBM_File as SDBM_File
17797              was documented in #6417.
17798              
17799              The new tests were missing from #6415.
17800              
17801              Add [[:blank:]] as suggested in
17802              Subject: [ID 20000716.024] [=cc=] / [:blank:]
17803              (the [=cc=] has already been taken care of by #6439
17804              so the whole bug report can be closed)
17805              and make [[:space:]] to be equivalent to isspace(3)
17806              (as opposed to \s, which is isSPACE()).  The difference
17807              is that now [[:space:]] matches the mythical vertical tab,
17808              while \s doesn't.
17809              
17810              Don't eat leading os from index entries.
17811              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
17812              
17813              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
17814              
17815              Typo in pp_complement().
17816              Subject: [PATCH perl-current] Deparse
17817              
17818              Add warnif(), check warnings further up the stack,
17819              all the warnings functions now can take an optional object reference.
17820              Subject: [PATCH bleedperl@6691] warnings pragma update
17821              
17822              Fix a core dump in lib/selfloader under -DDEBUGGING.
17823              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
17824              
17825              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
17826              
17827              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
17828              
17829              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
17830              Put back the long double avoidance code to POSIX.xs
17831              because VMS seems to need it still.
17832              
17833              Introduce a 'veryclean' target that is like 'distclean'
17834              but also removes *~ and *.orig.
17835              
17836              Subject: [ID 20000817.023] endianness description in perlfunc.pod
17837              
17838              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
17839              
17840              Let's try #6717 again.
17841              
17842              UTF8 concat fixes.
17843              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
17844              
17845              pp_open() could pass an uninitialized filename down to do_open9().
17846              
17847              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
17848              
17849              Update to CGI 2.72, from Lincoln Stein.
17850              
17851              Subject: [PATCH] Silence MakeMaker (Was: installman)
17852              
17853              Use temporary directory instead of current directory.
17854              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
17855              
17856              Document odd vs even subreleases and -Dusedevel.
17857              
17858              The veryclean target needs to clobber.
17859              
17860              Use File::Spec->tmpdir().
17861              
17862              Document the number of exponent digits.
17863              
17864              Mention perlebcdic and perlposix-bc.
17865              
17866              s/this one/the 5.6.0 release/
17867              
17868              The #6724 is here.
17869              
17870              The correct cleaning order is an art.
17871              
17872              small tweaks for change#6705: avoid C++ style comments in C code;
17873              use Perl's malloc API rather than the low level system one
17874              
17875              Array context keeps slithering in.
17876              
17877              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
17878              
17879              Subject: [PATCH] os2.c fix for use64bitint
17880              
17881              Update to Pod::LaTeX 0.53.
17882              Subject: [PATCH] lib/Pod/LaTeX.pm updates
17883              
17884              Document the endianness of Alpha more precisely.
17885              
17886              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
17887              
17888              Rename the macro argument because some preprocessors
17889              can't tell the difference and expand arguments also inside
17890              double quoted strings.
17891              
17892              free TLS slot properly on Windows
17893              
17894              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
17895              
17896              Unicos/mk requires elaborate paranoia.
17897              
17898              Tweak the floating point output routine preferences.
17899              
17900              Also under djgpp the timestamps are funky.
17901              
17902              Apply some PodParser 1.18 patches; the Pod/Find.pm
17903              patches cannot be applied since #6712 conflicts.
17904              
17905              Use PodParser 1.18 new test.
17906              
17907              A pod nit.
17908              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
17909              
17910              Be verydeepclean.
17911      Branch: maint-5.6/perl
17912           +> pod/perlebcdic.pod
17913           !> (integrate 106 files)
17914 ____________________________________________________________________________
17915 [  7892] By: jhi                                   on 2000/11/27  15:02:32
17916         Log: Update Changes.
17917      Branch: perl
17918            ! Changes patchlevel.h
17919 ____________________________________________________________________________
17920 [  7891] By: jhi                                   on 2000/11/27  14:57:23
17921         Log: Subject: Re: perlfaq style changes
17922              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17923              Date: Sat, 25 Nov 2000 23:32:26 -0800
17924              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
17925              
17926              plus a note from Ronald Kimball.
17927      Branch: perl
17928            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
17929 ____________________________________________________________________________
17930 [  7890] By: jhi                                   on 2000/11/27  14:53:14
17931         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
17932              From: Benjamin Holzman <bah@ecnvantage.com>
17933              Date: Sun, 26 Nov 2000 16:27:33 -0500
17934              Message-ID: <20001126162733.J25040@ecnvantage.com>
17935      Branch: perl
17936            ! gv.c
17937 ____________________________________________________________________________
17938 [  7889] By: jhi                                   on 2000/11/27  14:43:11
17939         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
17940              From: lvirden@cas.org
17941              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
17942              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
17943      Branch: perl
17944            ! README.amiga
17945 ____________________________________________________________________________
17946 [  7888] By: jhi                                   on 2000/11/27  14:32:34
17947         Log: Restore also the locale test to no-sprintf-taint state.
17948              Fixes the bug 20001127.003.
17949      Branch: perl
17950            ! sv.c t/pragma/locale.t
17951 ____________________________________________________________________________
17952 [  7887] By: gsar                                  on 2000/11/27  14:13:05
17953         Log: integrate changes#6613..6616,6620..6665 from mainline
17954              
17955              VMS configure.com update continues.
17956              
17957              Subject: Test fails / warnings with perl-current #6612
17958              
17959              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
17960              
17961              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
17962              
17963              For now remove the mail code.
17964              
17965              Subject: Re: [PATCH] @+, @- readonly
17966              
17967              Subject: warning: storage class after type is obsolescent
17968              
17969              Subject: sfio2000
17970              
17971              Subject: Re: File::Temp problems on VMS in bleedperl
17972              
17973              README.os2 update.
17974              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
17975              
17976              Make the user to give up his firstborn, err, to knowingly
17977              verify installing an unstable developer release.  Also bump
17978              the release to 5.7.0, but leave a patch tag in the local
17979              patches saying that this is not yet the real thing.
17980              
17981              Update (kinda) to Test 1.14, from Joshua Pritikin.
17982              
17983              make ok etc also for win32.
17984              
17985              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
17986              
17987              Don't blow limited stacks, a lower number is enough to
17988              tickle the lookbehind limit.
17989              
17990              Use -Dusedevel; regen Configure and the respective Porting stuff.
17991              
17992              Subject: [PATCH] debugger exit code should reflect user exit code
17993              
17994              Subject: [PATCH perl@6620] cygwin port
17995              
17996              Missed a file from #6638.
17997              
17998              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)
17999              
18000              magic callbacks all need to have same type signature
18001              
18002              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
18003              
18004              Fix a dependency problem.
18005              Subject: [PATCH: 6640] VMS Makefile.SH update
18006              
18007              The numeric locale was reset to "C" by s?printf and never restored.
18008              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
18009              No test since adding the failing example to locale.t
18010              does not fail -- probably because the locale settings are so
18011              thoroughly tweaked by that time.  Running the example standalone
18012              does fail, though.  UPDATE: test case added at change #7540.
18013              
18014              Subject: [ID 20000324.040] minor fix to perlhpux.pod
18015              
18016              Update to CPAN 1.57.
18017              
18018              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
18019              
18020              Change the perlbug address to perl.org since it's more forgiving.
18021              
18022              Change the regx compilation error markers to use = instead of <
18023              since pod makes using the latter quite messy.  Reported in
18024              ID 20000814.006 by Abigail and in
18025              Subject: Unknown escape E<> ?
18026              
18027              Update to perldebtut 1.9, from Richard Foley.
18028              
18029              check that the number pseudo children doesn't exceed
18030              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
18031              the WaitForMultipleObjects() limit that would cause wait()
18032              to crash)
18033              wait() and waitpid() could potentially be rewritten to use
18034              more than one thread to do the waiting to eliminate this
18035              limitation
18036              
18037              change#6328 could make close(SOCKET) return false on windows
18038              when it shouldn't
18039              
18040              pod nit seen in passing
18041              
18042              on windows, the return values from wait() and waitpid() don't
18043              match those of pseudo-pids
18044              
18045              waitpid() now handles externally spawned pids correctly;
18046              fixes for backtick/wait/waitpid failures on Windows 9x
18047              these changes make the pid returned by process functions on
18048              Windows 9x always positive by clearing the high bit (which
18049              is always set on Win9x); pseudo-process PIDs are likewise
18050              always negative now on Win9x (just as on NT/2000)
18051              
18052              trailing new %ENV entries weren't being pushed into the real
18053              environment of subprocesses on Windows
18054              
18055              Tweak the regex compilation errors once more.
18056              
18057              avoid warnings from dense compiler
18058              
18059              add "ok" targets from change#6632 in makefile.mk
18060      Branch: maint-5.6/perl
18061            - lib/Pod/PlainText.pm vms/configure.com
18062           !> (integrate 66 files)
18063 ____________________________________________________________________________
18064 [  7886] By: jhi                                   on 2000/11/27  13:54:18
18065         Log: __FUNCTION__ isn't portable and trying to emulate it leads
18066              into practically spelling out the name of the function.
18067              Takes care of the bug 20001127.001.
18068      Branch: perl
18069            ! perlio.c
18070 ____________________________________________________________________________
18071 [  7885] By: gsar                                  on 2000/11/27  13:53:18
18072         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
18073              6610..6611 from mainline
18074              
18075              Make regular expression parse error messages easier to understand.
18076              Subject: Re: enhanced(?) regex error messages
18077              
18078              Tiny tidying on report_evil_fh().
18079              
18080              Subject: Re: enhanced(?) regex error messages 
18081              plus Capitalize the error messages, plus perldiag them.
18082              
18083              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
18084              
18085              Document here-doc better.
18086              
18087              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
18088              
18089              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
18090              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
18091              (either perlbug or p5p ate the original), plus regen
18092              perlapi and perltoc. 
18093              
18094              Regen global.sym.
18095              
18096              Double check that we have a dirhandle.
18097              
18098              Subject: Re: enhanced(?) regex error messages
18099              (plus two small patches sent privately)
18100              (this still seems to leave few test failures)
18101              
18102              warn is a macro, avoid using at a variable to avoid warnings
18103              in some configurations; readdir.t is too conservative in
18104              estimating number of *.t's
18105              
18106              Get back into sync with Jeffrey on the enhanced regex warnings.
18107              
18108              Subject: [PATCH 5.6.0] cygwin port
18109              
18110              Zero entries were skipped, fix from Adrian Goalby
18111              <argoalby@yahoo.co.uk>
18112              
18113              Subject: Remove dead entry in perldiag
18114              
18115              Amend the description of Perl6.
18116              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
18117              
18118              detypo
18119              
18120              It's the 2ndO'ROSSC.
18121              
18122              Revert the sv.c part of #6559, a better fix is needed.
18123              
18124              Iterating perl6 description.
18125              
18126              Update to Term::ANSIColor 1.03, from Russ Allbery.
18127              
18128              Update to Getopt::Long 2.23_05, from Johan Vromans.
18129              
18130              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
18131              
18132              Update to Pod::Parser 1.17, from Brad Appleton.
18133              
18134              Update to CPAN 1.56, from Andreas König.
18135              
18136              Update to CGI 2.70, from Lincoln Stein.
18137              
18138              Put back the std @INC thing.
18139              
18140              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
18141              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
18142              
18143              Document the IO::Select timeout.
18144              
18145              sleep(1) does not necessarily return 1.
18146              Subject: [PATCH bleadperl] op/lex_assign.t  
18147              
18148              Subject: debugger "d" command doesnt check line number
18149              
18150              B::Deparse didn't do sub attributes.
18151              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
18152              
18153              Preprocessing and postprocessing for File::Find.
18154              Subject: Patch to Find::File.pm to allow alphabetical results
18155              
18156              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
18157              
18158              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
18159              
18160              Subject: Re: [ID 20000730.003] utf8::length() bad
18161              
18162              Subject: Getting perlio and threads to compile
18163              (the Solaris version changes in Configure skipped)
18164              
18165              Tests for #6589.
18166              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
18167              
18168              Add Perl debugging tutorial, regen toc. 
18169              Subject: perldebtut.pod
18170              
18171              Add a few missing files, update MANIFEST.
18172              
18173              Rewrite of vms/subconfigure.com as configure.com,
18174              from Peter Prymmer and the vmsperl crew.
18175              
18176              Should have deleted this in #6603.
18177              
18178              Fix the test for 5005threads.
18179              
18180              Fix-n-skip the tests under 5005threads.
18181              
18182              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
18183              
18184              Upgrade to CGI 2.71, from Lincoln Stein.
18185      Branch: maint-5.6/perl
18186           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
18187           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
18188           +> t/op/regmesg.t t/pod/find.t vms/configure.com
18189            - vms/subconfigure.com
18190            ! lib/lib.pm
18191           !> (integrate 115 files)
18192 ____________________________________________________________________________
18193 [  7884] By: jhi                                   on 2000/11/27  13:44:33
18194         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
18195              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18196              Date:     Mon, 27 Nov 2000 08:23:54 EST
18197              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
18198      Branch: perl
18199            ! vms/descrip_mms.template vms/test.com
18200 ____________________________________________________________________________
18201 [  7883] By: gsar                                  on 2000/11/27  11:50:46
18202         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
18203              6511..6513,6515..6523,6525..6536
18204              
18205              The swallow_bom() saga continues.  The #23 of require.t
18206              (UTF16-LE) still fails (silently, no output) but the #22
18207              (UTF16-BE) seems to be working now.  The root of the
18208              failure may be in sv_gets(): is it UTF-16LE-aware,
18209              especially when it comes to line endings? 
18210              
18211              Document the problem with -P in HP-UX and its workaround.
18212              
18213              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
18214              (aka ID 20000730.002)
18215              
18216              Subject: fix and question re: waitpid() under win32
18217              
18218              Make the safety catch for buggy gccs work with triple version
18219              numbers like 2.95.2.  Reported in
18220              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
18221              
18222              In Digital UNIX warn if gcc explicitly chosen because even
18223              2.95.2 is known to cause problems.
18224              
18225              Make chr() for values >127 to create utf8 when under utf8.
18226              
18227              various syntax errors and such (not fixed: comp/require.t#22 coredump
18228              on Windows)
18229              
18230              Stash away the largefiles flags and libswanted.
18231              
18232              BOM patching from Simon Cozens.
18233              
18234              If gccosandvers is equal to osname, clear gccosandvers.
18235              
18236              Make p4desc to skip non-mainperl branches by default.
18237              
18238              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
18239              
18240              The test from this
18241              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
18242              
18243              In new BSDs changes to argv[] do not show up in ps(1) output,
18244              instead one must use setproctitle().  This was already addressed
18245              by change #6457, but the below has a new variant for FreeBSD 4.0
18246              or later, and the matter is also documented more.
18247              
18248              FreeBSD 3.* updates from
18249              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
18250              
18251              regen_headers, regen perltoc.
18252              
18253              Document in one place the memory abstractions used in Perl core.
18254              
18255              memcpy has n o in it, as pinted ut by Sarathy.
18256              
18257              Remove the extraneous "main::" prefix from all the
18258              "opened only for", "on closed", and "never opened" warnings.
18259              
18260              The name of a filehandle does not have <these>.
18261              
18262              The tr utf8 patching continues.
18263              
18264              The new setproctitle() feature is available only in 
18265              bleeding edge FreeBSD.  From Paul Saab.
18266              
18267              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
18268              
18269              Dump UVs as UVs in Data::Dumper.
18270              
18271              detypo #6494
18272              
18273              Document the IVdf UVuf UVof UVxf.
18274              
18275              require.t needs binmode() to work on windows
18276              
18277              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
18278              that are hopefully soon put into use.
18279              
18280              Allow "no Module;" even if there is no 'unimport'.
18281              
18282              Better skip message for the test; one of the two problems in
18283              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
18284              
18285              The subtest 4 may fail also on VOBS, as pointed out
18286              by Nick Ing-Simmons in November 1999, bug id 19991124.003
18287              (but the failure in that bug report isn't the subtest 4).
18288              
18289              Be more informative on what is skipped and why,
18290              also repeat the list at the end.
18291              
18292              Add a URL for FSF.
18293              
18294              Subject: [PATCH] sv.h documentation - SvLEN
18295              
18296              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
18297              
18298              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
18299              
18300              Subject: [PATCH] bad cppsymbols on os2 + Configure question
18301              
18302              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
18303              
18304              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
18305              mention the idea of @( and @)
18306              
18307              This is 6512.  Really.
18308              
18309              Subject: [ID 19990721.004] Documentation bug in perlfunc
18310              
18311              Subject: Minor tweak to perlvar.pod
18312              
18313              In the warnings call filehandles consistently so;
18314              add "unopened" warning for stat().
18315              
18316              After the #6519 a warning about stat() is just that,
18317              not about a filetest, which now have their own warning.
18318              
18319              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
18320              
18321              Subject: Re: Array vs. List context
18322              
18323              Subject: New perlcc, take 2
18324              
18325              Weed buglets pointed out by
18326              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
18327              
18328              gcc versions might have (parentheses) in them.
18329              
18330              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
18331              
18332              Essential prototype changes were missing from #6527.
18333              Also make report_evil_fh() more bomb-proof.
18334              
18335              Zap lib/Sys directory when cleaning up.
18336              
18337              Change the Policy policy: now -Dprefix= with an existing
18338              Policy.sh and prefix == siteprefix == vendorprefix, then all
18339              of them follow along the new prefix.
18340              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
18341              
18342              Continue fixing the io warnings.  This also
18343              sort of fixes bug ID 20000802.003: the core dump
18344              is no more.  Whether the current behaviour is correct
18345              (giving a warning: "Not a format reference"), is another matter.
18346              
18347              Have symbols for the IoTYPEs.
18348              
18349              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
18350              
18351              Document a bit that UDP is not what you might think.
18352              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
18353              tr memory corruption fix from Simon Cozens.
18354              
18355              Plug the security hole described in the Aug 05 2000 bugtraq message
18356              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
18357              The security hole exists only in suidperls, which isn't
18358              installed or even built by default.
18359      Branch: maint-5.6/perl
18360           !> (integrate 71 files)
18361 ____________________________________________________________________________
18362 [  7882] By: gsar                                  on 2000/11/27  10:25:36
18363         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
18364              from mainline
18365              
18366              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
18367              to be fatal errors (instead of by default ignoring them, and
18368              ignoring with a bug: even though -w gave an error, the opening [
18369              was left in)  Reported in:
18370              
18371              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
18372              
18373              Subject: [PATCH] split /^/
18374              
18375              MacOS nits from Matthias Neeracher.
18376              
18377              More split() doc and test patches from Mike Guy.
18378              
18379              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
18380              from Graham Barr in the module list.
18381              
18382              docfix from Peter Scott <Peter@PSDT.com>.
18383              
18384              File::Temp patches for VMS and OS/2 from Tim Jenness.
18385              
18386              open() wariness in perlbug.
18387              
18388              Subject: [PATCH] minor doc change - perlguts
18389              
18390              Subject: Minor doc patch: handy.h
18391              
18392              Be wary of close()s, too.
18393              
18394              Further File::Temp patches from Yitzchak Scott-Thoennes
18395              and Craig A. Berry.
18396              
18397              Subject: [PATCH] fixes bug 20000508.004
18398              
18399              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
18400              
18401              Allow "no AutoLoader;", based on change #6444,
18402              suggested by Graham Barr.
18403              
18404              Use setproctitle() if available to modify $0.
18405              
18406              Warn if the version of the operating system used to compile gcc
18407              differs from the current version of the operating system.
18408              Also display the gcc compilation os and version in myconfig.
18409              Inspiration from
18410              
18411              Tiny fixes for #6460.
18412              
18413              The problem described in this
18414              Subject: [ID 20000322.018] named chars aren't magical enough
18415              has been fixed in perl 5.6.0 but just in case added a test
18416              to keep it away.  (The report from Joseph Hall.)
18417              
18418              Tune the comments and hopefully stop a memory leak.
18419              
18420              Subject: UTF8 concat
18421              (with a memory leak fixed, plus a few casts added)
18422              This also seems to help for
18423              Subject: [ID 20000716.015] join UTF8 weirdness
18424              
18425              Do not upgrade SVs into utf8 just because they participate
18426              in eq or cmp.  Reported and fix suggested in
18427              Subject: [ID 20000720.009] sv_eq UTF8 bug
18428              
18429              Fix the HALF_UPGRADE() macro introduced in #6263.
18430              
18431              Find green threads before native threads.
18432              Subject: Re: Patch to jpl/JNI/Makefile.PL
18433      Branch: maint-5.6/perl
18434           !> (integrate 30 files)
18435 ____________________________________________________________________________
18436 [  7881] By: jhi                                   on 2000/11/27  05:48:41
18437         Log: It seems that *both* the unused submatch loop cleanup
18438              codes are needed.
18439      Branch: perl
18440            ! regexec.c
18441 ____________________________________________________________________________
18442 [  7880] By: jhi                                   on 2000/11/27  04:50:07
18443         Log: Clean .exists deeper.
18444      Branch: perl
18445            ! Makefile.SH
18446 ____________________________________________________________________________
18447 [  7879] By: jhi                                   on 2000/11/27  02:31:35
18448         Log: The code in regcppop() (see #7878) contains the correct lower
18449              limit for the unused submatch 'cleanup' loop so that under
18450              "use utf8" the following code wouldn't dump core:
18451              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
18452              the cleanup loop in regtry() stomped beyond allocated area
18453              in the startp[] array.  Therefore, copied the correct lower
18454              loop limit (*PL_reglastparen) to regtry().  Note: something
18455              may still not be quite right: why was the _higher_ loop limit
18456              (prog->nparens) different in the utf8 case?
18457              
18458              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
18459              without core dumps, there were about 17 of them before
18460              the patch (with us since Perl 5.7.0).  Two failures, still:
18461              496 and 505 (though these may not be severe).
18462              
18463              Patch #7881 is also needed since both the cleanup loops
18464              seem to be needed.
18465              
18466              Also, the t/op/pat#44 seems to core dump under utf8.
18467              Plus a couple of failures.  UGH-8.
18468      Branch: perl
18469            ! regexec.c
18470 ____________________________________________________________________________
18471 [  7878] By: jhi                                   on 2000/11/27  02:21:17
18472         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
18473              the code in regcppop() seems to be redundant for the test suite --
18474              but it contains a germ of truth, and it needed for the build
18475              process itself: see #7879 and #7881.
18476      Branch: perl
18477            ! regexec.c
18478 ____________________________________________________________________________
18479 [  7877] By: jhi                                   on 2000/11/27  01:53:09
18480         Log: Comment on comment.
18481      Branch: perl
18482            ! regexec.c
18483 ____________________________________________________________________________
18484 [  7876] By: jhi                                   on 2000/11/27  00:49:59
18485         Log: Adjust the docs to agree with #7875.
18486      Branch: perl
18487            ! pod/perllocale.pod
18488 ____________________________________________________________________________
18489 [  7875] By: jhi                                   on 2000/11/27  00:49:27
18490         Log: Retract #7863.  It makes more sense not to taint formatted output,
18491              not even by sprintf().
18492      Branch: perl
18493            ! sv.c
18494 ____________________________________________________________________________
18495 [  7874] By: jhi                                   on 2000/11/26  23:36:02
18496         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
18497              Not really fixed (should really dump the UTF-8 charclass),
18498              but stopped displaying the garbage.
18499              
18500              Also add a note on the (missing) Unicode PSXSPC and BLANK.
18501      Branch: perl
18502            ! regcomp.c
18503 ____________________________________________________________________________
18504 [  7873] By: jhi                                   on 2000/11/26  21:31:13
18505         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
18506      Branch: perl
18507            ! regexec.c
18508 ____________________________________________________________________________
18509 [  7872] By: jhi                                   on 2000/11/26  21:06:04
18510         Log: No need to scan till infinity, 13 is enough.
18511      Branch: perl
18512            ! handy.h utf8.c
18513 ____________________________________________________________________________
18514 [  7871] By: jhi                                   on 2000/11/26  20:20:32
18515         Log: Test line numbers are different with utf8.
18516      Branch: perl
18517            ! t/op/re_tests
18518 ____________________________________________________________________________
18519 [  7870] By: jhi                                   on 2000/11/26  20:10:12
18520         Log: Message nit.
18521      Branch: perl
18522            ! regcomp.c
18523 ____________________________________________________________________________
18524 [  7869] By: jhi                                   on 2000/11/26  19:01:05
18525         Log: Make utf8_length() and utf8_distance() (the latter of which
18526              is unused at the moment) to be less forgiving about bad UTF-8.
18527      Branch: perl
18528            ! embed.h embed.pl objXSUB.h proto.h utf8.c
18529 ____________________________________________________________________________
18530 [  7868] By: jhi                                   on 2000/11/26  18:45:56
18531         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
18532              From: Benjamin Holzman <bah@ecnvantage.com>
18533              Date: Sat, 25 Nov 2000 20:40:20 -0500       
18534              Message-ID: <20001125204020.A25040@ecnvantage.com>              
18535              
18536              Debian allows installing /usr/bin/locale without installing
18537              any locales, an error message will ensue.
18538      Branch: perl
18539            ! t/pragma/locale.t
18540 ____________________________________________________________________________
18541 [  7867] By: jhi                                   on 2000/11/26  18:31:12
18542         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
18543              From: Benjamin Holzman <bah@ecnvantage.com>
18544              Date: Sun, 26 Nov 2000 02:42:34 -0500
18545              Message-ID: <20001126024234.G25040@ecnvantage.com>
18546              
18547              Patch for the bug 20000212.002.
18548      Branch: perl
18549            ! sv.c t/op/array.t
18550 ____________________________________________________________________________
18551 [  7866] By: jhi                                   on 2000/11/26  18:28:09
18552         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
18553              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18554              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
18555              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
18556              
18557              File::Temp 0.11.
18558      Branch: perl
18559            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
18560 ____________________________________________________________________________
18561 [  7865] By: jhi                                   on 2000/11/26  18:24:22
18562         Log: The metaconfig unit change for #7864.
18563      Branch: metaconfig/U/perl
18564            ! need_va_copy.U
18565 ____________________________________________________________________________
18566 [  7864] By: jhi                                   on 2000/11/26  18:23:41
18567         Log: Make the va_copy() test not to be so talkative.
18568      Branch: perl
18569            ! Configure config_h.SH
18570 ____________________________________________________________________________
18571 [  7863] By: jhi                                   on 2000/11/26  18:11:02
18572         Log: Fix locale inconsistencies unearthed by Hugo's work.
18573              Now the floating point sprintf really does taint the result
18574              string as perllocale promises (has promised for a long time)
18575              if "use locale" is in the lexical scope.
18576      Branch: perl
18577            ! sv.c t/pragma/locale.t
18578 ____________________________________________________________________________
18579 [  7862] By: jhi                                   on 2000/11/26  00:35:15
18580         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
18581              From: Nicholas Clark <nick@ccl4.org>
18582              Date: Sun, 26 Nov 2000 00:07:50 +0000
18583              Message-ID: <20001126000750.A22446@plum.flirble.org>
18584              
18585              Infinit.
18586      Branch: perl
18587            ! sv.c
18588 ____________________________________________________________________________
18589 [  7861] By: jhi                                   on 2000/11/26  00:01:26
18590         Log: Integrate perlio.
18591      Branch: perl
18592           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
18593 ____________________________________________________________________________
18594 [  7860] By: nick                                  on 2000/11/25  22:04:17
18595         Log: Correct relative path from new ext\Filter\Util\Call location
18596              back to miniperl.
18597      Branch: perlio
18598            ! win32/makefile.mk
18599 ____________________________________________________________________________
18600 [  7859] By: nick                                  on 2000/11/25  21:26:54
18601         Log: Integrate mainline.
18602      Branch: perlio
18603           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
18604           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
18605           +> t/lib/filter-util.t
18606            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
18607            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
18608            - t/lib/filt-util.t
18609           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
18610           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
18611           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
18612           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
18613           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
18614           !> win32/makefile.mk
18615 ____________________________________________________________________________
18616 [  7858] By: gsar                                  on 2000/11/25  20:52:17
18617         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
18618              parent's memory; fix it by keeping track of the actual pad
18619              offset rather than a raw pointer (this change is probably also
18620              relevant to non-ithreads case to avoid fallout from reallocs of
18621              the pad array, but is currently only enabled for the ithreads
18622              case in the interests of minimal disruption to existing "well
18623              tested" code)
18624      Branch: perl
18625            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
18626            ! proto.h scope.c scope.h sv.c t/op/fork.t
18627 ____________________________________________________________________________
18628 [  7857] By: nick                                  on 2000/11/25  20:01:28
18629         Log: All tests pass on Win32/gcc/USE_PERLIO.
18630              - when crlf layer is pushed make unix-level binary.
18631              - remove :crlf injection in pp_backtick in pp_sys.c
18632              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
18633      Branch: perlio
18634            ! doio.c perlio.c pp_sys.c win32/makefile.mk
18635 ____________________________________________________________________________
18636 [  7856] By: jhi                                   on 2000/11/25  18:38:30
18637         Log: Update the metaconfig units for #7855.
18638      Branch: metaconfig/U/perl
18639            ! useperlio.U usesocks.U
18640 ____________________________________________________________________________
18641 [  7855] By: jhi                                   on 2000/11/25  18:37:54
18642         Log: Undo the SOCKS workarounds, instead start using PerlIO
18643              if SOCKS is selected.
18644              
18645              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
18646              From: Jens Hamisch <jens@Strawberry.COM>
18647              Date: Fri, 24 Nov 2000 18:31:30 +0100
18648              Message-ID: <20001124183130.E28337@Strawberry.COM>
18649              
18650              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
18651              From: Jens Hamisch <jens@Strawberry.COM>
18652              Date: Fri, 24 Nov 2000 19:11:51 +0100
18653              Message-ID: <20001124191151.A28753@Strawberry.COM>
18654      Branch: perl
18655            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
18656            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
18657 ____________________________________________________________________________
18658 [  7854] By: jhi                                   on 2000/11/25  17:39:08
18659         Log: Undo #7848.  Some of the code seems to use walkoptree(),
18660              some walkoptree_slow().  An unfinished renaming?
18661              Now the sub is walkoptree() (which is @EXPORT_OK),
18662              the walkoptree_slow() is a typeglob alias to walkoptree.
18663              This makes the tests to pass, at least.
18664      Branch: perl
18665            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
18666 ____________________________________________________________________________
18667 [  7853] By: nick                                  on 2000/11/24  22:24:33
18668         Log: Re-arrange crlf vs binary for platforms that care.
18669              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
18670              Lip-service to making stdio layer work on such platfroms (untested).
18671              Now fails 3 tests rather than one, checkin to see if I can debug 
18672              the issue under linux. (Do not merge.)
18673      Branch: perlio
18674            ! doio.c perlio.c perliol.h
18675 ____________________________________________________________________________
18676 [  7852] By: jhi                                   on 2000/11/24  18:57:39
18677         Log: AUTHORS edits.
18678      Branch: perl
18679            ! AUTHORS
18680 ____________________________________________________________________________
18681 [  7851] By: jhi                                   on 2000/11/24  17:34:56
18682         Log: Add Jan-Erik Karlsson.
18683      Branch: perl
18684            ! AUTHORS
18685 ____________________________________________________________________________
18686 [  7850] By: jhi                                   on 2000/11/24  17:27:56
18687         Log: Configure should find stdchar on its own.
18688      Branch: perl
18689            ! hints/solaris_2.sh
18690 ____________________________________________________________________________
18691 [  7849] By: jhi                                   on 2000/11/24  17:24:55
18692         Log: Subject: PATCH over 7848: Filter test flawed
18693              From: andreas.koenig@anima.de (Andreas J. Koenig)
18694              Date: 24 Nov 2000 10:28:29 +0100
18695              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
18696      Branch: perl
18697            ! t/lib/filter-util.t
18698 ____________________________________________________________________________
18699 [  7848] By: jhi                                   on 2000/11/24  17:22:15
18700         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
18701              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
18702              Date: Fri, 24 Nov 2000 16:12:58 +0000
18703              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
18704      Branch: perl
18705            ! ext/B/B.pm
18706 ____________________________________________________________________________
18707 [  7847] By: jhi                                   on 2000/11/24  03:07:01
18708         Log: Integrate perlio.
18709      Branch: perl
18710           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
18711           !> win32/makefile.mk
18712 ____________________________________________________________________________
18713 [  7846] By: gsar                                  on 2000/11/24  00:55:57
18714         Log: integrate changes#6415..6418,6420..6438 from mainline
18715              
18716              Fix the bitvector ops for utf8 (tricky since past 7 bits
18717              the utf8 'characters' can be more than one octet).
18718              
18719              MPE/ix updates for perl 5.6.0 from Mark Bixby.
18720              
18721              Subject: SDBM_File documentation
18722              
18723              Detypo.
18724              
18725              Decutandpasto.
18726              
18727              Send all installperl messages to STDERR and be -w clean.
18728              
18729              Out-of-date note removed.
18730              
18731              Protect against "wild next"s, that is, callbacks doing "next"
18732              instead of "return".
18733              
18734              Use STDOUT consistently.
18735              
18736              The output might have been produced in the wrong order.
18737              
18738              A missing 'break' after the [[:space:]] switch case.
18739              
18740              Add tests for
18741              [ID 19991110.003] another matching finding by pcre author
18742              which has already been fixed by some patch, as verified in
18743              
18744              Documentation to explain the behaviour of map().
18745              
18746              Add an optimization for map-maps-a-list-element-to-more-list-elements
18747              case, but add also notes explaining the relationship of this
18748              patch and the earlier notes by Sarathy.
18749              
18750              Subject: [ID 20000716.023] syslog test fails without sockets
18751              
18752              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
18753              Test cases for #6431.
18754              
18755              File::Spec::VMS fixup for tmpdir from Craig Berry.
18756              
18757              Make the "uninit variable" warning to say "concat or string"
18758              or "join or string" when in concat or join .
18759              
18760              Get UTF16 BOMs working.  Patch from
18761              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
18762              
18763              Subject: [PATCH] Make large file tests deal with SIGXFSZ
18764              
18765              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
18766              
18767              Subject: [PATCH] av.c apidoc
18768      Branch: maint-5.6/perl
18769           !> (integrate 43 files)
18770 ____________________________________________________________________________
18771 [  7845] By: gsar                                  on 2000/11/24  00:20:45
18772         Log: integrate changes#6406..6414 from mainline
18773              
18774              Merge perlhacktut into perlhack, update perlguts.
18775              
18776              Fix AutoSplit to use File::Spec the right way in VMS,
18777              from Peter Prymmer.
18778              
18779              The bug report
18780              [ID 19991110.002] minimal matching discrepancy found by pcre author
18781              seems to have been fixed (though differently from what was suggested
18782              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
18783              
18784              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
18785              not in pod, from Peter Prymmer
18786              
18787              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
18788              From: Hugo <hv@crypt.compulink.co.uk>
18789              Date: Fri, 14 Jul 2000 23:05:20 +0100
18790              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
18791              
18792              Didn't anymore apply, but that point still could use another fix.
18793              
18794              lib/b test fixes from Peter Prymmer.
18795              
18796              More docs for sv functions.
18797              
18798              perlvms.pod whitespace cleanup to keep pod utils happy.
18799              
18800              another VMS build tweak from Peter Prymmer
18801      Branch: maint-5.6/perl
18802           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
18803           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
18804           !> vms/descrip_mms.template vms/perlvms.pod
18805 ____________________________________________________________________________
18806 [  7844] By: nick                                  on 2000/11/23  23:42:45
18807         Log: Win32/perlio Now just fails one io/argv.t test - lack 
18808              of default :crlf on standard streams.
18809      Branch: perlio
18810            ! doio.c perlio.c
18811 ____________________________________________________________________________
18812 [  7843] By: nick                                  on 2000/11/23  23:04:05
18813         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
18814              peek fail is showing a real problem (multiple crlf layers
18815              are getting pushed.)
18816      Branch: perlio
18817            ! doio.c perlio.c win32/makefile.mk
18818 ____________________________________________________________________________
18819 [  7842] By: nick                                  on 2000/11/23  19:46:23
18820         Log: Implement PerlIO_binmode()
18821              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
18822              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
18823              make binmode in t/lib/io_tell.t unconditional so that works.
18824              Checkin just so Win32 machine can see these changes.
18825      Branch: perlio
18826            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
18827 ____________________________________________________________________________
18828 [  7841] By: jhi                                   on 2000/11/23  19:30:00
18829         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
18830      Branch: perl
18831            ! README.amiga
18832 ____________________________________________________________________________
18833 [  7840] By: jhi                                   on 2000/11/23  17:18:02
18834         Log: SOCKS wrestling continues, patches from Jens Hamisch.
18835      Branch: perl
18836            ! doio.c embed.h embed.pl perlsdio.h proto.h
18837 ____________________________________________________________________________
18838 [  7839] By: jhi                                   on 2000/11/23  16:54:14
18839         Log: Push Filter::Util::Call one level deeper.
18840      Branch: perl
18841            + t/lib/filter-util.t
18842           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
18843           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
18844            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
18845            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
18846            - t/lib/filt-util.t
18847            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
18848            ! win32/Makefile win32/makefile.mk
18849 ____________________________________________________________________________
18850 [  7838] By: jhi                                   on 2000/11/23  16:52:40
18851         Log: Reach back one higher up when searching for PERL_SRC.
18852      Branch: perl
18853            ! lib/ExtUtils/MM_Unix.pm
18854 ____________________________________________________________________________
18855 [  7837] By: jhi                                   on 2000/11/23  16:05:41
18856         Log: Subject: Re: perl@7826
18857              Date: Thu, 23 Nov 2000 02:20:25 -0600
18858              From: "Craig A. Berry" <craigberry@mac.com>
18859              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
18860              
18861              Make VMS to like Filter::Util::Call. 
18862      Branch: perl
18863            ! configure.com ext/Filter/Util/Makefile.PL
18864 ____________________________________________________________________________
18865 [  7836] By: nick                                  on 2000/11/23  16:04:08
18866         Log: Implement crlf layer - not ready for merge.
18867      Branch: perlio
18868            ! perlio.c win32/makefile.mk
18869 ____________________________________________________________________________
18870 [  7835] By: jhi                                   on 2000/11/23  15:56:52
18871         Log: STDCHAR is different in Sparc v9 vs x86.
18872      Branch: perl
18873            ! hints/solaris_2.sh
18874 ____________________________________________________________________________
18875 [  7834] By: jhi                                   on 2000/11/23  15:50:47
18876         Log: The type needs to be visible to protos.
18877      Branch: perl
18878            ! perl.h
18879 ____________________________________________________________________________
18880 [  7833] By: jhi                                   on 2000/11/23  15:40:46
18881         Log: Finish unfinished SOCKS workaround changes.
18882      Branch: perl
18883            ! doio.c
18884 ____________________________________________________________________________
18885 [  7832] By: jhi                                   on 2000/11/23  15:33:30
18886         Log: Integrate perlio.
18887      Branch: perl
18888           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18889           !> win32/makefile.mk
18890 ____________________________________________________________________________
18891 [  7831] By: nick                                  on 2000/11/23  10:31:07
18892         Log: Correct makefile.mk dependancies for ext/Filter/Util
18893              Build ext/Encode
18894              Run dmake regen_config_h
18895      Branch: perlio
18896            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18897            ! win32/makefile.mk
18898 ____________________________________________________________________________
18899 [  7830] By: nick                                  on 2000/11/23  08:05:07
18900         Log: Integrate mainline
18901      Branch: perlio
18902           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
18903           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
18904           +> t/lib/filt-util.pl t/lib/filt-util.t
18905           !> (integrate 41 files)
18906 ____________________________________________________________________________
18907 [  7829] By: gsar                                  on 2000/11/23  03:07:11
18908         Log: build the Filter extension on windows
18909      Branch: perl
18910            ! win32/Makefile win32/makefile.mk
18911 ____________________________________________________________________________
18912 [  7828] By: gsar                                  on 2000/11/23  02:46:35
18913         Log: regenerate win32/config* and fix some inconsistencies in the
18914              makefiles; always export Perl_deb() because it is needed
18915              by ext/re/* (whether perl itself is built with -DDEBUGGING
18916              or not)
18917      Branch: perl
18918            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
18919            ! win32/config_H.vc win32/makefile.mk
18920 ____________________________________________________________________________
18921 [  7827] By: gsar                                  on 2000/11/23  02:18:38
18922         Log: get sources building on windows+MSVC again (untested with other
18923              compilers)
18924      Branch: perl
18925            ! win32/include/sys/socket.h win32/perllib.c
18926 ____________________________________________________________________________
18927 [  7826] By: jhi                                   on 2000/11/23  01:18:26
18928         Log: Update Changes.
18929      Branch: perl
18930            ! Changes patchlevel.h
18931 ____________________________________________________________________________
18932 [  7825] By: jhi                                   on 2000/11/23  00:20:41
18933         Log: Subject: Re: av.c patch (having slight problems)
18934              From: "Ben Tilly" <ben_tilly@hotmail.com>
18935              Date: Tue, 21 Nov 2000 23:29:31 -0500
18936              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
18937              
18938              unshift() speedup.
18939      Branch: perl
18940            ! av.c
18941 ____________________________________________________________________________
18942 [  7824] By: jhi                                   on 2000/11/22  23:59:15
18943         Log: Fixes for signedness warnings noticed by VMSperlers.
18944      Branch: perl
18945            ! ext/Storable/Storable.xs regcomp.c sv.c
18946 ____________________________________________________________________________
18947 [  7823] By: jhi                                   on 2000/11/22  23:19:31
18948         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
18949              From: Peter Prymmer <pvhp@forte.com>
18950              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
18951              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
18952      Branch: perl
18953            ! t/pragma/warn/pp_hot
18954 ____________________________________________________________________________
18955 [  7822] By: jhi                                   on 2000/11/22  22:52:20
18956         Log: Be clean.
18957      Branch: perl
18958            ! Makefile.SH
18959 ____________________________________________________________________________
18960 [  7821] By: jhi                                   on 2000/11/22  22:46:39
18961         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
18962              by Damian Conway, as suggested by Paul Marquess.
18963      Branch: perl
18964            + lib/Filter/Simple.pm
18965 ____________________________________________________________________________
18966 [  7820] By: jhi                                   on 2000/11/22  22:45:51
18967         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
18968      Branch: perl
18969            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
18970            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
18971            + t/lib/filt-util.t
18972            ! MANIFEST
18973 ____________________________________________________________________________
18974 [  7819] By: jhi                                   on 2000/11/22  22:03:27
18975         Log: Integrate perlio.
18976      Branch: perl
18977           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
18978           !> win32/makefile.mk
18979 ____________________________________________________________________________
18980 [  7818] By: jhi                                   on 2000/11/22  21:56:02
18981         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
18982      Branch: perl
18983            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
18984            ! t/lib/io_sock.t
18985 ____________________________________________________________________________
18986 [  7817] By: jhi                                   on 2000/11/22  21:39:49
18987         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
18988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18989              Date: Wed, 22 Nov 2000 16:08:12 -0500
18990              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
18991      Branch: perl
18992            ! lib/ExtUtils/Liblist.pm
18993 ____________________________________________________________________________
18994 [  7816] By: jhi                                   on 2000/11/22  21:38:25
18995         Log: Go ahead and #include <unistd.h> in perl.h.
18996      Branch: perl
18997            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
18998            ! util.c
18999 ____________________________________________________________________________
19000 [  7815] By: jhi                                   on 2000/11/22  21:22:52
19001         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
19002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19003              Date: Mon, 20 Nov 2000 18:30:52 -0500
19004              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
19005      Branch: perl
19006            ! pod/perlre.pod regcomp.c t/op/re_tests
19007 ____________________________________________________________________________
19008 [  7814] By: jhi                                   on 2000/11/22  21:21:46
19009         Log: Subject: [PATCH 5.7.0] Liblist finally works
19010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19011              Date: Tue, 21 Nov 2000 22:02:17 -0500
19012              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
19013      Branch: perl
19014            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
19015            ! lib/ExtUtils/MakeMaker.pm
19016 ____________________________________________________________________________
19017 [  7813] By: jhi                                   on 2000/11/22  21:20:23
19018         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
19019              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19020              Date: Wed, 22 Nov 2000 17:53:15 +0100
19021              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
19022              
19023              AIX dynaloader and perlio patch.
19024      Branch: perl
19025            ! ext/DynaLoader/dl_aix.xs
19026 ____________________________________________________________________________
19027 [  7812] By: jhi                                   on 2000/11/22  21:17:52
19028         Log: (Accidentally empty patch.)
19029      Branch: perl
19030            ! av.c
19031 ____________________________________________________________________________
19032 [  7811] By: jhi                                   on 2000/11/22  21:16:31
19033         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
19034              From: Peter Prymmer <pvhp@forte.com>
19035              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
19036              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
19037      Branch: perl
19038            ! vms/test.com
19039 ____________________________________________________________________________
19040 [  7810] By: jhi                                   on 2000/11/22  21:15:36
19041         Log: Subject: Re: perl@7777 
19042              From: "John P. Linderman" <jpl@research.att.com>
19043              Date: Wed, 22 Nov 2000 13:11:11 -0500
19044              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
19045              
19046              Detypoing.
19047      Branch: perl
19048            ! lib/CPAN.pm
19049 ____________________________________________________________________________
19050 [  7809] By: jhi                                   on 2000/11/22  21:14:19
19051         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
19052              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19053              Date:     Wed, 22 Nov 2000 13:51:37 EST
19054              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
19055      Branch: perl
19056            ! perlsdio.h
19057 ____________________________________________________________________________
19058 [  7808] By: jhi                                   on 2000/11/22  21:13:27
19059         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
19060              From: Casey Tweten <crt@kiski.net>
19061              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
19062              Message-Id: <200011201653.LAA10194@home.kiski.net>
19063      Branch: perl
19064            ! t/lib/io_udp.t
19065 ____________________________________________________________________________
19066 [  7807] By: jhi                                   on 2000/11/22  21:12:35
19067         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
19068              From: Casey Tweten <crt@kiski.net>
19069              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
19070              Message-Id: <200011201636.LAA07227@home.kiski.net>
19071      Branch: perl
19072            ! t/lib/io_sock.t
19073 ____________________________________________________________________________
19074 [  7806] By: jhi                                   on 2000/11/22  21:10:59
19075         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
19076              From: "Casey R. Tweten" <crt@kiski.net>
19077              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
19078              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
19079      Branch: perl
19080            ! utils/h2xs.PL
19081 ____________________________________________________________________________
19082 [  7805] By: nick                                  on 2000/11/22  21:05:06
19083         Log: Integrate mainline
19084      Branch: perlio
19085           !> Changes Porting/genlog ext/DB_File/DB_File.xs
19086           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
19087           !> utils/perlbug.PL
19088 ____________________________________________________________________________
19089 [  7804] By: jhi                                   on 2000/11/22  21:01:12
19090         Log: Subject: [PATCH] Test.pm POD peculiarity
19091              From: "Casey R. Tweten" <crt@kiski.net>
19092              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
19093              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
19094      Branch: perl
19095            ! lib/Test.pm
19096 ____________________________________________________________________________
19097 [  7803] By: jhi                                   on 2000/11/22  20:59:59
19098         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
19099              From: "Philip Newton" <pnewton@gmx.de>
19100              Date: Wed, 22 Nov 2000 14:25:53 +0100
19101              Message-Id: <3A1BD771.25462.1939FAD@localhost>
19102              
19103              Be case-understanding also on 's', and use the -oi of sendmail
19104              not to terminate the transmission on a lone '.'.
19105      Branch: perl
19106            ! utils/perlbug.PL
19107 ____________________________________________________________________________
19108 [  7802] By: nick                                  on 2000/11/22  20:51:42
19109         Log: Win32 PerlIO intermediate state now working as expected.
19110              - In current state we are still using C runtime in text/binary
19111              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
19112              - PERLIO=stdio and PERLIO=unix pass all expected tests.
19113              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
19114              and PerlIO_seek() and the dummy crlf layer is not making adjustments
19115              for CRLF translation happening in C runtime. All other tests pass.
19116              
19117              Added note to README.win32 to point out the snags of doing a perl build
19118              with Norton AntiVirus turned on.
19119              
19120              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
19121              which file a fail comes from.
19122              
19123              Updated "canned" config.h to match the one generated.
19124      Branch: perlio
19125            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
19126            ! win32/makefile.mk
19127 ____________________________________________________________________________
19128 [  7801] By: jhi                                   on 2000/11/22  06:50:20
19129         Log: Nickety nits.
19130      Branch: perl
19131            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
19132 ____________________________________________________________________________
19133 [  7800] By: jhi                                   on 2000/11/22  01:29:55
19134         Log: Changes had accidentally gone too silent on non-main branches.
19135      Branch: perl
19136            ! Changes Porting/genlog patchlevel.h
19137 ____________________________________________________________________________
19138 [  7799] By: gsar                                  on 2000/11/22  01:02:56
19139         Log: some lib_pm.PL changes snuck in via change#7772
19140      Branch: maint-5.6/perl
19141            ! Makefile.SH
19142 ____________________________________________________________________________
19143 [  7798] By: nick                                  on 2000/11/21  21:59:40
19144         Log: Integrate mainline
19145      Branch: perlio
19146           !> (integrate 28 files)
19147 ____________________________________________________________________________
19148 [  7797] By: jhi                                   on 2000/11/21  21:01:45
19149         Log: Integrate perlio.
19150      Branch: perl
19151           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
19152 ____________________________________________________________________________
19153 [  7796] By: nick                                  on 2000/11/21  20:36:22
19154         Log: Win32 builds and runs (mostly) with USE_PERLIO.
19155              PERLIO=perlio passes all tests. 
19156              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
19157      Branch: perlio
19158            ! perlio.c win32/perllib.c win32/win32.c
19159 ____________________________________________________________________________
19160 [  7795] By: jhi                                   on 2000/11/21  19:03:44
19161         Log: Update Changes.
19162      Branch: perl
19163            ! Changes patchlevel.h
19164 ____________________________________________________________________________
19165 [  7794] By: jhi                                   on 2000/11/21  18:56:34
19166         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
19167              From: "Craig A. Berry" <craigberry@mac.com>
19168              Date: Mon, 20 Nov 2000 20:27:06 -0600
19169              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
19170              
19171              A cut-and-pasto.
19172      Branch: perl
19173            ! perlio.h
19174 ____________________________________________________________________________
19175 [  7793] By: jhi                                   on 2000/11/21  18:54:41
19176         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
19177              From: Dominic Dunlop <domo@computer.org> 
19178              Date: Mon, 20 Nov 2000 18:55:29 +0100
19179              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
19180              
19181              va_copy() and the need of it.
19182              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
19183      Branch: metaconfig/U/perl
19184            + need_va_copy.U
19185      Branch: perl
19186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19187            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
19188            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
19189            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19190            ! win32/config.bc win32/config.gc win32/config.vc
19191 ____________________________________________________________________________
19192 [  7792] By: jhi                                   on 2000/11/21  17:04:10
19193         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
19194      Branch: perl
19195           !> scope.h
19196 ____________________________________________________________________________
19197 [  7791] By: jhi                                   on 2000/11/21  17:01:16
19198         Log: Export the SOCKS workaround symbols only if necessary.
19199      Branch: perl
19200            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
19201 ____________________________________________________________________________
19202 [  7790] By: nick                                  on 2000/11/20  23:57:11
19203         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
19204      Branch: perlio
19205            ! scope.h
19206 ____________________________________________________________________________
19207 [  7789] By: nick                                  on 2000/11/20  23:38:33
19208         Log: Integrate mainline
19209      Branch: perlio
19210           +> lib/File/Spec/Epoc.pm
19211           !> (integrate 34 files)
19212 ____________________________________________________________________________
19213 [  7788] By: nick                                  on 2000/11/20  23:20:18
19214         Log: Make extra buffer layer work (dummy crlf layer)
19215      Branch: perlio
19216            ! doio.c perlio.c perlio.h
19217 ____________________________________________________________________________
19218 [  7787] By: jhi                                   on 2000/11/20  22:44:04
19219         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
19220              From: Peter Prymmer <pvhp@forte.com>
19221              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
19222              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
19223      Branch: perl
19224            ! t/pragma/locale.t
19225 ____________________________________________________________________________
19226 [  7786] By: jhi                                   on 2000/11/20  22:29:10
19227         Log: Subject: DOC PATCH 5.6.0 perlreftut
19228              From: mjd@plover.com
19229              Date: 20 Nov 2000 19:45:06 -0000
19230              Message-ID: <20001120194506.9505.qmail@plover.com>
19231      Branch: perl
19232            ! pod/perlreftut.pod
19233 ____________________________________________________________________________
19234 [  7785] By: jhi                                   on 2000/11/20  22:27:44
19235         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
19236              From: David Dyck <dcd@tc.fluke.com>
19237              Date: Mon, 20 Nov 2000 11:43:40 -0800
19238              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
19239      Branch: perl
19240            ! lib/Cwd.pm
19241 ____________________________________________________________________________
19242 [  7784] By: jhi                                   on 2000/11/20  22:23:21
19243         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
19244              Date: Mon, 20 Nov 2000 17:06:10 -0500
19245              To: Mailing list Perl5 <perl5-porters@perl.org>
19246              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
19247      Branch: perl
19248            ! pp_ctl.c t/op/pat.t
19249 ____________________________________________________________________________
19250 [  7783] By: jhi                                   on 2000/11/20  22:11:18
19251         Log: Subject: [PATCH] doop.c - UTF8 tr///               
19252              From: Simon Cozens <simon@cozens.net>
19253              Date: Sat, 18 Nov 2000 18:49:30 +0000
19254              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
19255              
19256              Subject: Re: [PATCH] doop.c - UTF8 tr///           
19257              From: Simon Cozens <simon@cozens.net>
19258              Date: Mon, 20 Nov 2000 20:45:22 +0000
19259              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
19260              
19261              Make tr on UTF-8 better but still not correct.
19262      Branch: perl
19263            ! doop.c
19264 ____________________________________________________________________________
19265 [  7782] By: jhi                                   on 2000/11/20  22:02:16
19266         Log: Remove the shared object before attempting to create
19267              (by linking) a new one.  E.g. in AIX not removing
19268              becomes quite painful if one tries to do more than one
19269              build in the same tree (an interrupted build, for example),
19270              since the AIX' shared dynaloader seemingly keeps the shared
19271              objects open and therefore 'busy' for quite a while, even when
19272              nobody is using the objects, leading into link failures.
19273      Branch: perl
19274            ! lib/ExtUtils/MM_Unix.pm
19275 ____________________________________________________________________________
19276 [  7781] By: gsar                                  on 2000/11/20  19:02:55
19277         Log: type mismatch due to faulty integration
19278      Branch: maint-5.6/perl
19279            ! toke.c win32/Makefile
19280 ____________________________________________________________________________
19281 [  7780] By: gsar                                  on 2000/11/20  17:31:55
19282         Log: integrate changes#6392,6394..6399,6401..6404
19283              
19284              The {multiplier} of a fixed substring was overlooked which
19285              caused a wrong initial search offset for that substring.
19286              
19287              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
19288              From: Hugo <hv@crypt.compulink.co.uk>
19289              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
19290              Date: Thu, 13 Jul 2000 19:27:13 +0100
19291              
19292              Fix the BOM bug: not a byteorder bug, a signedness bug.
19293              
19294              Replace change #6337 with a better one.
19295              
19296              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
19297              From: Hugo <hv@crypt.compulink.co.uk>
19298              Date: Fri, 14 Jul 2000 04:16:20 +0100
19299              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
19300              
19301              MakeMaker should not remove editor backups (*~) on `make clean`
19302              by default (completes change#6383)
19303              
19304              move new variables to the end of the interpreter structure (for
19305              bincompat in code that doesn't #include XSUB.h)
19306              
19307              rename totally bletcherous SvLOCK() thingy (doesn't do what the
19308              name suggests anyway)
19309              
19310              various cleanups (typos, misformatted code, and small bugs)
19311              
19312              typecasts needed for change#6394
19313              
19314              typos in change#6399, regen headers
19315              
19316              inconsistent types needs casts
19317              
19318              PERL_OBJECT build tweaks
19319      Branch: maint-5.6/perl
19320           !> MANIFEST doop.c embed.h embed.pl embedvar.h
19321           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
19322           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
19323           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
19324           !> toke.c util.c
19325 ____________________________________________________________________________
19326 [  7779] By: gsar                                  on 2000/11/20  17:06:29
19327         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
19328              
19329              Cosmetics and perldelta.
19330              
19331              Fix nits noticed by Boston.pm.
19332              
19333              Do the cc sanity check both before the hints and
19334              after the cc selction.
19335              
19336              get sprintf.t to adjust properly for 3-digit exponents
19337              
19338              don't clobber *.orig files on *clean targets
19339              
19340              fix bugs in processing %v-*d and similar format specs (from
19341              Avi Finkel <avi@finkel.org>)
19342              
19343              sprintf test tweaks (from Dominic Dunlop)
19344              
19345              new selfloader.t in change#6183 doesn't close DATA handles,
19346              and thus fails to clean up tmp files on dosish platforms
19347              
19348              typos (spotted by Peter Prymmer)
19349              
19350              typo fix from Craig Berry
19351      Branch: maint-5.6/perl
19352           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
19353           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
19354           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
19355           !> x2p/Makefile.SH
19356 ____________________________________________________________________________
19357 [  7778] By: gsar                                  on 2000/11/20  16:46:51
19358         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
19359              
19360              Subject: Re: format bug report  [Patch]
19361              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19362              Date: Wed, 05 Jul 2000 13:12:52 +0200
19363              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
19364              
19365              Subject: Re: format bug report  [Patch]
19366              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19367              Date: Wed, 05 Jul 2000 14:10:01 +0200
19368              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
19369              
19370              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
19371              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19372              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
19373              Date: Fri, 07 Jul 2000 17:57:16 +0100
19374              
19375              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
19376              To: perl5-porters@perl.org
19377              From: Karsten Sperling <spiff@phreax.net>
19378              Date: Mon, 10 Jul 2000 15:12:52 +0200
19379              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
19380              
19381              README.posix-bc podified from Thomas Dorner.
19382              
19383              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
19384              From: Dominic Dunlop <domo@computer.org>
19385              Date: Tue, 11 Jul 2000 12:27:33 +0200
19386              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
19387              
19388              Typo in #6341.
19389              
19390              Fix for
19391              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
19392              From: Roderick Schertler <roderick@argon.org>
19393              Date: Tue, 11 Jul 2000 13:55:05 -0400
19394              Message-Id: <200007111755.NAA05077@jones.argon.org>
19395              
19396              Minor cleanups on the booklist.
19397              
19398              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
19399              regen perltoc.
19400              
19401              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
19402      Branch: maint-5.6/perl
19403           +> pod/perlbook.pod
19404           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
19405           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
19406           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
19407 ____________________________________________________________________________
19408 [  7777] By: jhi                                   on 2000/11/20  16:08:49
19409         Log: Update Changes.
19410      Branch: perl
19411            ! Changes patchlevel.h
19412 ____________________________________________________________________________
19413 [  7776] By: jhi                                   on 2000/11/20  15:27:56
19414         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
19415              This may be overly harsh but until proven otherwise, we think this
19416              way, or until we have a simple test for Configure (having to start
19417              up servers is does not count as simple) to check for the problems.
19418      Branch: perl
19419            ! perl.h
19420 ____________________________________________________________________________
19421 [  7775] By: jhi                                   on 2000/11/20  15:22:17
19422         Log: Solaris hints tweaks.
19423      Branch: perl
19424            ! hints/solaris_2.sh
19425 ____________________________________________________________________________
19426 [  7774] By: jhi                                   on 2000/11/20  15:01:20
19427         Log: Add a workaround to SOCKS 64-bit problems.
19428      Branch: perl
19429            ! doio.c embed.h embed.pl perlsdio.h proto.h
19430 ____________________________________________________________________________
19431 [  7773] By: jhi                                   on 2000/11/20  14:51:47
19432         Log: sysseek() instead of seek().
19433      Branch: perl
19434            ! t/lib/syslfs.t
19435 ____________________________________________________________________________
19436 [  7772] By: gsar                                  on 2000/11/20  13:06:23
19437         Log: integrate changes#6315..6319,6321..6331,6333..6338
19438              
19439              Integrate with Sarathy, preliminary fix for unicos
19440              alignment problems in [ID 20000612.002] Perl problem on Cray system.
19441              
19442              some debugger output does not go to the socket when RemotePort is set
19443              
19444              winsock cleanup never done on Windows (leads to handle leaks)
19445              
19446              fix UNC path handling on Windows under ithreads, and chdir()
19447              return value when given a non-existent directory
19448              
19449              Autogenerate pod/Makefile and pod/buildtoc.
19450              buildtoc also checks whether the existin pods are
19451              mentioned in MANIFEST and perl.pod, and vice versa.
19452              (None of the thusly found discrepancies fixed yet.)
19453              roffitall also needs to be autogenerated similarly but it
19454              seems so badly out of date that I didn't touch it yet.
19455              
19456              Config is being used.
19457              
19458              Add =head1 NAMEs so that buildtoc is happy.
19459              (The CGI::Util nit reported to Lincoln.)
19460              
19461              Fix complaints of buildtoc.
19462              
19463              Fix the alignment problem in Crays ([ID 20000612.002]).
19464              
19465              Remove perlbook, update perlfaq book listing,
19466              rearrange perl.pod, regenerate perltoc.
19467              
19468              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
19469              was cast to an unsigned (32-bit) integer with wild abandon.
19470              
19471              winsock options weren't being set in all threads under ithreads
19472              (caused send()s from second and subsequent threads to fail)
19473              
19474              accept() leaks memory on windows due to incorrect ordering of
19475              closesocket() and fclose() calls
19476              
19477              Reorder perl.pod once more.
19478              
19479              More POSIX.pod tweaks.
19480              
19481              Sprinkle ldlibpath.
19482              
19483              Precedence goof, fix based on
19484              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
19485              From: Hugo <hv@crypt.compulink.co.uk>
19486              Date: Tue, 11 Jul 2000 12:52:38 +0100
19487              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
19488              
19489              Subject: PATCH perlguts.pod: Document D and d magic types
19490              From: mjd@plover.com
19491              Date: 5 Jul 2000 18:01:51 -0000
19492              Message-ID: <20000705180151.29413.qmail@plover.com>
19493              
19494              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
19495              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
19496              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
19497              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
19498              
19499              Subject: [PATCH cfgperl] $& segfaults if you trick it
19500              From: simon@brecon.co.uk (Simon Cozens)
19501              Date: 7 Jul 2000 11:26:09 GMT
19502              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
19503              
19504              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
19505              From: Hugo <hv@crypt.compulink.co.uk>
19506              Date: Tue, 11 Jul 2000 12:44:50 +0100
19507              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
19508              
19509              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
19510              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19511              Date: Tue, 11 Jul 2000 13:50:51 +0100
19512              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
19513      Branch: maint-5.6/perl
19514           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
19515           +> pod/buildtoc.PL
19516            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
19517           !> (integrate 26 files)
19518 ____________________________________________________________________________
19519 [  7771] By: gsar                                  on 2000/11/20  12:31:42
19520         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
19521              6310,6311,6314
19522              
19523              Subject: [PATCH bleedperl] File::Spec 0.82 beta
19524              From: Barrie Slaymaker <barries@jester.slaysys.com>
19525              Date: Wed, 28 Jun 2000 11:35:29 -0400
19526              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
19527              
19528              tweak perlembed for multiplicity/usethreads sanity; correct notes
19529              about Windows
19530              
19531              localize %INC in a Safe compartment so that use/require work
19532              (many other magic globals probably need similar treatment)
19533              
19534              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
19535              when @_ is modified, causing coredumps
19536              
19537              slurp mode fix in change#4736 still not quite right
19538              
19539              Point to perlipc for more SysV IPC examples.
19540              
19541              Elaborate POSIX.pod.  Still needs work.
19542              
19543              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
19544              
19545              fix large memory leak that has been around for ever, masked by
19546              -DPURIFY (most of the arenas were never freed!)
19547              
19548              fix memory leak on Windows (PL_sys_intern contents were never
19549              freed)
19550              
19551              PERL_OBJECT build tweak
19552              
19553              adjust change#6299
19554              
19555              remove rel2abs prototypes (from Barrie Slaymaker)
19556              
19557              missing perldiag entry for unpack("w",...) diagnostic (from
19558              Andreas Koenig)
19559              
19560              better diagnostic on Frob->stuff() when Frob:: doesn't exist
19561              (from Richard Soderberg <rs@oregonnet.com>)
19562              
19563              Win32 patches for cfgperl from Sarathy.
19564              
19565              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
19566              
19567              More POSIX.pod embellishment.
19568              
19569              tyop in change#6306
19570      Branch: maint-5.6/perl
19571           !> (integrate 44 files)
19572 ____________________________________________________________________________
19573 [  7770] By: gsar                                  on 2000/11/20  11:51:00
19574         Log: integrate changes#6268..6282 from cfgperl branch
19575              
19576              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
19577              From: Dominic Dunlop <domo@computer.org>
19578              Date: Thu, 29 Jun 2000 12:32:39 +0200
19579              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
19580              
19581              Regen headers for #6261 (and update embed.pl for this) and #6267,
19582              silence few compiler warnings.
19583              
19584              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
19585              From: Nicholas Clark <nick@talking.bollo.cx>
19586              Date: Fri, 23 Jun 2000 16:21:15 +0100
19587              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
19588              
19589              Subject: PATCH pod/perltie.pod
19590              From: Ian Phillipps <Ian.Phillipps@iname.com>
19591              Date: Fri, 16 Jun 2000 00:17:19 +0100
19592              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
19593              (only the first hunk, the second hunk had already been done
19594              by some other patch)
19595              
19596              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
19597              From: Tom Phoenix <rootbeer@redcat.com>
19598              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
19599              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
19600              
19601              Subject: [PATCH] xsub attributes
19602              From: Doug MacEachern <dougm@covalent.net>
19603              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
19604              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
19605              
19606              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
19607              From: Andy Dougherty <doughera@lafayette.edu>
19608              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
19609              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
19610              
19611              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
19612              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19613              Date: Tue, 13 Jun 2000 02:43:48 -0500
19614              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
19615              
19616              Subject: [PATCH] Re: eval documentation: context
19617              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19618              Date: Mon, 12 Jun 2000 15:07:29 +0100
19619              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
19620              
19621              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
19622              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19623              Date: Mon, 12 Jun 2000 14:55:59 +0100
19624              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
19625              
19626              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
19627              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
19628              Date: Fri, 09 Jun 2000 12:39:27 -0400
19629              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
19630              (plus update the version "number" of Text::Wrap)
19631              
19632              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
19633              From: Tim Ayers <tayers@bridge.com>
19634              Date: Thu, 08 Jun 2000 08:11:06 +0200
19635              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
19636              [resent by Richard Foley, Message-Id probably wrong]
19637              
19638              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
19639              From: rspier@pobox.com (Robert Spier)
19640              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
19641              Message-ID: <14654.31913.845602.610277@rls.cx>
19642              
19643              Subject: [PATCH 5.6.0] utils/h2xs.PL
19644              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19645              Date: Wed, 7 Jun 2000 04:02:04 -0500
19646              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
19647              
19648              Subject: [PATCH 5.6.0]ITHREADs for VMS
19649              From: Dan Sugalski <dan@sidhe.org>
19650              Date: Tue, 06 Jun 2000 11:59:50 -0400
19651              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
19652      Branch: maint-5.6/perl
19653           !> (integrate 31 files)
19654 ____________________________________________________________________________
19655 [  7769] By: gsar                                  on 2000/11/20  11:29:06
19656         Log: integrate changes#6261..6266 from cfgperl
19657              
19658              Subject: Re: [PATCH cfgperl] BOMs away!
19659              From: simon@brecon.co.uk (Simon Cozens)
19660              Date: 17 Jun 2000 11:49:57 GMT
19661              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
19662              
19663              Subject: 5.6.0 Patch for EPOC
19664              From: Olaf Flebbe <o.flebbe@gmx.de>
19665              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
19666              Message-ID: <23449.960929969@www11.gmx.net>
19667              
19668              tr fixes from Simon Cozens
19669              
19670              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
19671              From: Marty Lucich <marty@netcom.com>
19672              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
19673              Message-Id: <200006282116.OAA11148@netcom.com>
19674              ccdlflags update (the BSD/OS 4.1 part had already been taken
19675              care of by #6141).
19676              
19677              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
19678              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19679              Date: Wed, 28 Jun 2000 17:50:12 -0700
19680              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
19681              
19682              Subject: [PATCH 5.6.0] cygwin port
19683              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
19684              From: "Fifer, Eric" <EFifer@sanwaint.com>
19685              Date: Thu, 29 Jun 2000 12:58:29 +0100
19686      Branch: maint-5.6/perl
19687           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
19688           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
19689           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19690           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
19691 ____________________________________________________________________________
19692 [  7768] By: gsar                                  on 2000/11/20  11:13:44
19693         Log: integrate changes#6252..6256,6259..6260
19694              
19695              Paranoia tweak on #6249.
19696              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
19697              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19698              Date: Sun, 25 Jun 2000 23:43:12 -0400
19699              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
19700              
19701              Subject: tr///, help wanted.
19702              From: simon@brecon.co.uk (Simon Cozens)
19703              Date: 28 Jun 2000 11:29:04 GMT
19704              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
19705              
19706              small thinko tweaks
19707              
19708              tweaks from Simon Conzes to further fix tr/// under utf8
19709              
19710              perlnewmod was missing from MANIFEST.
19711              
19712              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
19713              From: simon@brecon.co.uk (Simon Cozens)
19714              Date: 17 Jun 2000 11:56:44 GMT
19715              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
19716              pack U0, pack C0
19717      Branch: maint-5.6/perl
19718           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
19719           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
19720           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
19721           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
19722 ____________________________________________________________________________
19723 [  7767] By: gsar                                  on 2000/11/20  10:51:38
19724         Log: integrate change#6250 from cfgperl
19725              
19726              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
19727              From: Doug MacEachern <dougm@covalent.net>
19728              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
19729              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
19730      Branch: maint-5.6/perl
19731           +> t/op/my_stash.t
19732           !> MANIFEST embed.pl global.sym proto.h toke.c
19733 ____________________________________________________________________________
19734 [  7766] By: gsar                                  on 2000/11/20  10:48:34
19735         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
19736              
19737              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
19738              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19739              Date: Mon, 26 Jun 2000 18:40:14 +0100
19740              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
19741              
19742              Subject: [PATCH] bytes<->utf8 fixes
19743              From: simon@brecon.co.uk (Simon Cozens)
19744              Date: 26 Jun 2000 04:55:45 GMT
19745              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
19746              
19747              Subject: [PATCH] is_utf8_string
19748              From: simon@brecon.co.uk (Simon Cozens)
19749              Date: 26 Jun 2000 02:25:59 GMT
19750              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
19751              
19752              Subject: [PATCH] avoid mg_ptr in '*' magic
19753              From: Doug MacEachern <dougm@covalent.net>
19754              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
19755              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
19756              
19757              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
19758              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19759              Date: Sat, 24 Jun 2000 13:06:20 +0100
19760              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
19761              
19762              Allow for standalone testing.
19763              
19764              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
19765              From: Mark-Jason Dominus <mjd@plover.com>
19766              Date: Tue, 27 Jun 2000 22:36:42 -0400
19767              Message-ID: <20000628023642.12166.qmail@plover.com>
19768              
19769              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
19770              From: Frank Tobin <ftobin@uiuc.edu>
19771              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
19772              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
19773      Branch: maint-5.6/perl
19774           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
19775           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
19776           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
19777           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
19778           !> utf8.c utils/h2xs.PL
19779 ____________________________________________________________________________
19780 [  7765] By: gsar                                  on 2000/11/20  10:29:13
19781         Log: integrate change#6239 from cfgperl
19782              
19783              Configure maintenance.  Sever some dependency cycles,
19784              separate gccversion from the cc unit,
19785              address [ID 20000623.006] Configure script patch for using gcc on AIX
19786              (but solve it a little bit differently),
19787              unduplex some accidentally duplicated units,
19788              suggest using gcc if no cc available
19789              (p5p thread: "Solaris configure: counterproposal", 1999-09)
19790      Branch: maint-5.6/perl
19791           !> Configure Todo-5.6 config_h.SH
19792 ____________________________________________________________________________
19793 [  7764] By: gsar                                  on 2000/11/20  10:25:55
19794         Log: integrate changes#6233..6238 from cfgperl
19795              
19796              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
19797              From: Mark-Jason Dominus <mjd@plover.com>
19798              Date: Fri, 16 Jun 2000 20:53:04 -0400
19799              Message-ID: <20000617005304.8008.qmail@plover.com>
19800              
19801              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
19802              because when run as services (Win32ese for daemons)
19803              no environment variables are set and tmpdir ends up as /tmp,
19804              which is ambiguous.
19805              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
19806              From: matt@sergeant.org
19807              Date: 16 Jun 2000 16:30:43 -0000
19808              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
19809              
19810              The thread begun by
19811              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
19812              From: Kevin.Ruscoe@ubsw.com
19813              Date: Fri, 16 Jun 2000 16:38:51 +0100
19814              Message-Id: <H000019b03c300d6@MHS>
19815              
19816              Tweak embed.pl, regen headers.
19817              
19818              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
19819              From: Dan Sugalski <dan@sidhe.org>
19820              Date: Fri, 23 Jun 2000 17:00:00 -0400
19821              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
19822      Branch: maint-5.6/perl
19823           !> (integrate 27 files)
19824 ____________________________________________________________________________
19825 [  7763] By: gsar                                  on 2000/11/20  10:08:08
19826         Log: s/perl56delta/perldelta/g
19827      Branch: maint-5.6/perl
19828            ! pod/Makefile
19829 ____________________________________________________________________________
19830 [  7762] By: gsar                                  on 2000/11/20  10:04:00
19831         Log: integrate changes#6225,6229,6231,6232 from cfgperl
19832              
19833              Add source code filenames to apidoc.
19834              From: simon@brecon.co.uk (Simon Cozens)
19835              Subject: [PATCH embed.pl] Source X-ref
19836              Date: 22 Jun 2000 02:18:49 GMT
19837              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
19838              
19839              Subject: README.hpux version 0.6.1
19840              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
19841              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19842              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
19843              
19844              Subject: [PATCH 5.6.0] cygwin port
19845              From: "Fifer, Eric" <EFifer@sanwaint.com>
19846              Date: Tue, 20 Jun 2000 14:30:58 +0100
19847              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
19848              
19849              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
19850              From: simon@brecon.co.uk (Simon Cozens)
19851              Date: 19 Jun 2000 15:18:27 GMT
19852              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
19853              
19854              plus update pod/Makefile and regenerate perltoc
19855      Branch: maint-5.6/perl
19856           +> pod/perlutil.pod
19857           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
19858           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
19859 ____________________________________________________________________________
19860 [  7761] By: jhi                                   on 2000/11/20  04:09:55
19861         Log: Miraculous typo.
19862      Branch: perl
19863            ! t/op/pat.t
19864 ____________________________________________________________________________
19865 [  7760] By: jhi                                   on 2000/11/20  04:06:08
19866         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
19867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19868              Date: Sun, 19 Nov 2000 22:30:26 -0500
19869              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
19870      Branch: perl
19871            ! regexec.c scope.h t/op/pat.t
19872 ____________________________________________________________________________
19873 [  7759] By: jhi                                   on 2000/11/20  02:05:22
19874         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
19875      Branch: perl
19876            ! perl.h
19877 ____________________________________________________________________________
19878 [  7758] By: jhi                                   on 2000/11/20  01:58:11
19879         Log: Subject: [perl 7711: EPOC] updates
19880              From: Olaf Flebbe <o.flebbe@gmx.de>
19881              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
19882              Message-ID: <25575.974658810@www23.gmx.net>               
19883      Branch: perl
19884            + lib/File/Spec/Epoc.pm
19885            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
19886            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
19887            ! lib/File/Spec.pm perl.c sv.c
19888 ____________________________________________________________________________
19889 [  7757] By: jhi                                   on 2000/11/20  01:53:11
19890         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
19891      Branch: perl
19892            ! MANIFEST
19893 ____________________________________________________________________________
19894 [  7756] By: jhi                                   on 2000/11/20  01:47:22
19895         Log: Integrate perlio.
19896      Branch: perl
19897            - ext/re/hints/MSWin32.pl
19898           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
19899           !> win32/config.gc win32/config_H.gc win32/win32sck.c
19900 ____________________________________________________________________________
19901 [  7755] By: nick                                  on 2000/11/19  20:57:17
19902         Log: Add dummy crlf layer (just as buffer)
19903              Correct 1st bug - one layer of indirection.
19904      Branch: perlio
19905            ! perlio.c perlio.h perliol.h
19906 ____________________________________________________________________________
19907 [  7754] By: nick                                  on 2000/11/19  20:56:12
19908         Log: Work-round to Perl_deb_nocontext is no longer required
19909      Branch: perlio
19910            - ext/re/hints/MSWin32.pl
19911 ____________________________________________________________________________
19912 [  7753] By: nick                                  on 2000/11/19  20:01:16
19913         Log: diff -se shows these as different
19914      Branch: perlio
19915            ! global.sym pod/perlapi.pod
19916 ____________________________________________________________________________
19917 [  7752] By: nick                                  on 2000/11/19  18:57:30
19918         Log: Configure GCC/Win32 build -Duseperlio
19919              Fix a couple of gross issues
19920              - double-include of ../deb.o in re.dll
19921              - win32sck.c needs PerlIO and FILE 
19922      Branch: perlio
19923            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
19924            ! win32/win32sck.c
19925 ____________________________________________________________________________
19926 [  7751] By: nick                                  on 2000/11/19  17:05:36
19927         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
19928      Branch: perlio
19929            ! perlio.c
19930 ____________________________________________________________________________
19931 [  7750] By: nick                                  on 2000/11/19  16:57:14
19932         Log: Missing aTHX_
19933      Branch: perlio
19934            ! sv.c
19935 ____________________________________________________________________________
19936 [  7749] By: jhi                                   on 2000/11/19  16:28:40
19937         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
19938              From: "Peter J. Farley III" <pjfarley@banet.net>
19939              Date: Sun, 19 Nov 2000 01:42:58 -0500
19940              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
19941      Branch: perl
19942            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
19943 ____________________________________________________________________________
19944 [  7748] By: jhi                                   on 2000/11/19  16:08:10
19945         Log: Subject: podlators 1.05 available        
19946              From: Russ Allbery <rra@stanford.edu>   
19947              Date: 18 Nov 2000 22:04:28 -0800
19948              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
19949      Branch: perl
19950            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
19951 ____________________________________________________________________________
19952 [  7747] By: nick                                  on 2000/11/19  11:19:39
19953         Log: Integrate mainline
19954      Branch: perlio
19955           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
19956           !> util.c
19957 ____________________________________________________________________________
19958 [  7746] By: jhi                                   on 2000/11/19  06:42:22
19959         Log: Make hex scanning warn on "\x{x}" and "\xx".
19960              "\x" and and hex("x") are still valid.
19961      Branch: perl
19962            ! util.c
19963 ____________________________________________________________________________
19964 [  7745] By: nick                                  on 2000/11/18  22:52:28
19965         Log: Integrate mainline
19966      Branch: perlio
19967           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
19968           !> perl.h perlio.c proto.h regcomp.c regcomp.h
19969 ____________________________________________________________________________
19970 [  7744] By: jhi                                   on 2000/11/18  22:50:28
19971         Log: Introduce Perl_utf8_length().  Use it.
19972      Branch: perl
19973            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
19974 ____________________________________________________________________________
19975 [  7743] By: jhi                                   on 2000/11/18  22:38:51
19976         Log: Compiler denit.
19977      Branch: perl
19978            ! perlio.c
19979 ____________________________________________________________________________
19980 [  7742] By: jhi                                   on 2000/11/18  20:33:05
19981         Log: Integrate perlio.
19982      Branch: perl
19983           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
19984           !> perlio.h pp_ctl.c pp_sys.c sv.c
19985 ____________________________________________________________________________
19986 [  7741] By: jhi                                   on 2000/11/18  20:31:27
19987         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
19988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19989              Date: Fri, 17 Nov 2000 20:35:11 -0500
19990              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
19991              
19992              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
19993              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19994              Date: Fri, 17 Nov 2000 21:03:47 -0500
19995              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
19996              
19997              Plus a little bit of tweaking in pregcomp().
19998      Branch: perl
19999            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
20000 ____________________________________________________________________________
20001 [  7740] By: nick                                  on 2000/11/18  20:17:22
20002         Log: Lexical use open ... support:
20003              add ->cop_io to COP structure in cop.h.
20004              Make mg.c and gv.c associate it with ${^OPEN}.
20005              Make lib/open.pm set it.
20006              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
20007              manner similar to ->cop_warnings.
20008              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
20009              call new PerlIO_apply_layers().
20010              Declare latter in perlio.h and define in perlio.c
20011      Branch: perlio
20012            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
20013            ! perlio.h pp_ctl.c pp_sys.c sv.c
20014 ____________________________________________________________________________
20015 [  7739] By: jhi                                   on 2000/11/18  19:54:00
20016         Log: Integrate perlio.
20017      Branch: perl
20018           !> doio.c perlio.c pp.c
20019 ____________________________________________________________________________
20020 [  7738] By: jhi                                   on 2000/11/18  17:16:13
20021         Log: Subject: [PATCH 5.7.0] etags broken again
20022              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20023              Date: Sat, 18 Nov 2000 02:41:36 -0500
20024              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
20025      Branch: perl
20026            ! emacs/ptags
20027 ____________________________________________________________________________
20028 [  7737] By: jhi                                   on 2000/11/18  17:12:18
20029         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
20030      Branch: perl
20031            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20032 ____________________________________________________________________________
20033 [  7736] By: nick                                  on 2000/11/18  14:06:20
20034         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
20035              part to be isolated.
20036      Branch: perlio
20037            ! doio.c perlio.c
20038 ____________________________________________________________________________
20039 [  7735] By: nick                                  on 2000/11/18  11:03:32
20040         Log: Integrate mainline
20041      Branch: perlio
20042           !> Changes README.amiga README.win32 patchlevel.h
20043           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
20044 ____________________________________________________________________________
20045 [  7734] By: jhi                                   on 2000/11/18  01:18:56
20046         Log: Update Changes.
20047      Branch: perl
20048            ! Changes patchlevel.h
20049 ____________________________________________________________________________
20050 [  7733] By: jhi                                   on 2000/11/18  00:32:54
20051         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
20052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20053              Date: Fri, 17 Nov 2000 17:28:02 -0500
20054              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
20055      Branch: perl
20056            ! regcomp.c regexec.c t/op/re_tests
20057 ____________________________________________________________________________
20058 [  7732] By: jhi                                   on 2000/11/18  00:28:56
20059         Log: Sparc 64-bit pack() fix from Jens Hamisch.
20060      Branch: perl
20061            ! pp.c
20062 ____________________________________________________________________________
20063 [  7731] By: jhi                                   on 2000/11/18  00:18:39
20064         Log: Explain in more detail the {} syntax ambiguousity.
20065              
20066              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
20067              From: Nicholas Clark <nick@ccl4.org>
20068              Date: Fri, 17 Nov 2000 22:10:28 +0000
20069              Message-ID: <20001117221028.A88930@plum.flirble.org>
20070      Branch: perl
20071            ! pod/perlfunc.pod
20072 ____________________________________________________________________________
20073 [  7730] By: jhi                                   on 2000/11/18  00:12:18
20074         Log: Subject: Fix for README.amiga (20000323.033)
20075              From: "Stephen P. Potter" <spp@spotter.yi.org>
20076              Date: Fri, 17 Nov 2000 12:25:51 -0500
20077              Message-Id: <200011171725.MAA05768@spotter.yi.org>
20078      Branch: perl
20079            ! README.amiga
20080 ____________________________________________________________________________
20081 [  7729] By: jhi                                   on 2000/11/18  00:08:34
20082         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
20083              From: "A. C. Yardley" <yardley@tanet.net>
20084              Date: Mon, 3 Apr 2000 11:35:33 -0700
20085              Message-ID: <3483.000403@tanet.net>
20086      Branch: perl
20087            ! README.win32
20088 ____________________________________________________________________________
20089 [  7728] By: nick                                  on 2000/11/17  21:59:47
20090         Log: Integrate mainline
20091      Branch: perlio
20092           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
20093           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
20094           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
20095           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
20096 ____________________________________________________________________________
20097 [  7727] By: nick                                  on 2000/11/17  21:56:31
20098         Log: Experiment on use of attributes.pm interface.
20099              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
20100              SVt_PVRV if not already something better (else vivify of say magic gets
20101              core dump).
20102      Branch: perlio
20103            ! perlio.c pp.c
20104 ____________________________________________________________________________
20105 [  7726] By: jhi                                   on 2000/11/17  14:15:49
20106         Log: Subject: Fix for 20000815.006
20107              From: "Stephen P. Potter" <spp@spotter.yi.org>
20108              Date: Fri, 17 Nov 2000 08:57:45 -0500
20109              Message-Id: <200011171357.IAA05122@spotter.yi.org>
20110              
20111              It's really 20000518.006.
20112      Branch: perl
20113            ! pod/perlmodlib.PL
20114 ____________________________________________________________________________
20115 [  7725] By: jhi                                   on 2000/11/17  14:12:31
20116         Log: Subject: Fix for 20000409.001
20117              From: "Stephen P. Potter" <spp@spotter.yi.org>
20118              Date: Fri, 17 Nov 2000 08:55:45 -0500
20119              Message-Id: <200011171355.IAA05104@spotter.yi.org>
20120      Branch: perl
20121            ! pod/perlfaq9.pod
20122 ____________________________________________________________________________
20123 [  7724] By: jhi                                   on 2000/11/17  14:08:58
20124         Log: Undo #7627 now that we have =head3.
20125      Branch: perl
20126            ! pod/perlhack.pod
20127 ____________________________________________________________________________
20128 [  7723] By: jhi                                   on 2000/11/17  14:04:09
20129         Log: As surmised the #7719 wasn't a good move.
20130      Branch: perl
20131            ! hints/solaris_2.sh
20132 ____________________________________________________________________________
20133 [  7722] By: jhi                                   on 2000/11/17  13:59:04
20134         Log: Also the 64bitall hints can be either here or there.
20135      Branch: perl
20136            ! hints/solaris_2.sh
20137 ____________________________________________________________________________
20138 [  7721] By: jhi                                   on 2000/11/17  02:26:23
20139         Log: Test tweak for the open pragma.
20140      Branch: perl
20141            ! t/lib/b.t
20142 ____________________________________________________________________________
20143 [  7720] By: jhi                                   on 2000/11/17  00:23:22
20144         Log: The long double hints can be here or there.
20145      Branch: perl
20146            ! hints/solaris_2.sh
20147 ____________________________________________________________________________
20148 [  7719] By: jhi                                   on 2000/11/17  00:14:06
20149         Log: For Solaris use64bitall the stdchar needs a little bit of help.
20150      Branch: perl
20151            ! hints/solaris_2.sh
20152 ____________________________________________________________________________
20153 [  7718] By: jhi                                   on 2000/11/16  23:27:34
20154         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
20155              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20156              Date: Wed, 15 Nov 2000 08:56:32 +0100
20157              Message-ID: <3A1241B0.64477E00@alcatel.at>
20158      Branch: perl
20159            ! lib/Carp/Heavy.pm
20160 ____________________________________________________________________________
20161 [  7717] By: jhi                                   on 2000/11/16  23:23:29
20162         Log: Subject: [PATCH] Re: 20001101.003 PDL
20163              From: Nicholas Clark <nick@ccl4.org>
20164              Date: Thu, 16 Nov 2000 16:48:25 +0000
20165              Message-ID: <20001116164825.B93487@plum.flirble.org>
20166      Branch: perl
20167            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
20168 ____________________________________________________________________________
20169 [  7716] By: jhi                                   on 2000/11/16  23:21:31
20170         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
20171              From: "Casey R. Tweten" <crt@kiski.net>
20172              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
20173              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
20174      Branch: perl
20175            ! lib/Pod/Checker.pm pod/perlpod.pod
20176 ____________________________________________________________________________
20177 [  7715] By: jhi                                   on 2000/11/16  23:19:40
20178         Log: Avoid an infinite loop in VMS when utils scripts are run
20179              with no arguments, from Charles Lane.
20180      Branch: perl
20181            ! configure.com
20182 ____________________________________________________________________________
20183 [  7714] By: jhi                                   on 2000/11/16  23:17:08
20184         Log: Subject: perllocale.pod changes
20185              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20186              Date: Mon, 13 Nov 2000 10:09:22 +0300
20187              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
20188      Branch: perl
20189            ! pod/perllocale.pod
20190 ____________________________________________________________________________
20191 [  7713] By: jhi                                   on 2000/11/16  23:14:06
20192         Log: Integrate perlio.
20193      Branch: perl
20194           !> doio.c perlio.c perlio.h util.c
20195 ____________________________________________________________________________
20196 [  7712] By: nick                                  on 2000/11/16  21:10:58
20197         Log: Integrate mainline
20198      Branch: perlio
20199           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20200           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
20201           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
20202           !> vos/config.ga.def vos/config.ga.h win32/config.bc
20203           !> win32/config.gc win32/config.vc
20204 ____________________________________________________________________________
20205 [  7711] By: nick                                  on 2000/11/16  19:56:41
20206         Log: Minor tweaks:
20207              consistent way of getting 'rb', 'wb' etc. for binary opens
20208              move *perlio::layers to *open::layers
20209              a #define to show layers available
20210              DOSISH popen/PerlIO had export/import sense inverted.
20211      Branch: perlio
20212            ! doio.c perlio.c perlio.h util.c
20213 ____________________________________________________________________________
20214 [  7710] By: jhi                                   on 2000/11/16  15:46:05
20215         Log: Add HAS_SBRK_PROTO.
20216      Branch: metaconfig/U/perl
20217            + d_sbrkproto.U
20218      Branch: perl
20219            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20220            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
20221            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20222            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20223            ! win32/config.gc win32/config.vc
20224 ____________________________________________________________________________
20225 [  7709] By: nick                                  on 2000/11/16  07:31:49
20226         Log: Integrate mainline
20227      Branch: perlio
20228           !> (integrate 35 files)
20229 ____________________________________________________________________________
20230 [  7708] By: jhi                                   on 2000/11/16  05:33:03
20231         Log: These files are text, not binary.
20232      Branch: perl
20233            ! ext/Encode/Encode/iso8859-10.enc
20234            ! ext/Encode/Encode/iso8859-13.enc
20235            ! ext/Encode/Encode/iso8859-14.enc
20236            ! ext/Encode/Encode/iso8859-15.enc
20237 ____________________________________________________________________________
20238 [  7707] By: jhi                                   on 2000/11/16  01:53:37
20239         Log: Update Changes.
20240      Branch: perl
20241            ! Changes patchlevel.h
20242 ____________________________________________________________________________
20243 [  7706] By: jhi                                   on 2000/11/16  01:35:59
20244         Log: More #undefing of stdio.
20245      Branch: perl
20246            ! fakesdio.h nostdio.h
20247 ____________________________________________________________________________
20248 [  7705] By: jhi                                   on 2000/11/16  01:34:18
20249         Log: Add fwalk() probe to the configuration files and regen perltoc.
20250      Branch: perl
20251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20252            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
20253            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
20254            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20255            ! win32/config.bc win32/config.gc win32/config.vc
20256 ____________________________________________________________________________
20257 [  7704] By: jhi                                   on 2000/11/16  01:33:07
20258         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
20259              an optional third argument to Inlibc?)
20260      Branch: metaconfig/U/perl
20261            + d__fwalk.U
20262 ____________________________________________________________________________
20263 [  7703] By: jhi                                   on 2000/11/16  01:09:22
20264         Log: The type of the hash_cb() size argument is tricky.
20265      Branch: perl
20266            ! ext/DB_File/DB_File.xs
20267 ____________________________________________________________________________
20268 [  7702] By: jhi                                   on 2000/11/15  23:01:16
20269         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
20270      Branch: perl
20271            ! nostdio.h
20272 ____________________________________________________________________________
20273 [  7701] By: jhi                                   on 2000/11/15  22:52:32
20274         Log: Detypo.
20275      Branch: perl
20276            ! t/lib/bigfltpm.t
20277 ____________________________________________________________________________
20278 [  7700] By: jhi                                   on 2000/11/15  22:51:56
20279         Log: UINT64_C() work continues.
20280      Branch: perl
20281            ! handy.h perl.h utf8.h
20282 ____________________________________________________________________________
20283 [  7699] By: jhi                                   on 2000/11/15  14:13:04
20284         Log: SOCKS has its own USE_THREADS, based on
20285              
20286              Subject: [ID 20001114.002] et. al. bugfix followup
20287              From: Jens Hamisch <jens@Strawberry.COM> 
20288              Date: Wed, 15 Nov 2000 14:23:11 +0100
20289              Message-ID: <20001115142311.A21164@Strawberry.COM>
20290      Branch: perl
20291            ! perl.h
20292 ____________________________________________________________________________
20293 [  7698] By: jhi                                   on 2000/11/15  03:50:56
20294         Log: Add few missing #undefs and sort them.
20295      Branch: perl
20296            ! fakesdio.h
20297 ____________________________________________________________________________
20298 [  7697] By: jhi                                   on 2000/11/15  03:39:14
20299         Log: Linenumber fix.
20300      Branch: perl
20301            ! t/pragma/warn/utf8
20302 ____________________________________________________________________________
20303 [  7696] By: jhi                                   on 2000/11/15  02:55:26
20304         Log: EBCDIC tweaks.
20305              
20306              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
20307              From: Peter Prymmer <pvhp@forte.com>
20308              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
20309              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
20310      Branch: perl
20311            ! t/op/regmesg.t t/pragma/warn/utf8
20312 ____________________________________________________________________________
20313 [  7695] By: jhi                                   on 2000/11/15  02:53:58
20314         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
20315              From: Peter Prymmer <pvhp@forte.com>
20316              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
20317              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
20318      Branch: perl
20319            ! utf8.c
20320 ____________________________________________________________________________
20321 [  7694] By: jhi                                   on 2000/11/15  02:50:55
20322         Log: Subject: [PATCH: perl@7674] updates to README.os390
20323              From: Prymmer/Kahn <pvhp@best.com>
20324              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
20325              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
20326      Branch: perl
20327            ! README.os390
20328 ____________________________________________________________________________
20329 [  7693] By: jhi                                   on 2000/11/15  02:48:37
20330         Log: Quit utf8_to_uv() instantly if curlen == 0.
20331      Branch: perl
20332            ! utf8.c
20333 ____________________________________________________________________________
20334 [  7692] By: jhi                                   on 2000/11/15  02:24:29
20335         Log: Use u_int32_t for the size of hash_cb(), not size_t.
20336              
20337              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
20338              From: Jens Hamisch <jens@Strawberry.COM>     
20339              Date: Tue, 14 Nov 2000 19:03:55 +0100
20340              Message-Id: <20001114190355.A20559@Strawberry.COM>
20341      Branch: perl
20342            ! ext/DB_File/DB_File.xs
20343 ____________________________________________________________________________
20344 [  7691] By: jhi                                   on 2000/11/15  02:20:12
20345         Log: Use UINT64_C().
20346              
20347              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
20348              From: Jens Hamisch <jens@Strawberry.COM>
20349              Date: Tue, 14 Nov 2000 19:16:23 +0100
20350              Message-Id: <20001114191623.G20559@Strawberry.COM>
20351      Branch: perl
20352            ! utf8.c utf8.h
20353 ____________________________________________________________________________
20354 [  7690] By: jhi                                   on 2000/11/15  02:17:06
20355         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
20356              (a macro to define signed and unsigned integer constants).
20357      Branch: perl
20358            ! handy.h
20359 ____________________________________________________________________________
20360 [  7689] By: jhi                                   on 2000/11/15  01:56:51
20361         Log: Regen Configure.
20362      Branch: perl
20363            ! Configure
20364 ____________________________________________________________________________
20365 [  7688] By: jhi                                   on 2000/11/15  01:56:32
20366         Log: Make the unit know about SOCKS.
20367      Branch: metaconfig
20368            ! U/protos/socksizetype.U
20369 ____________________________________________________________________________
20370 [  7687] By: jhi                                   on 2000/11/15  01:54:47
20371         Log: Remove unused dependencies.
20372      Branch: metaconfig
20373            ! U/compline/d_getpagsz.U
20374 ____________________________________________________________________________
20375 [  7686] By: nick                                  on 2000/11/14  21:25:13
20376         Log: Integrate mainline.
20377      Branch: perlio
20378           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
20379           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
20380           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
20381           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
20382           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
20383           !> win32/config.bc win32/config.gc win32/config.vc
20384           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
20385 ____________________________________________________________________________
20386 [  7685] By: jhi                                   on 2000/11/14  17:54:56
20387         Log: Integrate perlio.
20388      Branch: perl
20389           +> fakesdio.h perliol.h
20390           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
20391           !> perlsdio.h perlsfio.h pod/perlfunc.pod
20392 ____________________________________________________________________________
20393 [  7684] By: nick                                  on 2000/11/14  17:43:04
20394         Log: PerlIO #include and #ifdef re-work.
20395      Branch: perlio
20396            + fakesdio.h perliol.h
20397            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
20398            ! perlsdio.h perlsfio.h
20399 ____________________________________________________________________________
20400 [  7683] By: jhi                                   on 2000/11/14  15:42:40
20401         Log: Hoist the duplicated socket/netdb include logic to perl.h;
20402              undef SETERRNO in case SOCKS has defined it.  Based on:
20403              
20404              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
20405              From: Jens Hamisch <jens@Strawberry.COM> 
20406              Date: Tue, 14 Nov 2000 11:34:40 +0100
20407              Message-Id: <20001114113440.A20005@Strawberry.COM>
20408      Branch: perl
20409            ! doio.c perl.h pp_sys.c
20410 ____________________________________________________________________________
20411 [  7682] By: jhi                                   on 2000/11/14  14:07:28
20412         Log: Subject: some additions for makefiles for win32 (for perl@7674)
20413              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20414              Date: Tue, 14 Nov 2000 09:31:13 +0300
20415              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
20416      Branch: perl
20417            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
20418            ! win32/makefile.mk
20419 ____________________________________________________________________________
20420 [  7681] By: jhi                                   on 2000/11/14  14:01:41
20421         Log: Subject: tiny typo in perl5db.pl
20422              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20423              Date: Tue, 14 Nov 2000 09:29:28 +0300
20424              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
20425      Branch: perl
20426            ! lib/perl5db.pl
20427 ____________________________________________________________________________
20428 [  7680] By: jhi                                   on 2000/11/14  04:13:50
20429         Log: Redo #7679 with LFs instead of CRLFs.
20430      Branch: perl
20431            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
20432            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
20433            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
20434 ____________________________________________________________________________
20435 [  7679] By: jhi                                   on 2000/11/14  01:21:09
20436         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
20437              From: Benjamin Stuhl <tiriath@yahoo.com> 
20438              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
20439              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
20440      Branch: perl
20441            + win32/bin/mdelete.bat
20442            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
20443            ! makedef.pl perlio.c win32/Makefile win32/config.gc
20444            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
20445 ____________________________________________________________________________
20446 [  7678] By: jhi                                   on 2000/11/14  01:19:20
20447         Log: Fix the re extension building for Win32.
20448              
20449              Subject: [PATCH perl@7638] Get PerlIO building on Win32
20450              From: Benjamin Stuhl <tiriath@yahoo.com> 
20451              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
20452              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
20453      Branch: perl
20454            + ext/re/hints/MSWin32.pl
20455            ! MANIFEST
20456 ____________________________________________________________________________
20457 [  7677] By: jhi                                   on 2000/11/14  01:13:54
20458         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
20459              From: sthoenna@efn.org
20460              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
20461              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
20462      Branch: perl
20463            ! doop.c pp.c toke.c utf8.c utf8.h
20464 ____________________________________________________________________________
20465 [  7676] By: jhi                                   on 2000/11/13  20:23:15
20466         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
20467              From: Nicholas Clark <nick@ccl4.org>
20468              Date: Mon, 13 Nov 2000 18:55:04 +0000
20469              Message-ID: <20001113185504.J29183@plum.flirble.org>
20470      Branch: perl
20471            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
20472 ____________________________________________________________________________
20473 [  7675] By: nick                                  on 2000/11/13  20:21:57
20474         Log: Integrate mainline ...
20475      Branch: perlio
20476           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
20477           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
20478           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
20479           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
20480 ____________________________________________________________________________
20481 [  7674] By: jhi                                   on 2000/11/13  15:07:56
20482         Log: Update Changes.
20483      Branch: perl
20484            ! Changes patchlevel.h
20485 ____________________________________________________________________________
20486 [  7673] By: jhi                                   on 2000/11/13  14:42:42
20487         Log: Remove the new two tests of lib/io_xs for now, they seem to
20488              fail under perlio on some platforms.
20489      Branch: perl
20490            ! t/lib/io_xs.t
20491 ____________________________________________________________________________
20492 [  7672] By: jhi                                   on 2000/11/13  13:57:53
20493         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
20494      Branch: perl
20495            ! perlio.c
20496 ____________________________________________________________________________
20497 [  7671] By: jhi                                   on 2000/11/13  05:30:48
20498         Log: Placate nervous compilers that see longer than ints switch()ing.
20499      Branch: perl
20500            ! utf8.c
20501 ____________________________________________________________________________
20502 [  7670] By: jhi                                   on 2000/11/13  05:14:21
20503         Log: fputs() does return EOF on error but here we don't care.
20504      Branch: perl
20505            ! perlio.c
20506 ____________________________________________________________________________
20507 [  7669] By: jhi                                   on 2000/11/13  05:02:45
20508         Log: Declare reg_data like reg_substr_data.
20509      Branch: perl
20510            ! regexp.h
20511 ____________________________________________________________________________
20512 [  7668] By: jhi                                   on 2000/11/13  04:54:34
20513         Log: Typos in #7667.
20514      Branch: perl
20515            ! perl.h
20516 ____________________________________________________________________________
20517 [  7667] By: jhi                                   on 2000/11/13  04:49:49
20518         Log: Cleanup messy #ifdef.
20519      Branch: perl
20520            ! perl.h
20521 ____________________________________________________________________________
20522 [  7666] By: jhi                                   on 2000/11/13  04:17:34
20523         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
20524              From: Nicholas Clark <nick@talking.bollo.cx>
20525              Date: Sun, 12 Nov 2000 21:14:11 +0000
20526              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
20527              
20528              Note: only one breakage of the two reported is fixed by this patch.
20529      Branch: perl
20530            ! perlio.c
20531 ____________________________________________________________________________
20532 [  7665] By: jhi                                   on 2000/11/13  04:05:07
20533         Log: Tweak the definition of the bit complement on UTF-8 data:
20534              if none of the characters in the string are > 0xff,
20535              the result is a complemented byte string, not a (UTF-8)
20536              char string.  Based on the summary in
20537              
20538              Subject: Re: [ID 20000918.005] ~ on wide chars
20539              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
20540              Date: Fri, 10 Nov 2000 09:47:15 -0800
20541              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
20542              
20543              This should give us the maximum backward (pre-char string)
20544              compatibility and utf8 compatibility.  The other alternative
20545              would be to limit the bit complement to be always byte only,
20546              taking the least significant byte of the chars.
20547      Branch: perl
20548            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
20549 ____________________________________________________________________________
20550 [  7664] By: jhi                                   on 2000/11/13  00:23:44
20551         Log: Couple of tests from #7660 salvaged.
20552      Branch: perl
20553            - t/op/tell.t
20554            ! MANIFEST t/io/tell.t
20555 ____________________________________________________________________________
20556 [  7663] By: jhi                                   on 2000/11/13  00:02:48
20557         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
20558              From: Nicholas Clark <nick@talking.bollo.cx>
20559              Date: Sun, 12 Nov 2000 21:23:43 +0000
20560              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
20561      Branch: perl
20562            ! perlsfio.h
20563 ____________________________________________________________________________
20564 [  7662] By: jhi                                   on 2000/11/13  00:01:39
20565         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
20566              From: Nicholas Clark <nick@talking.bollo.cx>
20567              Date: Sun, 12 Nov 2000 21:30:04 +0000
20568              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
20569      Branch: perl
20570            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
20571 ____________________________________________________________________________
20572 [  7661] By: jhi                                   on 2000/11/12  23:57:29
20573         Log: Document tell() on special streams.
20574      Branch: perl
20575            ! pod/perlfunc.pod
20576 ____________________________________________________________________________
20577 [  7660] By: jhi                                   on 2000/11/12  23:54:22
20578         Log: (Subsumed by #7664)
20579      Branch: perl
20580            + t/op/tell.t
20581            ! MANIFEST
20582 ____________________________________________________________________________
20583 [  7659] By: jhi                                   on 2000/11/12  22:55:25
20584         Log: Many subdocumented return values of the IO extension now documented.
20585              ungetc and write still left subdocumented.
20586              
20587              Subject: [PATCH] (was Re: IO::Handle::ungetc)
20588              From: Nicholas Clark <nick@talking.bollo.cx>
20589              Date: Sun, 12 Nov 2000 21:35:53 +0000
20590              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
20591      Branch: perl
20592            ! ext/IO/lib/IO/Handle.pm
20593 ____________________________________________________________________________
20594 [  7658] By: jhi                                   on 2000/11/12  21:37:06
20595         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
20596              From: Nicholas Clark <nick@talking.bollo.cx>
20597              Date: Sun, 12 Nov 2000 20:03:22 +0000
20598              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
20599      Branch: perl
20600            ! pod/perlfunc.pod
20601 ____________________________________________________________________________
20602 [  7657] By: jhi                                   on 2000/11/12  20:34:55
20603         Log: Integrate perlio.
20604      Branch: perl
20605           !> perlio.c
20606 ____________________________________________________________________________
20607 [  7656] By: nick                                  on 2000/11/12  19:25:06
20608         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
20609      Branch: perlio
20610            ! perlio.c
20611 ____________________________________________________________________________
20612 [  7655] By: nick                                  on 2000/11/12  19:09:41
20613         Log: Integrate mainline
20614      Branch: perlio
20615           +> README.solaris ext/Encode/Encode/cp1006.enc
20616           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
20617           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
20618           +> ext/Encode/Encode/iso8859-13.enc
20619           +> ext/Encode/Encode/iso8859-14.enc
20620           +> ext/Encode/Encode/iso8859-15.enc
20621           !> (integrate 34 files)
20622 ____________________________________________________________________________
20623 [  7654] By: jhi                                   on 2000/11/12  19:00:22
20624         Log: Add a metaconfig unit for fsync.
20625      Branch: metaconfig/U/perl
20626            + d_fsync.U
20627 ____________________________________________________________________________
20628 [  7653] By: jhi                                   on 2000/11/12  19:00:01
20629         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
20630      Branch: perl
20631            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20632            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
20633            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20634            ! vos/config.ga.h win32/config.bc win32/config.gc
20635            ! win32/config.vc
20636 ____________________________________________________________________________
20637 [  7652] By: jhi                                   on 2000/11/11  21:12:01
20638         Log: Copy the s// information of README.hpux also to the perlrun.
20639      Branch: perl
20640            ! README.hpux pod/perlrun.pod
20641 ____________________________________________________________________________
20642 [  7651] By: jhi                                   on 2000/11/11  21:03:13
20643         Log: More README.solaris updates from Andy Dougherty.
20644      Branch: perl
20645            ! README.solaris
20646 ____________________________________________________________________________
20647 [  7650] By: jhi                                   on 2000/11/11  18:38:57
20648         Log: More descriptive error for unknown perlio layers.
20649              
20650              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
20651              From: Dominic Dunlop <domo@computer.org> 
20652              Date: Sat, 11 Nov 2000 18:20:32 +0100             
20653              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
20654      Branch: perl
20655            ! perlio.c pod/perldiag.pod
20656 ____________________________________________________________________________
20657 [  7649] By: jhi                                   on 2000/11/11  18:37:52
20658         Log: MachTen doesn't really do mmap() and munmap().
20659              
20660              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
20661              From: Dominic Dunlop <domo@computer.org> 
20662              Date: Sat, 11 Nov 2000 18:20:32 +0100             
20663              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
20664      Branch: perl
20665            ! hints/machten.sh
20666 ____________________________________________________________________________
20667 [  7648] By: jhi                                   on 2000/11/11  18:36:46
20668         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
20669              From: rspier@pobox.com (Robert Spier)
20670              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
20671              Message-ID: <14861.32839.491271.985797@rls.cx>
20672      Branch: perl
20673            ! Porting/Contract pod/perltoot.pod
20674 ____________________________________________________________________________
20675 [  7647] By: jhi                                   on 2000/11/11  18:35:30
20676         Log: Simplify the getpagesize() unit by dropping the
20677              pagesize probe since it's nowadays slightly more
20678              complicated because of sysconf(). (Note: if some
20679              platform really needs the -lPW for getpagesize,
20680              I just broke it.)
20681              
20682              TODO: a new pagesize unit.
20683      Branch: metaconfig
20684            ! U/compline/d_getpagsz.U
20685 ____________________________________________________________________________
20686 [  7646] By: jhi                                   on 2000/11/11  18:33:23
20687         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
20688      Branch: perl
20689            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20690            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
20691            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20692            ! vos/config.ga.h win32/config.bc win32/config.gc
20693            ! win32/config.vc
20694 ____________________________________________________________________________
20695 [  7645] By: jhi                                   on 2000/11/11  16:45:15
20696         Log: Use sysconf() or getpagesize() to find out the pagesize.
20697      Branch: perl
20698            ! perlio.c
20699 ____________________________________________________________________________
20700 [  7644] By: jhi                                   on 2000/11/11  15:46:08
20701         Log: Integrate perlio.
20702      Branch: perl
20703           !> perlio.c
20704 ____________________________________________________________________________
20705 [  7643] By: jhi                                   on 2000/11/11  15:33:36
20706         Log: Subject: Re: [PATCH] README.solaris
20707              From: Lupe Christoph <lupe@lupe-christoph.de>
20708              Date: Sat, 11 Nov 2000 14:08:10 +0100
20709              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
20710      Branch: perl
20711            ! README.solaris
20712 ____________________________________________________________________________
20713 [  7642] By: jhi                                   on 2000/11/11  15:22:12
20714         Log: Subject: [PATCH perl@7638] cygwin port
20715              From: "Eric Fifer" <egf7@columbia.edu>            
20716              Date: Fri, 10 Nov 2000 19:30:30 -0000
20717              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
20718      Branch: perl
20719            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
20720 ____________________________________________________________________________
20721 [  7641] By: nick                                  on 2000/11/11  14:50:36
20722         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
20723              Also call "Buf" layer directly when unread'ing non-read chars.
20724      Branch: perlio
20725            ! perlio.c
20726 ____________________________________________________________________________
20727 [  7640] By: jhi                                   on 2000/11/11  02:05:02
20728         Log: Add more encoding tables.
20729      Branch: perl
20730            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
20731            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
20732            + ext/Encode/Encode/iso8859-10.enc
20733            + ext/Encode/Encode/iso8859-13.enc
20734            + ext/Encode/Encode/iso8859-14.enc
20735            + ext/Encode/Encode/iso8859-15.enc
20736            ! MANIFEST
20737 ____________________________________________________________________________
20738 [  7639] By: jhi                                   on 2000/11/10  18:49:25
20739         Log: Subject: [PATCH] README.solaris
20740              From: Andy Dougherty <doughera@lafayette.edu>
20741              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
20742              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
20743      Branch: perl
20744            + README.solaris
20745            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
20746            ! pod/perl.pod pod/perltoc.pod
20747 ____________________________________________________________________________
20748 [  7638] By: jhi                                   on 2000/11/10  15:04:15
20749         Log: Update Changes.
20750      Branch: perl
20751            ! Changes patchlevel.h
20752 ____________________________________________________________________________
20753 [  7637] By: jhi                                   on 2000/11/10  14:14:28
20754         Log: Explain better why certain regex tests are skipped.
20755              
20756              Subject: Re: tests skipped: unknown reason
20757              From: Lupe Christoph <lupe@lupe-christoph.de>
20758              Date: Fri, 10 Nov 2000 09:08:56 +0100
20759              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
20760      Branch: perl
20761            ! t/op/regexp.t
20762 ____________________________________________________________________________
20763 [  7636] By: nick                                  on 2000/11/10  13:40:00
20764         Log: Integrate mainline.
20765      Branch: perlio
20766           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
20767           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
20768           !> win32/bin/search.pl
20769 ____________________________________________________________________________
20770 [  7635] By: nick                                  on 2000/11/10  13:25:52
20771         Log: Re-instate stdio large file support via perlio.
20772      Branch: perl
20773            ! perlio.c
20774 ____________________________________________________________________________
20775 [  7634] By: jhi                                   on 2000/11/10  04:49:55
20776         Log: Amdahl UTS hints updates.
20777              
20778              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
20779              From: hom00@utsglobal.com (Harold O Morris)
20780              Date: Thu, 9 Nov 2000 20:02 PST
20781              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
20782      Branch: perl
20783            ! hints/uts.sh
20784 ____________________________________________________________________________
20785 [  7633] By: jhi                                   on 2000/11/09  23:33:28
20786         Log: Subject: [PATCH] IO::Seekable pod
20787              From: Nicholas Clark <nick@talking.bollo.cx>
20788              Date: Thu, 9 Nov 2000 20:29:45 +0000
20789              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
20790      Branch: perl
20791            ! ext/IO/lib/IO/Handle.pm
20792 ____________________________________________________________________________
20793 [  7632] By: jhi                                   on 2000/11/09  21:55:41
20794         Log: Various doc oddball characters.
20795              
20796              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
20797              From: Michael Somos <somos@grail.cba.csuohio.edu>
20798              Date: Mon, 6 Nov 2000 17:44:20 -0500
20799              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
20800      Branch: perl
20801            ! emacs/cperl-mode.el lib/unicode/syllables.txt
20802            ! win32/bin/search.pl
20803 ____________________________________________________________________________
20804 [  7631] By: jhi                                   on 2000/11/09  21:12:29
20805         Log: Subject: Re: bash -c exit and linux hints 
20806              From: "John P. Linderman" <jpl@research.att.com>
20807              Date: Thu, 02 Nov 2000 09:37:25 -0500
20808              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
20809      Branch: perl
20810            ! hints/linux.sh
20811 ____________________________________________________________________________
20812 [  7630] By: nick                                  on 2000/11/09  20:34:11
20813         Log: Integrate mainline.
20814      Branch: perlio
20815           !> (integrate 91 files)
20816 ____________________________________________________________________________
20817 [  7629] By: jhi                                   on 2000/11/09  19:46:31
20818         Log: Missing dTHXs.
20819              
20820              Subject: RE: perl@7595 builds not on cygwin
20821              From: "Eric Fifer" <egf7@columbia.edu>
20822              Date: Thu, 9 Nov 2000 19:26:50 -0000
20823              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
20824      Branch: perl
20825            ! ext/Devel/Peek/Peek.xs
20826 ____________________________________________________________________________
20827 [  7628] By: jhi                                   on 2000/11/09  14:48:27
20828         Log: Disable only the tests 99 and 166 for UTF-8 locales.
20829      Branch: perl
20830            ! t/pragma/locale.t
20831 ____________________________________________________________________________
20832 [  7627] By: jhi                                   on 2000/11/09  14:40:27
20833         Log: There's no =head3.
20834      Branch: perl
20835            ! pod/perlhack.pod
20836 ____________________________________________________________________________
20837 [  7626] By: jhi                                   on 2000/11/09  13:54:26
20838         Log: The generated boot_* headers are wrong.  Pickier compiler,
20839              such as KAI C++ will refuse to compile the resulting perlmain.
20840              
20841              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
20842              From: Harri Pasanen <harri.pasanen@trema.com>
20843              Date: Thu, 09 Nov 2000 14:23:28 +0100
20844              Message-Id: <3A0AA550.26D548A3@trema.com>
20845      Branch: perl
20846            ! minimod.pl
20847 ____________________________________________________________________________
20848 [  7625] By: jhi                                   on 2000/11/09  13:50:44
20849         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
20850              From: Prymmer/Kahn <pvhp@best.com>
20851              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
20852              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
20853              
20854              All except the "cow orker" change.
20855      Branch: perl
20856            ! Porting/pumpkin.pod
20857 ____________________________________________________________________________
20858 [  7624] By: jhi                                   on 2000/11/09  13:45:33
20859         Log: Fix for
20860              
20861              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
20862              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
20863              Date: Thu, 09 Nov 2000 11:05:52 +0100
20864              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
20865      Branch: perl
20866            ! pod/perldiag.pod t/pragma/warn/pp_sys
20867 ____________________________________________________________________________
20868 [  7623] By: jhi                                   on 2000/11/09  13:37:16
20869         Log: Typo in an ifndef.
20870              
20871              Subject: Re: [PATCH 5.7.0] better messages from malloc()
20872              From: Joe Smith <jms@inwap.com>         
20873              Date: Thu, 09 Nov 2000 01:33:14 -0800
20874              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
20875      Branch: perl
20876            ! malloc.c
20877 ____________________________________________________________________________
20878 [  7622] By: jhi                                   on 2000/11/09  13:31:18
20879         Log: Remove unused extra arguments.
20880      Branch: metaconfig/U/perl
20881            ! perlxv.U
20882      Branch: perl
20883            ! Configure config_h.SH
20884 ____________________________________________________________________________
20885 [  7621] By: jhi                                   on 2000/11/09  13:16:36
20886         Log: More VMS moves on environment handling, from Charles Lane.
20887      Branch: perl
20888            ! t/pragma/locale.t
20889 ____________________________________________________________________________
20890 [  7620] By: jhi                                   on 2000/11/09  04:42:38
20891         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
20892              From: David Dyck <dcd@tc.fluke.com>
20893              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
20894              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
20895      Branch: perl
20896            ! pp_sys.c
20897 ____________________________________________________________________________
20898 [  7619] By: jhi                                   on 2000/11/09  04:36:21
20899         Log: Forgot from #7618.
20900      Branch: perl
20901            ! lib/File/stat.pm
20902 ____________________________________________________________________________
20903 [  7618] By: jhi                                   on 2000/11/09  04:28:44
20904         Log: Make deleting for %ENV work for (newer versions of) VMS,
20905              from Craig A. Berry.
20906      Branch: perl
20907            ! vms/vms.c
20908 ____________________________________________________________________________
20909 [  7617] By: jhi                                   on 2000/11/09  04:25:05
20910         Log: Subject: [PATCH] Class::Struct at compile time
20911              From: "Casey R. Tweten" <crt@kiski.net>
20912              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
20913              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
20914      Branch: perl
20915            ! lib/Class/Struct.pm
20916 ____________________________________________________________________________
20917 [  7616] By: jhi                                   on 2000/11/09  04:15:17
20918         Log: Subject: [ID 20001108.013] spelling
20919              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
20920              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
20921              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
20922      Branch: perl
20923            ! lib/ftp.pl
20924 ____________________________________________________________________________
20925 [  7615] By: jhi                                   on 2000/11/09  04:12:42
20926         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
20927              From: Peter Prymmer <pvhp@forte.com>
20928              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
20929              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
20930      Branch: perl
20931            ! configure.com
20932 ____________________________________________________________________________
20933 [  7614] By: jhi                                   on 2000/11/08  22:42:55
20934         Log: A missing aTHX_.
20935      Branch: perl
20936            ! ext/IPC/SysV/SysV.xs
20937 ____________________________________________________________________________
20938 [  7613] By: jhi                                   on 2000/11/08  19:30:21
20939         Log: Update Changes.
20940      Branch: perl
20941            ! Changes patchlevel.h
20942 ____________________________________________________________________________
20943 [  7612] By: jhi                                   on 2000/11/08  18:35:25
20944         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
20945              From: David Dyck <dcd@tc.fluke.com>
20946              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
20947              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
20948      Branch: perl
20949            ! pp_sys.c
20950 ____________________________________________________________________________
20951 [  7611] By: jhi                                   on 2000/11/08  18:30:26
20952         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
20953              From: Dominic Dunlop <domo@computer.org>
20954              Date: Tue, 7 Nov 2000 12:05:25 +0100
20955              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
20956      Branch: perl
20957            ! malloc.c
20958 ____________________________________________________________________________
20959 [  7610] By: jhi                                   on 2000/11/08  18:25:14
20960         Log: Do not test UTF-8 locales since that the tests would require
20961              polymorphic regexen.
20962      Branch: perl
20963            ! t/pragma/locale.t
20964 ____________________________________________________________________________
20965 [  7609] By: jhi                                   on 2000/11/08  17:12:51
20966         Log: Locale buglets.
20967              
20968              Subject: RE: Locales support (setlocale) fixes
20969              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20970              Date: Wed, 8 Nov 2000 20:01:39 +0300
20971              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
20972      Branch: perl
20973            ! t/pragma/locale.t util.c
20974 ____________________________________________________________________________
20975 [  7608] By: jhi                                   on 2000/11/08  17:00:16
20976         Log: Deleting $ENV{PATH} in VMS is not recommendable.
20977      Branch: perl
20978            ! t/pragma/locale.t
20979 ____________________________________________________________________________
20980 [  7607] By: jhi                                   on 2000/11/08  16:58:26
20981         Log: Subject: PATCH std stdio for (Free)BSD
20982              From: Nicholas Clark <nick@ccl4.org>
20983              Date: Wed, 8 Nov 2000 15:36:29 +0000
20984              Message-ID: <20001108153629.D98736@plum.flirble.org>
20985      Branch: metaconfig
20986            ! U/compline/d_stdstdio.U
20987      Branch: perl
20988            ! Configure config_h.SH
20989 ____________________________________________________________________________
20990 [  7606] By: jhi                                   on 2000/11/08  16:43:31
20991         Log: Forgot to bump the line numbers in #7601.
20992      Branch: perl
20993            ! t/pragma/warn/pp_sys
20994 ____________________________________________________________________________
20995 [  7605] By: jhi                                   on 2000/11/08  16:39:12
20996         Log: More careful detection of how well NVs and UVs mix.
20997              
20998              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))
20999              From: Nicholas Clark <nick@ccl4.org>
21000              Date: Wed, 8 Nov 2000 15:14:12 +0000
21001              Message-ID: <20001108151412.B98736@plum.flirble.org>
21002              
21003              Added some SIGFPE paranoia.
21004      Branch: metaconfig/U/perl
21005            ! perlxv.U
21006      Branch: perl
21007            ! Configure config_h.SH
21008 ____________________________________________________________________________
21009 [  7604] By: jhi                                   on 2000/11/08  14:39:10
21010         Log: Subject: [patch perl@7595] VMS configure.com tweak
21011              From: "Craig A. Berry" <craigberry@mac.com>
21012              Date: Wed, 8 Nov 2000 00:24:12 -0600
21013              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
21014      Branch: perl
21015            ! configure.com
21016 ____________________________________________________________________________
21017 [  7603] By: jhi                                   on 2000/11/08  14:27:11
21018         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
21019              From: Robin Barker <rmb1@cise.npl.co.uk>
21020              Date: Wed, 8 Nov 2000 11:11:39 GMT
21021              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
21022      Branch: perl
21023            ! perlio.c
21024 ____________________________________________________________________________
21025 [  7602] By: jhi                                   on 2000/11/08  14:25:03
21026         Log: Fix for the tie-refhash string table leaks.
21027              
21028              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
21029              Date: Wed, 8 Nov 2000 13:03:04 GMT
21030              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
21031      Branch: perl
21032            ! t/lib/tie-refhash.t
21033 ____________________________________________________________________________
21034 [  7601] By: jhi                                   on 2000/11/08  14:21:08
21035         Log: Try to avoid flockless and emulationless places.
21036      Branch: perl
21037            ! t/pragma/warn/pp_sys
21038 ____________________________________________________________________________
21039 [  7600] By: jhi                                   on 2000/11/08  02:28:54
21040         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
21041              
21042              Subject: [PATCH] prototyped functions that should be overrideable
21043              From: "Casey R. Tweten" <crt@kiski.net>
21044              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
21045              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
21046      Branch: perl
21047            ! toke.c
21048 ____________________________________________________________________________
21049 [  7599] By: jhi                                   on 2000/11/08  01:12:05
21050         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
21051              
21052              Subject: [PATCH] perlbug.PL
21053              From: "Kurt D. Starsinic" <kstar@chapin.edu>
21054              Date: Mon, 6 Nov 2000 21:39:01 -0500
21055              Message-ID: <20001106213901.B20955@O2.chapin.edu>
21056      Branch: perl
21057            ! utils/perlbug.PL
21058 ____________________________________________________________________________
21059 [  7598] By: jhi                                   on 2000/11/07  23:42:00
21060         Log: Bad thinko in #7581 (I used the test program with the expanded
21061              values as-is).
21062      Branch: metaconfig
21063            ! U/compline/d_stdstdio.U
21064      Branch: perl
21065            ! Configure
21066 ____________________________________________________________________________
21067 [  7597] By: jhi                                   on 2000/11/07  21:43:29
21068         Log: Subject: [PATCH perl@7573] cygwin port
21069              From: "Fifer, Eric" <EFifer@sanwaint.com>
21070              Date: Tue, 7 Nov 2000 18:08:51 -0000 
21071              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
21072              
21073              Synchronize with Cygwin 1.1.5.
21074      Branch: perl
21075            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
21076            ! pod/perlport.pod unixish.h util.c
21077 ____________________________________________________________________________
21078 [  7596] By: jhi                                   on 2000/11/07  21:39:25
21079         Log: perlhack updates from H.Merijn Brand.
21080      Branch: perl
21081            ! pod/perlhack.pod
21082 ____________________________________________________________________________
21083 [  7595] By: jhi                                   on 2000/11/07  20:21:41
21084         Log: Update Changes.
21085      Branch: perl
21086            ! Changes patchlevel.h
21087 ____________________________________________________________________________
21088 [  7594] By: jhi                                   on 2000/11/07  19:18:58
21089         Log: Be more robust in Dynaloader.pm.
21090      Branch: perl
21091            ! ext/DynaLoader/DynaLoader_pm.PL
21092 ____________________________________________________________________________
21093 [  7593] By: jhi                                   on 2000/11/07  16:49:31
21094         Log: AUTHORS update.
21095      Branch: perl
21096            ! AUTHORS
21097 ____________________________________________________________________________
21098 [  7592] By: gsar                                  on 2000/11/07  16:39:51
21099         Log: normalize relative paths in virtualized current directory on windows,
21100              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
21101              returns)
21102      Branch: perl
21103            ! win32/vdir.h
21104 ____________________________________________________________________________
21105 [  7591] By: jhi                                   on 2000/11/07  16:04:26
21106         Log: Too profiler-happy: with optimization the #7590 actually makes
21107              the test to run 0.5% _slower_.  Requires much more instrumentation.
21108              Retract #7590.
21109      Branch: perl
21110            ! regcomp.c regcomp.h
21111 ____________________________________________________________________________
21112 [  7590] By: jhi                                   on 2000/11/07  15:51:13
21113         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
21114              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
21115              by using memset() and testing bytewise (as opposed to bitwise).
21116      Branch: perl
21117            ! regcomp.c regcomp.h
21118 ____________________________________________________________________________
21119 [  7589] By: jhi                                   on 2000/11/07  12:56:39
21120         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
21121              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21122              Date: Mon, 06 Nov 2000 23:45:30 -0500
21123              Message-Id: <0011079735.AA973576259@univpress.com>
21124      Branch: perl
21125            ! configure.com t/lib/st-lock.t
21126 ____________________________________________________________________________
21127 [  7588] By: jhi                                   on 2000/11/07  01:03:28
21128         Log: Tweak #7587.
21129      Branch: perl
21130            ! pod/perldiag.pod
21131 ____________________________________________________________________________
21132 [  7587] By: jhi                                   on 2000/11/07  01:00:27
21133         Log: A doc addition for bug id 20001105.019, beware \p.
21134      Branch: perl
21135            ! pod/perldiag.pod
21136 ____________________________________________________________________________
21137 [  7586] By: jhi                                   on 2000/11/07  00:32:22
21138         Log: Fake support of holey files in win/dosish platforms.
21139              
21140              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
21141              From: kipp@shonanblue.ne.jp
21142              Date: Mon, 6 Nov 2000 13:30:55 -0800
21143              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
21144      Branch: perl
21145            ! ext/SDBM_File/sdbm/sdbm.c
21146 ____________________________________________________________________________
21147 [  7585] By: jhi                                   on 2000/11/07  00:12:54
21148         Log: Subject: Pod updates
21149              From: "Stephen P. Potter" <spp@spotter.yi.org>
21150              Date: Mon, 06 Nov 2000 18:56:43 -0500
21151              Message-Id: <200011062357.SAA18173@spotter.yi.org>
21152      Branch: perl
21153            ! README.dos README.os2 README.win32 pod/buildtoc.PL
21154            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
21155            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
21156            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
21157            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
21158            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
21159            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
21160            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
21161            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
21162            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
21163            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
21164            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
21165            ! pod/perltootc.pod pod/perlunicode.pod
21166 ____________________________________________________________________________
21167 [  7584] By: jhi                                   on 2000/11/07  00:04:17
21168         Log: Varargs don't always work too well if one puts an unsigned
21169              char on the stack and pop an unsigned quad off the stack.
21170              
21171              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
21172              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
21173              Date: Mon, 06 Nov 2000 15:19:05 -0800
21174              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
21175      Branch: perl
21176            ! utf8.c
21177 ____________________________________________________________________________
21178 [  7583] By: jhi                                   on 2000/11/06  23:58:48
21179         Log: %ENV note tweaks from Dan Sugalski.
21180      Branch: perl
21181            ! pod/perlport.pod vms/perlvms.pod
21182 ____________________________________________________________________________
21183 [  7582] By: jhi                                   on 2000/11/06  23:05:49
21184         Log: glibc5 detection by __GNU_LIBRARY__.
21185      Branch: perl
21186            ! toke.c
21187 ____________________________________________________________________________
21188 [  7581] By: jhi                                   on 2000/11/06  22:51:29
21189         Log: Make the stdio test program of 7427 less noisy while being 
21190              compiled so that Digital UNIX wouldn't get both
21191              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
21192              undefined.  This makes perlio happy.
21193      Branch: metaconfig
21194            ! U/compline/d_stdstdio.U
21195      Branch: perl
21196            ! Configure config_h.SH
21197 ____________________________________________________________________________
21198 [  7580] By: jhi                                   on 2000/11/06  22:41:41
21199         Log: Document %ENV = () portability issues.
21200      Branch: perl
21201            ! pod/perlport.pod vms/perlvms.pod
21202 ____________________________________________________________________________
21203 [  7579] By: jhi                                   on 2000/11/06  21:29:24
21204         Log: VOS updates from Paul Green.
21205      Branch: perl
21206            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21207 ____________________________________________________________________________
21208 [  7578] By: jhi                                   on 2000/11/06  21:00:40
21209         Log: Sanitize the environment further.
21210      Branch: perl
21211            ! t/pragma/locale.t
21212 ____________________________________________________________________________
21213 [  7577] By: jhi                                   on 2000/11/06  20:53:51
21214         Log: Re-introduce 7552 lost in integration.
21215      Branch: perl
21216            ! perlio.c
21217 ____________________________________________________________________________
21218 [  7576] By: jhi                                   on 2000/11/06  20:33:46
21219         Log: Admit that the test leaks scalars.
21220      Branch: perl
21221            ! t/comp/proto.t
21222 ____________________________________________________________________________
21223 [  7575] By: jhi                                   on 2000/11/06  20:17:08
21224         Log: Integrate perlio.
21225      Branch: perl
21226           !> perlio.c
21227 ____________________________________________________________________________
21228 [  7574] By: nick                                  on 2000/11/06  20:07:28
21229         Log: Remove debug. Try (Mmap_t) on madvise() call.
21230      Branch: perlio
21231            ! perlio.c
21232 ____________________________________________________________________________
21233 [  7573] By: jhi                                   on 2000/11/06  13:56:05
21234         Log: Update Changes.
21235      Branch: perl
21236            ! Changes patchlevel.h
21237 ____________________________________________________________________________
21238 [  7572] By: jhi                                   on 2000/11/06  13:48:41
21239         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
21240              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21241              Date: Mon, 06 Nov 2000 10:11:42 +0100
21242              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
21243      Branch: perl
21244            ! pod/perlhack.pod
21245 ____________________________________________________________________________
21246 [  7571] By: jhi                                   on 2000/11/06  01:45:51
21247         Log: AUTHORS updates.
21248      Branch: perl
21249            ! AUTHORS
21250 ____________________________________________________________________________
21251 [  7570] By: jhi                                   on 2000/11/06  00:18:00
21252         Log: Fix for
21253              
21254              Subject: [ID 20000728.005] perl -P broken
21255              From: David Dyck <dcd@tc.fluke.com>
21256              Date: Fri, 28 Jul 2000 17:19:16 -0700
21257              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
21258              
21259              (hopefully).  The fix is also not complete, it seems to break
21260              BOM swallowing for libc5 systems, but until someone figures
21261              out a way to do this without ftell(), this will do.
21262      Branch: perl
21263            ! toke.c
21264 ____________________________________________________________________________
21265 [  7569] By: jhi                                   on 2000/11/06  00:05:30
21266         Log: Document that the evaled syntax errors cause scalar leaks.
21267      Branch: perl
21268            ! t/comp/proto.t
21269 ____________________________________________________________________________
21270 [  7568] By: jhi                                   on 2000/11/05  23:14:47
21271         Log: opmini.o can linger from Configures past.
21272      Branch: perl
21273            ! Makefile.SH
21274 ____________________________________________________________________________
21275 [  7567] By: jhi                                   on 2000/11/05  21:28:39
21276         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
21277              first argument correctly.
21278      Branch: perl
21279            ! perlio.c
21280 ____________________________________________________________________________
21281 [  7566] By: jhi                                   on 2000/11/05  21:15:56
21282         Log: Integrate perlio.
21283      Branch: perl
21284           !> perlio.c
21285 ____________________________________________________________________________
21286 [  7565] By: jhi                                   on 2000/11/05  21:15:13
21287         Log: Use -dM for gcc (the suggested patch did it only for Linux,
21288              but I think it can be generalized).
21289              
21290              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
21291              From: Pixel <pixel@mandrakesoft.com>
21292              Date: 05 Nov 2000 21:49:34 +0100 
21293              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
21294      Branch: perl
21295            ! ext/Errno/Errno_pm.PL
21296 ____________________________________________________________________________
21297 [  7564] By: nick                                  on 2000/11/05  21:09:18
21298         Log: Added a mmap layer as a "subclass" of perlio.
21299              PERLIO=mmap ./perl harness passes
21300      Branch: perlio
21301            ! perlio.c
21302 ____________________________________________________________________________
21303 [  7563] By: jhi                                   on 2000/11/05  19:48:55
21304         Log: Add a note for future generations about bug id 20000229.006.
21305      Branch: perl
21306            ! malloc.c
21307 ____________________________________________________________________________
21308 [  7562] By: jhi                                   on 2000/11/05  19:38:24
21309         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
21310      Branch: perl
21311            ! pp_ctl.c t/op/pos.t
21312 ____________________________________________________________________________
21313 [  7561] By: jhi                                   on 2000/11/05  18:21:46
21314         Log: Add =pod to be tidy.
21315      Branch: perl
21316            ! lib/Math/Complex.pm
21317 ____________________________________________________________________________
21318 [  7560] By: jhi                                   on 2000/11/05  17:38:46
21319         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
21320      Branch: perl
21321            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21322            ! ext/Storable/Storable.xs t/lib/st-recurse.t
21323 ____________________________________________________________________________
21324 [  7559] By: jhi                                   on 2000/11/05  17:32:59
21325         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
21326              From: "Peter J. Farley III" <pjfarley@banet.net>
21327              Date: Sun, 05 Nov 2000 11:55:59 -0500
21328              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
21329      Branch: perl
21330            ! t/lib/syslog.t
21331 ____________________________________________________________________________
21332 [  7558] By: jhi                                   on 2000/11/05  17:29:19
21333         Log: Integrate perlio.
21334      Branch: perl
21335           !> perlio.c
21336 ____________________________________________________________________________
21337 [  7557] By: jhi                                   on 2000/11/05  17:22:01
21338         Log: A fix of sorts for 20000329.026, a better error message
21339              for a missing "use charnames" when using the \N{...}. 
21340      Branch: perl
21341            ! pod/perldiag.pod toke.c
21342 ____________________________________________________________________________
21343 [  7556] By: jhi                                   on 2000/11/05  16:33:50
21344         Log: Test tweak: show also the failed locales.
21345              
21346              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
21347              From: Lupe Christoph <lupe@lupe-christoph.de>         
21348              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
21349              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
21350      Branch: perl
21351            ! t/pragma/locale.t
21352 ____________________________________________________________________________
21353 [  7555] By: nick                                  on 2000/11/05  11:09:34
21354         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
21355              open RDWR so does not fail. (pragma/warnings 303 again...)
21356      Branch: perlio
21357            ! perlio.c
21358 ____________________________________________________________________________
21359 [  7554] By: nick                                  on 2000/11/05  10:10:13
21360         Log: Fix case where ungetc(f,EOF) was allowed.
21361              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
21362              so we can see similarities.
21363              Use types more carefully and a STDCHAR array in hope that this will
21364              fix Jarrko's 64bit machine.
21365      Branch: perlio
21366            ! perlio.c
21367 ____________________________________________________________________________
21368 [  7553] By: jhi                                   on 2000/11/05  01:12:16
21369         Log: Fix for
21370              
21371              Subject: [ID 20001004.007] taint propogation is inconsistent
21372              From: pimlott@idiomtech.com (Andrew Pimlott) 
21373              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
21374              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
21375              
21376              The culprit was sv_setsv() which was rather blindly
21377              propagating taint, which lead to behaviour where if
21378              a tainted anon hash value was seen all the hash values
21379              from then on at that level became tainted, or at any
21380              upper levels in the case of nested anon hashes.
21381      Branch: perl
21382            ! sv.c t/op/taint.t
21383 ____________________________________________________________________________
21384 [  7552] By: jhi                                   on 2000/11/04  23:44:18
21385         Log: Some cpps don't like splitting conditionals across several lines.
21386      Branch: perl
21387            ! perlio.c
21388 ____________________________________________________________________________
21389 [  7551] By: nick                                  on 2000/11/04  23:40:44
21390         Log: Integrate mainline
21391      Branch: perlio
21392           !> pp_hot.c t/op/taint.t
21393 ____________________________________________________________________________
21394 [  7550] By: nick                                  on 2000/11/04  23:39:05
21395         Log: Integrate mainline again
21396      Branch: perlio
21397           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
21398           !> t/lib/b.t t/op/misc.t util.c
21399 ____________________________________________________________________________
21400 [  7549] By: jhi                                   on 2000/11/04  23:14:01
21401         Log: Fix for
21402              
21403              Subject: [ID 20001004.006] undef is never tainted
21404              From: pimlott@idiomtech.com (Andrew Pimlott)
21405              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
21406              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
21407              
21408              An undef read from a slurped file was not tainted.
21409      Branch: perl
21410            ! pp_hot.c t/op/taint.t
21411 ____________________________________________________________________________
21412 [  7548] By: jhi                                   on 2000/11/04  22:56:21
21413         Log: Test tweak ($Config{useperlio} is by default undef) .
21414      Branch: perl
21415            ! t/lib/b.t
21416 ____________________________________________________________________________
21417 [  7547] By: jhi                                   on 2000/11/04  22:43:56
21418         Log: Integrate perlio.
21419      Branch: perl
21420           +> lib/perlio.pm
21421           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
21422           !> pod/perlapi.pod t/lib/b.t
21423 ____________________________________________________________________________
21424 [  7546] By: jhi                                   on 2000/11/04  22:40:59
21425         Log: Configure would use a bad $myuname from an old config.sh.
21426              
21427              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
21428              From: Andy Dougherty <doughera@lafayette.edu>
21429              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
21430              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
21431      Branch: metaconfig
21432            ! U/modified/Oldconfig.U
21433      Branch: perl
21434            ! Configure config_h.SH
21435 ____________________________________________________________________________
21436 [  7545] By: jhi                                   on 2000/11/04  22:36:54
21437         Log: Subject: Locales support (setlocale) fixes
21438              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21439              Date: Sat, 4 Nov 2000 10:15:48 +0300 
21440              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
21441              
21442              Modified quite a bit to be more portable.
21443      Branch: perl
21444            ! embed.h embed.pl perl.h proto.h util.c
21445 ____________________________________________________________________________
21446 [  7544] By: jhi                                   on 2000/11/04  22:32:47
21447         Log: Dying is too strict here, better just skip.
21448      Branch: perl
21449            ! t/op/misc.t
21450 ____________________________________________________________________________
21451 [  7543] By: nick                                  on 2000/11/04  21:55:13
21452         Log: Merge mainline
21453      Branch: perlio
21454           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
21455           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
21456           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
21457           !> (integrate 64 files)
21458 ____________________________________________________________________________
21459 [  7542] By: jhi                                   on 2000/11/04  21:09:28
21460         Log: More Changes tweakery.
21461      Branch: perl
21462            ! Changes Porting/genlog
21463 ____________________________________________________________________________
21464 [  7541] By: jhi                                   on 2000/11/04  20:58:18
21465         Log: Changes fixups.
21466      Branch: perl
21467            ! Changes
21468 ____________________________________________________________________________
21469 [  7540] By: jhi                                   on 2000/11/04  20:42:38
21470         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
21471              create a "fast path" for locale name probing using "locale -a"
21472              if available, squash finally hopefully the s?printf resetting
21473              the numeric locale (since, IIUC perllocale, it never shouldn't). 
21474      Branch: perl
21475            ! sv.c t/op/misc.t t/pragma/locale.t
21476 ____________________________________________________________________________
21477 [  7539] By: nick                                  on 2000/11/04  19:56:10
21478         Log: PerlIO infrastructure complete.
21479      Branch: perlio
21480            + lib/perlio.pm
21481            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
21482 ____________________________________________________________________________
21483 [  7538] By: nick                                  on 2000/11/04  14:31:32
21484         Log: Type tweaks + less contorted allocation scheme
21485      Branch: perlio
21486            ! perlio.c
21487 ____________________________________________________________________________
21488 [  7537] By: nick                                  on 2000/11/04  12:40:42
21489         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
21490              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
21491              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
21492              sensible) which lead to some interesting fails.
21493      Branch: perlio
21494            ! perlio.c
21495 ____________________________________________________________________________
21496 [  7536] By: jhi                                   on 2000/11/04  00:20:02
21497         Log: Add FCNTL_CAN_LOCK.
21498              
21499              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
21500              From: Andy Dougherty <doughera@lafayette.edu>
21501              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
21502              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
21503              
21504              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
21505              From: Andy Dougherty <doughera@lafayette.edu>
21506              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
21507              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
21508      Branch: metaconfig/U/perl
21509            + d_fcntl_can_lock.U
21510            ! startperl.U
21511      Branch: perl
21512            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21513            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
21514            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21515            ! vos/config.ga.h win32/config.bc win32/config.gc
21516            ! win32/config.vc
21517 ____________________________________________________________________________
21518 [  7535] By: nick                                  on 2000/11/03  22:19:10
21519         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
21520              - Works on Linux with
21521              perlio + unix
21522              stdio
21523              - Works on Solaris with
21524              perlio + unix
21525              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
21526              - Fails (hangs in openpid) if you try and stack
21527              perlio + stdio - Linux stdio's read() logic is hanging.
21528      Branch: perlio
21529            ! iperlsys.h perlio.c
21530 ____________________________________________________________________________
21531 [  7534] By: jhi                                   on 2000/11/03  15:16:02
21532         Log: Subject: Re: README.aix
21533              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21534              Date: Fri, 03 Nov 2000 16:03:15 +0100
21535              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
21536      Branch: perl
21537            ! README.aix
21538 ____________________________________________________________________________
21539 [  7533] By: jhi                                   on 2000/11/03  03:59:02
21540         Log: Subject: [PATCH 5.7.0] better messages from malloc()
21541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21542              Date: Wed, 1 Nov 2000 23:39:56 -0500
21543              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
21544      Branch: perl
21545            ! malloc.c pod/perldiag.pod
21546 ____________________________________________________________________________
21547 [  7532] By: jhi                                   on 2000/11/03  00:11:56
21548         Log: The #7521 touched things it shouldn't have.
21549      Branch: perl
21550            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
21551 ____________________________________________________________________________
21552 [  7531] By: jhi                                   on 2000/11/02  22:32:33
21553         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
21554              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21555              Date:     Thu, 2 Nov 2000 16:58:36 EST
21556              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
21557      Branch: perl
21558            ! vms/gen_shrfls.pl
21559 ____________________________________________________________________________
21560 [  7530] By: jhi                                   on 2000/11/02  22:08:49
21561         Log: Fix the problem discussed in
21562              
21563              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
21564              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
21565              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
21566              
21567              originally from Linc Madison.  Also Andreas König's comments
21568              taken into account.  Some other problems with Tie::SubstrHash
21569              fixed: didn't croak when the table exceeded the requested number
21570              of entries (as documented) but instead when the number of entries
21571              exceeded the size of the table, a croak() had an unnecessary \n,
21572              didn't have a CLEAR method, documented that there is no exists().
21573              Didn't fix to be strict-proof because the module uses &foo; and
21574              dynamic scope.  Added a test script exercizing both first tamely 
21575              the basic functionality, and then the failure cases reported by
21576              Linc Madison.
21577      Branch: perl
21578            + t/lib/tie-substrhash.t
21579            ! MANIFEST lib/Tie/SubstrHash.pm
21580 ____________________________________________________________________________
21581 [  7529] By: jhi                                   on 2000/11/02  17:58:08
21582         Log: recv() can fail and return undef.
21583              
21584              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
21585              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
21586              Date: Thu, 2 Nov 2000 20:12:20 +0300
21587              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
21588      Branch: perl
21589            ! lib/Net/Ping.pm
21590 ____________________________________________________________________________
21591 [  7528] By: jhi                                   on 2000/11/02  17:49:09
21592         Log: Detpyo.
21593      Branch: perl
21594            ! pod/perlop.pod
21595 ____________________________________________________________________________
21596 [  7527] By: jhi                                   on 2000/11/02  15:48:37
21597         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
21598              fix a autovivification bug in Tie::RefHash, add tests for both.
21599              
21600              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
21601              From: Edward Avis <epa98@doc.ic.ac.uk>
21602              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
21603              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
21604      Branch: perl
21605            + t/lib/tie-refhash.t
21606            ! MANIFEST lib/Tie/RefHash.pm
21607 ____________________________________________________________________________
21608 [  7526] By: jhi                                   on 2000/11/02  13:56:26
21609         Log: Test::Harness revealed buglets in the new DynaLoader.
21610              
21611              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
21612              From: andreas.koenig@anima.de (Andreas J. Koenig)
21613              Date: 02 Nov 2000 11:26:48 +0100 
21614              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
21615      Branch: perl
21616            ! ext/DynaLoader/DynaLoader_pm.PL
21617 ____________________________________________________________________________
21618 [  7525] By: jhi                                   on 2000/11/01  23:52:08
21619         Log: The entry for #7503 was missing.
21620      Branch: perl
21621            ! Changes
21622 ____________________________________________________________________________
21623 [  7524] By: jhi                                   on 2000/11/01  23:40:52
21624         Log: Update Changes.
21625      Branch: perl
21626            ! Changes patchlevel.h
21627 ____________________________________________________________________________
21628 [  7523] By: jhi                                   on 2000/11/01  22:57:09
21629         Log: More tweaking on the #7522 theme.
21630      Branch: perl
21631            ! ext/DynaLoader/DynaLoader_pm.PL
21632 ____________________________________________________________________________
21633 [  7522] By: jhi                                   on 2000/11/01  22:06:15
21634         Log: Expand %Config variables and %ENV variables only if
21635              so requested during build time using the
21636              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
21637              Not expanding makes relocating distributions easier.
21638      Branch: perl
21639            ! ext/DynaLoader/DynaLoader_pm.PL
21640 ____________________________________________________________________________
21641 [  7521] By: jhi                                   on 2000/11/01  20:56:34
21642         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
21643              and setgid() because they were just changing $< and $( which means
21644              only changing the real uid/gid, as opposed to changing both
21645              real and effective ids.  (The alternative way could have been
21646              in POSIX.pm to change $> and $), too, but making a direct call
21647              to the C API feels cleaner.)  Fixes the bug
21648              
21649              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
21650              From: "Garry T. Williams" <garry@zvolve.com>
21651              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
21652              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
21653      Branch: perl
21654            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21655            ! ext/POSIX/typemap pod/perlvar.pod
21656 ____________________________________________________________________________
21657 [  7520] By: jhi                                   on 2000/11/01  20:08:33
21658         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
21659              From: "Garry T. Williams" <garry@zvolve.com>
21660              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
21661              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
21662      Branch: perl
21663            ! pod/perlsec.pod
21664 ____________________________________________________________________________
21665 [  7519] By: jhi                                   on 2000/11/01  20:01:22
21666         Log: Locale warning explanation tweak.
21667      Branch: perl
21668            ! pod/perldiag.pod
21669 ____________________________________________________________________________
21670 [  7518] By: jhi                                   on 2000/11/01  18:57:13
21671         Log: C.pm part of
21672              
21673              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
21674              From: Jarkko Hietaniemi <jhi@iki.fi>
21675              Date: Tue, 10 Oct 2000 08:22:28 -0500
21676              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
21677      Branch: perl
21678            ! ext/B/B/C.pm
21679 ____________________________________________________________________________
21680 [  7517] By: jhi                                   on 2000/11/01  18:41:59
21681         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
21682              From: Martien Verbruggen <mgjv@comdyn.com.au>
21683              Date: Fri, 6 Oct 2000 14:09:10 +1100
21684              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
21685      Branch: perl
21686            ! pod/perlop.pod
21687 ____________________________________________________________________________
21688 [  7516] By: jhi                                   on 2000/11/01  18:34:55
21689         Log: Generalize the Camel wording.
21690              
21691              Subject: Re: perlfaq style changes
21692              From: John Borwick <jhborwic@unity.ncsu.edu>
21693              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
21694              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
21695      Branch: perl
21696            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
21697 ____________________________________________________________________________
21698 [  7515] By: jhi                                   on 2000/11/01  16:52:31
21699         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
21700              From: pimlott@idiomtech.com (Andrew Pimlott)
21701              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
21702              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
21703      Branch: perl
21704            ! pod/perlsec.pod
21705 ____________________________________________________________________________
21706 [  7514] By: jhi                                   on 2000/11/01  15:03:40
21707         Log: More AIX lore.
21708      Branch: perl
21709            ! ext/re/hints/aix.pl
21710 ____________________________________________________________________________
21711 [  7513] By: jhi                                   on 2000/11/01  14:48:30
21712         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
21713              From: root <root@chronos.fi.muni.cz>
21714              Date: Wed, 1 Nov 2000 12:31:32 +0100
21715              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
21716      Branch: perl
21717            ! lib/Net/Ping.pm
21718 ____________________________________________________________________________
21719 [  7512] By: jhi                                   on 2000/11/01  14:46:47
21720         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
21721              From: Martin Husemann <martin@duskware.de>
21722              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
21723              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
21724      Branch: perl
21725            ! regcomp.c
21726 ____________________________________________________________________________
21727 [  7511] By: jhi                                   on 2000/11/01  14:39:50
21728         Log: AUTHORS updates.
21729      Branch: perl
21730            ! AUTHORS
21731 ____________________________________________________________________________
21732 [  7510] By: jhi                                   on 2000/11/01  14:29:50
21733         Log: Subject: [PATCH] startperl to respect versiononly
21734              From: Robin Barker <rmb1@cise.npl.co.uk> 
21735              Date: Tue, 31 Oct 2000 16:29:36 GMT
21736              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
21737      Branch: metaconfig/U/perl
21738            ! startperl.U
21739      Branch: perl
21740            ! Configure config_h.SH
21741 ____________________________________________________________________________
21742 [  7509] By: jhi                                   on 2000/11/01  14:19:53
21743         Log: printf UVs the correct way, noticed by Robin Barker.
21744      Branch: perl
21745            ! utf8.c
21746 ____________________________________________________________________________
21747 [  7508] By: jhi                                   on 2000/11/01  14:10:03
21748         Log: Do not cleanup *% because the % has special meanings in some
21749              shell environments.
21750      Branch: perl
21751            ! ext/Storable/Makefile.PL
21752 ____________________________________________________________________________
21753 [  7507] By: jhi                                   on 2000/11/01  14:06:00
21754         Log: The NonStop-UX libraries have a novel way to say NaN.
21755      Branch: perl
21756            ! t/lib/bigfltpm.t
21757 ____________________________________________________________________________
21758 [  7506] By: jhi                                   on 2000/11/01  14:03:35
21759         Log: The osname has been lowercased by now, from Tom Bates.
21760      Branch: metaconfig
21761            ! U/modified/Oldconfig.U
21762      Branch: perl
21763            ! Configure config_h.SH
21764 ____________________________________________________________________________
21765 [  7505] By: jhi                                   on 2000/10/31  19:18:39
21766         Log: The compiler is either gcc or cc, from Tom Bates.
21767      Branch: perl
21768            ! hints/nonstopux.sh
21769 ____________________________________________________________________________
21770 [  7504] By: jhi                                   on 2000/10/31  14:53:42
21771         Log: Update Changes.
21772      Branch: perl
21773            ! Changes patchlevel.h
21774 ____________________________________________________________________________
21775 [  7503] By: jhi                                   on 2000/10/31  14:30:50
21776         Log: Whitespace style tweak.  Was originally going to see to
21777              
21778              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
21779              From: Joe Smith <jms@inwap.com>
21780              Date: Mon, 30 Oct 2000 18:47:57 -0800
21781              Message-Id: <39FE32DD.24AAC4D@inwap.com>
21782              
21783              but that had already been taken care of.
21784      Branch: metaconfig
21785            ! U/compline/d_stdstdio.U
21786      Branch: perl
21787            ! Configure config_h.SH
21788 ____________________________________________________________________________
21789 [  7502] By: jhi                                   on 2000/10/31  14:25:02
21790         Log: AUTHORS tweaks.
21791      Branch: perl
21792            ! AUTHORS
21793 ____________________________________________________________________________
21794 [  7501] By: jhi                                   on 2000/10/31  14:23:59
21795         Log: Subject: perlfaq style changes
21796              From: John Borwick <jhborwic@unity.ncsu.edu>
21797              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
21798              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
21799      Branch: perl
21800            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21801            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21802            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21803            ! pod/perlfaq9.pod
21804 ____________________________________________________________________________
21805 [  7500] By: jhi                                   on 2000/10/31  14:22:15
21806         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
21807              
21808              Subject: Re: [ID 20000918.005] ~ on wide chars
21809              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21810              Date: Mon, 30 Oct 2000 21:09:55 -0800
21811              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
21812              
21813              (The ord() part of the patch skipped.)
21814      Branch: perl
21815            ! doop.c
21816 ____________________________________________________________________________
21817 [  7499] By: jhi                                   on 2000/10/31  14:20:08
21818         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
21819              From: Jens Hamisch <jens@Strawberry.COM>
21820              Date: Mon, 30 Oct 2000 15:17:07 +0100
21821              Message-Id: <20001030151707.A9597@Strawberry.COM>
21822      Branch: perl
21823            ! av.c
21824 ____________________________________________________________________________
21825 [  7498] By: jhi                                   on 2000/10/31  14:16:29
21826         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
21827              From: Peter Prymmer <pvhp@forte.com>
21828              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
21829              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
21830      Branch: perl
21831            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
21832            + ext/Encode/Encode/posix-bc.enc
21833            ! MANIFEST t/lib/encode.t
21834 ____________________________________________________________________________
21835 [  7497] By: jhi                                   on 2000/10/31  14:13:22
21836         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
21837              From: Peter Prymmer <pvhp@forte.com>
21838              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
21839              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
21840      Branch: perl
21841            ! t/lib/cgi-html.t
21842 ____________________________________________________________________________
21843 [  7496] By: jhi                                   on 2000/10/31  14:12:05
21844         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
21845              From: Peter Prymmer <pvhp@forte.com>
21846              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
21847              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
21848      Branch: perl
21849            ! t/lib/cgi-function.t
21850 ____________________________________________________________________________
21851 [  7495] By: jhi                                   on 2000/10/31  14:11:08
21852         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
21853              From: Peter Prymmer <pvhp@forte.com>
21854              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
21855              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
21856      Branch: perl
21857            + ext/re/hints/aix.pl
21858            ! MANIFEST ext/re/Makefile.PL
21859 ____________________________________________________________________________
21860 [  7494] By: jhi                                   on 2000/10/31  14:08:32
21861         Log: Use Errno magic.
21862              
21863              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
21864              From: Casey Tweten <perl@ctweten.amsite.com>
21865              Date: Mon, 30 Oct 2000 15:51:17 -0500
21866              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
21867      Branch: perl
21868            ! lib/File/Temp.pm
21869 ____________________________________________________________________________
21870 [  7493] By: jhi                                   on 2000/10/31  14:05:07
21871         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
21872              
21873              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
21874              From: Nicholas Clark <nick@ccl4.org>
21875              Date: Mon, 30 Oct 2000 17:38:45 +0000
21876              Message-ID: <20001030173845.O60355@plum.flirble.org>
21877      Branch: perl
21878            ! Makefile.SH utils/perlbug.PL
21879 ____________________________________________________________________________
21880 [  7492] By: nick                                  on 2000/10/30  19:37:23
21881         Log: Change files which are mysteriously different to mainline to be
21882              copies of mainline.
21883      Branch: perlio
21884            ! objXSUB.h perlapi.c pod/perlapi.pod
21885 ____________________________________________________________________________
21886 [  7491] By: nick                                  on 2000/10/30  18:05:54
21887         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
21888              - typo in endian code in putc.
21889              - Don't allow read of write-only files and vice-versa
21890              - and off-by-one in flush-all loop.
21891              Remove debug calls as they were using GCC specific features.
21892      Branch: perlio
21893            ! perlio.c
21894 ____________________________________________________________________________
21895 [  7490] By: nick                                  on 2000/10/29  21:45:45
21896         Log: Integrate mainline to perlio
21897      Branch: perlio
21898           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
21899           !> toke.c
21900 ____________________________________________________________________________
21901 [  7489] By: jhi                                   on 2000/10/29  21:11:08
21902         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
21903              From: andreas.koenig@anima.de (Andreas J. Koenig)
21904              Date: 29 Oct 2000 22:05:59 +0100
21905              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
21906      Branch: perl
21907            ! lib/ExtUtils/Manifest.pm
21908 ____________________________________________________________________________
21909 [  7488] By: jhi                                   on 2000/10/29  21:07:47
21910         Log: Tests for #7487.
21911              
21912              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
21913              From: andreas.koenig@anima.de (Andreas J. Koenig)
21914              Date: 29 Oct 2000 19:37:09 +0100
21915              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
21916      Branch: perl
21917            ! t/comp/proto.t
21918 ____________________________________________________________________________
21919 [  7487] By: jhi                                   on 2000/10/29  21:06:27
21920         Log: constsub spillage.
21921              
21922              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
21923              From: John Tobey <jtobey@john-edwin-tobey.org>
21924              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
21925              Message-Id: <m13pvSr-000FObC@feynman.localnet>
21926      Branch: perl
21927            ! op.c
21928 ____________________________________________________________________________
21929 [  7486] By: nick                                  on 2000/10/29  21:05:04
21930         Log: Integrate mainline to perlio branch
21931      Branch: perlio
21932           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
21933           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
21934           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
21935           +> vos/install_perl.cm
21936            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
21937            - vos/config.h vos/config_h.SH_orig
21938           !> (integrate 141 files)
21939 ____________________________________________________________________________
21940 [  7485] By: jhi                                   on 2000/10/29  21:00:47
21941         Log: Make \x{...} consistently produce UTF-8.
21942              
21943              Subject: Re: \x{...} is confused 
21944              From: Simon Cozens <simon@cozens.net>
21945              Date: Sun, 29 Oct 2000 19:36:48 +0000
21946              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
21947      Branch: perl
21948            ! t/pragma/utf8.t toke.c
21949 ____________________________________________________________________________
21950 [  7484] By: nick                                  on 2000/10/29  20:05:29
21951         Log: PerlIO passes all tests.
21952      Branch: perlio
21953            ! perlio.c
21954 ____________________________________________________________________________
21955 [  7483] By: jhi                                   on 2000/10/29  18:06:55
21956         Log: Update Changes.
21957      Branch: perl
21958            ! Changes patchlevel.h
21959 ____________________________________________________________________________
21960 [  7482] By: nick                                  on 2000/10/29  17:43:28
21961         Log: Include <unistd.h> to get correct lseek() prototype etc.
21962              (I thought perl.h did that) - down to two fails
21963              - comp/require.t (last test)
21964              - lib/io_xs.t - possibly import/export of FILE * ?
21965      Branch: perlio
21966            ! perlio.c
21967 ____________________________________________________________________________
21968 [  7481] By: jhi                                   on 2000/10/29  17:02:37
21969         Log: UTF-8 decoder tweak.
21970      Branch: perl
21971            ! utf8.c
21972 ____________________________________________________________________________
21973 [  7480] By: nick                                  on 2000/10/29  16:26:11
21974         Log: Fixed two bugs:
21975              - error code not being set on close (of broken pipe)
21976              - append mode was truncating.
21977              At least one seek/tell bug remains.
21978      Branch: perlio
21979            ! perlio.c
21980 ____________________________________________________________________________
21981 [  7479] By: nick                                  on 2000/10/29  11:18:16
21982         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
21983              in case of accidents. Still several worrying fails, no line disciplines yet.
21984      Branch: perlio
21985            ! iperlsys.h perlio.c
21986 ____________________________________________________________________________
21987 [  7478] By: jhi                                   on 2000/10/29  02:04:01
21988         Log: Add also emailless people.
21989      Branch: perl
21990            ! AUTHORS
21991 ____________________________________________________________________________
21992 [  7477] By: jhi                                   on 2000/10/29  01:36:00
21993         Log: The #7476 needs a MANIFEST change, too.
21994      Branch: perl
21995            ! MANIFEST
21996 ____________________________________________________________________________
21997 [  7476] By: jhi                                   on 2000/10/29  01:35:21
21998         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
21999      Branch: perl
22000            - MAINTAIN
22001            ! AUTHORS Changes
22002 ____________________________________________________________________________
22003 [  7475] By: jhi                                   on 2000/10/28  23:57:25
22004         Log: De-quoted-unreadable to ISO Latin 1.
22005              (There's one ISO-2022-JP name in Changes5.004.)
22006      Branch: perl
22007            ! Changes Changes5.6
22008 ____________________________________________________________________________
22009 [  7474] By: jhi                                   on 2000/10/28  19:13:06
22010         Log: Subject: [ID 20001027.007] uniq array in perlfaq
22011              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
22012              Date: Fri, 27 Oct 2000 19:28:30 +0200
22013              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
22014      Branch: perl
22015            ! pod/perlfaq4.pod
22016 ____________________________________________________________________________
22017 [  7473] By: jhi                                   on 2000/10/28  18:02:05
22018         Log: Locking null mutexes is not recommendable.
22019              
22020              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
22021              From: Hugo <hv@crypt.compulink.co.uk>
22022              Date: Sat, 28 Oct 2000 18:41:12 +0100
22023              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
22024      Branch: perl
22025            ! op.c
22026 ____________________________________________________________________________
22027 [  7472] By: jhi                                   on 2000/10/28  17:52:58
22028         Log: Better create a true mailing list for the repository keepers.
22029      Branch: perl
22030            ! Porting/repository.pod
22031 ____________________________________________________________________________
22032 [  7471] By: jhi                                   on 2000/10/28  17:28:24
22033         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
22034              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
22035      Branch: perl
22036            + Porting/repository.pod
22037            ! MANIFEST
22038 ____________________________________________________________________________
22039 [  7470] By: jhi                                   on 2000/10/28  17:20:54
22040         Log: Subject: DOC PATCH 5.6.0
22041              From: mjd@plover.com
22042              Date: 27 Oct 2000 17:32:44 -0000
22043              Message-ID: <20001027173244.23754.qmail@plover.com>
22044      Branch: perl
22045            ! pod/perlfunc.pod
22046 ____________________________________________________________________________
22047 [  7469] By: jhi                                   on 2000/10/28  17:16:45
22048         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
22049              From: "Peter J. Farley III" <pjfarley@banet.net>
22050              Date: Fri, 27 Oct 2000 20:32:56 -0400
22051              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
22052      Branch: perl
22053            ! README.dos
22054 ____________________________________________________________________________
22055 [  7468] By: jhi                                   on 2000/10/28  17:07:18
22056         Log: Make target reordering to avoid pointless re-makes.
22057              
22058              Subject: Re: Total re-make of 'make okfile' after 7451 ?
22059              From: Nicholas Clark <nick@ccl4.org>
22060              Date: Sat, 28 Oct 2000 00:31:02 +0100
22061              Message-ID: <20001028003101.A54517@plum.flirble.org>
22062      Branch: perl
22063            ! Makefile.SH
22064 ____________________________________________________________________________
22065 [  7467] By: jhi                                   on 2000/10/28  17:05:31
22066         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
22067              From: lvirden@cas.org
22068              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
22069              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
22070      Branch: perl
22071            ! README.os2
22072 ____________________________________________________________________________
22073 [  7466] By: jhi                                   on 2000/10/28  16:09:16
22074         Log: Upgrade to CPAN 1.58_55.
22075              
22076              Subject: CPAN.pm status
22077              From: andreas.koenig@anima.de (Andreas J. Koenig) 
22078              Date: 28 Oct 2000 08:18:00 +0200 
22079              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
22080      Branch: perl
22081            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22082 ____________________________________________________________________________
22083 [  7465] By: jhi                                   on 2000/10/28  16:02:47
22084         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
22085      Branch: perl
22086            ! embed.h embed.pl perl.h proto.h toke.c
22087 ____________________________________________________________________________
22088 [  7464] By: nick                                  on 2000/10/28  10:43:44
22089         Log: Fix for sv_2iv() on "shared" value from keys %hash.
22090      Branch: perl
22091            ! sv.c
22092 ____________________________________________________________________________
22093 [  7463] By: jhi                                   on 2000/10/27  16:18:29
22094         Log: Update Changes.
22095      Branch: perl
22096            ! Changes patchlevel.h
22097 ____________________________________________________________________________
22098 [  7462] By: jhi                                   on 2000/10/27  16:17:44
22099         Log: Too enthusiastic editing in #7460.
22100      Branch: metaconfig
22101            ! U/modified/Oldsym.U
22102      Branch: perl
22103            ! Configure config_h.SH
22104 ____________________________________________________________________________
22105 [  7461] By: jhi                                   on 2000/10/27  15:37:38
22106         Log: Retract #7459, the script needs more work.
22107      Branch: perl
22108            - mkreef
22109            ! MANIFEST
22110 ____________________________________________________________________________
22111 [  7460] By: jhi                                   on 2000/10/27  15:23:14
22112         Log: Use $sort, $uniq (and $tr) consistently as wondered
22113              by Nicholas Clark.
22114      Branch: metaconfig
22115            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
22116            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
22117            ! U/modified/libc.U
22118      Branch: perl
22119            ! Configure config_h.SH
22120 ____________________________________________________________________________
22121 [  7459] By: jhi                                   on 2000/10/27  15:02:07
22122         Log: (Retracted by #7461)
22123              
22124              Add a shell script for creating/removing symbolic link farms,
22125              useful for keeping the source code read-only and doing the
22126              builds somewhere else.
22127      Branch: perl
22128            + mkreef
22129            ! MANIFEST
22130 ____________________________________________________________________________
22131 [  7458] By: jhi                                   on 2000/10/27  14:42:20
22132         Log: Do away with the fix_pl.
22133      Branch: perl
22134            - fix_pl
22135            ! MANIFEST Makefile.SH
22136 ____________________________________________________________________________
22137 [  7457] By: jhi                                   on 2000/10/27  12:43:13
22138         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
22139              From: Jens Hamisch <jens@Strawberry.COM>
22140              Date: Fri, 27 Oct 2000 14:38:21 +0200
22141              Message-Id: <20001027143821.B3366@Strawberry.COM>
22142      Branch: perl
22143            ! perl.h
22144 ____________________________________________________________________________
22145 [  7456] By: jhi                                   on 2000/10/27  12:33:42
22146         Log: Subject: [PATCH] todo
22147              From: Nicholas Clark <nick@ccl4.org>
22148              Date: Thu, 26 Oct 2000 22:32:29 +0100
22149              Message-ID: <20001026223229.A44540@plum.flirble.org>
22150      Branch: perl
22151            ! pod/perltodo.pod
22152 ____________________________________________________________________________
22153 [  7455] By: jhi                                   on 2000/10/27  12:02:21
22154         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
22155              From: John Tobey <jtobey@john-edwin-tobey.org>
22156              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
22157              Message-Id: <m13ozHF-000FObC@feynman.localnet>
22158      Branch: perl
22159            ! op.c t/pragma/sub_lval.t
22160 ____________________________________________________________________________
22161 [  7454] By: jhi                                   on 2000/10/27  11:59:42
22162         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
22163              From: sthoenna@efn.org
22164              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
22165              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
22166      Branch: perl
22167            ! pp.c t/op/assignwarn.t
22168 ____________________________________________________________________________
22169 [  7453] By: jhi                                   on 2000/10/27  00:15:08
22170         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
22171      Branch: perl
22172            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22173            ! ext/Storable/Storable.xs t/lib/st-lock.t
22174 ____________________________________________________________________________
22175 [  7452] By: jhi                                   on 2000/10/26  13:05:52
22176         Log: Undo #7451, this seems to be a deficiency in Perforce,
22177              there is no per-file line-terminator type, only per-client.
22178      Branch: perl
22179            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
22180            ! win32/makefile.mk
22181 ____________________________________________________________________________
22182 [  7451] By: jhi                                   on 2000/10/26  04:56:03
22183         Log: Experimenting in DOS arcana.
22184      Branch: perl
22185            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
22186            ! win32/makefile.mk
22187 ____________________________________________________________________________
22188 [  7450] By: jhi                                   on 2000/10/26  04:50:52
22189         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
22190              From: "Peter J. Farley III" <pjfarley@banet.net>            
22191              Date: Wed, 25 Oct 2000 23:10:18 -0400
22192              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
22193      Branch: perl
22194            ! t/io/open.t
22195 ____________________________________________________________________________
22196 [  7449] By: jhi                                   on 2000/10/26  04:49:16
22197         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
22198              From: Hugo <hv@crypt.compulink.co.uk>
22199              Date: Thu, 26 Oct 2000 01:55:17 +0100
22200              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
22201              
22202              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
22203      Branch: perl
22204            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
22205 ____________________________________________________________________________
22206 [  7448] By: jhi                                   on 2000/10/26  04:38:36
22207         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
22208              From: Peter Prymmer <pvhp@forte.com>
22209              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
22210              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
22211      Branch: perl
22212            ! configure.com
22213 ____________________________________________________________________________
22214 [  7447] By: jhi                                   on 2000/10/25  23:20:02
22215         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
22216              in platforms that strictly require all the symbols being present
22217              at link time.
22218      Branch: perl
22219            ! handy.h
22220 ____________________________________________________________________________
22221 [  7446] By: jhi                                   on 2000/10/25  21:55:57
22222         Log: Update Changes.
22223      Branch: perl
22224            ! Changes patchlevel.h
22225 ____________________________________________________________________________
22226 [  7445] By: jhi                                   on 2000/10/25  21:27:08
22227         Log: Integrate with vmsperl #7430 by Charles Bailey:
22228              
22229              Cleanup from prior patch (Charles Lane?):
22230              - improve handling of MFDs in Basename and Path
22231              - default to no xsubpp line # munging when building debug images
22232      Branch: perl
22233           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
22234 ____________________________________________________________________________
22235 [  7444] By: jhi                                   on 2000/10/25  21:03:50
22236         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
22237              From: John Peacock <JPeacock@UnivPress.com>
22238              Date: Thu, 18 May 2000 11:55:27 -0400
22239              Message-ID: <3924126F.A58BE57A@UnivPress.com>
22240      Branch: perl
22241            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
22242            ! t/op/write.t
22243 ____________________________________________________________________________
22244 [  7443] By: jhi                                   on 2000/10/25  20:43:10
22245         Log: Temporary stopgap for the self-tying issue: for now only
22246              array and hash self-ties are verboten.  The real fix, of
22247              course, would be to comprehensively test (and implement?)
22248              and debug (and document) self-ties.
22249      Branch: perl
22250            ! pod/perldiag.pod pp_sys.c t/op/tie.t
22251 ____________________________________________________________________________
22252 [  7442] By: jhi                                   on 2000/10/25  20:14:30
22253         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
22254              From: Dan Sugalski <dan@sidhe.org>
22255              Date: Wed, 25 Oct 2000 13:36:35 -0400
22256              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
22257              
22258              plus regen global.sym.
22259      Branch: perl
22260            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
22261            ! thrdvar.h util.c
22262 ____________________________________________________________________________
22263 [  7441] By: jhi                                   on 2000/10/25  20:12:20
22264         Log: buildtoc target tweaks.
22265      Branch: perl
22266            ! pod/Makefile.SH
22267 ____________________________________________________________________________
22268 [  7440] By: jhi                                   on 2000/10/25  20:03:53
22269         Log: A new version of making the syslog test more robust.
22270              (Replaces #7421.)
22271              
22272              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
22273              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22274              Date: Wed, 25 Oct 2000 12:13:54 -0400
22275              Message-ID: <20001025121354.B2264@O2.chapin.edu>
22276      Branch: perl
22277            ! t/lib/syslog.t
22278 ____________________________________________________________________________
22279 [  7439] By: jhi                                   on 2000/10/25  20:00:48
22280         Log: Continue the internal UTF-8 API tweaking.
22281              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
22282              used much more than the simpler API, now called utf8_to_uv_simple().
22283              Still not quite happy with API, too much partial duplication
22284              of functionality.
22285      Branch: perl
22286            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
22287            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
22288            ! regcomp.c regexec.c sv.c toke.c utf8.c
22289 ____________________________________________________________________________
22290 [  7438] By: jhi                                   on 2000/10/25  18:52:30
22291         Log: Allow poking holes at the UTF-8 decoding strictness.
22292      Branch: perl
22293            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
22294            ! utf8.h
22295 ____________________________________________________________________________
22296 [  7437] By: jhi                                   on 2000/10/25  13:53:05
22297         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
22298              UTF8LEN() and UTF8SKIP(). 
22299      Branch: perl
22300            ! pp.c utf8.c utf8.h
22301 ____________________________________________________________________________
22302 [  7436] By: jhi                                   on 2000/10/25  13:51:37
22303         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
22304              From: Nicholas Clark <nick@ccl4.org>
22305              Date: Wed, 25 Oct 2000 14:44:05 +0100
22306              Message-ID: <20001025144404.D27253@plum.flirble.org>
22307      Branch: perl
22308            ! pod/perlrun.pod
22309 ____________________________________________________________________________
22310 [  7435] By: jhi                                   on 2000/10/25  13:49:32
22311         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
22312              From: Mike Guy <mjtg@cam.ac.uk>
22313              Date: Tue, 24 Oct 2000 14:59:40 +0100
22314              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
22315      Branch: perl
22316            ! scope.c
22317 ____________________________________________________________________________
22318 [  7434] By: jhi                                   on 2000/10/25  13:48:41
22319         Log: AIX is picky about its symbol exports.  Solution for now
22320              is to include the deb.o explicitly to the re extension build.
22321              
22322              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
22323              From: Peter Prymmer <pvhp@forte.com>
22324              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
22325              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
22326      Branch: perl
22327            ! ext/re/Makefile.PL hints/aix.sh
22328 ____________________________________________________________________________
22329 [  7433] By: jhi                                   on 2000/10/25  13:46:49
22330         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
22331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22332              Date: Wed, 25 Oct 2000 12:02:20 +0200
22333              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
22334      Branch: perl
22335            ! perlsdio.h
22336 ____________________________________________________________________________
22337 [  7432] By: jhi                                   on 2000/10/25  13:44:28
22338         Log: Subject: Minor update to find2perl, for portability
22339              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22340              Date: Wed, 25 Oct 2000 12:05:47 +0100
22341              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
22342      Branch: perl
22343            ! x2p/find2perl.PL
22344 ____________________________________________________________________________
22345 [  7431] By: jhi                                   on 2000/10/25  13:40:39
22346         Log: Add targets to Makefile.SH, most importantly
22347              'regen_all' which also remembers to update vms/perly*.
22348      Branch: perl
22349            ! Makefile.SH
22350 ____________________________________________________________________________
22351 [  7430] By: bailey                                on 2000/10/25  03:13:53
22352         Log: Cleanup from prior patch (Charles Lane?):
22353              - improve handling of MFDs in Basename and Path
22354              - default to no xsubpp line # munging when building debug images
22355      Branch: vmsperl
22356            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
22357 ____________________________________________________________________________
22358 [  7429] By: jhi                                   on 2000/10/24  20:03:40
22359         Log: Podify README.epoc and README.vos.
22360      Branch: perl
22361            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
22362            ! pod/perlport.pod pod/perltoc.pod
22363 ____________________________________________________________________________
22364 [  7428] By: jhi                                   on 2000/10/24  19:10:33
22365         Log: Stratus VOS updates from Paul Green.
22366      Branch: perl
22367            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22368            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
22369            - vos/config.def vos/config.h vos/config_h.SH_orig
22370            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
22371            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
22372 ____________________________________________________________________________
22373 [  7427] By: jhi                                   on 2000/10/24  18:59:48
22374         Log: Check if stdio supports tweaking lval and cnt simultaneously.
22375              
22376              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
22377              From: Nicholas Clark <nick@ccl4.org>
22378              Date: Mon, 23 Oct 2000 15:39:32 +0100
22379              Message-ID: <20001023153932.A10786@plum.flirble.org>
22380      Branch: metaconfig
22381            ! U/compline/d_stdstdio.U
22382      Branch: perl
22383            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22384            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
22385            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
22386            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
22387            ! vos/config.h vos/config_h.SH_orig win32/config.bc
22388            ! win32/config.gc win32/config.vc
22389 ____________________________________________________________________________
22390 [  7426] By: jhi                                   on 2000/10/24  17:57:44
22391         Log: Missed the header file changes from #7425.
22392      Branch: perl
22393            ! embed.h embed.pl objXSUB.h proto.h
22394 ____________________________________________________________________________
22395 [  7425] By: jhi                                   on 2000/10/24  17:55:17
22396         Log: Fix the bug reported in
22397              
22398              From: andreas.koenig@anima.de (Andreas J. Koenig)
22399              Subject: Encode bug?
22400              Date: 24 Oct 2000 14:01:26 +0200 
22401              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
22402              
22403              Also make is_utf8_char() stricter.
22404      Branch: perl
22405            ! ext/Encode/Encode.xs utf8.c
22406 ____________________________________________________________________________
22407 [  7424] By: jhi                                   on 2000/10/24  15:15:39
22408         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
22409              From: Peter Scott <Peter@PSDT.com>
22410              Date: Mon, 23 Oct 2000 19:46:01 -0700
22411              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
22412      Branch: perl
22413            ! pod/perlfaq5.pod
22414 ____________________________________________________________________________
22415 [  7423] By: jhi                                   on 2000/10/24  14:25:30
22416         Log: Test tweak to avoid pulling in the whole Config.
22417      Branch: perl
22418            ! t/lib/st-lock.t
22419 ____________________________________________________________________________
22420 [  7422] By: jhi                                   on 2000/10/24  14:03:16
22421         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
22422      Branch: perl
22423            ! pp.c
22424 ____________________________________________________________________________
22425 [  7421] By: jhi                                   on 2000/10/24  13:32:09
22426         Log: (Replaced by #7440.)
22427              
22428              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
22429              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22430              Date: Mon, 23 Oct 2000 16:40:54 -0400
22431              Message-ID: <20001023164054.B14491@O2.chapin.edu>
22432      Branch: perl
22433            ! t/lib/syslog.t
22434 ____________________________________________________________________________
22435 [  7420] By: jhi                                   on 2000/10/24  13:30:53
22436         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
22437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22438              Date: Mon, 23 Oct 2000 17:29:03 -0400
22439              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
22440      Branch: perl
22441            ! lib/ExtUtils/MM_Unix.pm
22442 ____________________________________________________________________________
22443 [  7419] By: jhi                                   on 2000/10/24  13:29:57
22444         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
22445              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22446              Date: Mon, 23 Oct 2000 19:01:32 -0400
22447              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
22448      Branch: perl
22449            ! utils/h2xs.PL
22450 ____________________________________________________________________________
22451 [  7418] By: jhi                                   on 2000/10/24  13:26:04
22452         Log: Replace #7409 with
22453              
22454              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
22455              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
22456              Date: Mon, 23 Oct 2000 20:08:56 +0200
22457              Message-ID: <20001023200855.A14850@nice.ram.loc>
22458      Branch: perl
22459            ! ext/Storable/Storable.pm t/lib/st-lock.t
22460 ____________________________________________________________________________
22461 [  7417] By: jhi                                   on 2000/10/24  13:17:52
22462         Log: Run vms/vms_yfix.pl, should have done that after changing
22463              perly.c in #7382.
22464      Branch: perl
22465            ! vms/perly_c.vms vms/perly_h.vms
22466 ____________________________________________________________________________
22467 [  7416] By: jhi                                   on 2000/10/24  02:55:33
22468         Log: Make the UTF-8 decoding stricter and more verbose when
22469              malformation happens.  This involved adding an argument
22470              to utf8_to_uv_chk(), which involved changing its prototype,
22471              and prefer STRLEN over I32 for the UTF-8 length, which as
22472              a domino effect necessitated changing the prototypes of
22473              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
22474              The stricter UTF-8 decoding checking uses Markus Kuhn's
22475              UTF-8 Decode Stress Tester from
22476              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
22477      Branch: perl
22478            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
22479            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
22480            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
22481            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
22482 ____________________________________________________________________________
22483 [  7415] By: jhi                                   on 2000/10/23  14:06:06
22484         Log: Update Changes.
22485      Branch: perl
22486            ! Changes patchlevel.h
22487 ____________________________________________________________________________
22488 [  7414] By: jhi                                   on 2000/10/23  12:39:52
22489         Log: Undo the basename() part of #7412 since the lib/basename
22490              tests would need upgrading too.
22491      Branch: perl
22492            ! lib/File/Basename.pm
22493 ____________________________________________________________________________
22494 [  7413] By: jhi                                   on 2000/10/23  12:19:27
22495         Log: Document PERL_INSTALL_ROOT of #7210.
22496      Branch: perl
22497            ! lib/ExtUtils/Install.pm
22498 ____________________________________________________________________________
22499 [  7412] By: jhi                                   on 2000/10/23  12:16:47
22500         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
22501      Branch: perl
22502            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
22503            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
22504 ____________________________________________________________________________
22505 [  7411] By: jhi                                   on 2000/10/23  12:07:41
22506         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
22507              From: Prymmer/Kahn <pvhp@best.com>
22508              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
22509              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
22510      Branch: perl
22511            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
22512 ____________________________________________________________________________
22513 [  7410] By: jhi                                   on 2000/10/23  04:10:11
22514         Log: The change #7187 was not so good on VMS.
22515              
22516              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
22517              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22518              Date: Sun, 22 Oct 2000 23:03:08 -0500
22519              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
22520      Branch: perl
22521            ! utils/perldoc.PL
22522 ____________________________________________________________________________
22523 [  7409] By: jhi                                   on 2000/10/23  03:57:36
22524         Log: Avoid Storable locking on DJGPP for now.
22525              
22526              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
22527              From: "Peter J. Farley III" <pjfarley@banet.net>
22528              Date: Sun, 22 Oct 2000 20:00:00 -0400
22529              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
22530      Branch: perl
22531            ! ext/Storable/Storable.pm t/lib/st-lock.t
22532 ____________________________________________________________________________
22533 [  7408] By: jhi                                   on 2000/10/23  03:50:24
22534         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
22535              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22536              Date: Sun, 22 Oct 2000 21:12:22 -0400
22537              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
22538      Branch: perl
22539            ! lib/vars.pm
22540 ____________________________________________________________________________
22541 [  7407] By: jhi                                   on 2000/10/23  03:43:12
22542         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
22543              From: Hugo <hv@crypt.compulink.co.uk>
22544              Date: Mon, 23 Oct 2000 00:47:22 +0100
22545              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
22546      Branch: perl
22547            ! regexec.c t/op/pat.t
22548 ____________________________________________________________________________
22549 [  7406] By: jhi                                   on 2000/10/23  03:40:29
22550         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
22551      Branch: perl
22552            ! lib/ExtUtils/MakeMaker.pm
22553 ____________________________________________________________________________
22554 [  7405] By: jhi                                   on 2000/10/22  21:32:00
22555         Log: Doc patch.
22556              
22557              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
22558              From: rspier@pobox.com (Robert Spier)
22559              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
22560              Message-ID: <14835.16112.13457.447971@rls.cx>
22561      Branch: perl
22562            ! lib/strict.pm
22563 ____________________________________________________________________________
22564 [  7404] By: jhi                                   on 2000/10/22  21:30:51
22565         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
22566              From: rspier@pobox.com (Robert Spier)
22567              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
22568              Message-ID: <14835.17223.72448.705566@rls.cx>
22569      Branch: perl
22570            ! lib/ExtUtils/MakeMaker.pm
22571 ____________________________________________________________________________
22572 [  7403] By: jhi                                   on 2000/10/22  21:24:11
22573         Log: Subject: [PATCH bleadperl] ripples from constsub patch
22574              From: John Tobey <jtobey@john-edwin-tobey.org>
22575              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
22576              Message-Id: <m13nSOB-000FObC@feynman.localnet>
22577      Branch: perl
22578            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
22579 ____________________________________________________________________________
22580 [  7402] By: jhi                                   on 2000/10/22  20:59:35
22581         Log: Support s?printf parameter reordering.
22582      Branch: perl
22583            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
22584 ____________________________________________________________________________
22585 [  7401] By: jhi                                   on 2000/10/22  19:19:14
22586         Log: Expand %Config variables only if explicitly so requested
22587              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
22588              
22589              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
22590              From: Gurusamy Sarathy <gsar@ActiveState.com>
22591              Date: Sun, 22 Oct 2000 11:47:32 -0700
22592              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
22593      Branch: perl
22594            ! Makefile.SH lib/lib_pm.PL
22595 ____________________________________________________________________________
22596 [  7400] By: jhi                                   on 2000/10/22  18:24:10
22597         Log: Move the #7390 test from warn/op to comp/redef.
22598              
22599              Subject: Re: Creating const subs for constants.
22600              From: John Tobey <jtobey@john-edwin-tobey.org>
22601              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
22602              Message-Id: <m13nG72-000FObC@feynman.localnet>               
22603      Branch: perl
22604            ! t/comp/redef.t t/pragma/warn/op
22605 ____________________________________________________________________________
22606 [  7399] By: jhi                                   on 2000/10/22  17:49:59
22607         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
22608              From: Nicholas Clark <nick@ccl4.org>
22609              Date: Sat, 21 Oct 2000 22:23:19 +0100
22610              Message-ID: <20001021222319.B45586@plum.flirble.org>
22611      Branch: perl
22612            ! ext/DynaLoader/DynaLoader_pm.PL
22613 ____________________________________________________________________________
22614 [  7398] By: jhi                                   on 2000/10/22  17:47:35
22615         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
22616              From: Hugo <hv@crypt.compulink.co.uk>
22617              Date: Sat, 21 Oct 2000 18:19:59 +0100
22618              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
22619      Branch: perl
22620            ! ext/B/B.pm ext/B/B/C.pm
22621 ____________________________________________________________________________
22622 [  7397] By: jhi                                   on 2000/10/22  17:35:18
22623         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
22624              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
22625              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
22626              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
22627      Branch: perl
22628            ! hints/openbsd.sh
22629 ____________________________________________________________________________
22630 [  7396] By: jhi                                   on 2000/10/22  17:19:46
22631         Log: Subject: installman go-faster stripes
22632              From: Nicholas Clark <nick@talking.bollo.cx>
22633              Date: Sat, 21 Oct 2000 17:24:53 +0100
22634              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
22635              
22636              Subject: Re: installman go-faster stripes
22637              From: Russ Allbery <rra@stanford.edu>
22638              Date: 21 Oct 2000 11:04:13 -0700
22639              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
22640      Branch: perl
22641            ! installman pod/pod2man.PL
22642 ____________________________________________________________________________
22643 [  7395] By: jhi                                   on 2000/10/22  17:17:35
22644         Log: Hints tweak from Anton Berezin.
22645      Branch: perl
22646            ! hints/freebsd.sh
22647 ____________________________________________________________________________
22648 [  7394] By: jhi                                   on 2000/10/22  04:50:04
22649         Log: Tweak the Is* definitions of Unicode character classes
22650              to better match the official categorizations; embrace
22651              the official categorizations; add the combining marks
22652              as alpha (and -numeric); fix DCinital (a typo and edito)
22653              to be DCmedial.
22654      Branch: perl
22655            + lib/unicode/Is/DCmedial.pl
22656            - lib/unicode/Is/DCinital.pl
22657            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
22658            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
22659            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
22660            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
22661 ____________________________________________________________________________
22662 [  7393] By: jhi                                   on 2000/10/21  18:06:05
22663         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
22664              From: Daniel Chetlin <daniel@chetlin.com>
22665              Date: Sat, 21 Oct 2000 02:57:03 -0700
22666              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
22667      Branch: perl
22668            + t/lib/tie-splice.t
22669            ! MANIFEST lib/Tie/Array.pm
22670 ____________________________________________________________________________
22671 [  7392] By: gsar                                  on 2000/10/21  18:05:15
22672         Log: resync utfperl branch with mainline
22673      Branch: utfperl
22674           !> (integrate 1760 files)
22675 ____________________________________________________________________________
22676 [  7391] By: jhi                                   on 2000/10/21  14:37:49
22677         Log: Testcases for a #7383,#7385 related bug.
22678              
22679              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
22680              From: Nicholas Clark <nick@ccl4.org>
22681              Date: Sat, 21 Oct 2000 15:04:51 +0100
22682              Message-ID: <20001021150451.A51566@plum.flirble.org>
22683      Branch: perl
22684            ! t/pragma/utf8.t
22685 ____________________________________________________________________________
22686 [  7390] By: jhi                                   on 2000/10/21  14:35:57
22687         Log: Add a testcase for #7389.
22688      Branch: perl
22689            ! t/pragma/warn/op
22690 ____________________________________________________________________________
22691 [  7389] By: jhi                                   on 2000/10/21  14:26:45
22692         Log: Subject: Re: Creating const subs for constants.
22693              From: John Tobey <jtobey@john-edwin-tobey.org>
22694              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
22695              Message-Id: <m13mo0N-000FObC@feynman.localnet>
22696      Branch: perl
22697            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
22698            ! proto.h sv.c
22699 ____________________________________________________________________________
22700 [  7388] By: nick                                  on 2000/10/21  11:44:23
22701         Log: Populate perlio branch
22702      Branch: perlio
22703           +> (branch 1760 files)
22704 ____________________________________________________________________________
22705 [  7387] By: nick                                  on 2000/10/21  10:52:05
22706         Log: Get branch back as replica of mainline via :
22707              p4 integrate -b utfperl
22708              p4 resolve -at ./...
22709      Branch: utfperl
22710           +> (branch 269 files)
22711            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
22712            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
22713            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
22714            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
22715            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
22716            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
22717            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
22718            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
22719            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
22720            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
22721            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
22722            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
22723            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
22724            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
22725            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
22726            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
22727            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
22728            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
22729            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
22730            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
22731            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
22732            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
22733            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
22734            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
22735            - lib/unicode/UCD300.html lib/unicode/Unicode.300
22736            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
22737            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
22738            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
22739            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
22740           !> (integrate 965 files)
22741 ____________________________________________________________________________
22742 [  7386] By: jhi                                   on 2000/10/21  01:31:12
22743         Log: Update Changes.
22744      Branch: perl
22745            ! Changes patchlevel.h
22746 ____________________________________________________________________________
22747 [  7385] By: jhi                                   on 2000/10/21  01:28:42
22748         Log: The #7383 was right only in the context of the original bug report,
22749              not in more general case.
22750      Branch: perl
22751            ! pp_hot.c
22752 ____________________________________________________________________________
22753 [  7384] By: jhi                                   on 2000/10/21  01:08:23
22754         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
22755      Branch: perl
22756            ! ext/IO/lib/IO/Select.pm
22757 ____________________________________________________________________________
22758 [  7383] By: jhi                                   on 2000/10/21  00:44:18
22759         Log: Fix for ID 20001020.006, concatenating an unset submatch
22760              with utf8 resulted in "Modification of a read-only value".
22761      Branch: perl
22762            ! pp_hot.c t/pragma/utf8.t
22763 ____________________________________________________________________________
22764 [  7382] By: jhi                                   on 2000/10/20  20:44:31
22765         Log: Make scan_num() reëntrant, as suggested in
22766              
22767              Subject: [PATCH perl@7229] Rentrant parser and yylex()
22768              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22769              Date: Fri, 20 Oct 2000 14:17:27 +0100
22770              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
22771      Branch: perl
22772            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
22773            ! toke.c
22774 ____________________________________________________________________________
22775 [  7381] By: jhi                                   on 2000/10/20  20:07:29
22776         Log: Reëntrancy fix.
22777              
22778              Subject: [PATCH perl@7229] Rentrant parser and yylex()
22779              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22780              Date: Fri, 20 Oct 2000 14:17:27 +0100
22781              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
22782      Branch: perl
22783            ! embed.h embed.pl perl.h proto.h toke.c
22784 ____________________________________________________________________________
22785 [  7380] By: jhi                                   on 2000/10/20  19:15:54
22786         Log: Don't write double values through long double pointers,
22787              based on a part of
22788              
22789              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
22790              From: Jens Hamisch <jens@Strawberry.COM>
22791              Date: Tue, 17 Oct 2000 08:39:36 +0200
22792              Message-Id: <20001017083936.A11104@Strawberry.COM>
22793      Branch: perl
22794            ! perl.h pp.c
22795 ____________________________________________________________________________
22796 [  7379] By: jhi                                   on 2000/10/20  18:43:37
22797         Log: Portability tweak on #7377.
22798              
22799              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
22800              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22801              Date:     Fri, 20 Oct 2000 13:13:41 EDT
22802              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
22803      Branch: perl
22804            ! t/lib/dprof.t
22805 ____________________________________________________________________________
22806 [  7378] By: jhi                                   on 2000/10/20  12:57:19
22807         Log: SOCKS function redefinitions need prototypes, too, otherwise
22808              for example 32 bit versus 64 bit differences cause a lot of
22809              problems.  Part of
22810              
22811              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
22812              From: Jens Hamisch <jens@Strawberry.COM>
22813              Date: Tue, 17 Oct 2000 08:39:36 +0200
22814              Message-Id: <20001017083936.A11104@Strawberry.COM>
22815      Branch: perl
22816            ! doio.c pp_sys.c
22817 ____________________________________________________________________________
22818 [  7377] By: jhi                                   on 2000/10/20  12:37:12
22819         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
22820              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22821              Date:     Fri, 20 Oct 2000 08:26:04 EDT
22822              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
22823      Branch: perl
22824            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
22825 ____________________________________________________________________________
22826 [  7376] By: jhi                                   on 2000/10/20  12:35:31
22827         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
22828              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22829              Date:     Fri, 20 Oct 2000 07:48:15 EDT
22830              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
22831      Branch: perl
22832            ! configure.com vms/gen_shrfls.pl
22833 ____________________________________________________________________________
22834 [  7375] By: bailey                                on 2000/10/20  04:44:37
22835         Log: SYN SYN
22836      Branch: vmsperl
22837           +> (branch 134 files)
22838            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
22839            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
22840            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
22841            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
22842            - eg/cgi/frameset.cgi eg/cgi/index.html
22843            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
22844            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
22845            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
22846            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
22847            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
22848            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
22849            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
22850            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
22851            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
22852            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
22853            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
22854            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
22855            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
22856            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
22857            - lib/unicode/Props.txt lib/unicode/UCD300.html
22858            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
22859            - utils/perlbc.PL vms/subconfigure.com
22860           !> (integrate 785 files)
22861 ____________________________________________________________________________
22862 [  7374] By: jhi                                   on 2000/10/20  00:59:48
22863         Log: In the latest compiler builds cccdlflags must not become -fpic,
22864              from Wilfredo Sánchez.
22865      Branch: perl
22866            ! hints/darwin.sh
22867 ____________________________________________________________________________
22868 [  7373] By: jhi                                   on 2000/10/20  00:56:35
22869         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
22870              From: Tony Cook <tony@develop-help.com>
22871              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
22872              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
22873      Branch: perl
22874            ! pod/perlop.pod
22875 ____________________________________________________________________________
22876 [  7372] By: jhi                                   on 2000/10/19  19:34:40
22877         Log: Typo noted by Mark Lutz.
22878      Branch: perl
22879            ! t/op/64bitint.t
22880 ____________________________________________________________________________
22881 [  7371] By: jhi                                   on 2000/10/19  19:33:13
22882         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
22883      Branch: metaconfig
22884            ! U/modified/Cppsym.U U/modified/Oldconfig.U
22885      Branch: metaconfig/U/perl
22886            ! End.U dlsrc.U libperl.U
22887      Branch: perl
22888            + hints/nonstopux.sh
22889            ! Configure MANIFEST config_h.SH
22890 ____________________________________________________________________________
22891 [  7370] By: jhi                                   on 2000/10/19  17:18:08
22892         Log: Subject: PATCH do_print has 2 PerlIO_error()s
22893              From: nick@ccl4.org
22894              Date: Thu, 19 Oct 2000 18:09:20 +0100
22895              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
22896      Branch: perl
22897            ! doio.c
22898 ____________________________________________________________________________
22899 [  7369] By: jhi                                   on 2000/10/19  14:01:49
22900         Log: Update Changes.
22901      Branch: perl
22902            ! Changes patchlevel.h
22903 ____________________________________________________________________________
22904 [  7368] By: jhi                                   on 2000/10/19  13:04:29
22905         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
22906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22907              Date: Wed, 18 Oct 2000 13:12:01 +0200
22908              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
22909      Branch: perl
22910            ! hints/aix.sh
22911 ____________________________________________________________________________
22912 [  7367] By: jhi                                   on 2000/10/19  02:22:40
22913         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
22914              of a 'pmshort' anywhere in the B, so the offending line was simply
22915              removed.
22916      Branch: perl
22917            ! ext/B/B/Debug.pm
22918 ____________________________________________________________________________
22919 [  7366] By: jhi                                   on 2000/10/19  02:12:37
22920         Log: Add the test case for the bug id 20000730.004 which seems
22921              to have been fixed by now.
22922      Branch: perl
22923            ! t/pragma/utf8.t
22924 ____________________________________________________________________________
22925 [  7365] By: jhi                                   on 2000/10/18  23:36:24
22926         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
22927              From: Hugo <hv@crypt.compulink.co.uk>
22928              Date: Wed, 18 Oct 2000 23:25:58 +0100
22929              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
22930      Branch: perl
22931            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
22932 ____________________________________________________________________________
22933 [  7364] By: jhi                                   on 2000/10/18  21:12:53
22934         Log: (retracted)
22935      Branch: perl
22936            ! pp.c
22937 ____________________________________________________________________________
22938 [  7363] By: jhi                                   on 2000/10/18  20:55:38
22939         Log: Missing change from #7362.
22940      Branch: perl
22941            ! win32/perlhost.h
22942 ____________________________________________________________________________
22943 [  7362] By: jhi                                   on 2000/10/18  20:52:01
22944         Log: Borland C fstat() never saw the fd as writable.
22945              
22946              Subject: fix for Borland's weak "stat" (perl@7211)
22947              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22948              Date: Mon, 16 Oct 2000 09:55:03 +0400
22949              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
22950      Branch: perl
22951            ! win32/win32.c
22952 ____________________________________________________________________________
22953 [  7361] By: jhi                                   on 2000/10/18  17:43:50
22954         Log: Regen toc.
22955      Branch: perl
22956            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
22957 ____________________________________________________________________________
22958 [  7360] By: jhi                                   on 2000/10/18  17:07:44
22959         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22960              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
22961              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
22962              Date: Mon, 16 Oct 2000 15:19:49 +0200
22963      Branch: perl
22964            + README.aix
22965            ! MANIFEST
22966 ____________________________________________________________________________
22967 [  7359] By: jhi                                   on 2000/10/18  17:04:49
22968         Log: Subject: Pod patch for Devel::Peek
22969              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22970              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
22971              Date: Mon, 16 Oct 2000 12:26:34 +0200
22972      Branch: perl
22973            ! ext/Devel/Peek/Peek.pm
22974 ____________________________________________________________________________
22975 [  7358] By: jhi                                   on 2000/10/18  17:03:15
22976         Log: Make Cwd more bulletproof in chrooted environments.
22977              
22978              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
22979              From: "Eric E. Coe" <Eric.Coe@oracle.com>
22980              Date: Wed, 18 Oct 2000 04:03:54 -0400
22981              Message-Id: <39ED596A.70E599FE@oracle.com>
22982      Branch: perl
22983            ! lib/Cwd.pm
22984 ____________________________________________________________________________
22985 [  7357] By: jhi                                   on 2000/10/18  16:37:26
22986         Log: Disable the UTF8 downgrade croakage for now to avoid
22987              too many not okay messages.
22988      Branch: perl
22989            ! doio.c
22990 ____________________________________________________________________________
22991 [  7356] By: jhi                                   on 2000/10/17  23:29:41
22992         Log: Show the failed remote port, instead of the failing line number.
22993              
22994              Subject: [PATCH 5.6.1 Debugger] More diagnostics
22995              From: David Sparks <daves@ActiveState.com>
22996              Date: Tue, 17 Oct 2000 15:00:24 -0700
22997              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
22998      Branch: perl
22999            ! lib/perl5db.pl
23000 ____________________________________________________________________________
23001 [  7355] By: jhi                                   on 2000/10/17  14:11:31
23002         Log: On output try to downgrade to bytes, croak if impossible,
23003              from Simon Cozens.  This means that outputting >255 UTF8
23004              is impossible.  Consider this as a strong incentive to get
23005              the I/O disciplines implemented.
23006      Branch: perl
23007            ! doio.c pod/perldiag.pod sv.c
23008 ____________________________________________________________________________
23009 [  7354] By: jhi                                   on 2000/10/17  13:42:23
23010         Log: Clarify documentation on 'use bytes'.
23011              
23012              Subject: Re: What does 'use bytes' "mean" ?
23013              From: Simon Cozens <simon@cozens.net>
23014              Date: Mon, 18 Sep 2000 18:24:25 +0100
23015              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
23016      Branch: perl
23017            ! lib/bytes.pm
23018 ____________________________________________________________________________
23019 [  7353] By: jhi                                   on 2000/10/17  13:28:12
23020         Log: Workaround for a sfio bug where the stream error indicator
23021              is not cleared as documented.
23022              
23023              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
23024              From: Nicholas Clark <nick@ccl4.org>
23025              Date: Mon, 16 Oct 2000 18:28:23 +0100
23026              Message-ID: <20001016182823.J19700@plum.flirble.org>
23027      Branch: perl
23028            ! doio.c
23029 ____________________________________________________________________________
23030 [  7352] By: jhi                                   on 2000/10/17  13:06:19
23031         Log: More IoTYPE sprinkling.
23032      Branch: perl
23033            ! doio.c pp_hot.c
23034 ____________________________________________________________________________
23035 [  7351] By: jhi                                   on 2000/10/16  22:47:07
23036         Log: Detect early whether the std streams have gone bad.
23037              
23038              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
23039              Date: Mon, 16 Oct 2000 23:28:42 +0100
23040              From: Nicholas Clark <nick@ccl4.org>
23041              Message-ID: <20001016232842.A37942@plum.flirble.org>
23042      Branch: perl
23043            ! t/op/misc.t
23044 ____________________________________________________________________________
23045 [  7350] By: jhi                                   on 2000/10/16  22:45:16
23046         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
23047              From: "Peter J. Farley III" <pjfarley@banet.net>
23048              Date: Mon, 16 Oct 2000 18:15:59 -0400
23049              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
23050      Branch: perl
23051            ! djgpp/djgpp.c dosish.h t/io/open.t
23052 ____________________________________________________________________________
23053 [  7349] By: jhi                                   on 2000/10/16  22:36:45
23054         Log: perldelta tweak.
23055      Branch: perl
23056            ! pod/perldelta.pod
23057 ____________________________________________________________________________
23058 [  7348] By: jhi                                   on 2000/10/16  15:17:53
23059         Log: Update Changes.
23060      Branch: perl
23061            ! Changes patchlevel.h
23062 ____________________________________________________________________________
23063 [  7347] By: jhi                                   on 2000/10/16  13:55:27
23064         Log: Add the capability to include/exclude branches.
23065      Branch: perl
23066            ! Porting/genlog
23067 ____________________________________________________________________________
23068 [  7346] By: jhi                                   on 2000/10/16  13:18:04
23069         Log: Add Charles Lane.
23070      Branch: perl
23071            ! AUTHORS Changes
23072 ____________________________________________________________________________
23073 [  7345] By: jhi                                   on 2000/10/16  13:13:21
23074         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
23075      Branch: perl
23076            ! pod/perldelta.pod
23077 ____________________________________________________________________________
23078 [  7344] By: gsar                                  on 2000/10/16  09:30:21
23079         Log: integrate change#6220 from cfgperl
23080              
23081              Win32 patches from Benjamin Stuhl.
23082      Branch: maint-5.6/perl
23083           !> makedef.pl win32/win32.h
23084 ____________________________________________________________________________
23085 [  7343] By: gsar                                  on 2000/10/16  08:32:19
23086         Log: integrate changes#6221,6222 from cfgperl
23087              
23088              Remove tr///CU (the feature is to be obsoleted by better interfaces).
23089              From: simon@brecon.co.uk (Simon Cozens)
23090              Subject: [PATCH] Eliminate tr///[CU][CU]
23091              Date: 23 Jun 2000 11:05:40 GMT
23092              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
23093              
23094              doc typo fix
23095              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
23096              From: Ian Phillipps <Ian.Phillipps@iname.com>
23097              Date: Fri, 23 Jun 2000 10:40:58 +0100
23098              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
23099      Branch: maint-5.6/perl
23100           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
23101 ____________________________________________________________________________
23102 [  7342] By: gsar                                  on 2000/10/16  08:28:08
23103         Log: integrate change#6217 from cfgperl (in part)
23104              
23105              Rename the fdpid locking and integrate with Sarathy.
23106      Branch: maint-5.6/perl
23107           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
23108           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
23109           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
23110           !> win32/win32.c
23111 ____________________________________________________________________________
23112 [  7341] By: gsar                                  on 2000/10/16  08:23:39
23113         Log: integrate changes#6214..6216 from mainline
23114              
23115              @_ can't have junk in it even in the non-USE_ITHREADS case because
23116              caller() wants to populate @DB::args with it (causes a coredump
23117              in Carp::confess())
23118              
23119              tweak comment about @DB::args
23120              
23121              be more optimal about clearing @_
23122      Branch: maint-5.6/perl
23123           !> av.h cop.h pp_ctl.c t/op/runlevel.t
23124 ____________________________________________________________________________
23125 [  7340] By: gsar                                  on 2000/10/16  08:20:37
23126         Log: integrate changes#6207..6210 from cfgperl
23127              
23128              Subject: [PATCH 5.6.0] Threadsafe patches
23129              From: Dan Sugalski <dan@sidhe.org>
23130              To: perl5-porters@perl.org
23131              Date: Mon, 08 May 2000 18:08:13 -0400
23132              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
23133              
23134              Regen headers for #6207.
23135              
23136              Lock PL_fdpid against race conditions, based on:
23137              Subject: [PATCH 5.6.0]subprocess fixup for threads
23138              From: Dan Sugalski <dan@sidhe.org>
23139              To: perl5-porters@perl.org
23140              Date: Tue, 11 Apr 2000 17:02:32 -0400
23141              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
23142              
23143              Mopup for #6207 and #6209.
23144      Branch: maint-5.6/perl
23145           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
23146           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
23147           !> win32/win32.c
23148 ____________________________________________________________________________
23149 [  7339] By: gsar                                  on 2000/10/16  08:14:34
23150         Log: integrate change#6203 from cfgperl
23151              
23152              perldiag should refer to perlos2.pod not README.os2
23153      Branch: maint-5.6/perl
23154           !> pod/perldiag.pod
23155 ____________________________________________________________________________
23156 [  7338] By: gsar                                  on 2000/10/16  08:11:42
23157         Log: integrate change#6201 from mainline
23158              
23159              Perl_eval_pv() leaks 4 bytes every time it is called because it
23160              does a PUSHMARK that's never ever POPMARKed; in general, only
23161              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
23162              Perl_eval_[sp]v() don't because they don't take any incoming
23163              arguments (this leak has been around since the original version
23164              of perl_eval_pv() in 5.003_97e)
23165      Branch: maint-5.6/perl
23166           !> perl.c
23167 ____________________________________________________________________________
23168 [  7337] By: gsar                                  on 2000/10/16  08:08:47
23169         Log: integrate changes#6197..6200 from cfgperl
23170              
23171              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
23172              From: John Borwick <jhborwic@unity.ncsu.edu>
23173              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
23174              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
23175              
23176              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
23177              From: Dan Sugalski <dan@sidhe.org>
23178              To: vmsperl@perl.org, perl5-porters@perl.org
23179              Date: Fri, 02 Jun 2000 16:00:41 -0400
23180              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
23181              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
23182              
23183              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
23184              From: Dan Sugalski <dan@sidhe.org>
23185              To: perl5-porters@perl.org, vmsperl@perl.org
23186              Date: Fri, 02 Jun 2000 17:30:51 -0400
23187              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
23188              
23189              Update to cperl-mode.el 4.31 from
23190              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
23191              Subject: A couple of notes
23192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23193              To: Mailing list Perl5 <perl5-porters@perl.org>
23194              Date: Sat, 3 Jun 2000 23:33:32 -0400
23195              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
23196      Branch: maint-5.6/perl
23197           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
23198           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
23199           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
23200           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
23201           !> vms/vmsish.h
23202 ____________________________________________________________________________
23203 [  7336] By: gsar                                  on 2000/10/16  08:03:46
23204         Log: integrate changes#6194,6195 from mainline
23205              
23206              fix small eval"" memory leaks under USE_ITHREADS
23207              
23208              fix yet another eval"" leak under USE_ITHREADS
23209      Branch: maint-5.6/perl
23210           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
23211           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
23212           !> vms/perly_c.vms
23213 ____________________________________________________________________________
23214 [  7335] By: gsar                                  on 2000/10/16  08:02:15
23215         Log: integrate changes#6190,6191 from mainline
23216              
23217              submit missing embed.pl change
23218              
23219              vec() loses numericalness (modified version of patch suggested
23220              by Robin Barker)
23221      Branch: maint-5.6/perl
23222           !> doop.c embed.pl t/op/vec.t
23223 ____________________________________________________________________________
23224 [  7334] By: gsar                                  on 2000/10/16  08:01:03
23225         Log: integrate change#6189 from mainline
23226              
23227              counting tr/// corrupts later operation (from M.J.T Guy)
23228      Branch: maint-5.6/perl
23229           !> doop.c t/op/tr.t
23230 ____________________________________________________________________________
23231 [  7333] By: gsar                                  on 2000/10/16  07:59:07
23232         Log: integrate changes#6183..6188 from mainline
23233              
23234              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
23235              <nick@ccl4.org>)
23236              
23237              tweak for change#6127
23238              
23239              remove incorrect documentation about implicit split to @_ in
23240              list context, which never really worked in perl 5 (from
23241              M.J.T. Guy)
23242              
23243              further qualify references to "alphanumeric" (from Wolfgang Laun
23244              <wolfgang.laun@alcatel.at>)
23245              
23246              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
23247              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
23248              
23249              h2xs tweaks
23250      Branch: maint-5.6/perl
23251           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
23252           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
23253           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
23254           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
23255           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
23256           !> pod/pod2latex.PL utils/h2xs.PL
23257 ____________________________________________________________________________
23258 [  7332] By: gsar                                  on 2000/10/16  07:53:52
23259         Log: integrate change#6179 from mainline
23260              
23261              buggy modulus on UVs introduced by change#3378 (resulted in
23262              4063328477 % 65535 amounting to 27406, instead of 27407)
23263      Branch: maint-5.6/perl
23264           !> pp.c t/op/arith.t
23265 ____________________________________________________________________________
23266 [  7331] By: gsar                                  on 2000/10/16  07:52:49
23267         Log: integrate changes#6176,6177,6178,6182 from cfgperl
23268              
23269              Single-quoted utf8 patch from Simon Cozens.
23270              
23271              Substitution utf8 patch from Simon Cozens.
23272              
23273              Be cleaner.
23274              
23275              Be Cleaner Part Deux.
23276      Branch: maint-5.6/perl
23277           !> Makefile.SH pp_hot.c toke.c
23278 ____________________________________________________________________________
23279 [  7330] By: gsar                                  on 2000/10/16  07:41:36
23280         Log: integrate change#6172 from mainline
23281              
23282              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
23283              (from Ilya Zakharevich)
23284      Branch: maint-5.6/perl
23285           !> regexec.c t/op/re_tests
23286 ____________________________________________________________________________
23287 [  7329] By: gsar                                  on 2000/10/16  07:40:25
23288         Log: integrate change#6171 from mainline
23289              
23290              scalar() doesn't force scalar context when used in void context
23291              (from Simon Cozens)
23292      Branch: maint-5.6/perl
23293           !> op.c t/op/wantarray.t
23294 ____________________________________________________________________________
23295 [  7328] By: gsar                                  on 2000/10/16  07:39:33
23296         Log: integrate change#6170 from mainline
23297              
23298              change#6142 needs tweaks to tests to work where there's no
23299              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23300      Branch: maint-5.6/perl
23301           !> t/lib/filefind.t
23302 ____________________________________________________________________________
23303 [  7327] By: gsar                                  on 2000/10/16  07:35:34
23304         Log: integrate changes#6166..6168 from cfgperl
23305              
23306              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
23307              in case somebody wants to write an extension for more
23308              shadow database interfaces.
23309              
23310              tweak todo
23311              
23312              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
23313      Branch: maint-5.6/perl
23314           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23315           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
23316           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
23317           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
23318           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23319           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
23320 ____________________________________________________________________________
23321 [  7326] By: gsar                                  on 2000/10/16  07:29:05
23322         Log: integrate changes#6157,6159..6161,6164 from cfgperl
23323              
23324              Regen Configure to jive with #6149.
23325              
23326              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
23327              
23328              Changes for the File::Temp 0.08 (change #6159) test suite
23329              to fit better into the Perl distribution test framework.
23330              
23331              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
23332              both from Simon Cozens.
23333              
23334              detypo
23335      Branch: maint-5.6/perl
23336           +> pod/perlmodlib.PL pod/perlnewmod.pod
23337           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
23338           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
23339           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23340           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23341 ____________________________________________________________________________
23342 [  7325] By: gsar                                  on 2000/10/16  07:25:13
23343         Log: integrate change#6158 from vmsperl
23344              
23345              Add fallback to tmpfile for use in cases where user's relying on
23346              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
23347              Lane's patch)
23348      Branch: maint-5.6/perl
23349           !> vms/vms.c vms/vmsish.h
23350 ____________________________________________________________________________
23351 [  7324] By: gsar                                  on 2000/10/16  07:20:50
23352         Log: integrate changes#6153..6155 from mainline
23353              
23354              prettier Test::Harness output on failed tests (from Nicholas Clark
23355              <nick@Bagpuss.uk.boo.com>)
23356              
23357              avoid type mismatch warning
23358              
23359              small bug in change#6144; remove random \xA0 character that snuck
23360              in via change#6145
23361      Branch: maint-5.6/perl
23362           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
23363           !> perl.c
23364 ____________________________________________________________________________
23365 [  7323] By: gsar                                  on 2000/10/16  07:18:47
23366         Log: integrate changes#6151,6152 from mainline
23367              
23368              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
23369              
23370              cosmetic fixups of RE debug output (from Ilya Zakharevich)
23371      Branch: maint-5.6/perl
23372           !> regexec.c
23373 ____________________________________________________________________________
23374 [  7322] By: gsar                                  on 2000/10/16  07:17:25
23375         Log: integrate changes#6146..6150 from mainline
23376              
23377              doc typo
23378              
23379              add a make entry to Config.pm so "perl -V:make" works on VMS
23380              (from Peter Prymmer)
23381              
23382              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
23383              
23384              OS/2 tweaks for usethreads build (from Rocco Caputo
23385              <troc@netrus.net>)
23386              
23387              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
23388      Branch: maint-5.6/perl
23389           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
23390           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
23391           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
23392           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
23393           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
23394           !> warnings.pl x2p/a2p.h
23395 ____________________________________________________________________________
23396 [  7321] By: gsar                                  on 2000/10/16  07:14:02
23397         Log: integrate changes#6143..6145 from mainline
23398              
23399              MacOS support, part 1 (from Matthias Neeracher
23400              <neeri@iis.ee.ethz.ch>)
23401              
23402              MacOS support, part 2: make AutoSplit use File::Spec instead
23403              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
23404              <neeri@iis.ee.ethz.ch>)
23405              
23406              make xsubpp skip embedded pod (from Matthias Neeracher
23407              <neeri@iis.ee.ethz.ch>)
23408      Branch: maint-5.6/perl
23409           +> ext/DynaLoader/dl_mac.xs
23410           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
23411           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23412           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
23413           !> pp_ctl.c proto.h toke.c util.c util.h
23414 ____________________________________________________________________________
23415 [  7320] By: gsar                                  on 2000/10/16  07:12:13
23416         Log: integrate changes#6141,6142 from mainline
23417              
23418              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
23419              forwarded by Peter Seebach from the bsdi-users mailing list.
23420              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
23421              
23422              File::Find fails to chdir when chasing symlinks (from
23423              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23424      Branch: maint-5.6/perl
23425           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
23426 ____________________________________________________________________________
23427 [  7319] By: gsar                                  on 2000/10/16  07:04:30
23428         Log: integrate change#6139 from mainline
23429              
23430              revise mktables.PL for bugs and newness in Unicode 3.0
23431              (from James Bence <jbence@amgen.com>)
23432      Branch: maint-5.6/perl
23433           +> (branch 30 files)
23434           !> (integrate 49 files)
23435 ____________________________________________________________________________
23436 [  7318] By: gsar                                  on 2000/10/16  07:01:01
23437         Log: integrate changes#6137,6138 from mainline
23438              
23439              fix bogus redeclaration warning for "our" variables in different
23440              scopes
23441              
23442              add note about the handling of negative indices to tied arrays
23443              (from Michael G Schwern <schwern@pobox.com>)
23444      Branch: maint-5.6/perl
23445           !> op.c pod/perltie.pod t/pragma/strict-vars
23446 ____________________________________________________________________________
23447 [  7317] By: gsar                                  on 2000/10/16  06:58:46
23448         Log: integrate changes#6127..6136 from mainline
23449              
23450              call_method(...,G_EVAL) can longjmp() out if the method probing
23451              failed (from Gisle Aas)
23452              
23453              new perlxstut example for passing/returning refs to arrays
23454              (from David Lowe <dlowe@pootpoot.com>)
23455              
23456              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
23457              
23458              fix places that mean C<"word" character> but say C<alphanumeric
23459              character>
23460              
23461              avoid warnings in POSIX.pm (from Barrie Slaymaker)
23462              
23463              warnings::enabled() doesn't fall back to looking at $^W if
23464              caller isn't using lexical warnings (from Paul Marquess)
23465              
23466              elide bogus test in change#6132
23467              
23468              make Test::Harness use wait.h/WCOREDUMP if available
23469              (from Ben Tilly <ben_tilly@hotmail.com>)
23470              
23471              enable Test::Harness to dynamically determine column width etc.
23472              (from Rob Napier <rnapier@employees.org>)
23473              
23474              random pod typos (from Peter Scott <Peter@PSDT.com>)
23475      Branch: maint-5.6/perl
23476           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
23477           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
23478           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
23479           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
23480 ____________________________________________________________________________
23481 [  7316] By: gsar                                  on 2000/10/16  06:53:23
23482         Log: integrate change#6126 from mainline
23483              
23484              change#2879 broke rvalue autovivification of magicals such as
23485              ${$num} (reworked variant of patch suggested by Simon Cozens)
23486      Branch: maint-5.6/perl
23487           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
23488           !> pp_hot.c proto.h t/op/gv.t
23489 ____________________________________________________________________________
23490 [  7315] By: gsar                                  on 2000/10/16  06:51:38
23491         Log: integrate changes#6123,6125 from mainline
23492              
23493              clarify gotcha with #line directives (from Rocco Caputo
23494              <troc@netrus.net>)
23495              
23496              enable propagating exception objects via Perl_croak() in XS code
23497              (from Gisle Aas)
23498      Branch: maint-5.6/perl
23499           !> pod/perldebug.pod pod/perlsyn.pod util.c
23500 ____________________________________________________________________________
23501 [  7314] By: gsar                                  on 2000/10/16  06:49:28
23502         Log: integrate change#6122 from mainline
23503              
23504              downgrade fatal error on C<"foo@nosucharray.com"> to optional
23505              warning (from Mark-Jason Dominus)
23506      Branch: maint-5.6/perl
23507           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
23508           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
23509           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
23510           !> toke.c
23511 ____________________________________________________________________________
23512 [  7313] By: gsar                                  on 2000/10/16  06:46:54
23513         Log: integrate changes#6112..6121 from vmsperl
23514              
23515              Check for existence of file before trying to delete
23516              
23517              Ugly workaround for version-specific RTL error
23518              
23519              Urk -- undo previous removal of vmsish 'exit' change
23520              
23521              Add bounds checking for several strings (Charles Lane)
23522              
23523              Miscellaneous cosmetic fixes (Charles Lane)
23524              
23525              Treat sockets as special in sys(read|write) (Charles Lane et al.)
23526              
23527              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
23528              Flatten case labels in switch statements uniformly (Charles Bailey)
23529              
23530              Quiet error messages in vmsish.t (Charles Lane)
23531              
23532              Add missing escape (Charles Lane)
23533              
23534              Allow eliminate_macros() and fixpath() to handle space-delimited
23535              lists (based on fixes by Craig Berry)
23536      Branch: maint-5.6/perl
23537           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
23538           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
23539           !> vms/vmsish.h
23540 ____________________________________________________________________________
23541 [  7312] By: gsar                                  on 2000/10/16  06:41:18
23542         Log: integrate changes#6107,6110 from cfgperl
23543              
23544              Tweak the todo list.
23545              
23546              todo tweak
23547      Branch: maint-5.6/perl
23548           !> Todo-5.6
23549 ____________________________________________________________________________
23550 [  7311] By: gsar                                  on 2000/10/16  06:38:38
23551         Log: integrate changes#6104,6108 from mainline
23552              
23553              PL_sys_intern was being initialized too late on windows
23554              
23555              reenable fake signal handling on Windows, bugs and all
23556      Branch: maint-5.6/perl
23557           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
23558           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
23559           !> win32/win32.c
23560 ____________________________________________________________________________
23561 [  7310] By: gsar                                  on 2000/10/16  06:36:03
23562         Log: integrate changes#6095,6097..6103 from cfgperl
23563              
23564              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
23565              might be useful in future.
23566              
23567              Add a note about possible compilation problems from Allen Smith.
23568              
23569              Add a note about other, yet unsupported, shadow password APIs.
23570              
23571              Tweaks for the cc bugs from Allen Smith.
23572              
23573              More compilation tweakery from Allen Smith.
23574              
23575              Hints and test tweaks for Unicos.
23576              
23577              The test suite tweak in #6101 wasn't quite right.
23578              
23579              Test tweaking for Unicos continues.
23580      Branch: maint-5.6/perl
23581           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23582           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
23583           !> t/lib/complex.t t/op/64bitint.t
23584 ____________________________________________________________________________
23585 [  7309] By: gsar                                  on 2000/10/16  06:29:41
23586         Log: integrate changes#6093,6094 from mainline
23587              
23588              fork() failure to create pseudo process sets errno=EAGAIN and returns
23589              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
23590              
23591              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
23592      Branch: maint-5.6/perl
23593           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
23594           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
23595 ____________________________________________________________________________
23596 [  7308] By: gsar                                  on 2000/10/16  06:27:29
23597         Log: integrate change#6092 from cfgperl
23598              
23599              Regen perltoc with the fixed buildtoc.
23600      Branch: maint-5.6/perl
23601           !> pod/perltoc.pod
23602 ____________________________________________________________________________
23603 [  7307] By: gsar                                  on 2000/10/16  06:26:40
23604         Log: integrate changes#6089,6090 from mainline
23605              
23606              buildtoc tweak to fix newline lossage
23607              
23608              concat doesn't preserve utf8-ness, and doesn't invalidate
23609              [NI]OK; added tests for both
23610      Branch: maint-5.6/perl
23611           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
23612 ____________________________________________________________________________
23613 [  7306] By: gsar                                  on 2000/10/16  06:24:05
23614         Log: integrate change#6088 from cfgperl
23615              
23616              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
23617              because we do not use those.  The HAS_GETSPNAM remains,
23618              though, because we still do use that.
23619      Branch: maint-5.6/perl
23620           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23621           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
23622           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
23623           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
23624           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23625           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
23626 ____________________________________________________________________________
23627 [  7305] By: gsar                                  on 2000/10/16  06:15:52
23628         Log: integrate changes#6084,6085,6087 from mainline
23629              
23630              substr() does not preserve utf8-ness (from Stefan Eissing
23631              <Eissing@medicaldataservice.de>); added tests
23632              
23633              repeat operator (x) doesn't preserve utf8-ness
23634              
23635              reverse() and quotemeta() weren't preserving utf8-ness; add tests
23636      Branch: maint-5.6/perl
23637           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
23638 ____________________________________________________________________________
23639 [  7304] By: gsar                                  on 2000/10/16  06:13:10
23640         Log: integrate changes#6077..6083 from mainline
23641              
23642              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
23643              and Tom Phoenix)
23644              
23645              workaround for CRT bug in chdir() (from Charles Lane, via
23646              Peter Prymmer)
23647              
23648              remove outdated kludge in Carp (NULLs are permitted in diagnostics
23649              now)
23650              
23651              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
23652              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
23653              
23654              better default perlbug categories for ok reports (from Richard Foley)
23655              
23656              peek.t non-portable to ithreads
23657              
23658              note about undocumented caller() return value (from M.J.T. Guy);
23659              yet another peek.t tweak
23660      Branch: maint-5.6/perl
23661           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23662           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23663           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
23664           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
23665           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
23666           !> vms/vmsish.h
23667 ____________________________________________________________________________
23668 [  7303] By: gsar                                  on 2000/10/16  06:03:18
23669         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
23670              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
23671              
23672              &HUGE_VAL is not defined, it exists.
23673              
23674              Do not warn that an infinity does not look like a number.
23675              
23676              Rewrite the pwent/spent logic to be a little bit more clearer.
23677              
23678              Continue on the pwent/spent case.
23679              
23680              Correct Freudian slip.
23681              
23682              Use HUGE_VALL if applicable.
23683              
23684              pwent/spent #ifdef imbalance.
23685              
23686              Infinite problems.
23687              
23688              Call getspnam() only iff needd.
23689              
23690              Test both the scalar and list contexts.
23691              
23692              Use setxxent()/endxxent().
23693              
23694              Complex tweakery.
23695              
23696              Unicos hint tweak.
23697              
23698              Be more forgiving in POSIX about HUGE_VALL.
23699              
23700              Detypo.
23701              
23702              The search of infinity continues, this time simplified.
23703              
23704              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
23705              in natively 64-bit platforms where a long is a quad (no need
23706              for long longs).  Also added bias for IVs.
23707              
23708              Complex tweaks.
23709              
23710              Introduce t/lib/peek.t.
23711              
23712              Make the test more portable.
23713      Branch: maint-5.6/perl
23714           +> t/lib/peek.t
23715            ! pp_sys.c
23716           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
23717           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
23718           !> t/op/pwent.t toke.c util.c
23719 ____________________________________________________________________________
23720 [  7302] By: gsar                                  on 2000/10/16  05:03:37
23721         Log: integrate changes#6066..6071 from mainline
23722              
23723              s/END/CHECK/
23724              
23725              replace direct call to sighandler() with (*PL_sighandlerp)()
23726              
23727              note about values()
23728              
23729              File::Spec compatibility update (from Barrie Slaymaker
23730              <barries@slaysys.com>)
23731              
23732              remove misleading comment (from M.J.T. Guy)
23733              
23734              misformatted perllocal.pod (from Tim Jenness
23735              <t.jenness@jach.hawaii.edu>)
23736      Branch: maint-5.6/perl
23737           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
23738           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23739           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
23740           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
23741 ____________________________________________________________________________
23742 [  7301] By: gsar                                  on 2000/10/16  05:00:08
23743         Log: integrate changes#6061..6063 from mainline
23744              
23745              change#5921 neglected to make eq honor "use bytes"
23746              
23747              additional tests for utf8.t
23748              
23749              tokeq() could read unallocated field in argument
23750      Branch: maint-5.6/perl
23751           !> sv.c t/pragma/utf8.t toke.c
23752 ____________________________________________________________________________
23753 [  7300] By: gsar                                  on 2000/10/16  04:56:54
23754         Log: integrate changes#6046,6048,6057,6058 from mainline
23755              
23756              libscheck has insufficient checks for n32 libs (from
23757              Albert Chin-A-Young <china@thewrittenword.com>)
23758              
23759              add note about how $( doesn't interpolate in REs (from
23760              Philip Newton <newton@ficus.frogspace.net>)
23761              
23762              fix broken parsing of /\x{ab}/
23763              
23764              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
23765              (spotted by Donald Kinzer <dkinzer@premia.com>)
23766      Branch: maint-5.6/perl
23767           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
23768           !> t/pragma/utf8.t
23769 ____________________________________________________________________________
23770 [  7299] By: gsar                                  on 2000/10/16  04:52:50
23771         Log: integrate change#6044 from mainline
23772              
23773              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
23774              such that underscores are only ignored in literal numbers,
23775              "\x{...}", and hex/oct argument
23776      Branch: maint-5.6/perl
23777           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
23778 ____________________________________________________________________________
23779 [  7298] By: gsar                                  on 2000/10/16  04:50:53
23780         Log: integrate changes#6027..6043 from mainline
23781              
23782              podlators-1.02 update (from Russ Allbery)
23783              
23784              Pod::Man generates groff-incompatible macro definition (from
23785              Tom Christiansen)
23786              
23787              add CGI.pm v2.66 (from Lincoln Stein)
23788              
23789              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
23790              for @- and @+ (from Johan Vromans)
23791              
23792              small nits in diagnostics.pm (from Robin Barker)
23793              
23794              whitespace adjustments
23795              
23796              missing files in MANIFEST
23797              
23798              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
23799              to compensate
23800              
23801              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
23802              
23803              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
23804      Branch: maint-5.6/perl
23805           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
23806           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
23807           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
23808           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
23809           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
23810           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
23811           !> t/lib/cgi-html.t t/lib/cgi-request.t
23812 ____________________________________________________________________________
23813 [  7297] By: gsar                                  on 2000/10/16  04:44:30
23814         Log: integrate change#6025 from mainline
23815              
23816              Is{Alnum,Alpha,Word} don't match titlecase
23817              TODO: IsSpace is defined recursively!
23818              (both spotted by Larry)
23819      Branch: maint-5.6/perl
23820           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
23821           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
23822 ____________________________________________________________________________
23823 [  7296] By: gsar                                  on 2000/10/16  04:39:30
23824         Log: integrate change#6023 from mainline
23825              
23826              debugger stomps on $. (from M.J.T. Guy)
23827      Branch: maint-5.6/perl
23828           !> lib/perl5db.pl
23829 ____________________________________________________________________________
23830 [  7295] By: gsar                                  on 2000/10/16  04:38:02
23831         Log: integrate change#6022 from mainline
23832              
23833              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
23834      Branch: maint-5.6/perl
23835           !> sv.c
23836 ____________________________________________________________________________
23837 [  7294] By: gsar                                  on 2000/10/16  04:37:05
23838         Log: integrate changes#6018..6021 from mainline
23839              
23840              make lib/syslog.t portable to systems that don't have _PATH_LOG,
23841              make _PATH_LOG() return "" if unavailable
23842              
23843              windows portability tweaks
23844              
23845              test tweak
23846              
23847              remove Win2K issue in pod (fixed by change#6020)
23848      Branch: maint-5.6/perl
23849           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
23850           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
23851           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
23852 ____________________________________________________________________________
23853 [  7293] By: gsar                                  on 2000/10/16  04:20:00
23854         Log: integrate changes#6013..6015 from mainline
23855              
23856              tweak change#5945 to display correct switch name in diagnostic
23857              
23858              glob() loading File::Glob behind the scenes may cause syntax errors
23859              
23860              tweak test for portability
23861      Branch: maint-5.6/perl
23862           !> op.c perl.c pod/perldiag.pod t/lib/b.t
23863 ____________________________________________________________________________
23864 [  7292] By: gsar                                  on 2000/10/16  04:18:11
23865         Log: integrate changes#6005..6010 from mainline, cfgperl
23866              
23867              perldoc might fail via "use blib" (from Hugo van der Sanden)
23868              
23869              Regen Configure.
23870              
23871              note about compile failures and END blocks (from M.J.T. Guy)
23872              
23873              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
23874              
23875              (change#6009 integrated earlier in change#7255)
23876              
23877              clarify note about shadow password support (from
23878              gellyfish@gellyfish.com)
23879      Branch: maint-5.6/perl
23880           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23881           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
23882           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
23883 ____________________________________________________________________________
23884 [  7291] By: gsar                                  on 2000/10/16  04:12:03
23885         Log: integrate changes#6002,6003 from mainline
23886              
23887              destructive sv_setsv() can lose UV-ness from source, causing
23888              numeric promotions/comparisons to fail to do the right thing
23889              
23890              allow REG_EXPAND_SZ keys in Windows registry (from
23891              John Clayton <John.Clayton@barclayscapital.com>)
23892      Branch: maint-5.6/perl
23893           !> sv.c win32/win32.c
23894 ____________________________________________________________________________
23895 [  7290] By: gsar                                  on 2000/10/16  04:10:19
23896         Log: integrate change#6001 from mainline
23897              
23898              support additional library locations via $Config{otherlibdirs}
23899              (from Andy Dougherty)
23900      Branch: maint-5.6/perl
23901           !> Configure INSTALL Porting/Glossary Porting/config.sh
23902           !> Porting/config_H config_h.SH epoc/config.sh perl.c
23903           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
23904           !> win32/config.bc win32/config.gc win32/config.vc
23905 ____________________________________________________________________________
23906 [  7289] By: gsar                                  on 2000/10/16  04:08:28
23907         Log: integrate change#5999 from mainline
23908              
23909              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
23910      Branch: maint-5.6/perl
23911           !> t/pragma/warn/toke toke.c
23912 ____________________________________________________________________________
23913 [  7288] By: gsar                                  on 2000/10/16  04:07:01
23914         Log: integrate changes#5997,5998 from cfgperl
23915              
23916              Preserve $!.
23917              
23918              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
23919      Branch: maint-5.6/perl
23920           !> lib/Math/Complex.pm
23921 ____________________________________________________________________________
23922 [  7287] By: gsar                                  on 2000/10/16  04:04:37
23923         Log: integrate change#5995 from mainline
23924              
23925              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
23926      Branch: maint-5.6/perl
23927           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
23928 ____________________________________________________________________________
23929 [  7286] By: gsar                                  on 2000/10/16  04:03:21
23930         Log: integrate change#5994 from mainline
23931              
23932              fix for missed accounting for null byte in pack("Z",...) (from
23933              M.J.T. Guy)
23934      Branch: maint-5.6/perl
23935           !> pp.c t/op/pack.t
23936 ____________________________________________________________________________
23937 [  7285] By: gsar                                  on 2000/10/16  04:02:11
23938         Log: integrate changes#5989..5993 from mainline
23939              
23940              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
23941              itself and no other (from Tom Hughes)
23942              
23943              use $ENV{LIB} to search for libs under Visual C compiler
23944              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
23945              
23946              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
23947              
23948              pod nit (from Simon Cozens)
23949              
23950              various minor tweaks seen on p5p
23951      Branch: maint-5.6/perl
23952           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
23953           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
23954           !> t/op/array.t toke.c
23955 ____________________________________________________________________________
23956 [  7284] By: gsar                                  on 2000/10/16  03:59:00
23957         Log: integrate changes#5978..5988 from mainline
23958              
23959              sync version numbers in File::Spec with the ones on CPAN
23960              (from Barrie Slaymaker)
23961              
23962              under useithreads, constant pad entries could inadvertantly be
23963              shared across threads (from Eric Blood <eblood@xmission.com>);
23964              added Eric's test case to testsuite
23965              
23966              allow Configure -S to run non-interactively (spotted by Greg Hudson
23967              <ghudson@mit.edu>)
23968              
23969              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
23970              prototype mismatch with CORE::glob(); update pod and tests to
23971              suit (File::Glob::glob() is still available for backward
23972              compatibility, but should be considered deprecated)
23973              
23974              avoid error in IO::Socket::INET when given an unknown service name
23975              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
23976              
23977              numeric conversion of non-number in change#3378 tramples on
23978              OOK offset, causing segfaults
23979              
23980              attributes::reftype() doesn't work on tied argument
23981              
23982              forked child may not exit correctly if it failed to open
23983              /dev/console (from Graham Barr)
23984              
23985              add regular expressions tutorial and quick-start guide (from
23986              Mark Kvale <kvale@phy.ucsf.edu>)
23987              
23988              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
23989              
23990              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
23991              <paul@miraclefish.com>)
23992      Branch: maint-5.6/perl
23993           +> pod/perlrequick.pod pod/perlretut.pod
23994           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
23995           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
23996           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
23997           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
23998           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
23999           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24000           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
24001           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
24002 ____________________________________________________________________________
24003 [  7283] By: gsar                                  on 2000/10/16  03:52:14
24004         Log: integrate change#5977 from mainline
24005              
24006              autoquote barewords followed by newline and arrow properly
24007              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
24008      Branch: maint-5.6/perl
24009           !> t/pragma/warn/toke toke.c
24010 ____________________________________________________________________________
24011 [  7282] By: gsar                                  on 2000/10/16  03:50:48
24012         Log: integrate change#5976 from mainline
24013              
24014              DB_File v1.73 update (from Paul Marquess)
24015      Branch: maint-5.6/perl
24016           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
24017           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
24018 ____________________________________________________________________________
24019 [  7281] By: gsar                                  on 2000/10/16  03:49:14
24020         Log: integrate change#5975 from mainline
24021              
24022              allow sort() reentrancy (variant of patch suggested by
24023              Hugo van der Sanden)
24024      Branch: maint-5.6/perl
24025           !> pp_ctl.c t/op/sort.t
24026 ____________________________________________________________________________
24027 [  7280] By: gsar                                  on 2000/10/16  03:48:22
24028         Log: integrate change#5974 from mainline
24029              
24030              change#4197 somehow missed initializing PL_errors, meaning
24031              syntax error queueing wasn't working outside eval"" at all;
24032              also fixed eval"" to localize PL_error_count, so that compile-time
24033              eval's don't clobber the error state of the outer context
24034      Branch: maint-5.6/perl
24035           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
24036           !> t/pragma/warn/toke
24037 ____________________________________________________________________________
24038 [  7279] By: gsar                                  on 2000/10/16  03:46:21
24039         Log: integrate change#5973 from mainline
24040              
24041              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
24042      Branch: maint-5.6/perl
24043           !> regcomp.c regexec.c t/op/re_tests
24044 ____________________________________________________________________________
24045 [  7278] By: gsar                                  on 2000/10/16  03:44:54
24046         Log: integrate change#5971 from cfgperl
24047              
24048              Unicos tweaks from Mark P. Lutz.
24049      Branch: maint-5.6/perl
24050           !> hints/unicos.sh lib/Math/Complex.pm
24051 ____________________________________________________________________________
24052 [  7277] By: gsar                                  on 2000/10/16  03:42:59
24053         Log: integrate changes#5966..5970 from mainline
24054              
24055              add testsuite for B backends, fix bug in B::Deparse (from
24056              Simon Cozens <simon@brecon.co.uk>)
24057              
24058              improved docs on the warn_uninit diagnostic (from David Glasser
24059              and Simon Cozens)
24060              
24061              tolerate spaces in group names in test on solaris (from David Boyce
24062              <dsb@boyski.com>)
24063              
24064              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
24065              
24066              Data::Dumper fumbles negative numbers on 32-bit platforms where
24067              IV is >32bits
24068      Branch: maint-5.6/perl
24069           +> t/lib/b.t t/lib/syslog.t
24070           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
24071           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
24072           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
24073 ____________________________________________________________________________
24074 [  7276] By: gsar                                  on 2000/10/16  03:39:30
24075         Log: integrate change#5965 from mainline
24076              
24077              avoid "will not stay shared" warnings for our variables (from
24078              Robin Barker)
24079      Branch: maint-5.6/perl
24080           !> op.c t/pragma/warn/op
24081 ____________________________________________________________________________
24082 [  7275] By: gsar                                  on 2000/10/16  03:38:18
24083         Log: integrate change#5964 from mainline
24084              
24085              reformat to 72 columns (again)
24086      Branch: maint-5.6/perl
24087           !> pod/perldiag.pod
24088 ____________________________________________________________________________
24089 [  7274] By: gsar                                  on 2000/10/16  03:36:58
24090         Log: integrate change#5963 from mainline
24091              
24092              patch from Larry to make (\&) prototype work; added tests for
24093              the same
24094      Branch: maint-5.6/perl
24095           !> op.c t/comp/proto.t
24096 ____________________________________________________________________________
24097 [  7273] By: gsar                                  on 2000/10/16  03:35:51
24098         Log: integrate changes#5956..5962 from mainline
24099              
24100              better diagnostics on failed tests (from Ilya Zakharevich)
24101              
24102              pod nits (from A. C. Yardley <yardley@tanet.net>)
24103              
24104              change#3569 deleted some essential code, revert; avoid use of
24105              atexit() to make DynaLoader work properly on AIX under mod_perl
24106              (from Jens-Uwe Mager <jum@helios.de>)
24107              
24108              doubled words in pods (from Simon Cozens
24109              <simon.p.cozens@jp.pwcglobal.com>)
24110              
24111              better INSTALL notes on Solaris issues (from Dominic Dunlop)
24112              
24113              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
24114              
24115              updated README.hpux (from Jeff Okamoto)
24116      Branch: maint-5.6/perl
24117           !> INSTALL README.hpux emacs/cperl-mode.el
24118           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
24119           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
24120           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
24121           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
24122           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
24123           !> t/op/lex_assign.t
24124 ____________________________________________________________________________
24125 [  7272] By: gsar                                  on 2000/10/16  03:31:22
24126         Log: integrate change#5955 from mainline
24127              
24128              longstanding bug exposed by change#3307: sort arguments weren't
24129              compiled with the right wantarray context (ensuing runtime lookup
24130              via block_gimme() was getting the incidental context of the
24131              sort() itself)
24132      Branch: maint-5.6/perl
24133           !> op.c t/op/sort.t
24134 ____________________________________________________________________________
24135 [  7271] By: gsar                                  on 2000/10/16  03:29:11
24136         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
24137              branch
24138              
24139              Flatten the cpp jungle doing the nosuid checking.
24140              
24141              Do not assume sign propagation. (from M.J.T. Guy)
24142              
24143              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
24144              
24145              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
24146              Now pp_ncmp() returns undef is either operand is a NaN.
24147              
24148              On second thoughts frexp() does have two arguments.
24149              
24150              Document that tr() is not tr(1).
24151              
24152              Be more robust on "extreme" (large absolute value)
24153              arguments.  Originally reported by Daniel Connelly
24154              as a problem with asinh() on large negative arguments,
24155              asinh() used to bail out because an argument to log()
24156              ended up being zero.  Ilya Zakharevich proposed using
24157              Taylor's series in such cases, which for such large
24158              arguments is a very good approximation.
24159              
24160              Undo "use integer" addition from 64bitint as it seems
24161              to break most of the subtests in Digital UNIX;
24162              Unicos needs to find another way.
24163      Branch: maint-5.6/perl
24164           !> (integrate 29 files)
24165 ____________________________________________________________________________
24166 [  7270] By: gsar                                  on 2000/10/16  03:09:44
24167         Log: integrate changes#5948,5949,5950 from mainline
24168              
24169              typo in vars.pm that leads to cryptic message (from Piotr
24170              Piatkowski <kompas@kompas.usr.onet.pl>)
24171              
24172              make perldoc use the pod2man from the same version (from
24173              M.J.T. Guy)
24174              
24175              reformat perldiag to avoid long lines
24176      Branch: maint-5.6/perl
24177           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
24178 ____________________________________________________________________________
24179 [  7269] By: gsar                                  on 2000/10/16  03:05:54
24180         Log: integrate change#5947 from mainline
24181              
24182              use &dl_error rather than &dl_load_file as the guard for calling
24183              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
24184              statically built perl)
24185      Branch: maint-5.6/perl
24186           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
24187 ____________________________________________________________________________
24188 [  7268] By: gsar                                  on 2000/10/16  03:04:48
24189         Log: integrate change#5945 from mainline
24190              
24191              make module name mandatory after -M switch; reorder perldiag
24192              alphabetically (from Mark-Jason Dominus)
24193      Branch: maint-5.6/perl
24194           !> perl.c pod/perldiag.pod
24195 ____________________________________________________________________________
24196 [  7267] By: gsar                                  on 2000/10/16  03:03:01
24197         Log: integrate change#5939 from mainline
24198              
24199              more pod nits (from Larry Virden)
24200      Branch: maint-5.6/perl
24201           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
24202           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
24203           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
24204 ____________________________________________________________________________
24205 [  7266] By: gsar                                  on 2000/10/16  03:01:39
24206         Log: integrate change#5938 from mainline
24207              
24208              Consolidated B::Deparse fixes (from Stephen McCamant)
24209      Branch: maint-5.6/perl
24210           !> ext/B/B/Deparse.pm
24211 ____________________________________________________________________________
24212 [  7265] By: gsar                                  on 2000/10/16  03:00:43
24213         Log: integrate change#5936 from mainline
24214              
24215              additional tests for change#7263 (from Paul Marquess)
24216      Branch: maint-5.6/perl
24217           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
24218           !> t/pragma/warn/5nolint t/pragma/warn/6default
24219 ____________________________________________________________________________
24220 [  7264] By: gsar                                  on 2000/10/16  02:58:34
24221         Log: integrate change#5934 from mainline
24222              
24223              propagate lexical warnings from surrounding scope correctly
24224              within string eval() (from Paul Marquess)
24225      Branch: maint-5.6/perl
24226           !> pp_ctl.c t/pragma/warn/pp_ctl
24227 ____________________________________________________________________________
24228 [  7263] By: gsar                                  on 2000/10/16  02:56:53
24229         Log: integrate change#5932 from mainline
24230              
24231              add rsignal(), whichsig() and do_join() to public API list
24232              (mod_perl uses them to good advantage)
24233      Branch: maint-5.6/perl
24234           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
24235 ____________________________________________________________________________
24236 [  7262] By: gsar                                  on 2000/10/16  02:55:53
24237         Log: integrate change#5931 from mainline
24238              
24239              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
24240      Branch: maint-5.6/perl
24241           !> pp_hot.c regexec.c t/op/pat.t
24242 ____________________________________________________________________________
24243 [  7261] By: gsar                                  on 2000/10/16  02:55:01
24244         Log: integrate change#5930 from mainline
24245              
24246              small os390 tweaks (from Peter Prymmer)
24247      Branch: maint-5.6/perl
24248           !> config_h.SH makedepend.SH
24249 ____________________________________________________________________________
24250 [  7260] By: gsar                                  on 2000/10/16  02:54:10
24251         Log: integrate change#5929 from mainline
24252              
24253              pod nits
24254      Branch: maint-5.6/perl
24255           !> pod/perlguts.pod
24256 ____________________________________________________________________________
24257 [  7259] By: gsar                                  on 2000/10/16  02:52:55
24258         Log: integrate change#5927 from mainline
24259              
24260              arrange for next() to resume at the unstack op rather than the
24261              loop conditional, so that scope cleanup happens correctly
24262              (from Stephen McCamant)
24263      Branch: maint-5.6/perl
24264           !> op.c pp_ctl.c t/op/misc.t
24265 ____________________________________________________________________________
24266 [  7258] By: gsar                                  on 2000/10/16  02:51:38
24267         Log: integrate change#5926 from mainline
24268              
24269              on windows, reserve 16M of stack rather than 128M (allows more
24270              threads to run concurrently)
24271      Branch: maint-5.6/perl
24272           !> win32/Makefile win32/makefile.mk
24273 ____________________________________________________________________________
24274 [  7257] By: gsar                                  on 2000/10/16  02:50:37
24275         Log: integrate change#5925 from mainline
24276              
24277              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
24278      Branch: maint-5.6/perl
24279           !> toke.c
24280 ____________________________________________________________________________
24281 [  7256] By: gsar                                  on 2000/10/16  02:49:36
24282         Log: integrate change#5924 from mainline
24283              
24284              avoid using uninitialized memory in require version check
24285      Branch: maint-5.6/perl
24286           !> pp_ctl.c universal.c
24287 ____________________________________________________________________________
24288 [  7255] By: gsar                                  on 2000/10/16  02:48:03
24289         Log: integrate changes#5923,5928,6009 from mainline
24290              
24291              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
24292      Branch: maint-5.6/perl
24293           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
24294 ____________________________________________________________________________
24295 [  7254] By: gsar                                  on 2000/10/16  02:44:46
24296         Log: integrate change#5922 from mainline
24297              
24298              commentary about IoTYPE() (from Nathan Torkington)
24299      Branch: maint-5.6/perl
24300           !> sv.h
24301 ____________________________________________________________________________
24302 [  7253] By: gsar                                  on 2000/10/16  02:43:49
24303         Log: integrate change#5921 from mainline
24304              
24305              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
24306      Branch: maint-5.6/perl
24307           !> sv.c t/lib/charnames.t t/pragma/utf8.t
24308 ____________________________________________________________________________
24309 [  7252] By: gsar                                  on 2000/10/16  02:42:31
24310         Log: integrate change#5920 from mainline
24311              
24312              Larry's fix for buggy propagation of utf8-ness in join(); add test
24313      Branch: maint-5.6/perl
24314           !> doop.c t/op/ver.t
24315 ____________________________________________________________________________
24316 [  7251] By: gsar                                  on 2000/10/16  02:41:14
24317         Log: integrate changes#5915..5919 from mainline
24318              
24319              various (pod tweaks &c)
24320      Branch: maint-5.6/perl
24321           !> (integrate 33 files)
24322 ____________________________________________________________________________
24323 [  7250] By: gsar                                  on 2000/10/16  02:38:16
24324         Log: integrate change#5914 from mainline
24325              
24326              caller() wasn't returning the right number of elements for
24327              eval {...}
24328      Branch: maint-5.6/perl
24329           !> pp_ctl.c t/pragma/warn/9enabled
24330 ____________________________________________________________________________
24331 [  7249] By: gsar                                  on 2000/10/16  02:37:02
24332         Log: integrate change#5913 from mainline
24333              
24334              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
24335              (from Mark-Jason Dominus)
24336      Branch: maint-5.6/perl
24337           !> pod/perlfunc.pod
24338 ____________________________________________________________________________
24339 [  7248] By: gsar                                  on 2000/10/16  02:35:58
24340         Log: integrate change#5912 from mainline
24341              
24342              fix totally broken caching in UNIVERSAL::isa() (from
24343              Nick Ing-Simmons)
24344      Branch: maint-5.6/perl
24345           !> t/op/universal.t universal.c
24346 ____________________________________________________________________________
24347 [  7247] By: gsar                                  on 2000/10/16  02:34:27
24348         Log: integrate changes#5910,5911 from mainline
24349              
24350              typo in pod
24351              
24352              add linebreak properties from unicode/LineBrk.txt (from
24353              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
24354      Branch: maint-5.6/perl
24355           +> (branch 29 files)
24356           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
24357 ____________________________________________________________________________
24358 [  7246] By: gsar                                  on 2000/10/16  02:33:29
24359         Log: integrate change#5909 from mainline
24360              
24361              mode argument to do_binmode() should be file mode, not boolean
24362      Branch: maint-5.6/perl
24363           !> pp_sys.c
24364 ____________________________________________________________________________
24365 [  7245] By: gsar                                  on 2000/10/16  02:31:04
24366         Log: integrate change#5908 from mainline
24367              
24368              introduce illegal symbols into null package so that
24369              gv_fetchpv(...,TRUE) always returns a valid GV even when the
24370              symbol is trapped by strictures (avoids coredumps)
24371      Branch: maint-5.6/perl
24372           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
24373           !> t/pragma/strict-vars
24374 ____________________________________________________________________________
24375 [  7244] By: jhi                                   on 2000/10/16  02:29:54
24376         Log: Subject: $Carp::ExportLevel confusion in Exporter
24377              From: "Ben Tilly" <ben_tilly@hotmail.com>
24378              Date: Sat, 14 Oct 2000 16:44:34 EDT
24379              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
24380      Branch: perl
24381            ! lib/Exporter/Heavy.pm
24382 ____________________________________________________________________________
24383 [  7243] By: jhi                                   on 2000/10/16  02:28:33
24384         Log: Subject: [PATCH perlguts.pod] Document offset hack
24385              From: Simon Cozens <simon@cozens.net>
24386              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
24387              Date: Sat, 14 Oct 2000 19:32:25 +0100
24388      Branch: perl
24389            ! pod/perlguts.pod
24390 ____________________________________________________________________________
24391 [  7242] By: gsar                                  on 2000/10/16  02:26:51
24392         Log: integrate changes#5905,5906,5907,6064 from mainline
24393              
24394              printf/sprintf didn't get quad types right under use64bitint
24395      Branch: maint-5.6/perl
24396           !> pp_sys.c sv.c t/op/64bitint.t
24397 ____________________________________________________________________________
24398 [  7241] By: jhi                                   on 2000/10/16  02:22:44
24399         Log: Subject: small pod patch
24400              From: Dan Boorstein <dan_boo@bellsouth.net>
24401              Date: Sat, 14 Oct 2000 14:29:24 -0400
24402              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
24403      Branch: perl
24404            ! pod/perlfaq7.pod pod/perlmod.pod
24405 ____________________________________________________________________________
24406 [  7240] By: jhi                                   on 2000/10/16  02:13:46
24407         Log: -w cleanup.
24408              
24409              Subject: Re: Problems with bleadperl 
24410              From: "Stephen P. Potter" <spp@ds.net>
24411              Date: Fri, 13 Oct 2000 13:32:49 -0400
24412              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
24413      Branch: perl
24414            ! t/pragma/overload.t
24415 ____________________________________________________________________________
24416 [  7239] By: jhi                                   on 2000/10/16  01:41:18
24417         Log: One more ~utf8 tweak.
24418      Branch: perl
24419            ! t/op/bop.t
24420 ____________________________________________________________________________
24421 [  7238] By: jhi                                   on 2000/10/16  01:34:14
24422         Log: Tweak the test of #7235.
24423      Branch: perl
24424            ! t/op/bop.t
24425 ____________________________________________________________________________
24426 [  7237] By: jhi                                   on 2000/10/16  01:25:04
24427         Log: Fix a couple of compiler-noted nits in #7235.
24428      Branch: perl
24429            ! pp.c
24430 ____________________________________________________________________________
24431 [  7236] By: jhi                                   on 2000/10/16  01:22:46
24432         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
24433      Branch: perl
24434            ! pp.c pp_hot.c
24435 ____________________________________________________________________________
24436 [  7235] By: jhi                                   on 2000/10/15  16:24:44
24437         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
24438              
24439              From: Simon Cozens <simon@cozens.net>
24440              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
24441              Date: Sat, 14 Oct 2000 20:52:13 +0100
24442              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
24443      Branch: perl
24444            ! pp.c t/op/bop.t utf8.h
24445 ____________________________________________________________________________
24446 [  7234] By: jhi                                   on 2000/10/15  15:19:29
24447         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
24448              The problem was that rx->minlen was in chars while pp_split()
24449              thought it would be in bytes. 
24450      Branch: perl
24451            ! pp.c t/pragma/utf8.t
24452 ____________________________________________________________________________
24453 [  7233] By: jhi                                   on 2000/10/14  20:24:24
24454         Log: Document FNCASE=y as discussed in the bug 20000902.009.
24455      Branch: perl
24456            ! README.dos
24457 ____________________________________________________________________________
24458 [  7232] By: jhi                                   on 2000/10/14  18:52:21
24459         Log: Add test for bug id 20000427.003 (which seems to have
24460              been fixed) (also duplicate as 20000427.004, though
24461              with a higher severity).  Move one utf8 from op/append
24462              to pragma/utf8, tag the tests with bug ids.
24463      Branch: perl
24464            ! t/op/append.t t/pragma/utf8.t
24465 ____________________________________________________________________________
24466 [  7231] By: jhi                                   on 2000/10/14  17:28:37
24467         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
24468      Branch: perl
24469            ! t/pragma/utf8.t
24470 ____________________________________________________________________________
24471 [  7230] By: jhi                                   on 2000/10/14  14:24:50
24472         Log: Needs to be conditional on SunOS 4.
24473              
24474              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
24475              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24476              Date: Sat, 14 Oct 2000 13:37:49 +0100
24477              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
24478      Branch: metaconfig/U/perl
24479            ! End.U
24480      Branch: perl
24481            ! Configure myconfig.SH pod/perldelta.pod
24482 ____________________________________________________________________________
24483 [  7229] By: jhi                                   on 2000/10/14  00:49:22
24484         Log: Update Changes.
24485      Branch: perl
24486            ! Changes patchlevel.h
24487 ____________________________________________________________________________
24488 [  7228] By: jhi                                   on 2000/10/14  00:46:10
24489         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
24490              From: Peter Prymmer <pvhp@forte.com>
24491              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
24492              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
24493      Branch: perl
24494            ! lib/utf8.pm
24495 ____________________________________________________________________________
24496 [  7227] By: jhi                                   on 2000/10/13  23:20:30
24497         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
24498      Branch: perl
24499            ! t/op/tie.t
24500 ____________________________________________________________________________
24501 [  7226] By: jhi                                   on 2000/10/13  22:14:32
24502         Log: Tweak #7225.
24503              
24504              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
24505              From: Peter Prymmer <pvhp@forte.com>
24506              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
24507              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
24508      Branch: perl
24509            ! t/op/sprintf.t
24510 ____________________________________________________________________________
24511 [  7225] By: jhi                                   on 2000/10/13  22:11:31
24512         Log: op/sprintf.t patch for OS/390 (and any other host with limited
24513              floating-point exponent length)
24514              
24515              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
24516              From: Dominic Dunlop <domo@computer.org>
24517              Date: Fri, 13 Oct 2000 19:17:57 +0200
24518              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
24519      Branch: perl
24520            ! t/op/sprintf.t
24521 ____________________________________________________________________________
24522 [  7224] By: jhi                                   on 2000/10/13  18:40:48
24523         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
24524      Branch: perl
24525            ! toke.c
24526 ____________________________________________________________________________
24527 [  7223] By: jhi                                   on 2000/10/13  18:37:13
24528         Log: Thinko in #7222.
24529      Branch: perl
24530            ! utf8.c
24531 ____________________________________________________________________________
24532 [  7222] By: jhi                                   on 2000/10/13  18:05:23
24533         Log: Use UTF8SKIP(), from Simon Cozens.
24534      Branch: perl
24535            ! utf8.c
24536 ____________________________________________________________________________
24537 [  7221] By: jhi                                   on 2000/10/13  15:43:19
24538         Log: (accidentally empty check-in)
24539      Branch: perl
24540            ! utf8.c
24541 ____________________________________________________________________________
24542 [  7220] By: jhi                                   on 2000/10/13  15:23:51
24543         Log: Add (optimistically) Storable to static extensions.
24544      Branch: perl
24545            ! hints/uwin.sh hints/vmesa.sh
24546 ____________________________________________________________________________
24547 [  7219] By: jhi                                   on 2000/10/13  15:20:05
24548         Log: Amdahl UTS doesn't seem to do dynaloading.
24549      Branch: perl
24550            ! hints/uts.sh
24551 ____________________________________________________________________________
24552 [  7218] By: jhi                                   on 2000/10/13  15:15:20
24553         Log: Slight tweak of the code to appease Amdahl UTS cc.
24554      Branch: perl
24555            ! pp.c
24556 ____________________________________________________________________________
24557 [  7217] By: jhi                                   on 2000/10/13  14:50:42
24558         Log: In Amdahl UTS "struct sv" is defined by a system header,
24559              <ksync.h>.
24560      Branch: perl
24561            ! perl.h sv.h
24562 ____________________________________________________________________________
24563 [  7216] By: jhi                                   on 2000/10/13  11:58:25
24564         Log: Ilya implemented the memory profiling API.
24565      Branch: perl
24566            ! Todo
24567 ____________________________________________________________________________
24568 [  7215] By: jhi                                   on 2000/10/13  02:56:38
24569         Log: Subject: [PATCH 5.7.0] Perl API for mstats
24570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24571              Date: Thu, 12 Oct 2000 22:52:40 -0400
24572              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
24573      Branch: perl
24574            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
24575 ____________________________________________________________________________
24576 [  7214] By: jhi                                   on 2000/10/13  02:55:38
24577         Log: Subject: [PATCH 5.7.0] IVs in mtats
24578              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24579              Date: Thu, 12 Oct 2000 22:51:04 -0400
24580              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
24581      Branch: perl
24582            ! malloc.c perl.h
24583 ____________________________________________________________________________
24584 [  7213] By: jhi                                   on 2000/10/13  02:31:47
24585         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
24586      Branch: perl
24587            ! pod/perldiag.pod pp_sys.c
24588 ____________________________________________________________________________
24589 [  7212] By: jhi                                   on 2000/10/13  01:27:38
24590         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
24591              From: Peter Prymmer <pvhp@forte.com>
24592              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
24593              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
24594      Branch: perl
24595            ! t/op/oct.t
24596 ____________________________________________________________________________
24597 [  7211] By: jhi                                   on 2000/10/13  00:35:09
24598         Log: Update Changes.
24599      Branch: perl
24600            ! Changes patchlevel.h
24601 ____________________________________________________________________________
24602 [  7210] By: jhi                                   on 2000/10/12  23:59:40
24603         Log: The Install.pm third of
24604              
24605              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
24606              From: Bill Campbell <bill@celestial.com>
24607              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
24608              Date: Thu, 5 Oct 2000 18:04:51 -0700
24609      Branch: perl
24610            ! lib/ExtUtils/Install.pm
24611 ____________________________________________________________________________
24612 [  7209] By: jhi                                   on 2000/10/12  23:58:43
24613         Log: Two thirds of
24614              
24615              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
24616              Date: Thu, 5 Oct 2000 18:04:51 -0700
24617              From: Bill Campbell <bill@celestial.com>
24618              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
24619              
24620              The Install.pm changes will be submitted separately because
24621              they need some work and discussion still.
24622      Branch: perl
24623            ! lib/getopts.pl lib/termcap.pl
24624 ____________________________________________________________________________
24625 [  7208] By: jhi                                   on 2000/10/12  23:41:19
24626         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
24627              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24628              Date:     Thu, 12 Oct 2000 07:30:02 EDT
24629              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
24630      Branch: perl
24631            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
24632            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
24633 ____________________________________________________________________________
24634 [  7207] By: jhi                                   on 2000/10/12  23:39:01
24635         Log: An updated EBCDIC tr patch.
24636              
24637              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
24638              From: Peter Prymmer <pvhp@forte.com>
24639              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
24640              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
24641      Branch: perl
24642            ! t/op/tr.t
24643 ____________________________________________________________________________
24644 [  7206] By: jhi                                   on 2000/10/12  23:34:55
24645         Log: Upgrade to CPAN 1.58, from Andreas König.
24646      Branch: perl
24647            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24648 ____________________________________________________________________________
24649 [  7205] By: jhi                                   on 2000/10/12  23:29:08
24650         Log: Introduce the man[24-8] variables, from Andy Dougherty.
24651      Branch: metaconfig/U/perl
24652            + mandirs.U mandirstyle.U
24653      Branch: perl
24654            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24655            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
24656            ! vos/config.h vos/config.pl vos/config_h.SH_orig
24657            ! win32/config.bc win32/config.gc win32/config.vc
24658 ____________________________________________________________________________
24659 [  7204] By: gsar                                  on 2000/10/12  18:11:24
24660         Log: restore change#7202
24661      Branch: perl
24662            ! mg.c
24663 ____________________________________________________________________________
24664 [  7203] By: gsar                                  on 2000/10/12  18:09:40
24665         Log: another test of the Emergency Broadcast System--back out 
24666              change#7202
24667      Branch: perl
24668            ! mg.c
24669 ____________________________________________________________________________
24670 [  7202] By: gsar                                  on 2000/10/12  16:40:47
24671         Log: (submitted on behalf of Jarkko)
24672              Fix the lib/encode.t subtest 6 failure as reported by Andreas
24673              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
24674              was unearthed by change 7182, as was a bug in HTML::Entities.
24675      Branch: perl
24676            ! mg.c
24677 ____________________________________________________________________________
24678 [  7201] By: jhi                                   on 2000/10/11  03:16:05
24679         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
24680      Branch: perl
24681            ! pp_hot.c t/pragma/utf8.t
24682 ____________________________________________________________________________
24683 [  7200] By: jhi                                   on 2000/10/11  00:40:30
24684         Log: The #7198 was a false alarm.
24685      Branch: perl
24686            ! pp_hot.c
24687 ____________________________________________________________________________
24688 [  7199] By: jhi                                   on 2000/10/11  00:26:04
24689         Log: Remove duplicated code.
24690      Branch: perl
24691            ! t/lib/cgi-html.t
24692 ____________________________________________________________________________
24693 [  7198] By: jhi                                   on 2000/10/10  23:30:46
24694         Log: (Retracted by #7200.)
24695      Branch: perl
24696            ! pp_hot.c
24697 ____________________________________________________________________________
24698 [  7197] By: jhi                                   on 2000/10/10  21:49:30
24699         Log: Add the test case for #7190, from the original bug report
24700              by Andreas König.
24701      Branch: perl
24702            ! t/pragma/utf8.t
24703 ____________________________________________________________________________
24704 [  7196] By: jhi                                   on 2000/10/10  21:40:49
24705         Log: Reapply Andy's patch and regen Configure.
24706      Branch: perl
24707            ! Configure INSTALL Makefile.SH Porting/Glossary
24708            ! Porting/config.sh config_h.SH epoc/config.sh installperl
24709            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
24710            ! win32/config.vc
24711 ____________________________________________________________________________
24712 [  7195] By: jhi                                   on 2000/10/10  21:09:30
24713         Log: Use the versiononly instead of the installscripts,
24714              retract the changes 7146 and 7147.
24715      Branch: perl
24716            ! Configure INSTALL Makefile.SH Porting/Glossary
24717            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
24718            ! installperl uconfig.sh vos/config.def win32/config.bc
24719            ! win32/config.gc win32/config.vc
24720 ____________________________________________________________________________
24721 [  7194] By: jhi                                   on 2000/10/10  21:06:15
24722         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
24723              From: Peter Prymmer <pvhp@forte.com>
24724              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
24725              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
24726      Branch: perl
24727            ! t/op/ver.t
24728 ____________________________________________________________________________
24729 [  7193] By: jhi                                   on 2000/10/10  21:05:12
24730         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
24731              From: Peter Prymmer <pvhp@forte.com>
24732              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
24733              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
24734      Branch: perl
24735            ! t/op/tr.t
24736 ____________________________________________________________________________
24737 [  7192] By: jhi                                   on 2000/10/10  20:57:30
24738         Log: Add versiononly, delete installscripts, from Andy Dougherty.
24739      Branch: metaconfig
24740            - U/installdirs/installscripts.U
24741      Branch: metaconfig/U/perl
24742            + versiononly.U
24743 ____________________________________________________________________________
24744 [  7191] By: jhi                                   on 2000/10/10  19:41:21
24745         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
24746              From: Peter Prymmer <pvhp@forte.com>
24747              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
24748              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
24749      Branch: perl
24750            ! pod/perlebcdic.pod
24751 ____________________________________________________________________________
24752 [  7190] By: jhi                                   on 2000/10/10  19:26:14
24753         Log: Subject: Re: utf8 concat, mg_get
24754              From: Simon Cozens <simon@cozens.net>
24755              Date: Tue, 10 Oct 2000 17:40:17 +0100
24756              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
24757      Branch: perl
24758            ! pp_hot.c
24759 ____________________________________________________________________________
24760 [  7189] By: jhi                                   on 2000/10/10  19:23:03
24761         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
24762              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
24763              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
24764              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
24765      Branch: perl
24766            ! lib/ExtUtils/MM_Unix.pm
24767 ____________________________________________________________________________
24768 [  7188] By: jhi                                   on 2000/10/10  15:31:24
24769         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
24770              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
24771              Date: Fri, 14 Jul 2000 10:47:36 +0100
24772              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
24773      Branch: perl
24774            ! README.win32
24775 ____________________________________________________________________________
24776 [  7187] By: jhi                                   on 2000/10/10  13:30:10
24777         Log: Quote the temp file name, needed in Win32 because the
24778              default name unfortunately contains spaces, shouldn't
24779              hurt elsewhere.
24780              
24781              Subject: FW: perldoc fails if $TEMP contains spaces
24782              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
24783              Date: Thu, 14 Sep 2000 08:58:45 +0100
24784              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
24785      Branch: perl
24786            ! utils/perldoc.PL
24787 ____________________________________________________________________________
24788 [  7186] By: jhi                                   on 2000/10/10  13:16:27
24789         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
24790              From: hv@hugo.hybyte.com
24791              Date: Tue, 10 Oct 2000 14:10:20 +0100
24792              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
24793      Branch: perl
24794            ! t/lib/thr5005.t util.c
24795 ____________________________________________________________________________
24796 [  7185] By: jhi                                   on 2000/10/10  12:06:22
24797         Log: Upgrade to podlators 1.04, from Russ Allbery.
24798      Branch: perl
24799            ! lib/Pod/Man.pm lib/Pod/Text.pm
24800 ____________________________________________________________________________
24801 [  7184] By: jhi                                   on 2000/10/10  12:01:32
24802         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
24803      Branch: perl
24804            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
24805 ____________________________________________________________________________
24806 [  7183] By: jhi                                   on 2000/10/09  23:47:15
24807         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
24808              From: Peter Prymmer <pvhp@forte.com>
24809              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
24810              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
24811      Branch: perl
24812            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
24813 ____________________________________________________________________________
24814 [  7182] By: jhi                                   on 2000/10/09  23:43:16
24815         Log: Make eq work again with utf8 (disabling the upgrading
24816              should no more be necessary since the copies of the
24817              scalars are upgraded, not the scalars themselves).
24818              Takes care of ID 20001009.001.  (The claimed length()
24819              bug in 20001009.001 seems bogus to me.)
24820      Branch: perl
24821            ! sv.c t/pragma/utf8.t
24822 ____________________________________________________________________________
24823 [  7181] By: gsar                                  on 2000/10/09  19:41:54
24824         Log: tweak for change#7173
24825      Branch: perl
24826            ! win32/win32sck.c
24827 ____________________________________________________________________________
24828 [  7180] By: gsar                                  on 2000/10/09  19:26:56
24829         Log: on Windows, clean targets might not work under some flavors of the shell
24830      Branch: perl
24831            ! win32/Makefile win32/makefile.mk
24832 ____________________________________________________________________________
24833 [  7179] By: jhi                                   on 2000/10/09  19:21:02
24834         Log: Update Changes.
24835      Branch: perl
24836            ! Changes patchlevel.h
24837 ____________________________________________________________________________
24838 [  7178] By: jhi                                   on 2000/10/09  19:18:23
24839         Log: Warn about unknown scripts.
24840              
24841              Subject: Re: ideas? patches? [PATCH bleadperl]
24842              From: Dominic Dunlop <domo@computer.org>
24843              Date: Mon, 9 Oct 2000 14:57:17 +0200
24844              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
24845      Branch: perl
24846            ! lib/charnames.pm
24847 ____________________________________________________________________________
24848 [  7177] By: jhi                                   on 2000/10/09  19:13:27
24849         Log: Change #7160 had a nasty typo.
24850      Branch: metaconfig
24851            ! U/compline/Compile.U
24852      Branch: perl
24853            ! Configure config_h.SH
24854 ____________________________________________________________________________
24855 [  7176] By: gsar                                  on 2000/10/09  18:59:33
24856         Log: pod nit
24857      Branch: perl
24858            ! pod/perlport.pod
24859 ____________________________________________________________________________
24860 [  7175] By: gsar                                  on 2000/10/09  18:54:28
24861         Log: Windows9x doesn't support link(), despite what Config.pm
24862              might think
24863      Branch: perl
24864            ! lib/ExtUtils/Manifest.pm
24865 ____________________________________________________________________________
24866 [  7174] By: gsar                                  on 2000/10/09  18:50:03
24867         Log: avoid nonportable example code
24868      Branch: perl
24869            ! lib/File/Copy.pm
24870 ____________________________________________________________________________
24871 [  7173] By: gsar                                  on 2000/10/09  18:46:54
24872         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
24873              being used) when closing a socket handle
24874      Branch: perl
24875            ! win32/win32.c win32/win32.h win32/win32sck.c
24876 ____________________________________________________________________________
24877 [  7172] By: gsar                                  on 2000/10/09  18:41:40
24878         Log: on Windows, cwd strings in the environment should be of the
24879              form =X:=X:\foo instead of =X=X:\foo\
24880      Branch: perl
24881            ! win32/vdir.h
24882 ____________________________________________________________________________
24883 [  7171] By: gsar                                  on 2000/10/09  18:30:09
24884         Log: on Windows, LoadLibrary() could load an extension DLL multiple
24885              times if forward slashes are used in the path
24886      Branch: perl
24887            ! win32/win32.c
24888 ____________________________________________________________________________
24889 [  7170] By: jhi                                   on 2000/10/09  17:53:59
24890         Log: Add a todo note about overloadable assertions.
24891      Branch: perl
24892            ! Todo-5.6
24893 ____________________________________________________________________________
24894 [  7169] By: jhi                                   on 2000/10/09  13:43:45
24895         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
24896              From: mjd@plover.com
24897              Date: 9 Oct 2000 00:24:44 -0000
24898              Message-ID: <20001009002444.10616.qmail@plover.com>
24899      Branch: perl
24900            ! pod/perldebguts.pod
24901 ____________________________________________________________________________
24902 [  7168] By: nick                                  on 2000/10/08  13:16:33
24903         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
24904              is not right thing to do on (e.g. x86). Network order is also "right" for
24905              X fonts.
24906      Branch: perl
24907            ! ext/Encode/Encode.pm
24908 ____________________________________________________________________________
24909 [  7167] By: nick                                  on 2000/10/08  12:54:42
24910         Log: Make "encodings" work post-install when Encode/*.enc files may not
24911              be in same directory as Encode.pm
24912      Branch: perl
24913            ! ext/Encode/Encode.pm
24914 ____________________________________________________________________________
24915 [  7166] By: nick                                  on 2000/10/08  11:51:26
24916         Log: Work round the fact that $hash->{$key} does not take into account
24917              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
24918              so that key is always in the "expected" encoding - i.e. same way we put
24919              it in the hash.
24920      Branch: perl
24921            ! ext/Encode/Encode.pm
24922 ____________________________________________________________________________
24923 [  7165] By: gsar                                  on 2000/10/08  04:15:29
24924         Log: save_re_context() could reset PL_curcop to freed memory, causing core
24925              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
24926      Branch: perl
24927            ! pp_ctl.c
24928 ____________________________________________________________________________
24929 [  7164] By: jhi                                   on 2000/10/06  20:51:48
24930         Log: UTF8ize split() so that the cloned substrings get the UTF8
24931              flag of the original scalar.  Problem reported by Simon Cozens.
24932      Branch: perl
24933            ! pp.c t/pragma/utf8.t
24934 ____________________________________________________________________________
24935 [  7163] By: nick                                  on 2000/10/06  20:48:34
24936         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
24937              got a false +ve and so did not reach code which would have un-FAKEd the SV.
24938      Branch: perl
24939            ! sv.c
24940 ____________________________________________________________________________
24941 [  7162] By: nick                                  on 2000/10/06  20:25:37
24942         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
24943              To fix  (sort {$a <=> $b} keys %hash) in particular but
24944              should cover a number of other as-yet-unknown cases as well.
24945      Branch: perl
24946            ! sv.c
24947 ____________________________________________________________________________
24948 [  7161] By: jhi                                   on 2000/10/06  19:56:18
24949         Log: Change the version number of Tie::Handle in the core to 4.0,
24950              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
24951              
24952              Subject: Note on Tie::Handle
24953              From: andreas.koenig@anima.de (Andreas J. Koenig)
24954              Date:      06 Oct 2000 21:48:58 +0200
24955              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
24956      Branch: perl
24957            ! lib/Tie/Handle.pm
24958 ____________________________________________________________________________
24959 [  7160] By: jhi                                   on 2000/10/06  18:20:35
24960         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
24961              as the first option of cc/ld because of ultrapicky compilers
24962              (e.g. OS/390 R2.5)
24963      Branch: metaconfig
24964            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
24965            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
24966            ! U/compline/orderlib.U U/modified/Cppsym.U
24967            ! U/modified/d_access.U
24968      Branch: metaconfig/U/perl
24969            ! Checkcc.U d_dlsymun.U gccvers.U
24970      Branch: perl
24971            ! Configure config_h.SH
24972 ____________________________________________________________________________
24973 [  7159] By: jhi                                   on 2000/10/06  13:56:39
24974         Log: Update Changes.
24975      Branch: perl
24976            ! Changes patchlevel.h
24977 ____________________________________________________________________________
24978 [  7158] By: jhi                                   on 2000/10/06  12:48:40
24979         Log: Eliminate $Is_VMS code from the test.
24980              
24981              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
24982              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24983              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
24984              Date:     Thu, 5 Oct 2000 07:46:33 EDT
24985      Branch: perl
24986            ! t/lib/b.t
24987 ____________________________________________________________________________
24988 [  7157] By: jhi                                   on 2000/10/06  12:47:13
24989         Log: Also the $ccflags is needed for the C compiler check.
24990              
24991              Subject: Configure (check for C-compiler)
24992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24993              Date: Fri, 06 Oct 2000 08:47:15 +0200
24994              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
24995      Branch: metaconfig/U/perl
24996            ! Checkcc.U
24997      Branch: perl
24998            ! Configure config_h.SH
24999 ____________________________________________________________________________
25000 [  7156] By: jhi                                   on 2000/10/06  11:45:15
25001         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
25002      Branch: perl
25003            ! perl.c pp_ctl.c sv.h utf8.c
25004 ____________________________________________________________________________
25005 [  7155] By: jhi                                   on 2000/10/06  11:40:41
25006         Log: IO::Handle->syswrite() did not handle length omission
25007              like CORE::syswrite() does.
25008              
25009              Subject: [Fwd] IO::Handle, syswrite and arguments
25010              From: Graham Barr <gbarr@pobox.com>
25011              Date: Fri, 6 Oct 2000 10:22:05 +0100
25012              Message-ID: <20001006102205.U6312@pobox.com>
25013              
25014              The original patch from andrew@ugh.net.au.
25015      Branch: perl
25016            ! ext/IO/lib/IO/Handle.pm
25017 ____________________________________________________________________________
25018 [  7154] By: jhi                                   on 2000/10/06  01:42:15
25019         Log: Tweak #7153.
25020      Branch: perl
25021            ! utf8.h
25022 ____________________________________________________________________________
25023 [  7153] By: jhi                                   on 2000/10/06  00:39:55
25024         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
25025      Branch: perl
25026            ! utf8.h
25027 ____________________________________________________________________________
25028 [  7152] By: jhi                                   on 2000/10/06  00:38:11
25029         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
25030      Branch: perl
25031            ! perl.c pp_ctl.c sv.h utf8.c
25032 ____________________________________________________________________________
25033 [  7151] By: jhi                                   on 2000/10/06  00:36:38
25034         Log: Subject: Re: Questions about Tie::Array and perl modules
25035              From: Nick Ing-Simmons <nik@tiuk.ti.com>
25036              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
25037              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
25038              
25039              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
25040      Branch: perl
25041            ! lib/Tie/Array.pm t/op/array.t
25042 ____________________________________________________________________________
25043 [  7150] By: jhi                                   on 2000/10/05  00:20:45
25044         Log: Regen Changes.
25045      Branch: perl
25046            ! Changes patchlevel.h
25047 ____________________________________________________________________________
25048 [  7149] By: jhi                                   on 2000/10/05  00:20:01
25049         Log: Regen toc.
25050      Branch: perl
25051            ! pod/perltoc.pod
25052 ____________________________________________________________________________
25053 [  7148] By: jhi                                   on 2000/10/04  23:35:08
25054         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
25055              reported several times by Dominic Dunlop, for example in
25056              ID 20000315.008.  Patch from Dominic.  Patch affects at
25057              least MachTen, and possibly other oldish BSDs. Should not
25058              break non-broken platforms (tested on LinuxPPC). 
25059      Branch: perl
25060            ! doio.c
25061 ____________________________________________________________________________
25062 [  7147] By: jhi                                   on 2000/10/04  23:26:34
25063         Log: The one that got away from 7146.
25064      Branch: metaconfig
25065            + U/installdirs/installscripts.U
25066 ____________________________________________________________________________
25067 [  7146] By: jhi                                   on 2000/10/04  23:25:04
25068         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
25069              suggested by H. Merijn Brand.
25070      Branch: perl
25071            ! Configure INSTALL Makefile.SH Porting/Glossary
25072            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
25073            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
25074            ! win32/config.vc
25075 ____________________________________________________________________________
25076 [  7145] By: jhi                                   on 2000/10/04  22:08:21
25077         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
25078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25079              Date: Wed, 4 Oct 2000 17:37:46 -0400
25080              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
25081      Branch: perl
25082            ! utils/h2xs.PL
25083 ____________________________________________________________________________
25084 [  7144] By: jhi                                   on 2000/10/04  18:11:41
25085         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
25086              From: Jeff Pinyan <jeffp@crusoe.net>
25087              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
25088              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
25089      Branch: perl
25090            ! pod/perlrun.pod
25091 ____________________________________________________________________________
25092 [  7143] By: jhi                                   on 2000/10/04  18:09:58
25093         Log: Subject: perlhack.pod Patch for Externals Tools
25094              From: Fisher Mark <fisherm@tce.com>
25095              Date: Tue, 3 Oct 2000 15:43:27 -0500 
25096              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
25097      Branch: perl
25098            ! pod/perlhack.pod
25099 ____________________________________________________________________________
25100 [  7142] By: jhi                                   on 2000/10/04  18:08:41
25101         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
25102              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25103              Date:     Wed, 4 Oct 2000 12:11:11 EDT
25104              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
25105      Branch: perl
25106            ! vms/vms.c
25107 ____________________________________________________________________________
25108 [  7141] By: jhi                                   on 2000/10/04  12:20:16
25109         Log: Subject: [PATCH 5.7.0] h2xs not working
25110              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25111              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
25112              Date: Tue, 3 Oct 2000 21:43:01 -0400
25113              
25114              Subject: [PATCH 5.7.0] h2xs not documenting the created module
25115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25116              Date: Tue, 3 Oct 2000 22:55:19 -0400
25117              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
25118      Branch: perl
25119            ! utils/h2xs.PL
25120 ____________________________________________________________________________
25121 [  7140] By: jhi                                   on 2000/10/04  11:53:44
25122         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
25123              From: nick@babyhippo.com
25124              Date: Wed, 4 Oct 2000 12:06:45 +0100
25125              Message-Id: <20001004120645.A7356@babyhippo.com>
25126              
25127              Retract 7118 and 7135.
25128      Branch: perl
25129            ! installman installperl op.c t/pragma/subs.t
25130 ____________________________________________________________________________
25131 [  7139] By: jhi                                   on 2000/10/03  22:09:41
25132         Log: It is possible to have no hosts database at all.  Pointed out in
25133              
25134              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
25135              From: Peter Prymmer <pvhp@forte.com>
25136              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
25137              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
25138      Branch: metaconfig
25139            ! U/modified/myhostname.U
25140      Branch: perl
25141            ! Configure config_h.SH
25142 ____________________________________________________________________________
25143 [  7138] By: jhi                                   on 2000/10/03  21:49:49
25144         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
25145              From: Peter Prymmer <pvhp@forte.com>
25146              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
25147              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
25148      Branch: perl
25149            ! pp_sys.c
25150 ____________________________________________________________________________
25151 [  7137] By: jhi                                   on 2000/10/03  20:10:05
25152         Log: One remaining nit less at the VMS mailbox sizing.
25153      Branch: perl
25154            ! vms/vms.c
25155 ____________________________________________________________________________
25156 [  7136] By: jhi                                   on 2000/10/03  20:08:47
25157         Log: Test harness update to sync with the new perlcc,
25158              from Simon Cozens.
25159      Branch: perl
25160            ! t/TEST t/UTEST
25161 ____________________________________________________________________________
25162 [  7135] By: jhi                                   on 2000/10/03  15:15:42
25163         Log: Subject: Re: PATCH for 20001003.004
25164              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
25165              From: "AARON B. DOSSETT" <aaron@iglou.com>
25166              Message-Id: <E13gTay-0006od-00@iglou.com>
25167      Branch: perl
25168            ! installman installperl
25169 ____________________________________________________________________________
25170 [  7134] By: jhi                                   on 2000/10/03  15:00:34
25171         Log: Subject: [ID 20001003.006] B::Debug not -w clean
25172              From: Nicholas Clark <nick@babyhippo.co.uk>
25173              Date: Tue, 03 Oct 2000 15:46:32 +0100
25174              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
25175      Branch: perl
25176            ! ext/B/B/Debug.pm
25177 ____________________________________________________________________________
25178 [  7133] By: jhi                                   on 2000/10/03  14:58:39
25179         Log: Scale down the VMS message boxes, by Charles Lane.
25180              Fix for ID 20000903.009, workaround at
25181              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
25182      Branch: perl
25183            ! vms/vms.c
25184 ____________________________________________________________________________
25185 [  7132] By: jhi                                   on 2000/10/03  11:20:37
25186         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
25187      Branch: perl
25188            + t/lib/st-lock.t t/lib/st-utf8.t
25189            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
25190            ! ext/Storable/Storable.xs t/lib/st-recurse.t
25191 ____________________________________________________________________________
25192 [  7131] By: jhi                                   on 2000/10/03  03:38:23
25193         Log: Encode nits.
25194      Branch: perl
25195            ! MANIFEST Makefile.SH
25196 ____________________________________________________________________________
25197 [  7130] By: jhi                                   on 2000/10/03  03:31:05
25198         Log: Update Changes.
25199      Branch: perl
25200            ! Changes patchlevel.h
25201 ____________________________________________________________________________
25202 [  7129] By: jhi                                   on 2000/10/03  02:24:02
25203         Log: Misplaced else.
25204      Branch: metaconfig/U/perl
25205            ! d_strtoll.U
25206      Branch: perl
25207            ! Configure config_h.SH
25208 ____________________________________________________________________________
25209 [  7128] By: jhi                                   on 2000/10/03  02:08:29
25210         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
25211              From: sthoenna@efn.org
25212              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
25213              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
25214      Branch: metaconfig/U/perl
25215            ! d_strtoll.U
25216      Branch: perl
25217            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
25218 ____________________________________________________________________________
25219 [  7127] By: jhi                                   on 2000/10/03  01:13:14
25220         Log: Update Changes.
25221      Branch: perl
25222            ! Changes patchlevel.h
25223 ____________________________________________________________________________
25224 [  7126] By: jhi                                   on 2000/10/03  00:57:08
25225         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
25226              as suggested by Olaf Flebbe and Nick Clark.
25227      Branch: perl
25228            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
25229 ____________________________________________________________________________
25230 [  7125] By: jhi                                   on 2000/10/03  00:50:56
25231         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
25232              From: Nick Clark <nick@plum.flirble.org>
25233              Date: Mon, 2 Oct 2000 11:03:24 +0100
25234              Message-Id: <20001002110324.D20073@plum.flirble.org>
25235              
25236              Also fixes bug ID 20001002.005.
25237      Branch: perl
25238            ! t/lib/encode.t
25239 ____________________________________________________________________________
25240 [  7124] By: jhi                                   on 2000/10/03  00:34:59
25241         Log: Subject: [PATCH 5.7.0] Epoc update
25242              From: Olaf Flebbe <o.flebbe@gmx.de>
25243              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
25244              Message-ID: <26423.969484586@www10.gmx.net>
25245      Branch: perl
25246            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
25247            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
25248            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
25249            ! util.c util.h
25250 ____________________________________________________________________________
25251 [  7123] By: jhi                                   on 2000/10/03  00:30:07
25252         Log: Regen headers.
25253      Branch: perl
25254            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
25255 ____________________________________________________________________________
25256 [  7122] By: jhi                                   on 2000/10/03  00:10:48
25257         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
25258      Branch: perl
25259            ! hints/openbsd.sh
25260 ____________________________________________________________________________
25261 [  7121] By: jhi                                   on 2000/10/03  00:05:06
25262         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
25263              From: <abigail@foad.org>
25264              Date: Tue, 26 Sep 2000 13:36:14 -0400
25265              Message-ID: <20000926173614.4356.qmail@foad.org>
25266      Branch: perl
25267            ! pod/perlop.pod
25268 ____________________________________________________________________________
25269 [  7120] By: jhi                                   on 2000/10/03  00:04:00
25270         Log: Inside require() $^S was always left undefined.
25271              
25272              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
25273              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25274              Date: Wed, 27 Sep 2000 18:54:49 -0400
25275              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
25276      Branch: perl
25277            ! cop.h mg.c pp_ctl.c util.c
25278 ____________________________________________________________________________
25279 [  7119] By: jhi                                   on 2000/10/03  00:00:16
25280         Log: Subject: [PATCH] DLL not restartabke with threaded perl
25281              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
25282              Date: Thu, 28 Sep 2000 09:20:46 +0100
25283              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
25284      Branch: perl
25285            ! perl.c
25286 ____________________________________________________________________________
25287 [  7118] By: jhi                                   on 2000/10/02  23:59:20
25288         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
25289              From: Nicholas Clark <nick@ccl4.org>
25290              Date: Thu, 28 Sep 2000 11:52:24 +0100
25291              Message-ID: <20000928115224.D7924@plum.flirble.org>
25292      Branch: perl
25293            ! op.c
25294 ____________________________________________________________________________
25295 [  7117] By: jhi                                   on 2000/10/02  23:57:51
25296         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
25297              From: Nicholas Clark <nick@babyhippo.co.uk>
25298              Date: Thu, 28 Sep 2000 12:18:10 +0100
25299              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
25300              
25301              Did not apply cleanly, manual intervention was needed.
25302      Branch: perl
25303            ! ext/B/B/Bytecode.pm utils/perlcc.PL
25304 ____________________________________________________________________________
25305 [  7116] By: jhi                                   on 2000/10/02  23:50:40
25306         Log: Document the issue (is not a syntax error, kind of)
25307              
25308              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
25309              From: Nicholas Clark <nick@ccl4.org>
25310              Date: Thu, 28 Sep 2000 17:12:42 +0100
25311              Message-ID: <20000928171242.K7924@plum.flirble.org>
25312      Branch: perl
25313            ! pod/perldata.pod
25314 ____________________________________________________________________________
25315 [  7115] By: jhi                                   on 2000/10/02  23:48:58
25316         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
25317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25318              Date: Thu, 28 Sep 2000 21:55:31 -0400
25319              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
25320      Branch: perl
25321            ! regexec.c
25322 ____________________________________________________________________________
25323 [  7114] By: jhi                                   on 2000/10/02  23:47:57
25324         Log: Subject: DOC PATCH 5.6.0
25325              From: mjd@plover.com
25326              Date: 30 Sep 2000 06:02:34 -0000
25327              Message-ID: <20000930060234.4559.qmail@plover.com>
25328      Branch: perl
25329            ! pod/perldebguts.pod
25330 ____________________________________________________________________________
25331 [  7113] By: jhi                                   on 2000/10/02  23:46:43
25332         Log: SOCK_DGRAM and listen() do not mix as reported in
25333              
25334              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
25335              From: Petter Reinholdtsen <pere@hungry.com>
25336              Date: Sun, 1 Oct 2000 10:57:20 +0800
25337              Message-Id: <200010010257.KAA05735@localhost.localdomain>
25338              
25339              The patch for 5.7.0+ had to be reengineered, though.
25340      Branch: perl
25341            ! ext/IO/lib/IO/Socket/UNIX.pm
25342 ____________________________________________________________________________
25343 [  7112] By: jhi                                   on 2000/10/02  23:36:57
25344         Log: Subject: Re: [PATCH 5.005_64 missed]
25345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25346              Date: Sun, 1 Oct 2000 18:50:10 -0400
25347              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
25348      Branch: perl
25349            ! pod/perlxs.pod
25350 ____________________________________________________________________________
25351 [  7111] By: jhi                                   on 2000/10/02  23:35:40
25352         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
25353              From: Radu Greab <radu@netsoft.ro>
25354              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
25355              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
25356      Branch: perl
25357            ! op.c opcode.pl t/op/substr.t
25358 ____________________________________________________________________________
25359 [  7110] By: jhi                                   on 2000/10/02  23:32:38
25360         Log: Subject: [PATCH] Fix aliasing of tied filehandles
25361              From: Daniel Chetlin <daniel@chetlin.com>
25362              Date: Mon, 2 Oct 2000 14:53:27 -0700
25363              Message-ID: <20001002145327.C1617@ilmd>
25364      Branch: perl
25365            ! perl.h pp_hot.c t/op/tiehandle.t
25366 ____________________________________________________________________________
25367 [  7109] By: jhi                                   on 2000/10/02  23:31:30
25368         Log: s/Robin Parker/Robin Barker/
25369      Branch: perl
25370            ! Changes5.6
25371 ____________________________________________________________________________
25372 [  7108] By: jhi                                   on 2000/10/02  23:15:46
25373         Log: Retract #7091 as suggested in
25374              
25375              From: Robin Barker <rmb1@cise.npl.co.uk> 
25376              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
25377              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
25378              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
25379      Branch: perl
25380            ! embed.pl proto.h
25381 ____________________________________________________________________________
25382 [  7107] By: nick                                  on 2000/10/02  18:23:14
25383         Log: A few tweaks to get Tk803 to work with Encode scheme.
25384      Branch: perl
25385            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
25386 ____________________________________________________________________________
25387 [  7106] By: nick                                  on 2000/10/01  21:34:14
25388         Log: Add checking cases to Encode's toUnicode and fromUnicode.
25389      Branch: perl
25390            ! ext/Encode/Encode.pm
25391 ____________________________________________________________________________
25392 [  7105] By: nick                                  on 2000/10/01  17:18:01
25393         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
25394              To read and use them.
25395              Add a lib/encode.t which checks a few things.
25396      Branch: perl
25397            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
25398            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
25399            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
25400            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
25401            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
25402            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
25403            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
25404            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
25405            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
25406            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
25407            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
25408            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
25409            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
25410            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
25411            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
25412            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
25413            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
25414            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
25415            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
25416            + ext/Encode/Encode/iso2022-jp.enc
25417            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
25418            + ext/Encode/Encode/iso8859-1.enc
25419            + ext/Encode/Encode/iso8859-2.enc
25420            + ext/Encode/Encode/iso8859-3.enc
25421            + ext/Encode/Encode/iso8859-4.enc
25422            + ext/Encode/Encode/iso8859-5.enc
25423            + ext/Encode/Encode/iso8859-6.enc
25424            + ext/Encode/Encode/iso8859-7.enc
25425            + ext/Encode/Encode/iso8859-8.enc
25426            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
25427            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
25428            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
25429            + ext/Encode/Encode/macCentEuro.enc
25430            + ext/Encode/Encode/macCroatian.enc
25431            + ext/Encode/Encode/macCyrillic.enc
25432            + ext/Encode/Encode/macDingbats.enc
25433            + ext/Encode/Encode/macGreek.enc
25434            + ext/Encode/Encode/macIceland.enc
25435            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
25436            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
25437            + ext/Encode/Encode/macTurkish.enc
25438            + ext/Encode/Encode/macUkraine.enc
25439            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
25440            + t/lib/encode.t
25441            ! MANIFEST ext/Encode/Encode.pm
25442 ____________________________________________________________________________
25443 [  7104] By: nick                                  on 2000/09/30  13:04:30
25444         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
25445              From: Daniel Chetlin <daniel@chetlin.com>
25446              Date: Mon, 18 Sep 2000 05:05:40 -0700
25447              Message-Id: <20000918050540.C652@ilmd>
25448      Branch: perl
25449            ! lib/overload.pm sv.c t/pragma/overload.t
25450 ____________________________________________________________________________
25451 [  7103] By: nick                                  on 2000/09/30  12:53:36
25452         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
25453              From: Johan Vromans <jvromans@squirrel.nl>
25454              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
25455              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
25456      Branch: perl
25457            ! pod/Makefile.SH
25458 ____________________________________________________________________________
25459 [  7102] By: nick                                  on 2000/09/30  12:52:31
25460         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
25461              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25462              Date: Sat, 16 Sep 2000 16:36:45 -0400
25463              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
25464      Branch: perl
25465            ! ext/B/B/Deparse.pm
25466 ____________________________________________________________________________
25467 [  7101] By: nick                                  on 2000/09/30  12:51:41
25468         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
25469              From: Craig A. Berry <craig.berry@psinetcs.com>
25470              Date: Sat, 16 Sep 2000 10:11:10 -0500
25471              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
25472      Branch: perl
25473            ! vms/vms.c
25474 ____________________________________________________________________________
25475 [  7100] By: nick                                  on 2000/09/30  12:50:33
25476         Log: Subject: Re: unicode support and perl [ID 20000901.097]
25477              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25478              Date: Fri, 15 Sep 2000 16:37:58 -0400
25479              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
25480      Branch: perl
25481            ! t/op/append.t
25482 ____________________________________________________________________________
25483 [  7099] By: nick                                  on 2000/09/30  12:49:35
25484         Log: Subject: Re: unicode support and perl [ID 20000901.097]
25485              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25486              Date: Fri, 15 Sep 2000 16:25:30 -0400
25487              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
25488      Branch: perl
25489            ! pp_hot.c
25490 ____________________________________________________________________________
25491 [  7098] By: nick                                  on 2000/09/30  12:48:00
25492         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
25493              From: Gisle Aas <gisle@ActiveState.com>
25494              Date: 15 Sep 2000 16:23:41 +0200
25495              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
25496      Branch: perl
25497            ! toke.c
25498 ____________________________________________________________________________
25499 [  7097] By: nick                                  on 2000/09/30  12:45:16
25500         Log: Subject: [PATCH] Nits in perlmod.pod
25501              From: Daniel Chetlin <daniel@chetlin.com>
25502              Date: Fri, 15 Sep 2000 02:04:09 -0700
25503              Message-Id: <20000915020409.A2104@ilmd>
25504      Branch: perl
25505            ! pod/perlmod.pod
25506 ____________________________________________________________________________
25507 [  7096] By: nick                                  on 2000/09/30  12:18:00
25508         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
25509              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
25510              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
25511              0 to checking to get the warning.
25512      Branch: perl
25513            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
25514            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
25515            ! regexec.c sv.c toke.c utf8.c
25516 ____________________________________________________________________________
25517 [  7095] By: nick                                  on 2000/09/15  16:55:59
25518         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
25519              
25520              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
25521              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25522              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
25523              Date: Fri, 15 Sep 2000 06:37:30 -0400
25524      Branch: perl
25525            ! ext/Encode/Encode.xs sv.c
25526 ____________________________________________________________________________
25527 [  7094] By: jhi                                   on 2000/09/15  03:23:32
25528         Log: Update Changes.
25529      Branch: perl
25530            ! Changes patchlevel.h
25531 ____________________________________________________________________________
25532 [  7093] By: jhi                                   on 2000/09/15  03:11:44
25533         Log: Fix for the charnames.t failures from Spider Boardman.
25534      Branch: perl
25535            ! toke.c
25536 ____________________________________________________________________________
25537 [  7092] By: jhi                                   on 2000/09/15  00:15:48
25538         Log: Botched the #7090 check-in.
25539      Branch: perl
25540            ! sv.c
25541 ____________________________________________________________________________
25542 [  7091] By: jhi                                   on 2000/09/14  23:33:24
25543         Log: Part of #7081 didn't come through.
25544      Branch: perl
25545            ! embed.pl proto.h
25546 ____________________________________________________________________________
25547 [  7090] By: jhi                                   on 2000/09/14  23:17:39
25548         Log: Subject: Re: perl@7078 
25549              From: Spider Boardman <spider@web.zk3.dec.com>
25550              Date: Thu, 14 Sep 2000 19:06:36 -0400
25551              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
25552      Branch: perl
25553            ! sv.c toke.c
25554 ____________________________________________________________________________
25555 [  7089] By: jhi                                   on 2000/09/14  23:11:21
25556         Log: Small portability tweaks.
25557      Branch: perl
25558            ! ext/Encode/Encode.xs
25559 ____________________________________________________________________________
25560 [  7088] By: jhi                                   on 2000/09/14  22:57:23
25561         Log: Fake return to pacify picky compilers.
25562      Branch: perl
25563            ! ext/Encode/Encode.xs
25564 ____________________________________________________________________________
25565 [  7087] By: jhi                                   on 2000/09/14  22:53:37
25566         Log: Subject: [PATCH] utf8.c apidoc
25567              From: Simon Cozens <simon@cozens.net>
25568              Date: Thu, 14 Sep 2000 23:46:57 +0100
25569              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
25570      Branch: perl
25571            ! perlapi.c pod/perlapi.pod utf8.c
25572 ____________________________________________________________________________
25573 [  7086] By: jhi                                   on 2000/09/14  22:40:38
25574         Log: We don't need to count the high bit bytes, a boolean is enough. 
25575      Branch: perl
25576            ! sv.c
25577 ____________________________________________________________________________
25578 [  7085] By: jhi                                   on 2000/09/14  21:20:09
25579         Log: Replace #7084 with
25580              
25581              Subject: Re: perl@7078 
25582              From: Spider Boardman <spider@web.zk3.dec.com>
25583              Date: Thu, 14 Sep 2000 17:09:36 -0400
25584              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
25585      Branch: perl
25586            ! sv.c utf8.c
25587 ____________________________________________________________________________
25588 [  7084] By: jhi                                   on 2000/09/14  20:03:34
25589         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
25590              convertable to bytes by checking it doesn't go above 0xc3
25591              
25592              Subject: Re: perl@7078
25593              From: Simon Cozens <simon@cozens.net>
25594              Date: Thu, 14 Sep 2000 20:59:19 +0100
25595              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
25596      Branch: perl
25597            ! utf8.c
25598 ____________________________________________________________________________
25599 [  7083] By: jhi                                   on 2000/09/14  19:38:47
25600         Log: Subject: Re: perl@7078
25601              From: Simon Cozens <simon@cozens.net>
25602              Date: Thu, 14 Sep 2000 20:13:09 +0100
25603              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
25604      Branch: perl
25605            ! t/op/bop.t
25606 ____________________________________________________________________________
25607 [  7082] By: jhi                                   on 2000/09/14  17:50:44
25608         Log: The one that got away.
25609      Branch: perl
25610            ! lib/File/Find.pm
25611 ____________________________________________________________________________
25612 [  7081] By: jhi                                   on 2000/09/14  17:45:35
25613         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
25614              From: Robin Barker <rmb1@cise.npl.co.uk>
25615              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
25616              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
25617      Branch: perl
25618            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
25619            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
25620            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
25621            ! regcomp.c toke.c universal.c
25622 ____________________________________________________________________________
25623 [  7080] By: jhi                                   on 2000/09/14  17:40:35
25624         Log: Problems picked up by AIX cc.
25625              
25626              Subject: Re: perl@7078 (patch included)
25627              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25628              Date: Thu, 14 Sep 2000 18:53:30 +0200
25629              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
25630      Branch: perl
25631            ! ext/Encode/Encode.xs
25632 ____________________________________________________________________________
25633 [  7079] By: jhi                                   on 2000/09/14  17:38:27
25634         Log: Subject: File::Find 5.7.0 POD nits
25635              From: Rich Morin <rdm@cfcl.com>
25636              Date: Wed, 13 Sep 2000 22:03:58 -0700
25637              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
25638      Branch: perl
25639            ! lib/File/Find.pm
25640 ____________________________________________________________________________
25641 [  7078] By: jhi                                   on 2000/09/14  14:58:20
25642         Log: Update Changes.
25643      Branch: perl
25644            ! Changes patchlevel.h
25645 ____________________________________________________________________________
25646 [  7077] By: jhi                                   on 2000/09/14  14:55:54
25647         Log: Compilation warnings and an error.
25648      Branch: perl
25649            ! sv.c
25650 ____________________________________________________________________________
25651 [  7076] By: jhi                                   on 2000/09/14  14:42:56
25652         Log: Fix for a parsing bug, not for the original bug.
25653              
25654              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
25655              From: Spider Boardman <spider@web.zk3.dec.com>
25656              Date: Wed, 13 Sep 2000 17:52:20 -0400
25657              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
25658      Branch: perl
25659            ! regcomp.c
25660 ____________________________________________________________________________
25661 [  7075] By: jhi                                   on 2000/09/14  14:40:40
25662         Log: Batch of UTF-8 patches from Simon Cozens.
25663      Branch: perl
25664            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
25665            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
25666            ! toke.c utf8.c
25667 ____________________________________________________________________________
25668 [  7074] By: jhi                                   on 2000/09/14  14:29:58
25669         Log: Subject: Re: Two advertising clauses need to be removed
25670              From: Russ Allbery <rra@stanford.edu>
25671              Date: 13 Sep 2000 18:50:26 -0700
25672              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
25673      Branch: perl
25674            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
25675 ____________________________________________________________________________
25676 [  7073] By: jhi                                   on 2000/09/14  14:28:20
25677         Log: Subject: [PATCH] de-wall t/README
25678              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25679              Date: Wed, 13 Sep 2000 17:46:55 -0700
25680              Message-ID: <//Bw5gzkge/e092yn@efn.org>
25681      Branch: perl
25682            ! t/README
25683 ____________________________________________________________________________
25684 [  7072] By: jhi                                   on 2000/09/14  14:25:10
25685         Log: Hints optimization.
25686              
25687              Subject: Minor nit
25688              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25689              Date: Wed, 13 Sep 2000 21:42:07 +0200
25690              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
25691      Branch: perl
25692            ! hints/hpux.sh
25693 ____________________________________________________________________________
25694 [  7071] By: jhi                                   on 2000/09/14  14:23:30
25695         Log: Allow chop() and chomp() to be overridden.
25696              
25697              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
25698              From: "Casey R. Tweten" <crt@kiski.net>
25699              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
25700              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
25701      Branch: perl
25702            ! toke.c
25703 ____________________________________________________________________________
25704 [  7070] By: jhi                                   on 2000/09/14  14:20:36
25705         Log: The return value of setlocale must be copied away.
25706              
25707              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
25708              From: Alan Burlison <Alan.Burlison@uk.sun.com>
25709              Date: Wed, 13 Sep 2000 16:27:37 +0100 
25710              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
25711      Branch: perl
25712            ! util.c
25713 ____________________________________________________________________________
25714 [  7069] By: jhi                                   on 2000/09/14  14:16:27
25715         Log: Remove vestiges of tr//CU.
25716              
25717              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
25718              From: Nick Clark <nick@plum.flirble.org>
25719              Date: Tue, 12 Sep 2000 22:50:14 +0100
25720              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
25721              
25722              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
25723              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25724              Date: Tue, 12 Sep 2000 21:38:48 -0700
25725              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
25726      Branch: perl
25727            ! op.h pod/perlunicode.pod
25728 ____________________________________________________________________________
25729 [  7068] By: jhi                                   on 2000/09/13  14:18:39
25730         Log: Add the Encode extension.  The code is still largely just skeleton.
25731      Branch: perl
25732            + ext/Encode/Encode.pm ext/Encode/Encode.xs
25733            + ext/Encode/Makefile.PL ext/Encode/Todo
25734            ! MANIFEST Todo-5.6
25735 ____________________________________________________________________________
25736 [  7067] By: jhi                                   on 2000/09/12  17:43:33
25737         Log: Allow for whitespace between "#" and "line" in cpp output.
25738              
25739              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
25740              From: Calle Dybedahl <calle@lysator.liu.se>
25741              Date: 12 Sep 2000 19:38:02 +0200 
25742              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
25743      Branch: perl
25744            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
25745 ____________________________________________________________________________
25746 [  7066] By: gsar                                  on 2000/09/12  17:24:29
25747         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
25748              initialization in all the threads on Windows
25749      Branch: perl
25750            ! win32/win32.c
25751 ____________________________________________________________________________
25752 [  7065] By: jhi                                   on 2000/09/12  15:11:31
25753         Log: Update Changes.
25754      Branch: perl
25755            ! Changes patchlevel.h
25756 ____________________________________________________________________________
25757 [  7064] By: jhi                                   on 2000/09/12  14:54:54
25758         Log: Retract #7062, the pod tests are not ready.
25759      Branch: perl
25760            ! t/TEST t/harness
25761 ____________________________________________________________________________
25762 [  7063] By: jhi                                   on 2000/09/12  14:25:41
25763         Log: The #7054 truncated Configure badly.
25764      Branch: metaconfig/U/perl
25765            ! End.U
25766      Branch: perl
25767            ! Configure config_h.SH
25768 ____________________________________________________________________________
25769 [  7062] By: jhi                                   on 2000/09/12  14:08:32
25770         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
25771              From: sthoenna@efn.org
25772              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
25773              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
25774      Branch: perl
25775            ! t/TEST t/harness
25776 ____________________________________________________________________________
25777 [  7061] By: jhi                                   on 2000/09/12  14:07:18
25778         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
25779              From: sthoenna@efn.org
25780              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
25781              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
25782      Branch: perl
25783            ! pod/perlxs.pod
25784 ____________________________________________________________________________
25785 [  7060] By: jhi                                   on 2000/09/12  14:06:08
25786         Log: Break up the myconfig lines a bit.
25787              
25788              Subject: perlbug/perl -V output format
25789              From: sthoenna@efn.org
25790              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
25791              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
25792      Branch: perl
25793            ! myconfig.SH
25794 ____________________________________________________________________________
25795 [  7059] By: jhi                                   on 2000/09/12  14:05:04
25796         Log: Test for the #7049.
25797              
25798              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
25799              From: andreas.koenig@anima.de (Andreas J. Koenig)
25800              Date: 12 Sep 2000 06:42:01 +0200
25801              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
25802      Branch: perl
25803            ! t/op/my.t
25804 ____________________________________________________________________________
25805 [  7058] By: jhi                                   on 2000/09/12  14:03:05
25806         Log: Subject: [patch: perl@7045] vms updates
25807              From: Peter Prymmer <pvhp@forte.com>
25808              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
25809              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
25810      Branch: perl
25811            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
25812 ____________________________________________________________________________
25813 [  7057] By: jhi                                   on 2000/09/12  14:00:51
25814         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
25815              From: sthoenna@efn.org
25816              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
25817              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
25818      Branch: perl
25819            ! t/op/64bitint.t
25820 ____________________________________________________________________________
25821 [  7056] By: jhi                                   on 2000/09/12  13:58:14
25822         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
25823              From: Jeff Pinyan <jeffp@crusoe.net>
25824              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
25825              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
25826      Branch: perl
25827            ! pod/perlfunc.pod
25828 ____________________________________________________________________________
25829 [  7055] By: jhi                                   on 2000/09/12  13:56:32
25830         Log: Do in VMS as the #7054 does.
25831      Branch: perl
25832            ! configure.com
25833 ____________________________________________________________________________
25834 [  7054] By: jhi                                   on 2000/09/12  13:50:31
25835         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
25836              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25837              Date: Mon, 11 Sep 2000 08:33:09 +0100
25838              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
25839      Branch: metaconfig/U/perl
25840            ! End.U
25841      Branch: perl
25842            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
25843            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
25844 ____________________________________________________________________________
25845 [  7053] By: jhi                                   on 2000/09/12  13:29:19
25846         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
25847              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25848              Date:     Tue, 12 Sep 2000 08:35:59 EDT
25849              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
25850      Branch: perl
25851            ! vms/test.com
25852 ____________________________________________________________________________
25853 [  7052] By: jhi                                   on 2000/09/11  23:01:50
25854         Log: Document the SvUTF8*().
25855      Branch: perl
25856            ! pod/perlapi.pod sv.h
25857 ____________________________________________________________________________
25858 [  7051] By: gsar                                  on 2000/09/11  14:46:30
25859         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
25860              (missed a spot when fixing up op_pmreplroot hack for ithreads)
25861      Branch: perl
25862            ! op.c t/op/split.t
25863 ____________________________________________________________________________
25864 [  7050] By: nick                                  on 2000/09/11  10:03:51
25865         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
25866              
25867              Subject: borland C++ win32.c tweak
25868              From: Vadim Konovalov <vkonovalov@lucent.com>
25869              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
25870              Date: Mon, 11 Sep 2000 11:22:33 +0400
25871      Branch: perl
25872            ! win32/win32.c
25873 ____________________________________________________________________________
25874 [  7049] By: nick                                  on 2000/09/11  09:57:33
25875         Log: Point fix for s/// on foreach (keys %xxx).
25876      Branch: perl
25877            ! pp_hot.c
25878 ____________________________________________________________________________
25879 [  7048] By: jhi                                   on 2000/09/10  23:37:09
25880         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
25881              by Pod::Text, from Brad Appleton.
25882      Branch: perl
25883            ! t/pod/testp2pt.pl
25884 ____________________________________________________________________________
25885 [  7047] By: jhi                                   on 2000/09/10  14:32:53
25886         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
25887              by Russ Allbery.
25888      Branch: perl
25889            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
25890 ____________________________________________________________________________
25891 [  7046] By: jhi                                   on 2000/09/10  14:15:08
25892         Log: Upgrade to CPAN 1.57_65, from Andreas König.
25893      Branch: perl
25894            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25895 ____________________________________________________________________________
25896 [  7045] By: jhi                                   on 2000/09/08  21:36:32
25897         Log: Update Changes.
25898      Branch: perl
25899            ! Changes patchlevel.h
25900 ____________________________________________________________________________
25901 [  7044] By: jhi                                   on 2000/09/08  21:29:56
25902         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
25903              From: Peter Prymmer <pvhp@forte.com>
25904              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
25905              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
25906      Branch: perl
25907            ! configure.com
25908 ____________________________________________________________________________
25909 [  7043] By: jhi                                   on 2000/09/08  21:27:50
25910         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
25911              From: Peter Prymmer <pvhp@forte.com>
25912              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
25913              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
25914      Branch: perl
25915            ! Makefile.SH installperl
25916 ____________________________________________________________________________
25917 [  7042] By: jhi                                   on 2000/09/08  21:23:21
25918         Log: Continue #7041.
25919      Branch: perl
25920            ! cygwin/Makefile.SHs os2/Makefile.SHs
25921 ____________________________________________________________________________
25922 [  7041] By: jhi                                   on 2000/09/08  21:18:10
25923         Log: Do away with memory models cruft.  Sorry, PDP users.
25924      Branch: metaconfig
25925            ! U/modified/cc.U U/modified/libpth.U
25926      Branch: perl
25927            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
25928            ! Porting/config_H cflags.SH config_h.SH configure.com
25929            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
25930            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
25931            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
25932 ____________________________________________________________________________
25933 [  7040] By: jhi                                   on 2000/09/08  14:34:18
25934         Log: Major rewrite of s2p.  And I mean really major, it is
25935              an implementation of sed in perl.  If called as s2p it
25936              will function as s2p.  Note: needs non-UNIXifying.
25937              
25938              Subject: s2p
25939              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25940              Date: Mon, 28 Aug 2000 14:05:12 +0200
25941              Message-ID: <39AA5578.2102E2AA@alcatel.at>
25942      Branch: perl
25943            ! x2p/s2p.PL
25944 ____________________________________________________________________________
25945 [  7039] By: jhi                                   on 2000/09/08  14:19:49
25946         Log: Re-allow vec() for characters > 255.
25947              
25948              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
25949              From: Spider Boardman <spider@web.zk3.dec.com>
25950              Date: Fri, 08 Sep 2000 02:21:02 -0400
25951              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
25952      Branch: perl
25953            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
25954            ! t/op/vec.t
25955 ____________________________________________________________________________
25956 [  7038] By: jhi                                   on 2000/09/08  14:14:18
25957         Log: Subject: [PATCH lib/Benchmark.pm]
25958              From: <abigail@foad.org>
25959              Date: Thu, 7 Sep 2000 15:03:20 -0400
25960              Message-ID: <20000907190320.888.qmail@foad.org>
25961      Branch: perl
25962            ! lib/Benchmark.pm
25963 ____________________________________________________________________________
25964 [  7037] By: jhi                                   on 2000/09/08  14:11:06
25965         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
25966              
25967              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
25968              From: Spider Boardman <spider@web.zk3.dec.com>
25969              Date: Fri, 08 Sep 2000 01:30:27 -0400
25970              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
25971      Branch: perl
25972            ! op.c
25973 ____________________________________________________________________________
25974 [  7036] By: jhi                                   on 2000/09/08  14:08:58
25975         Log: Subject: [ID 20000908.002] perlipc documentation bug.
25976              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
25977              Date: Fri, 08 Sep 2000 12:38:32 +0200
25978              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
25979      Branch: perl
25980            ! pod/perlipc.pod
25981 ____________________________________________________________________________
25982 [  7035] By: jhi                                   on 2000/09/08  14:03:12
25983         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
25984              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25985              Date: Fri, 08 Sep 2000 11:47:34 +0200
25986              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
25987      Branch: perl
25988            ! hints/dec_osf.sh
25989 ____________________________________________________________________________
25990 [  7034] By: jhi                                   on 2000/09/08  13:59:35
25991         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
25992              From: Simon Cozens <simon@cozens.net>
25993              Date: Thu, 7 Sep 2000 20:40:38 +0100
25994              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
25995      Branch: perl
25996            ! pp_hot.c
25997 ____________________________________________________________________________
25998 [  7033] By: jhi                                   on 2000/09/08  04:03:03
25999         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
26000              From: "Larry W. Virden" <lvirden@cas.org>
26001              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
26002              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
26003      Branch: perl
26004            ! pod/perldiag.pod
26005 ____________________________________________________________________________
26006 [  7032] By: jhi                                   on 2000/09/07  22:18:30
26007         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
26008              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
26009              Date: Mon, 04 Sep 2000 13:16:38 -0700
26010              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
26011      Branch: perl
26012            ! lib/perl5db.pl
26013 ____________________________________________________________________________
26014 [  7031] By: jhi                                   on 2000/09/07  22:02:29
26015         Log: Fix the ccversion detection for 5.1 and beyond.
26016              
26017              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26018              From: Spider Boardman <spider@leggy.zk3.dec.com>
26019              Date: Thu, 7 Sep 2000 17:54:27 -0400
26020              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
26021      Branch: perl
26022            ! hints/dec_osf.sh
26023 ____________________________________________________________________________
26024 [  7030] By: jhi                                   on 2000/09/07  19:12:28
26025         Log: Fix for
26026              
26027              Subject: [ID 20000903.001] \w in utf8-strings
26028              From: Marc Lehmann <pcg@goof.com>
26029              Date: Sun, 03 Sep 2000 09:44:29 +0200
26030              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
26031              
26032              and various related nits.
26033      Branch: perl
26034            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
26035 ____________________________________________________________________________
26036 [  7029] By: jhi                                   on 2000/09/07  18:49:09
26037         Log: Fix the URL, but the server is still missing in action.
26038              
26039              Subject: [ID 20000905.002] perlfaq1.pod URL error
26040              From: "Larry W. Virden" <lvirden@cas.org>
26041              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
26042              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
26043      Branch: perl
26044            ! pod/perlfaq1.pod
26045 ____________________________________________________________________________
26046 [  7028] By: jhi                                   on 2000/09/07  18:47:13
26047         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
26048              From: Hugo <hv@crypt.compulink.co.uk>
26049              Date: Tue, 05 Sep 2000 14:13:37 +0100
26050              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
26051      Branch: perl
26052            ! toke.c
26053 ____________________________________________________________________________
26054 [  7027] By: jhi                                   on 2000/09/07  18:45:35
26055         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
26056              From: Daniel Chetlin <daniel@chetlin.com>
26057              Date: Tue, 5 Sep 2000 04:57:07 -0700
26058              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
26059      Branch: perl
26060            ! pod/perlfaq6.pod pod/perlop.pod
26061 ____________________________________________________________________________
26062 [  7026] By: jhi                                   on 2000/09/07  18:44:01
26063         Log: Document the new ref() semantics.
26064              
26065              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26066              From: Gisle Aas <gisle@ActiveState.com>
26067              Date: 05 Sep 2000 08:10:30 +0200
26068              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
26069      Branch: perl
26070            ! pod/perldelta.pod
26071 ____________________________________________________________________________
26072 [  7025] By: jhi                                   on 2000/09/07  18:42:27
26073         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
26074              
26075              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26076              From: Gisle Aas <gisle@ActiveState.com>
26077              Date: 05 Sep 2000 08:11:40 +0200
26078              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
26079      Branch: perl
26080            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
26081 ____________________________________________________________________________
26082 [  7024] By: jhi                                   on 2000/09/07  18:39:32
26083         Log: Subject: [PATCH] Modernize Opcode.pm documentation
26084              From: Gisle Aas <gisle@ActiveState.com>
26085              Date: 4 Sep 2000 00:18:55 -0000
26086              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
26087      Branch: perl
26088            ! ext/Opcode/Opcode.pm
26089 ____________________________________________________________________________
26090 [  7023] By: jhi                                   on 2000/09/07  18:37:42
26091         Log: Subject: [PATCH] Tied filehandle documentation
26092              From: Gisle Aas <gisle@ActiveState.com>
26093              Date: 4 Sep 2000 00:14:40 -0000
26094              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
26095      Branch: perl
26096            ! pod/perlfunc.pod pod/perltie.pod
26097 ____________________________________________________________________________
26098 [  7022] By: jhi                                   on 2000/09/07  18:35:37
26099         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
26100              From: Gisle Aas <gisle@ActiveState.com>
26101              Date: 4 Sep 2000 00:04:22 -0000
26102              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
26103      Branch: perl
26104            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
26105 ____________________________________________________________________________
26106 [  7021] By: jhi                                   on 2000/09/07  18:33:22
26107         Log: Subject: small apidoc fix
26108              From: Marc Lehmann <pcg@goof.com>
26109              Date: Sun, 3 Sep 2000 05:12:06 +0200
26110              Message-ID: <20000903051206.A5909@cerebro.laendle>
26111      Branch: perl
26112            ! pod/perlapi.pod utf8.c
26113 ____________________________________________________________________________
26114 [  7020] By: jhi                                   on 2000/09/07  16:14:57
26115         Log: Tiny perldelta nits.
26116      Branch: perl
26117            ! pod/perldelta.pod
26118 ____________________________________________________________________________
26119 [  7019] By: jhi                                   on 2000/09/07  16:04:20
26120         Log: Guard against bad string->int conversion for quads.
26121      Branch: perl
26122            ! t/op/64bitint.t
26123 ____________________________________________________________________________
26124 [  7018] By: jhi                                   on 2000/09/06  17:07:03
26125         Log: Update Unicode todo list.
26126      Branch: perl
26127            ! Todo-5.6
26128 ____________________________________________________________________________
26129 [  7017] By: jhi                                   on 2000/09/05  21:16:01
26130         Log: Document the SvIOK_.*UV().
26131      Branch: perl
26132            ! pod/perlapi.pod sv.h
26133 ____________________________________________________________________________
26134 [  7016] By: nick                                  on 2000/09/03  21:54:46
26135         Log: Hash lookup of constant strings optimization:
26136              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
26137              to string table (as per sharepvn). Add newSV_pvn_share to create such
26138              a thing. Make hv.c compare addresses of strings and skip string compare
26139              if equal. Make method_named and helem ops use these shared-string SVs
26140              when arg is constant. Make keys op return shared-string SVs (less clearly
26141              a win).
26142      Branch: perl
26143            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
26144            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
26145            ! pod/perlintern.pod pp_hot.c proto.h sv.c
26146 ____________________________________________________________________________
26147 [  7015] By: jhi                                   on 2000/09/02  17:48:59
26148         Log: This is 5.7.0.
26149      Branch: perl
26150            ! Changes
26151 ____________________________________________________________________________
26152 [  7014] By: jhi                                   on 2000/09/02  17:35:45
26153         Log: Changes and patchlevel tweaks.
26154      Branch: perl
26155            ! Changes patchlevel.h
26156 ____________________________________________________________________________
26157 [  7013] By: jhi                                   on 2000/09/02  17:30:50
26158         Log: Update Changes.
26159      Branch: perl
26160            ! Changes patchlevel.h
26161 ____________________________________________________________________________
26162 [  7012] By: nick                                  on 2000/09/02  17:25:20
26163         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
26164      Branch: perl
26165            ! gv.c lib/overload.pm
26166 ____________________________________________________________________________
26167 [  7011] By: jhi                                   on 2000/09/02  17:16:25
26168         Log: Update perlhist.
26169      Branch: perl
26170            ! pod/perlhist.pod
26171 ____________________________________________________________________________
26172 [  7010] By: jhi                                   on 2000/09/02  17:01:35
26173         Log: perldelta nits.
26174      Branch: perl
26175            ! pod/perldelta.pod
26176 ____________________________________________________________________________
26177 [  7009] By: nick                                  on 2000/09/02  16:48:35
26178         Log: If overloaded %{} etc. return the object do not loop.
26179              Thus  sub deref { $_[0] } functions if object is wanted type.
26180      Branch: perl
26181            ! pp.h
26182 ____________________________________________________________________________
26183 [  7008] By: jhi                                   on 2000/09/02  16:26:11
26184         Log: Retab MANIFEST.
26185      Branch: perl
26186            ! ext/Storable/MANIFEST
26187 ____________________________________________________________________________
26188 [  7007] By: jhi                                   on 2000/09/02  16:23:02
26189         Log: Make certain cc is set before trying to run it.
26190      Branch: perl
26191            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
26192 ____________________________________________________________________________
26193 [  7006] By: jhi                                   on 2000/09/02  15:45:41
26194         Log: Unicode notes.
26195      Branch: perl
26196            ! pod/perldelta.pod
26197 ____________________________________________________________________________
26198 [  7005] By: jhi                                   on 2000/09/02  15:42:11
26199         Log: Various Configure nits by Philip Newton,
26200              plus the ebcdic one by me.
26201      Branch: metaconfig
26202            + U/modified/pager.U
26203            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
26204      Branch: metaconfig/U/perl
26205            ! Devel.U quadfio.U
26206      Branch: perl
26207            ! Configure config_h.SH
26208 ____________________________________________________________________________
26209 [  7004] By: jhi                                   on 2000/09/02  15:06:14
26210         Log: Apparently avoiding the swapping is too costly.
26211              
26212              From: "Ben Tilly" <ben_tilly@hotmail.com>
26213              Subject: Re: the door is closed.
26214              Date: Fri, 01 Sep 2000 20:23:16 EDT
26215              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
26216      Branch: perl
26217            ! pod/perlfaq4.pod
26218 ____________________________________________________________________________
26219 [  7003] By: nick                                  on 2000/09/02  12:26:04
26220         Log: Undo part of change 6489 which looks like a bulk edit which
26221              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
26222              The supressing of main:: on return from select() is undesirable.
26223      Branch: perl
26224            ! pp_sys.c
26225 ____________________________________________________________________________
26226 [  7002] By: jhi                                   on 2000/09/01  23:08:54
26227         Log: Update Changes.
26228      Branch: perl
26229            ! Changes patchlevel.h
26230 ____________________________________________________________________________
26231 [  7001] By: jhi                                   on 2000/09/01  23:00:13
26232         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
26233              From: Peter Prymmer <pvhp@forte.com>
26234              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
26235              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
26236              
26237              plus rework the http: spots as suggested by Tom Christiansen,
26238              plus regen perltoc.
26239      Branch: perl
26240            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
26241            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
26242 ____________________________________________________________________________
26243 [  7000] By: jhi                                   on 2000/09/01  22:36:01
26244         Log: Only the first line, thank you very much.
26245      Branch: perl
26246            ! hints/solaris_2.sh
26247 ____________________________________________________________________________
26248 [  6999] By: gsar                                  on 2000/09/01  22:16:40
26249         Log: change#6791 accidentally clobbered change#6710, put it back
26250      Branch: perl
26251            ! win32/win32.c
26252 ____________________________________________________________________________
26253 [  6998] By: jhi                                   on 2000/09/01  22:14:16
26254         Log: Mention the HP-UX LP64 freak failure.
26255      Branch: perl
26256            ! pod/perldelta.pod
26257 ____________________________________________________________________________
26258 [  6997] By: jhi                                   on 2000/09/01  21:48:32
26259         Log: Detypo.
26260      Branch: perl
26261            ! hints/hpux.sh
26262 ____________________________________________________________________________
26263 [  6996] By: jhi                                   on 2000/09/01  21:27:10
26264         Log: Update Changes.
26265      Branch: perl
26266            ! Changes patchlevel.h
26267 ____________________________________________________________________________
26268 [  6995] By: jhi                                   on 2000/09/01  21:14:24
26269         Log: Mi splgn s gnin.g
26270      Branch: perl
26271            ! pp_ctl.c
26272 ____________________________________________________________________________
26273 [  6994] By: jhi                                   on 2000/09/01  21:09:54
26274         Log: Subject: http:// in L<>
26275              From: Nicholas Clark <nick@ccl4.org>
26276              Date: Fri, 1 Sep 2000 22:03:21 +0100
26277              Message-ID: <20000901220321.B72074@plum.flirble.org>
26278      Branch: perl
26279            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
26280 ____________________________________________________________________________
26281 [  6993] By: jhi                                   on 2000/09/01  21:06:54
26282         Log: Update to Storable 1.0, from Raphael Manfredi.
26283      Branch: perl
26284            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
26285            ! ext/Storable/Makefile.PL ext/Storable/README
26286            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26287            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
26288            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
26289            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
26290            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
26291            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
26292 ____________________________________________________________________________
26293 [  6992] By: jhi                                   on 2000/09/01  20:43:05
26294         Log: Mention known sfio+linux buglet.
26295      Branch: perl
26296            ! pod/perldelta.pod
26297 ____________________________________________________________________________
26298 [  6991] By: jhi                                   on 2000/09/01  20:40:11
26299         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
26300              From: Peter Prymmer <pvhp@forte.com>
26301              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
26302              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
26303      Branch: perl
26304            ! vms/vms.c
26305 ____________________________________________________________________________
26306 [  6990] By: jhi                                   on 2000/09/01  20:25:26
26307         Log: Retract #6986.
26308      Branch: perl
26309            ! hints/solaris_2.sh
26310 ____________________________________________________________________________
26311 [  6989] By: jhi                                   on 2000/09/01  20:23:00
26312         Log: Mergesort is back.
26313      Branch: perl
26314            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
26315 ____________________________________________________________________________
26316 [  6988] By: jhi                                   on 2000/09/01  19:37:40
26317         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
26318              From: Mike Guy <mjtg@cam.ac.uk>
26319              Date: Fri, 01 Sep 2000 17:43:33 +0100
26320              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
26321      Branch: perl
26322            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
26323            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
26324 ____________________________________________________________________________
26325 [  6987] By: jhi                                   on 2000/09/01  19:17:10
26326         Log: Regen perltoc.
26327      Branch: perl
26328            ! pod/perltoc.pod
26329 ____________________________________________________________________________
26330 [  6986] By: jhi                                   on 2000/09/01  18:51:10
26331         Log: Subject: Re: Solaris x86 has no SPARC libraries!
26332              From: Lupe Christoph <lupe@lupe-christoph.de>
26333              Date: Fri, 1 Sep 2000 20:41:20 +0200
26334              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
26335      Branch: perl
26336            ! hints/solaris_2.sh
26337 ____________________________________________________________________________
26338 [  6985] By: jhi                                   on 2000/09/01  18:28:10
26339         Log: Update Changes.
26340      Branch: perl
26341            ! Changes patchlevel.h
26342 ____________________________________________________________________________
26343 [  6984] By: jhi                                   on 2000/09/01  18:26:53
26344         Log: Feature ordering tweak.
26345      Branch: perl
26346            ! myconfig.SH
26347 ____________________________________________________________________________
26348 [  6983] By: jhi                                   on 2000/09/01  18:19:50
26349         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26350              From: <abigail@foad.org>
26351              Date: Fri, 1 Sep 2000 13:07:32 -0400
26352              Message-ID: <20000901170732.18249.qmail@foad.org>
26353      Branch: perl
26354            ! t/pragma/overload.t
26355 ____________________________________________________________________________
26356 [  6982] By: jhi                                   on 2000/09/01  18:17:54
26357         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
26358              so that case-ignoring systems like DCL can tell them from
26359              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
26360      Branch: metaconfig/U/perl
26361            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
26362      Branch: perl
26363            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26364            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
26365            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
26366            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
26367            ! vos/config.def vos/config.h vos/config_h.SH_orig
26368            ! win32/config.bc win32/config.gc win32/config.vc
26369 ____________________________________________________________________________
26370 [  6981] By: nick                                  on 2000/09/01  17:21:57
26371         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
26372              warning when UNTIE exists and instead pass the cound of extra references to
26373              the UNTIE method.
26374      Branch: perl
26375            ! pod/perltie.pod pp_sys.c
26376 ____________________________________________________________________________
26377 [  6980] By: jhi                                   on 2000/09/01  16:54:44
26378         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
26379              From: Peter Prymmer <pvhp@forte.com>
26380              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
26381              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
26382      Branch: perl
26383            ! configure.com
26384 ____________________________________________________________________________
26385 [  6979] By: jhi                                   on 2000/09/01  16:06:20
26386         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
26387              From: Mike Guy <mjtg@cam.ac.uk> 
26388              Date: Fri, 01 Sep 2000 16:49:27 +0100
26389              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
26390      Branch: perl
26391            ! t/base/rs.t
26392 ____________________________________________________________________________
26393 [  6978] By: jhi                                   on 2000/09/01  16:00:42
26394         Log: Update to PodParser 1.18, from Brad Appleton.
26395      Branch: perl
26396            ! lib/Pod/Checker.pm t/pod/find.t
26397 ____________________________________________________________________________
26398 [  6977] By: jhi                                   on 2000/09/01  14:48:58
26399         Log: Subject: Nit in Configure (bleadperl@6961)
26400              From: Lupe Christoph <lupe@lupe-christoph.de>
26401              Date: Fri, 1 Sep 2000 16:34:29 +0200
26402              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
26403      Branch: metaconfig
26404            ! U/compline/ccflags.U
26405      Branch: perl
26406            ! Configure config_h.SH
26407 ____________________________________________________________________________
26408 [  6976] By: jhi                                   on 2000/09/01  14:39:52
26409         Log: Update Changes.
26410      Branch: perl
26411            ! Changes patchlevel.h
26412 ____________________________________________________________________________
26413 [  6975] By: jhi                                   on 2000/09/01  14:37:36
26414         Log: microperl config update.
26415      Branch: perl
26416            ! uconfig.h uconfig.sh
26417 ____________________________________________________________________________
26418 [  6974] By: jhi                                   on 2000/09/01  14:36:53
26419         Log: Document known deficiencies.
26420      Branch: perl
26421            ! pod/perldelta.pod
26422 ____________________________________________________________________________
26423 [  6973] By: jhi                                   on 2000/09/01  14:10:20
26424         Log: Mention warnings fixes and updates.
26425      Branch: perl
26426            ! pod/perldelta.pod
26427 ____________________________________________________________________________
26428 [  6972] By: jhi                                   on 2000/09/01  14:01:52
26429         Log: Drop unused argument.
26430              
26431              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
26432              From: Spider Boardman <spider@web.zk3.dec.com>
26433              Date: Thu, 31 Aug 2000 16:10:15 -0400
26434              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
26435      Branch: perl
26436            ! toke.c
26437 ____________________________________________________________________________
26438 [  6971] By: jhi                                   on 2000/09/01  13:59:24
26439         Log: Add the overload warnings to perldiag.
26440      Branch: perl
26441            ! lib/overload.pm pod/perldiag.pod
26442 ____________________________________________________________________________
26443 [  6970] By: jhi                                   on 2000/09/01  13:55:10
26444         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26445              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26446              Date: Fri, 1 Sep 2000 13:43:15 +0100 
26447              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
26448      Branch: perl
26449            ! lib/overload.pm t/pragma/overload.t
26450 ____________________________________________________________________________
26451 [  6969] By: jhi                                   on 2000/09/01  13:52:27
26452         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26453              From: <abigail@foad.org>
26454              Date: Fri, 1 Sep 2000 05:46:54 -0400
26455              Message-ID: <20000901094654.6476.qmail@foad.org>
26456      Branch: perl
26457            ! lib/overload.pm
26458 ____________________________________________________________________________
26459 [  6968] By: jhi                                   on 2000/09/01  13:50:05
26460         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
26461              From: Daniel Chetlin <daniel@chetlin.com>
26462              Date: Fri, 1 Sep 2000 02:10:55 -0700
26463              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
26464      Branch: perl
26465            ! pod/perlretut.pod
26466 ____________________________________________________________________________
26467 [  6967] By: jhi                                   on 2000/09/01  13:47:54
26468         Log: Part of the solution.
26469              
26470              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
26471              From: Mike Guy <mjtg@cam.ac.uk>
26472              Date: Fri, 01 Sep 2000 14:16:01 +0100
26473              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
26474      Branch: perl
26475            ! gv.c mg.c
26476 ____________________________________________________________________________
26477 [  6966] By: jhi                                   on 2000/09/01  13:46:17
26478         Log: Subject: CPAN.pm beta 1.57_57 for the core
26479              From: andreas.koenig@anima.de (Andreas J. Koenig)
26480              Date: 01 Sep 2000 15:16:31 +0200
26481              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
26482      Branch: perl
26483            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26484 ____________________________________________________________________________
26485 [  6965] By: jhi                                   on 2000/09/01  13:43:18
26486         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
26487              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26488              Date: Fri, 01 Sep 2000 01:47:22 -0500
26489              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
26490      Branch: perl
26491            ! pod/perldelta.pod vms/vms.c
26492 ____________________________________________________________________________
26493 [  6964] By: jhi                                   on 2000/09/01  13:35:35
26494         Log: File::Temp patches from Andreas König,
26495              
26496              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
26497              From: andreas.koenig@anima.de (Andreas J. Koenig)
26498              Date: 01 Sep 2000 10:07:20 +0200
26499              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
26500              
26501              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
26502              From: andreas.koenig@anima.de (Andreas J. Koenig)
26503              Date: 31 Aug 2000 23:26:08 +0200
26504              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
26505      Branch: perl
26506            ! lib/File/Temp.pm t/lib/ftmp-security.t
26507 ____________________________________________________________________________
26508 [  6963] By: jhi                                   on 2000/09/01  02:22:24
26509         Log: Retract the mergesort code, way too incompatible licensing
26510              and copyrights.
26511      Branch: perl
26512            ! pod/perldelta.pod pp_ctl.c
26513 ____________________________________________________________________________
26514 [  6962] By: jhi                                   on 2000/08/31  23:27:32
26515         Log: Update Changes.
26516      Branch: perl
26517            ! Changes patchlevel.h
26518 ____________________________________________________________________________
26519 [  6961] By: jhi                                   on 2000/08/31  23:20:04
26520         Log: Small tweaks all over.
26521      Branch: metaconfig
26522            ! U/compline/d_gconvert.U
26523      Branch: perl
26524            ! AUTHORS Configure config_h.SH pp_ctl.c
26525 ____________________________________________________________________________
26526 [  6960] By: jhi                                   on 2000/08/31  22:39:36
26527         Log: Further rewording.
26528      Branch: perl
26529            ! pp_ctl.c
26530 ____________________________________________________________________________
26531 [  6959] By: jhi                                   on 2000/08/31  21:26:44
26532         Log: More address tweaking.
26533      Branch: perl
26534            ! AUTHORS Changes
26535 ____________________________________________________________________________
26536 [  6958] By: jhi                                   on 2000/08/31  20:47:25
26537         Log: AUTHORS tweaks, from Peter Prymmer.
26538              
26539              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
26540              From: Peter Prymmer <pvhp@forte.com>
26541              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
26542              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
26543      Branch: perl
26544            ! AUTHORS MAINTAIN
26545 ____________________________________________________________________________
26546 [  6957] By: jhi                                   on 2000/08/31  20:34:43
26547         Log: perldelta tweaks.
26548      Branch: perl
26549            ! pod/perldelta.pod
26550 ____________________________________________________________________________
26551 [  6956] By: jhi                                   on 2000/08/31  19:11:06
26552         Log: Regen perltoc.
26553      Branch: perl
26554            ! pod/perltoc.pod
26555 ____________________________________________________________________________
26556 [  6955] By: jhi                                   on 2000/08/31  19:06:30
26557         Log: Clarify the mergesort situation.
26558      Branch: perl
26559            ! pp_ctl.c
26560 ____________________________________________________________________________
26561 [  6954] By: jhi                                   on 2000/08/31  18:24:17
26562         Log: Move the Solaris 7 scan to use64bitall, make the
26563              failure to find 64-bot sparc libc to mention the
26564              possibility of being in an intel, from Lupe and Alan.
26565      Branch: perl
26566            ! hints/solaris_2.sh
26567 ____________________________________________________________________________
26568 [  6953] By: jhi                                   on 2000/08/31  18:09:20
26569         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
26570              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
26571      Branch: metaconfig
26572            ! U/compline/d_gconvert.U U/threads/archname.U
26573      Branch: metaconfig/U/perl
26574            ! perlxv.U
26575      Branch: perl
26576            ! Configure config_h.SH sv.c
26577 ____________________________________________________________________________
26578 [  6952] By: jhi                                   on 2000/08/31  17:42:24
26579         Log: :: not allowed in pathnames, change to .
26580              
26581              Subject: [PATCH perl@6938] cygwin port
26582              From: "Fifer, Eric" <EFifer@sanwaint.com>
26583              Date: Thu, 31 Aug 2000 16:32:59 +0100
26584              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
26585      Branch: metaconfig/U/perl
26586            ! perlxv.U
26587 ____________________________________________________________________________
26588 [  6951] By: jhi                                   on 2000/08/31  17:02:05
26589         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
26590      Branch: perl
26591            ! perl.h
26592 ____________________________________________________________________________
26593 [  6950] By: jhi                                   on 2000/08/31  16:26:08
26594         Log: More author updates.
26595              
26596              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
26597              From: Simon Cozens <simon@cozens.net>
26598              Date: Thu, 31 Aug 2000 17:13:32 +0100
26599              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
26600      Branch: perl
26601            ! AUTHORS
26602 ____________________________________________________________________________
26603 [  6949] By: jhi                                   on 2000/08/31  16:04:49
26604         Log: POSIX doesn't report long double values under -Duselongdouble
26605              when the long doubles are "real" (bigger than doubles).
26606              
26607              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
26608              From: Spider Boardman <spider@peano.zk3.dec.com>
26609              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
26610              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
26611      Branch: perl
26612            ! ext/POSIX/POSIX.xs
26613 ____________________________________________________________________________
26614 [  6948] By: jhi                                   on 2000/08/31  15:25:10
26615         Log: Update Changes.
26616      Branch: perl
26617            ! Changes patchlevel.h
26618 ____________________________________________________________________________
26619 [  6947] By: jhi                                   on 2000/08/31  15:22:29
26620         Log: Document UNTIE in a very minimalistic way.
26621      Branch: perl
26622            ! pod/perlfunc.pod pod/perltie.pod
26623 ____________________________________________________________________________
26624 [  6946] By: jhi                                   on 2000/08/31  15:15:23
26625         Log: Document known failures.
26626      Branch: perl
26627            ! pod/perldelta.pod
26628 ____________________________________________________________________________
26629 [  6945] By: jhi                                   on 2000/08/31  15:07:00
26630         Log: Don't attach -ld to the archname if pointless.
26631      Branch: metaconfig
26632            ! U/threads/archname.U
26633      Branch: perl
26634            ! Configure config_h.SH
26635 ____________________________________________________________________________
26636 [  6944] By: jhi                                   on 2000/08/31  14:37:42
26637         Log: Wrap the test in eval.
26638              
26639              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
26640              From: Tim Jenness <timj@jach.hawaii.edu>
26641              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
26642              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
26643      Branch: perl
26644            ! t/lib/ftmp-security.t
26645 ____________________________________________________________________________
26646 [  6943] By: jhi                                   on 2000/08/31  14:30:57
26647         Log: Make -Dusemorebits find long doubles in Solaris.
26648      Branch: perl
26649            ! hints/solaris_2.sh
26650 ____________________________________________________________________________
26651 [  6942] By: jhi                                   on 2000/08/31  13:48:45
26652         Log: Clarify the third case of ftmp-security warnings.
26653      Branch: perl
26654            ! INSTALL
26655 ____________________________________________________________________________
26656 [  6941] By: jhi                                   on 2000/08/31  13:40:31
26657         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
26658              From: <abigail@foad.org>
26659              Date: Thu, 31 Aug 2000 01:35:05 -0400
26660              Message-ID: <20000831053505.32120.qmail@foad.org>
26661      Branch: perl
26662            ! pod/perldelta.pod
26663 ____________________________________________________________________________
26664 [  6940] By: jhi                                   on 2000/08/31  13:38:48
26665         Log: Issue useful diagnostic on unknown pod commands.
26666              
26667              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
26668              From: <abigail@foad.org>
26669              Date: Thu, 31 Aug 2000 03:41:18 -0400
26670              Message-ID: <20000831074118.24880.qmail@foad.org>
26671      Branch: perl
26672            ! lib/Pod/Man.pm
26673 ____________________________________________________________________________
26674 [  6939] By: jhi                                   on 2000/08/31  13:34:33
26675         Log: Reveal Borland's isnan.
26676              
26677              Subject: build with BC++ tweak
26678              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26679              Date: Thu, 31 Aug 2000 13:09:37 +0400
26680              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
26681      Branch: perl
26682            ! win32/win32.h
26683 ____________________________________________________________________________
26684 [  6938] By: jhi                                   on 2000/08/31  05:01:20
26685         Log: Update Changes.
26686      Branch: perl
26687            ! Changes patchlevel.h
26688 ____________________________________________________________________________
26689 [  6937] By: jhi                                   on 2000/08/31  04:26:23
26690         Log: sscanf() may be the only way to read long doubles from strings.
26691      Branch: metaconfig/U/perl
26692            ! longdblfio.U
26693      Branch: perl
26694            ! Configure config_h.SH perl.h util.c
26695 ____________________________________________________________________________
26696 [  6936] By: jhi                                   on 2000/08/31  04:18:19
26697         Log: The #6929 was too skimpy.
26698      Branch: perl
26699            ! sv.c
26700 ____________________________________________________________________________
26701 [  6935] By: jhi                                   on 2000/08/31  02:47:07
26702         Log: Subject: Re: typos in pods
26703              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26704              Date: Wed, 30 Aug 2000 19:25:34 -0700
26705              Message-ID: <eIcr5gzkg25X092yn@efn.org>
26706      Branch: perl
26707            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
26708 ____________________________________________________________________________
26709 [  6934] By: jhi                                   on 2000/08/31  02:42:55
26710         Log: Missed one Unicode file.
26711      Branch: perl
26712            + lib/unicode/UCDFF301.html
26713 ____________________________________________________________________________
26714 [  6933] By: jhi                                   on 2000/08/30  23:42:27
26715         Log: Update Changes.
26716      Branch: perl
26717            ! Changes patchlevel.h
26718 ____________________________________________________________________________
26719 [  6932] By: jhi                                   on 2000/08/30  23:40:07
26720         Log: Mention UNTIE in perldelta.  Still needs documenting
26721              in perltie et alia.
26722      Branch: perl
26723            ! pod/perldelta.pod
26724 ____________________________________________________________________________
26725 [  6931] By: jhi                                   on 2000/08/30  23:36:02
26726         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
26727              From: <abigail@foad.org>
26728              Date: Wed, 30 Aug 2000 19:28:07 -0400
26729              Message-ID: <20000830232807.305.qmail@foad.org>
26730      Branch: perl
26731            ! pod/perldelta.pod
26732 ____________________________________________________________________________
26733 [  6930] By: jhi                                   on 2000/08/30  23:32:40
26734         Log: Update to Unicode 3.0.1.
26735      Branch: perl
26736            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
26737            + lib/unicode/PropList.txt lib/unicode/README.perl
26738            + lib/unicode/UCD301.html lib/unicode/Unicode.301
26739            - lib/unicode/Props.txt lib/unicode/UCD300.html
26740            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
26741            ! (edit 257 files)
26742 ____________________________________________________________________________
26743 [  6929] By: jhi                                   on 2000/08/30  22:38:18
26744         Log: Heap decorruption.
26745              
26746              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
26747              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26748              Date: Wed, 30 Aug 2000 22:39:52 +0100
26749              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
26750      Branch: perl
26751            ! sv.c
26752 ____________________________________________________________________________
26753 [  6928] By: jhi                                   on 2000/08/30  22:29:34
26754         Log: Retract the dummy test, skip the security tests (instead of failing),
26755              explain what the warnings mean.
26756      Branch: perl
26757            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
26758 ____________________________________________________________________________
26759 [  6927] By: jhi                                   on 2000/08/30  22:14:13
26760         Log: Change the internal implementation of sort() to be mergesort
26761              instead of quicksort, from John Linderman <jpl@research.att.com>.
26762              Gives us better worst case, better average case, and stability.
26763              What's there not to like?  (Small fixes for threaded builds
26764              were required).
26765      Branch: perl
26766            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
26767 ____________________________________________________________________________
26768 [  6926] By: jhi                                   on 2000/08/30  20:55:20
26769         Log: A better fix for the Socket building problem from Craig Berry.
26770      Branch: perl
26771            ! vms/vms.c
26772 ____________________________________________________________________________
26773 [  6925] By: jhi                                   on 2000/08/30  20:20:25
26774         Log: Subject: [PATCH] Re: UNTIE method 
26775              From: Nick Ing-Simmons <nik@tiuk.ti.com>
26776              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
26777              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
26778      Branch: perl
26779            ! pp_sys.c t/op/tie.t
26780 ____________________________________________________________________________
26781 [  6924] By: jhi                                   on 2000/08/30  20:17:11
26782         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
26783              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26784              Date: Wed, 30 Aug 2000 15:03:14 -0500
26785              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
26786      Branch: perl
26787            ! vms/vms.c
26788 ____________________________________________________________________________
26789 [  6923] By: jhi                                   on 2000/08/30  20:15:18
26790         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
26791              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26792              Date: Wed, 30 Aug 2000 13:30:36 -0500
26793              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
26794      Branch: perl
26795            ! vms/vms.c
26796 ____________________________________________________________________________
26797 [  6922] By: jhi                                   on 2000/08/30  19:54:43
26798         Log: Better options for rsync.
26799      Branch: perl
26800            ! pod/perlhack.pod
26801 ____________________________________________________________________________
26802 [  6921] By: jhi                                   on 2000/08/30  19:40:16
26803         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
26804              From: Rick Delaney <rick@consumercontact.com>
26805              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
26806              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
26807      Branch: perl
26808            ! pod/perlfunc.pod
26809 ____________________________________________________________________________
26810 [  6920] By: jhi                                   on 2000/08/30  19:36:40
26811         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
26812              From: Peter Prymmer <pvhp@forte.com>
26813              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
26814              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
26815      Branch: perl
26816            ! configure.com
26817 ____________________________________________________________________________
26818 [  6919] By: jhi                                   on 2000/08/30  14:52:02
26819         Log: Update Changes.
26820      Branch: perl
26821            ! Changes patchlevel.h
26822 ____________________________________________________________________________
26823 [  6918] By: jhi                                   on 2000/08/30  14:48:34
26824         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
26825      Branch: perl
26826            ! lib/ExtUtils/typemap
26827 ____________________________________________________________________________
26828 [  6917] By: jhi                                   on 2000/08/30  14:46:34
26829         Log: Subject: typos in pods
26830              From: Nicholas Clark <nick@ccl4.org>
26831              Date: Wed, 30 Aug 2000 01:12:50 +0100
26832              Message-ID: <20000830011249.A61388@plum.flirble.org>
26833      Branch: perl
26834            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
26835            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
26836            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
26837            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
26838 ____________________________________________________________________________
26839 [  6916] By: jhi                                   on 2000/08/30  14:19:09
26840         Log: Document Storable problems on Crays.  (Will have
26841              to document all the other Storable problems, too.)
26842      Branch: perl
26843            ! pod/perldelta.pod
26844 ____________________________________________________________________________
26845 [  6915] By: jhi                                   on 2000/08/30  14:06:02
26846         Log: Subject: [PATCH] fix misc cast warnings
26847              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26848              Date: Tue, 29 Aug 2000 23:16:14 -0700
26849              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
26850      Branch: perl
26851            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
26852            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
26853            ! os2/os2ish.h
26854 ____________________________________________________________________________
26855 [  6914] By: jhi                                   on 2000/08/30  14:03:45
26856         Log: Timestamp mismatch again.  Need to fix this dependence on
26857              config_h.SH timestamp, since it's the contents of config_h.SH
26858              that matter.
26859      Branch: perl
26860            ! uconfig.h uconfig.sh
26861 ____________________________________________________________________________
26862 [  6913] By: jhi                                   on 2000/08/30  13:54:06
26863         Log: Don't say "Perl 5.0 source kit".
26864      Branch: perl
26865            ! perl.c
26866 ____________________________________________________________________________
26867 [  6912] By: jhi                                   on 2000/08/30  13:51:24
26868         Log: Reset archname and archname64 always, forcing them be
26869              recomputed at each Configure run, make Configure and
26870              the hints files agree on the naming of largefiles variables.
26871      Branch: metaconfig
26872            ! U/threads/archname.U
26873      Branch: metaconfig/U/perl
26874            ! use64bits.U
26875      Branch: perl
26876            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
26877            ! hints/linux.sh hints/solaris_2.sh
26878 ____________________________________________________________________________
26879 [  6911] By: jhi                                   on 2000/08/30  13:30:13
26880         Log: Put back the slice accidentally removed by #6907.
26881      Branch: perl
26882            ! hints/solaris_2.sh
26883 ____________________________________________________________________________
26884 [  6910] By: jhi                                   on 2000/08/30  01:24:26
26885         Log: Be consistent: other Net::get* do export theirs.
26886              
26887              Subject: Re: Net::protoent does not export 'getproto'
26888              From: Yasushi Nakajima <sey@jkc.co.jp>
26889              Date: Wed, 30 Aug 2000 09:53:14 +0900
26890              Message-Id: <200008300051.DAA24700@taku.hut.fi>
26891      Branch: perl
26892            ! lib/Net/protoent.pm
26893 ____________________________________________________________________________
26894 [  6909] By: jhi                                   on 2000/08/30  01:17:25
26895         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
26896              From: Gurusamy Sarathy <gsar@ActiveState.com>
26897              Date: Tue, 29 Aug 2000 17:17:07 -0700
26898              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
26899      Branch: perl
26900            ! cop.h
26901 ____________________________________________________________________________
26902 [  6908] By: jhi                                   on 2000/08/30  00:58:05
26903         Log: Update Changes.
26904      Branch: perl
26905            ! Changes patchlevel.h
26906 ____________________________________________________________________________
26907 [  6907] By: jhi                                   on 2000/08/30  00:57:22
26908         Log: Introduce ccname to keep track of what compiler kind of we have.
26909      Branch: metaconfig/U/perl
26910            ! Checkcc.U gccvers.U
26911      Branch: perl
26912            ! Configure config_h.SH hints/solaris_2.sh
26913 ____________________________________________________________________________
26914 [  6906] By: jhi                                   on 2000/08/30  00:25:47
26915         Log: Put back the flags dump as reasoned in
26916              
26917              Subject: Re: [PATCH] Glob dumping
26918              From: Mike Guy <mjtg@cam.ac.uk> 
26919              Date: Tue, 29 Aug 2000 21:41:32 +0100
26920              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
26921      Branch: perl
26922            ! dump.c t/lib/peek.t
26923 ____________________________________________________________________________
26924 [  6905] By: jhi                                   on 2000/08/30  00:16:17
26925         Log: Make the epsilon to be relative, not absolute.
26926              
26927              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
26928              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
26929              Date: Tue, 29 Aug 2000 19:58:56 -0400
26930              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
26931      Branch: perl
26932            ! t/lib/trig.t
26933 ____________________________________________________________________________
26934 [  6904] By: jhi                                   on 2000/08/30  00:13:09
26935         Log: From now on, Gisle is on my list of usual suspects :-)
26936              Retract #6902.
26937      Branch: perl
26938            ! ext/Opcode/Safe.pm
26939 ____________________________________________________________________________
26940 [  6903] By: jhi                                   on 2000/08/29  23:51:20
26941         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
26942              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26943              Date: Tue, 29 Aug 2000 18:43:26 -0500
26944              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
26945      Branch: perl
26946            + vms/vmspipe.com
26947            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
26948            ! vms/vms.c
26949 ____________________________________________________________________________
26950 [  6902] By: jhi                                   on 2000/08/29  23:44:14
26951         Log: Retry what #6882 attempted.
26952              
26953              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
26954              From: Gisle Aas <gisle@ActiveState.com>
26955              Date: 30 Aug 2000 00:33:09 +0200
26956              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
26957      Branch: perl
26958            ! ext/Opcode/Safe.pm
26959 ____________________________________________________________________________
26960 [  6901] By: jhi                                   on 2000/08/29  22:59:32
26961         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
26962              From: Hugo <hv@crypt.compulink.co.uk>
26963              Date: Mon, 12 Jun 2000 19:36:08 +0100
26964              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
26965      Branch: perl
26966            ! sv.c
26967 ____________________________________________________________________________
26968 [  6900] By: jhi                                   on 2000/08/29  22:58:35
26969         Log: Admit that we are leaking scalars.
26970              
26971              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
26972              From: Spider Boardman <spider@leggy.zk3.dec.com>
26973              Date: Tue, 29 Aug 2000 18:48:29 -0400
26974              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
26975      Branch: perl
26976            ! t/pragma/warnings.t
26977 ____________________________________________________________________________
26978 [  6899] By: jhi                                   on 2000/08/29  20:53:13
26979         Log: Update Changes.
26980      Branch: perl
26981            ! Changes patchlevel.h
26982 ____________________________________________________________________________
26983 [  6898] By: jhi                                   on 2000/08/29  20:46:21
26984         Log: Undo namespace pollution of #6878.
26985              
26986              Subject: Re: Net::protoent does not export 'getproto'
26987              From: Mike Guy <mjtg@cam.ac.uk>
26988              Date: Tue, 29 Aug 2000 21:32:37 +0100
26989              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
26990      Branch: perl
26991            ! lib/Net/protoent.pm
26992 ____________________________________________________________________________
26993 [  6897] By: jhi                                   on 2000/08/29  20:44:29
26994         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
26995              From: Peter Prymmer <pvhp@forte.com>
26996              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
26997              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
26998      Branch: perl
26999            ! pod/perlebcdic.pod
27000 ____________________________________________________________________________
27001 [  6896] By: jhi                                   on 2000/08/29  20:40:57
27002         Log: There's no point repeating the 'revision' (5) of perl5.
27003      Branch: metaconfig/U/perl
27004            ! Devel.U patchlevel.U
27005      Branch: perl
27006            ! Configure config_h.SH
27007 ____________________________________________________________________________
27008 [  6895] By: jhi                                   on 2000/08/29  20:16:58
27009         Log: Regen Configure for #6894.
27010      Branch: metaconfig/U/perl
27011            ! perladmin.U
27012      Branch: perl
27013            ! Configure config_h.SH
27014 ____________________________________________________________________________
27015 [  6894] By: jhi                                   on 2000/08/29  19:59:52
27016         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
27017              From: "Philip Newton" <Philip.Newton@gmx.net>
27018              Date: Tue, 29 Aug 2000 21:39:14 +0200
27019              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
27020      Branch: perl
27021            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
27022            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
27023            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
27024            ! utils/perlbug.PL
27025 ____________________________________________________________________________
27026 [  6893] By: jhi                                   on 2000/08/29  19:55:30
27027         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
27028              From: "Philip Newton" <Philip.Newton@gmx.net>
27029              Date: Tue, 29 Aug 2000 21:39:14 +0200
27030              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
27031      Branch: perl
27032            ! installhtml
27033 ____________________________________________________________________________
27034 [  6892] By: jhi                                   on 2000/08/29  19:53:59
27035         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
27036              From: "Philip Newton" <Philip.Newton@gmx.net>
27037              Date: Tue, 29 Aug 2000 21:48:18 +0200
27038              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
27039      Branch: perl
27040            ! lib/File/Temp.pm
27041 ____________________________________________________________________________
27042 [  6891] By: jhi                                   on 2000/08/29  18:30:03
27043         Log: Nail the ID 20000828.023.
27044      Branch: perl
27045            ! ext/Storable/Storable.xs
27046 ____________________________________________________________________________
27047 [  6890] By: jhi                                   on 2000/08/29  16:50:17
27048         Log: Under usethreads the dumped variable is IN_PAD.
27049              
27050              Subject: Re: [PATCH] Glob dumping
27051              From: Gisle Aas <gisle@ActiveState.com>
27052              Date: 29 Aug 2000 18:45:05 +0200
27053              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
27054      Branch: perl
27055            ! t/lib/peek.t
27056 ____________________________________________________________________________
27057 [  6889] By: jhi                                   on 2000/08/29  15:17:37
27058         Log: Update Changes.
27059      Branch: perl
27060            ! Changes patchlevel.h
27061 ____________________________________________________________________________
27062 [  6888] By: jhi                                   on 2000/08/29  14:49:59
27063         Log: Retract #6882, broke the safe tests.
27064      Branch: perl
27065            ! ext/Opcode/Safe.pm
27066 ____________________________________________________________________________
27067 [  6887] By: jhi                                   on 2000/08/29  14:47:06
27068         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
27069              From: Gisle Aas <gisle@ActiveState.com> 
27070              Date: 09 Jun 2000 20:00:11 +0200
27071              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
27072      Branch: perl
27073            ! utils/perldoc.PL
27074 ____________________________________________________________________________
27075 [  6886] By: jhi                                   on 2000/08/29  14:42:45
27076         Log: The #6881 removed one dump line.
27077      Branch: perl
27078            ! t/lib/peek.t
27079 ____________________________________________________________________________
27080 [  6885] By: jhi                                   on 2000/08/29  14:30:47
27081         Log: Don't forget to tidy up.
27082      Branch: perl
27083            ! t/lib/ftmp-security.t
27084 ____________________________________________________________________________
27085 [  6884] By: jhi                                   on 2000/08/29  14:25:17
27086         Log: Disabling the one test is a bit tricky.
27087      Branch: perl
27088            ! t/lib/ftmp-security.t
27089 ____________________________________________________________________________
27090 [  6883] By: jhi                                   on 2000/08/29  14:16:25
27091         Log: Disable one of the tests for now.
27092      Branch: perl
27093            ! t/lib/ftmp-security.t
27094 ____________________________________________________________________________
27095 [  6882] By: jhi                                   on 2000/08/29  14:05:50
27096         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
27097              From: gisle@aas.no
27098              Date: 29 Aug 2000 10:35:06 -0000
27099              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
27100      Branch: perl
27101            ! ext/Opcode/Safe.pm
27102 ____________________________________________________________________________
27103 [  6881] By: jhi                                   on 2000/08/29  14:03:51
27104         Log: Subject: [PATCH] Glob dumping
27105              From: Gisle Aas <gisle@ActiveState.com>
27106              Date: 29 Aug 2000 07:59:42 -0000
27107              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
27108      Branch: perl
27109            ! dump.c
27110 ____________________________________________________________________________
27111 [  6880] By: jhi                                   on 2000/08/29  14:02:01
27112         Log: Subject: [PATCH] Warnings in B::Deparse
27113              From: <abigail@foad.org>
27114              Date: Tue, 29 Aug 2000 00:00:01 -0400
27115              Message-ID: <20000829040001.2999.qmail@foad.org>
27116      Branch: perl
27117            ! ext/B/B/Deparse.pm
27118 ____________________________________________________________________________
27119 [  6879] By: jhi                                   on 2000/08/29  13:57:26
27120         Log: Missed a change in #6869.
27121      Branch: perl
27122            ! mg.c
27123 ____________________________________________________________________________
27124 [  6878] By: jhi                                   on 2000/08/29  13:45:04
27125         Log: Subject: Net::protoent does not export 'getproto'
27126              From: Yasushi Nakajima <sey@jkc.co.jp>
27127              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
27128      Branch: perl
27129            ! lib/Net/protoent.pm
27130 ____________________________________________________________________________
27131 [  6877] By: jhi                                   on 2000/08/29  13:39:19
27132         Log: Patches all over for people and the files they (hopefully) care about.
27133      Branch: perl
27134            ! AUTHORS Changes MAINTAIN
27135 ____________________________________________________________________________
27136 [  6876] By: jhi                                   on 2000/08/29  12:53:54
27137         Log: Fix for thinko in #6848.
27138              
27139              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
27140              From: Lupe Christoph <lupe@lupe-christoph.de>
27141              Date: Tue, 29 Aug 2000 09:04:08 +0200
27142              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
27143      Branch: perl
27144            ! ext/Thread/Thread.xs
27145 ____________________________________________________________________________
27146 [  6875] By: jhi                                   on 2000/08/29  12:50:14
27147         Log: Update to Getopt::Long 2.24, from Johan Vromans.
27148      Branch: perl
27149            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
27150 ____________________________________________________________________________
27151 [  6874] By: jhi                                   on 2000/08/29  02:09:53
27152         Log: Use minimal @INC in tests, most of the time just '../lib',
27153              so that we simply can't pick up stuff from other Perls than
27154              the one we are testing.  Pointed out by
27155              
27156              From: Mike Guy <mjtg@cam.ac.uk>
27157              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
27158              Date: Fri, 25 Aug 2000 15:15:59 +0100
27159              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
27160      Branch: perl
27161            ! (edit 185 files)
27162 ____________________________________________________________________________
27163 [  6873] By: jhi                                   on 2000/08/29  01:07:11
27164         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
27165              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27166              Date: Mon, 28 Aug 2000 17:45:52 -0700
27167              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
27168      Branch: perl
27169            ! Makefile.SH hints/os2.sh
27170 ____________________________________________________________________________
27171 [  6872] By: jhi                                   on 2000/08/28  23:33:39
27172         Log: Subject: [PATCH bleedperl@6866] spellings
27173              From: marcel@codewerk.com (Marcel Grunauer)
27174              Date: Tue, 29 Aug 2000 01:19:59 +0200
27175              Message-Id: <200008282319.BAA29862@gandalf.local>
27176      Branch: perl
27177            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
27178            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
27179            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
27180 ____________________________________________________________________________
27181 [  6871] By: jhi                                   on 2000/08/28  23:22:09
27182         Log: Take out the SUIDMAIL thing, that will not be
27183              a problem in 5.7.*.
27184      Branch: perl
27185            ! patchlevel.h
27186 ____________________________________________________________________________
27187 [  6870] By: jhi                                   on 2000/08/28  23:19:30
27188         Log: -S is the silent flag, -s is the strip flag.
27189              
27190              Subject: [PATCH] Re: [PATCH] make no-install          
27191              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27192              Date: Mon, 28 Aug 2000 15:12:55 -0700
27193              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
27194      Branch: perl
27195            ! Makefile.SH
27196 ____________________________________________________________________________
27197 [  6869] By: jhi                                   on 2000/08/28  23:12:05
27198         Log: Subject: [PATCH bleedperl@6856] warnings fixes
27199              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27200              Date: Mon, 28 Aug 2000 23:55:06 +0100
27201              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
27202      Branch: perl
27203            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
27204            ! warnings.h warnings.pl
27205 ____________________________________________________________________________
27206 [  6868] By: jhi                                   on 2000/08/28  21:38:22
27207         Log: Potential cruft.
27208      Branch: perl
27209            ! Makefile.SH
27210 ____________________________________________________________________________
27211 [  6867] By: jhi                                   on 2000/08/28  21:35:36
27212         Log: Update Changes.
27213      Branch: perl
27214            ! Changes patchlevel.h
27215 ____________________________________________________________________________
27216 [  6866] By: jhi                                   on 2000/08/28  21:33:49
27217         Log: Subject: hv.h Doc Patch
27218              From: Fisher Mark <fisherm@tce.com>
27219              Date: Mon, 28 Aug 2000 16:24:59 -0500
27220              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
27221      Branch: perl
27222            ! hv.h
27223 ____________________________________________________________________________
27224 [  6865] By: jhi                                   on 2000/08/28  21:02:15
27225         Log: Add -ld to archname on long tr...double platforms.
27226      Branch: metaconfig
27227            ! U/threads/archname.U
27228      Branch: perl
27229            ! Configure config_h.SH
27230 ____________________________________________________________________________
27231 [  6864] By: jhi                                   on 2000/08/28  20:38:59
27232         Log: An attempt to fix the problem reported in
27233              
27234              Subject: Building perl@6856 using gcc/AIX 4.3.3 
27235              From: Daniel Muino <dmuino@afip.gov.ar> 
27236              Date: Mon, 28 Aug 2000 15:50:01 -0300   
27237              Message-ID: <20000828155001.A14403@con2-dgi>
27238              
27239              I can't test this properly since the gcc installation I have
27240              access to seems to be botched (gcc is calling the AIX cpp,
27241              a losing proposition...)
27242      Branch: perl
27243            ! hints/aix.sh
27244 ____________________________________________________________________________
27245 [  6863] By: jhi                                   on 2000/08/28  18:57:52
27246         Log: Fix for ID 20000828.001, long doubles were not formatted
27247              correctly (showed up in $], which stopped installing perl).
27248      Branch: perl
27249            ! sv.c
27250 ____________________________________________________________________________
27251 [  6862] By: jhi                                   on 2000/08/28  18:07:15
27252         Log: Typo in #6858.
27253      Branch: perl
27254            ! lib/Cwd.pm
27255 ____________________________________________________________________________
27256 [  6861] By: jhi                                   on 2000/08/28  17:57:27
27257         Log: opmini.o may be left around if a build is interrupted.
27258      Branch: perl
27259            ! Makefile.SH
27260 ____________________________________________________________________________
27261 [  6860] By: jhi                                   on 2000/08/28  16:52:50
27262         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
27263              From: Daniel Chetlin <daniel@chetlin.com>
27264              Date: Mon, 28 Aug 2000 01:14:18 -0700
27265              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
27266      Branch: perl
27267            ! lib/overload.pm
27268 ____________________________________________________________________________
27269 [  6859] By: jhi                                   on 2000/08/28  16:08:46
27270         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
27271              From: Nicholas Clark <nick@ccl4.org>
27272              Date: Mon, 28 Aug 2000 16:03:27 +0100
27273              Message-Id: <20000828160327.C49785@plum.flirble.org>
27274      Branch: perl
27275            ! ext/ByteLoader/bytecode.h
27276 ____________________________________________________________________________
27277 [  6858] By: jhi                                   on 2000/08/28  16:02:10
27278         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
27279              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
27280              Date: Mon, 28 Aug 2000 13:08:30 +0200
27281              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
27282      Branch: perl
27283            ! lib/Cwd.pm
27284 ____________________________________________________________________________
27285 [  6857] By: jhi                                   on 2000/08/28  15:42:47
27286         Log: display_format used as a class method without arguments was broken,
27287              reported in
27288              
27289              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
27290              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
27291              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
27292              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
27293      Branch: perl
27294            ! lib/Math/Complex.pm t/lib/complex.t
27295 ____________________________________________________________________________
27296 [  6856] By: jhi                                   on 2000/08/27  22:09:48
27297         Log: Update Changes.
27298      Branch: perl
27299            ! Changes patchlevel.h
27300 ____________________________________________________________________________
27301 [  6855] By: jhi                                   on 2000/08/27  21:59:21
27302         Log: Retract #6853 (false alarm).
27303      Branch: perl
27304            ! lib/ExtUtils/xsubpp
27305 ____________________________________________________________________________
27306 [  6854] By: jhi                                   on 2000/08/27  21:37:44
27307         Log: Update Changes.
27308      Branch: perl
27309            ! Changes patchlevel.h
27310 ____________________________________________________________________________
27311 [  6853] By: jhi                                   on 2000/08/27  21:37:16
27312         Log: Subject: [PATCH perl@6850] workaround for xsubpp
27313              From: Hugo <hv@crypt.compulink.co.uk>
27314              Date: Sun, 27 Aug 2000 22:30:25 +0100
27315              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
27316      Branch: perl
27317            ! lib/ExtUtils/xsubpp
27318 ____________________________________________________________________________
27319 [  6852] By: jhi                                   on 2000/08/27  21:33:58
27320         Log: Big-endian 64-bit patch from Raphael Manfredi.
27321      Branch: perl
27322            ! ext/Storable/Storable.xs
27323 ____________________________________________________________________________
27324 [  6851] By: jhi                                   on 2000/08/27  21:22:21
27325         Log: More ruthless editing from Hugo van der Sanden.
27326      Branch: perl
27327            ! pod/perldelta.pod
27328 ____________________________________________________________________________
27329 [  6850] By: jhi                                   on 2000/08/27  16:11:46
27330         Log: Update Changes.
27331      Branch: perl
27332            ! Changes patchlevel.h
27333 ____________________________________________________________________________
27334 [  6849] By: jhi                                   on 2000/08/27  16:11:05
27335         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
27336      Branch: perl
27337            ! configpm pod/perldelta.pod
27338 ____________________________________________________________________________
27339 [  6848] By: jhi                                   on 2000/08/27  15:35:08
27340         Log: Use the actual thread type, not the pointer-to-struct.
27341      Branch: perl
27342            ! ext/Thread/Thread.xs
27343 ____________________________________________________________________________
27344 [  6847] By: jhi                                   on 2000/08/27  15:30:49
27345         Log: Test nit.
27346      Branch: perl
27347            ! t/pragma/warn/pp_sys
27348 ____________________________________________________________________________
27349 [  6846] By: jhi                                   on 2000/08/27  15:19:02
27350         Log: Passing -R in ldflags makes now it to appear in the default
27351              for lddlflags, just like with -L.
27352              
27353              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
27354              From: Lupe Christoph <lupe@lupe-christoph.de>
27355              Date: Sun, 27 Aug 2000 10:28:21 +0200
27356              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
27357      Branch: metaconfig/U/perl
27358            ! dlsrc.U
27359      Branch: perl
27360            ! Configure
27361 ____________________________________________________________________________
27362 [  6845] By: jhi                                   on 2000/08/27  15:08:54
27363         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
27364              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27365              Date: Sat, 26 Aug 2000 22:23:27 +0100
27366              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
27367      Branch: perl
27368            ! lib/ExtUtils/MM_Unix.pm
27369 ____________________________________________________________________________
27370 [  6844] By: jhi                                   on 2000/08/27  15:02:37
27371         Log: DJGPP update from Laszlo Molnar.
27372              
27373              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
27374              From: ml1050 <ml1050@freemail.hu>
27375              Date: Sat, 26 Aug 2000 23:24:40 +0200
27376              Message-Id: <20000826232440.A439@freemail.hu>
27377      Branch: perl
27378            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
27379            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
27380 ____________________________________________________________________________
27381 [  6843] By: jhi                                   on 2000/08/27  14:53:58
27382         Log: Subject: installman buglet
27383              From: Lupe Christoph <lupe@lupe-christoph.de>
27384              Date: Sun, 27 Aug 2000 14:38:59 +0200
27385              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
27386      Branch: perl
27387            ! installman
27388 ____________________________________________________________________________
27389 [  6842] By: jhi                                   on 2000/08/27  14:52:08
27390         Log: Can't get the test to reliably work thanks to the
27391              inaccurateness of floating point.  "Resolves" bug ids
27392              20000826.003, 20000826.009, 20000826.010,
27393      Branch: perl
27394            ! t/lib/trig.t
27395 ____________________________________________________________________________
27396 [  6841] By: jhi                                   on 2000/08/26  15:53:58
27397         Log: Update Changes.
27398      Branch: perl
27399            ! Changes patchlevel.h
27400 ____________________________________________________________________________
27401 [  6840] By: jhi                                   on 2000/08/26  14:23:03
27402         Log: grep -e isn't portable.
27403              
27404              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
27405              From: chris@broadband.att.com
27406              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
27407              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
27408      Branch: perl
27409            ! hints/solaris_2.sh
27410 ____________________________________________________________________________
27411 [  6839] By: jhi                                   on 2000/08/26  14:12:23
27412         Log: no-install target a la make -n.
27413              
27414              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
27415              From: <abigail@foad.org>
27416              Date: Sat, 26 Aug 2000 03:57:34 -0400
27417              Message-ID: <20000826075735.18912.qmail@foad.org>
27418      Branch: perl
27419            ! Makefile.SH installman installperl
27420 ____________________________________________________________________________
27421 [  6838] By: jhi                                   on 2000/08/26  14:06:33
27422         Log: Retract #6826 as the #6828 should be do the same
27423              in a More Correct Way.
27424      Branch: perl
27425            ! installperl
27426 ____________________________________________________________________________
27427 [  6837] By: jhi                                   on 2000/08/26  05:24:00
27428         Log: More casting.
27429      Branch: perl
27430            ! ext/Storable/Storable.xs
27431 ____________________________________________________________________________
27432 [  6836] By: jhi                                   on 2000/08/26  05:05:46
27433         Log: Nicer in decimal.
27434      Branch: perl
27435            ! ext/Storable/Storable.xs
27436 ____________________________________________________________________________
27437 [  6835] By: jhi                                   on 2000/08/26  05:03:50
27438         Log: There be no UVdf.
27439      Branch: perl
27440            ! ext/Storable/Storable.xs
27441 ____________________________________________________________________________
27442 [  6834] By: jhi                                   on 2000/08/26  05:00:18
27443         Log: Continue IVdfing and UVxfing.
27444      Branch: perl
27445            ! ext/Storable/Storable.xs
27446 ____________________________________________________________________________
27447 [  6833] By: jhi                                   on 2000/08/26  04:53:14
27448         Log: Use IVdf.
27449      Branch: perl
27450            ! ext/Storable/Storable.xs
27451 ____________________________________________________________________________
27452 [  6832] By: jhi                                   on 2000/08/26  04:40:41
27453         Log: Document PTR2XX and INT2PTR.
27454      Branch: perl
27455            ! pod/perlguts.pod
27456 ____________________________________________________________________________
27457 [  6831] By: jhi                                   on 2000/08/26  04:33:18
27458         Log: Use UVxf, PTR2UV, NVff.
27459      Branch: perl
27460            ! ext/Storable/Storable.xs
27461 ____________________________________________________________________________
27462 [  6830] By: jhi                                   on 2000/08/26  04:31:32
27463         Log: Update the test count.
27464      Branch: perl
27465            ! t/lib/trig.t
27466 ____________________________________________________________________________
27467 [  6829] By: jhi                                   on 2000/08/26  03:05:50
27468         Log: Subject: [PATCH] installation not quite silent yet.
27469              From: <abigail@foad.org>
27470              Date: Fri, 25 Aug 2000 20:07:53 -0400
27471              Message-ID: <20000826000753.7822.qmail@foad.org>
27472      Branch: perl
27473            ! installman installperl
27474 ____________________________________________________________________________
27475 [  6828] By: jhi                                   on 2000/08/26  03:05:14
27476         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
27477              From: Spider Boardman <spider@web.zk3.dec.com>
27478              Date: Fri, 25 Aug 2000 19:12:40 -0400
27479              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
27480      Branch: perl
27481            ! gv.c
27482 ____________________________________________________________________________
27483 [  6827] By: jhi                                   on 2000/08/25  23:54:34
27484         Log: Support preserving extremely big/small angles.
27485      Branch: perl
27486            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
27487 ____________________________________________________________________________
27488 [  6826] By: jhi                                   on 2000/08/25  23:01:20
27489         Log: Patch installperl to be long double-aware.
27490              
27491              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
27492              From: Spider Boardman <spider@web.zk3.dec.com>
27493              Date: Fri, 25 Aug 2000 18:15:23 -0400
27494              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
27495      Branch: perl
27496            ! installperl
27497 ____________________________________________________________________________
27498 [  6825] By: jhi                                   on 2000/08/25  22:58:25
27499         Log: Remove duplicately applied patch shards.
27500              
27501              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
27502              From: Spider Boardman <spider@leggy.zk3.dec.com>
27503              Date: Fri, 25 Aug 2000 16:45:03 -0400
27504              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
27505      Branch: perl
27506            ! t/lib/cgi-html.t
27507 ____________________________________________________________________________
27508 [  6824] By: jhi                                   on 2000/08/25  22:57:00
27509         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
27510              From: Daniel Chetlin <daniel@chetlin.com>
27511              Date: Fri, 25 Aug 2000 12:23:16 -0700
27512              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
27513              
27514              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
27515              From: Daniel Chetlin <daniel@chetlin.com>
27516              Date: Fri, 25 Aug 2000 14:47:19 -0700
27517              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
27518      Branch: perl
27519            ! installman
27520 ____________________________________________________________________________
27521 [  6823] By: jhi                                   on 2000/08/25  22:44:17
27522         Log: Timestamp problem?
27523      Branch: perl
27524            ! uconfig.h uconfig.sh
27525 ____________________________________________________________________________
27526 [  6822] By: jhi                                   on 2000/08/25  19:01:06
27527         Log: One forgotten file from #6816.
27528      Branch: perl
27529            ! vos/config.h
27530 ____________________________________________________________________________
27531 [  6821] By: jhi                                   on 2000/08/25  18:56:39
27532         Log: Regen Changes.
27533      Branch: perl
27534            ! Changes patchlevel.h
27535 ____________________________________________________________________________
27536 [  6820] By: jhi                                   on 2000/08/25  18:52:35
27537         Log: Fix Changes ordering.
27538      Branch: perl
27539            ! Changes
27540 ____________________________________________________________________________
27541 [  6819] By: jhi                                   on 2000/08/25  18:50:25
27542         Log: Update Changes.
27543      Branch: perl
27544            ! Changes patchlevel.h
27545 ____________________________________________________________________________
27546 [  6818] By: jhi                                   on 2000/08/25  18:47:45
27547         Log: Tweak the sfio/useperlio logic, hopefully as wished in
27548              
27549              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
27550              From: Nicholas Clark <nick@babyhippo.co.uk>
27551              Date: Fri, 25 Aug 2000 12:01:45 +0100
27552              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
27553      Branch: metaconfig/U/perl
27554            ! d_sfio.U
27555      Branch: perl
27556            ! Configure
27557 ____________________________________________________________________________
27558 [  6817] By: jhi                                   on 2000/08/25  18:32:51
27559         Log: Allow microperl to assume <math.h>, without it the math
27560              functions like floor() are assumed to return int, which makes
27561              for core dumps in machines where integer and floating register
27562              don't mix.
27563      Branch: perl
27564            ! uconfig.h uconfig.sh
27565 ____________________________________________________________________________
27566 [  6816] By: jhi                                   on 2000/08/25  18:27:17
27567         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
27568              the problem reported in
27569              
27570              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
27571              From: danhale@us.ibm.com
27572              Date: Fri, 25 Aug 2000 10:58:06 -0400
27573              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
27574      Branch: metaconfig/U/perl
27575            + d_socks5_init.U
27576      Branch: perl
27577            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
27578            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
27579            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
27580            ! win32/config.gc win32/config.vc
27581 ____________________________________________________________________________
27582 [  6815] By: jhi                                   on 2000/08/25  17:43:31
27583         Log: A solution for the retrieve_fd autosplit warning,
27584              idea suggested by Mike Guy.
27585      Branch: perl
27586            ! ext/Storable/Storable.pm
27587 ____________________________________________________________________________
27588 [  6814] By: jhi                                   on 2000/08/25  17:16:03
27589         Log: Add install-silent target.
27590      Branch: perl
27591            ! Makefile.SH
27592 ____________________________________________________________________________
27593 [  6813] By: jhi                                   on 2000/08/25  17:14:23
27594         Log: Subject: Re: [PATCH] More silencing of installman.
27595              From: <abigail@foad.org>
27596              Date: Thu, 24 Aug 2000 19:27:03 -0400
27597              Message-ID: <20000824232703.7001.qmail@foad.org>
27598              
27599              Subject: Re: [PATCH] More silencing of installman.
27600              From: <abigail@foad.org>
27601              Date: Fri, 25 Aug 2000 03:00:58 -0400
27602              Message-ID: <20000825070058.10697.qmail@foad.org>
27603      Branch: perl
27604            ! installman
27605 ____________________________________________________________________________
27606 [  6812] By: jhi                                   on 2000/08/25  17:11:28
27607         Log: installperl --verbose and --silent.
27608              
27609              Subject: Re: [PATCH] More silencing of installman.
27610              From: <abigail@foad.org>
27611              Message-ID: <20000825064430.9719.qmail@foad.org>
27612              Date: Fri, 25 Aug 2000 02:44:30 -0400
27613      Branch: perl
27614            ! installperl
27615 ____________________________________________________________________________
27616 [  6811] By: jhi                                   on 2000/08/25  17:05:43
27617         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
27618              From: "Peter J. Farley III" <pjfarley@banet.net>
27619              Date: Thu, 24 Aug 2000 21:58:03 -0400
27620              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
27621              
27622              (applied slightly modified)
27623      Branch: perl
27624            ! lib/ExtUtils/MM_Unix.pm
27625 ____________________________________________________________________________
27626 [  6810] By: jhi                                   on 2000/08/25  17:01:18
27627         Log: Missing parts of 
27628              
27629              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
27630              From: Peter Prymmer <pvhp@forte.com>
27631              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
27632              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
27633      Branch: perl
27634            ! t/lib/cgi-html.t
27635 ____________________________________________________________________________
27636 [  6809] By: jhi                                   on 2000/08/25  16:46:32
27637         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
27638              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27639              Date: Thu, 24 Aug 2000 19:13:11 -0500
27640              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
27641      Branch: perl
27642            ! vms/vms.c
27643 ____________________________________________________________________________
27644 [  6808] By: jhi                                   on 2000/08/25  16:39:22
27645         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
27646              From: Peter Prymmer <pvhp@forte.com>
27647              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
27648              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
27649      Branch: perl
27650            ! configure.com
27651 ____________________________________________________________________________
27652 [  6807] By: jhi                                   on 2000/08/25  16:36:37
27653         Log: Better wording for the vec lvalue diagnostic.
27654              
27655              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
27656              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
27657              Date: Wed, 23 Aug 2000 14:12:16 -0400
27658              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
27659      Branch: perl
27660            ! pod/perldiag.pod
27661 ____________________________________________________________________________
27662 [  6806] By: jhi                                   on 2000/08/24  18:17:22
27663         Log: Subject: [PATCH] More silencing of installman.
27664              From: <abigail@foad.org>
27665              Date: Thu, 24 Aug 2000 14:01:44 -0400
27666              Message-ID: <20000824180144.20062.qmail@foad.org>
27667      Branch: perl
27668            ! installman
27669 ____________________________________________________________________________
27670 [  6805] By: jhi                                   on 2000/08/24  15:00:31
27671         Log: Update Changes.
27672      Branch: perl
27673            ! Changes patchlevel.h
27674 ____________________________________________________________________________
27675 [  6804] By: jhi                                   on 2000/08/24  14:59:07
27676         Log: Regen perltoc.
27677      Branch: perl
27678            ! pod/perltoc.pod
27679 ____________________________________________________________________________
27680 [  6803] By: jhi                                   on 2000/08/24  14:44:39
27681         Log: Show the doc file, not the temp file.
27682      Branch: perl
27683            ! installman
27684 ____________________________________________________________________________
27685 [  6802] By: jhi                                   on 2000/08/24  14:41:53
27686         Log: Continue silencing.
27687      Branch: perl
27688            ! installman
27689 ____________________________________________________________________________
27690 [  6801] By: jhi                                   on 2000/08/24  14:34:40
27691         Log: Actually do something with the silencer option.
27692      Branch: perl
27693            ! installman
27694 ____________________________________________________________________________
27695 [  6800] By: jhi                                   on 2000/08/24  14:26:22
27696         Log: Make installman to recognize the silence flag -S.
27697      Branch: perl
27698            ! installman
27699 ____________________________________________________________________________
27700 [  6799] By: jhi                                   on 2000/08/24  13:49:38
27701         Log: DOS patches and portability/porting notes, from Tim Jenness.
27702      Branch: perl
27703            ! lib/File/Temp.pm
27704 ____________________________________________________________________________
27705 [  6798] By: jhi                                   on 2000/08/24  13:48:27
27706         Log: Create directories in silence.
27707              
27708              Subject: [PATCH] Another silencer for MakeMaker
27709              From: andreas.koenig@anima.de (Andreas J. Koenig)
27710              Date: 24 Aug 2000 14:18:52 +0200
27711              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
27712      Branch: perl
27713            ! lib/ExtUtils/Command.pm
27714 ____________________________________________________________________________
27715 [  6797] By: jhi                                   on 2000/08/24  13:46:42
27716         Log: More liberal parsing of version numbers.
27717              
27718              Subject: Re: CPAN.pm beta for testing available
27719              From: andreas.koenig@anima.de (Andreas J. Koenig)
27720              Date: 24 Aug 2000 13:51:57 +0200
27721              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
27722      Branch: perl
27723            ! lib/CPAN.pm
27724 ____________________________________________________________________________
27725 [  6796] By: jhi                                   on 2000/08/24  13:44:36
27726         Log: Make "make install" by default silent.  A new "install-verbose"
27727              target is verbose.
27728      Branch: perl
27729            ! Makefile.SH
27730 ____________________________________________________________________________
27731 [  6795] By: jhi                                   on 2000/08/24  13:39:14
27732         Log: Add silencer flags to installperl.
27733              
27734              Subject: [PATCH] Making installperl silent.
27735              From: <abigail@foad.org>
27736              Date: Thu, 24 Aug 2000 05:01:45 -0400
27737              Message-ID: <20000824090145.13141.qmail@foad.org>
27738      Branch: perl
27739            ! installperl
27740 ____________________________________________________________________________
27741 [  6794] By: jhi                                   on 2000/08/24  13:35:50
27742         Log: installperl couldn't tell whether it had run tests or not.
27743              
27744              Subject: [PATCH] Re: installperl and t/TEST
27745              From: <abigail@foad.org>
27746              Date: Thu, 24 Aug 2000 04:00:53 -0400
27747              Message-ID: <20000824080053.2494.qmail@foad.org>
27748      Branch: perl
27749            ! Makefile.SH installperl
27750 ____________________________________________________________________________
27751 [  6793] By: jhi                                   on 2000/08/24  13:27:50
27752         Log: Drop the separate perlbc, perlcc -b should be enough.
27753      Branch: perl
27754            - utils/perlbc.PL
27755            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
27756 ____________________________________________________________________________
27757 [  6792] By: jhi                                   on 2000/08/24  04:41:30
27758         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
27759              plus the typo fix from Peter Prymmer.
27760      Branch: perl
27761            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
27762            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
27763 ____________________________________________________________________________
27764 [  6791] By: jhi                                   on 2000/08/24  02:10:43
27765         Log: Replace #6705 with a minimal doc patch.
27766              
27767              Subject: [PATCH 5.6.0] replace change #6705
27768              From: Jan Dubois <jand@ActiveState.com>
27769              Date: Wed, 23 Aug 2000 18:31:51 -0700
27770              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
27771      Branch: perl
27772            ! lib/Win32.pod win32/win32.c
27773 ____________________________________________________________________________
27774 [  6790] By: jhi                                   on 2000/08/23  17:52:00
27775         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
27776              From: Mike Guy <mjtg@cam.ac.uk>
27777              Date: Wed, 23 Aug 2000 18:38:46 +0100
27778              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
27779      Branch: perl
27780            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
27781 ____________________________________________________________________________
27782 [  6789] By: jhi                                   on 2000/08/23  15:34:21
27783         Log: Update Changes.
27784      Branch: perl
27785            ! Changes patchlevel.h
27786 ____________________________________________________________________________
27787 [  6788] By: jhi                                   on 2000/08/23  15:33:40
27788         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
27789              From: Wilfredo Sánchez <wsanchez@apple.com>
27790              Date: Tue, 22 Aug 2000 19:31:27 -0700
27791              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
27792      Branch: perl
27793            ! perl.h
27794 ____________________________________________________________________________
27795 [  6787] By: jhi                                   on 2000/08/23  15:29:31
27796         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
27797              From: Spider Boardman <spider@leggy.zk3.dec.com>
27798              Date: Wed, 23 Aug 2000 10:33:23 -0400
27799              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
27800      Branch: perl
27801            ! lib/Pod/Html.pm
27802 ____________________________________________________________________________
27803 [  6786] By: jhi                                   on 2000/08/23  15:28:11
27804         Log: Bad makefile.
27805      Branch: perl
27806            ! ext/B/Makefile.PL
27807 ____________________________________________________________________________
27808 [  6785] By: jhi                                   on 2000/08/23  14:37:04
27809         Log: Update Changes.
27810      Branch: perl
27811            ! Changes patchlevel.h
27812 ____________________________________________________________________________
27813 [  6784] By: jhi                                   on 2000/08/23  13:58:41
27814         Log: Portability fix from Hugo van der Sanden.
27815      Branch: perl
27816            ! ext/re/Makefile.PL
27817 ____________________________________________________________________________
27818 [  6783] By: jhi                                   on 2000/08/23  13:53:53
27819         Log: Storable support, v-version fixes.
27820              
27821              Subject: CPAN.pm beta for testing available
27822              From: andreas.koenig@anima.de (Andreas J. Koenig)
27823              Date: 22 Aug 2000 23:31:33 +0200
27824              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
27825      Branch: perl
27826            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27827 ____________________________________________________________________________
27828 [  6782] By: jhi                                   on 2000/08/23  13:51:26
27829         Log: Mac and other portability updates from Chris Nandor.
27830      Branch: perl
27831            ! pod/perlmodinstall.pod
27832 ____________________________________________________________________________
27833 [  6781] By: jhi                                   on 2000/08/23  13:47:33
27834         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
27835              From: Peter Prymmer <pvhp@forte.com>
27836              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
27837              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
27838      Branch: perl
27839            ! ext/Storable/Storable.xs
27840 ____________________________________________________________________________
27841 [  6780] By: jhi                                   on 2000/08/23  13:33:34
27842         Log: VMS MMS (make) wants null action.
27843      Branch: perl
27844            ! ext/B/Makefile.PL
27845 ____________________________________________________________________________
27846 [  6779] By: jhi                                   on 2000/08/22  19:44:47
27847         Log: Forgot portability nit.
27848      Branch: perl
27849            ! t/lib/st-forgive.t
27850 ____________________________________________________________________________
27851 [  6778] By: jhi                                   on 2000/08/22  19:35:25
27852         Log: Be portable.
27853      Branch: perl
27854            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
27855            ! t/lib/st-store.t
27856 ____________________________________________________________________________
27857 [  6777] By: jhi                                   on 2000/08/22  18:50:53
27858         Log: Update Changes.
27859      Branch: perl
27860            ! Changes patchlevel.h
27861 ____________________________________________________________________________
27862 [  6776] By: jhi                                   on 2000/08/22  18:44:46
27863         Log: cSVOPo_*v things index into the current PL_curpad
27864              under ithreads, which is different from the curpad
27865              used by the XSUB.  (In other words, the code as-is
27866              before this patch wouldn't work under ithreads.)
27867              From Sarathy.
27868      Branch: perl
27869            ! ext/B/B.xs
27870 ____________________________________________________________________________
27871 [  6775] By: jhi                                   on 2000/08/22  18:18:37
27872         Log: Make the selection of NVff et al stricter.
27873      Branch: metaconfig/U/perl
27874            ! perlxvf.U
27875      Branch: perl
27876            ! Configure config_h.SH
27877 ____________________________________________________________________________
27878 [  6774] By: jhi                                   on 2000/08/22  17:19:42
27879         Log: perldelta nits.
27880      Branch: perl
27881            ! pod/perldelta.pod
27882 ____________________________________________________________________________
27883 [  6773] By: jhi                                   on 2000/08/22  17:06:26
27884         Log: Long double fixes from Spider Boardman.
27885              
27886              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
27887              From: system PRIVILEGED account <root@peano.zk3.dec.com>
27888              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
27889              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
27890      Branch: perl
27891            ! t/lib/bigfltpm.t t/lib/st-06compat.t
27892 ____________________________________________________________________________
27893 [  6772] By: jhi                                   on 2000/08/22  15:04:53
27894         Log: Update Changes.
27895      Branch: perl
27896            ! Changes patchlevel.h
27897 ____________________________________________________________________________
27898 [  6771] By: jhi                                   on 2000/08/22  15:01:44
27899         Log: perldelta fixes from Hugo van der Sanden.
27900      Branch: perl
27901            ! pod/perldelta.pod
27902 ____________________________________________________________________________
27903 [  6770] By: jhi                                   on 2000/08/22  14:34:49
27904         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
27905              From: Hugo <hv@crypt.compulink.co.uk>
27906              Date: Tue, 22 Aug 2000 11:21:53 +0100
27907              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
27908      Branch: perl
27909            ! regcomp.c
27910 ____________________________________________________________________________
27911 [  6769] By: jhi                                   on 2000/08/22  14:30:02
27912         Log: Add Yitzchak, reformat.
27913      Branch: perl
27914            ! Changes config_h.SH
27915 ____________________________________________________________________________
27916 [  6768] By: jhi                                   on 2000/08/22  14:21:35
27917         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
27918              and Spider Boardman.
27919      Branch: metaconfig
27920            ! U/compline/d_gconvert.U
27921      Branch: perl
27922            ! Configure
27923 ____________________________________________________________________________
27924 [  6767] By: jhi                                   on 2000/08/22  14:11:24
27925         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
27926              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27927              Date: Mon, 21 Aug 2000 19:08:31 -0700
27928              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
27929      Branch: perl
27930            - ext/Storable/patchlevel.h
27931            ! MANIFEST ext/Storable/MANIFEST
27932 ____________________________________________________________________________
27933 [  6766] By: jhi                                   on 2000/08/22  13:49:29
27934         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
27935              From: Peter Prymmer <pvhp@forte.com>
27936              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
27937              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
27938      Branch: perl
27939            ! configure.com ext/Storable/Makefile.PL
27940 ____________________________________________________________________________
27941 [  6765] By: jhi                                   on 2000/08/22  13:44:59
27942         Log: Subject: [PATCH blead] B:: missing dependency
27943              From: Hugo <hv@crypt.compulink.co.uk>
27944              Date: Tue, 22 Aug 2000 06:44:33 +0100
27945              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
27946      Branch: perl
27947            ! ext/B/Makefile.PL
27948 ____________________________________________________________________________
27949 [  6764] By: jhi                                   on 2000/08/22  13:38:12
27950         Log: More bytecompiler.
27951      Branch: perl
27952            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
27953 ____________________________________________________________________________
27954 [  6763] By: jhi                                   on 2000/08/22  13:36:44
27955         Log: Bytecompiler patches from Benjamin Stuhl.
27956      Branch: perl
27957            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
27958            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
27959            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
27960            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27961            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
27962            ! perl.c perlapi.h pod/perldelta.pod
27963 ____________________________________________________________________________
27964 [  6762] By: jhi                                   on 2000/08/21  23:43:40
27965         Log: An obsoleted diagnostic.
27966      Branch: perl
27967            ! pod/perldelta.pod
27968 ____________________________________________________________________________
27969 [  6761] By: jhi                                   on 2000/08/21  23:01:45
27970         Log: The #6759 wasn't quite right.
27971      Branch: perl
27972            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
27973            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
27974            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
27975            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
27976            ! t/lib/st-tieditems.t
27977 ____________________________________________________________________________
27978 [  6760] By: jhi                                   on 2000/08/21  22:35:49
27979         Log: Be verydeepclean.
27980      Branch: perl
27981            ! Makefile.SH
27982 ____________________________________________________________________________
27983 [  6759] By: jhi                                   on 2000/08/21  22:25:40
27984         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
27985              From: Peter Prymmer <pvhp@forte.com>
27986              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
27987              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
27988      Branch: perl
27989            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
27990            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
27991            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
27992            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
27993            ! t/lib/st-tieditems.t
27994 ____________________________________________________________________________
27995 [  6758] By: jhi                                   on 2000/08/21  22:22:32
27996         Log: Few more casts, need reported in
27997              
27998              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
27999              From: Mike Stok <mike@stok.co.uk>
28000              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
28001              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
28002              
28003              and
28004              
28005              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
28006              From: abigail@foad.org
28007              Date: 21 Aug 2000 21:31:34 -0000
28008              Message-Id: <20000821213134.30170.qmail@foad.org>
28009      Branch: perl
28010            ! ext/Storable/Storable.xs
28011 ____________________________________________________________________________
28012 [  6757] By: jhi                                   on 2000/08/21  18:37:07
28013         Log: Update Changes.
28014      Branch: perl
28015            ! Changes patchlevel.h
28016 ____________________________________________________________________________
28017 [  6756] By: jhi                                   on 2000/08/21  18:34:02
28018         Log: A pod nit.
28019              
28020              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
28021              From: <abigail@foad.org>
28022              Date: Mon, 21 Aug 2000 14:00:16 -0400
28023              Message-ID: <20000821180016.28627.qmail@foad.org>
28024      Branch: perl
28025            ! pod/perlre.pod
28026 ____________________________________________________________________________
28027 [  6755] By: jhi                                   on 2000/08/21  18:30:56
28028         Log: Use PodParser 1.18 new test.
28029      Branch: perl
28030            ! t/pod/special_seqs.t t/pod/special_seqs.xr
28031 ____________________________________________________________________________
28032 [  6754] By: jhi                                   on 2000/08/21  18:28:35
28033         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
28034              patches cannot be applied since #6712 conflicts.
28035      Branch: perl
28036            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
28037 ____________________________________________________________________________
28038 [  6753] By: jhi                                   on 2000/08/21  18:15:11
28039         Log: Weed out some smaller changes.
28040      Branch: perl
28041            ! pod/perldelta.pod
28042 ____________________________________________________________________________
28043 [  6752] By: jhi                                   on 2000/08/21  18:02:30
28044         Log: Also under djgpp the timestamps are funky.
28045      Branch: perl
28046            ! t/op/stat.t
28047 ____________________________________________________________________________
28048 [  6751] By: jhi                                   on 2000/08/21  17:55:56
28049         Log: Tweak the floating point output routine preferences.
28050      Branch: metaconfig
28051            ! U/compline/d_gconvert.U
28052      Branch: perl
28053            ! Configure
28054 ____________________________________________________________________________
28055 [  6750] By: jhi                                   on 2000/08/21  17:51:29
28056         Log: Unicos/mk requires elaborate paranoia.
28057      Branch: perl
28058            ! lib/Math/Complex.pm
28059 ____________________________________________________________________________
28060 [  6749] By: gsar                                  on 2000/08/21  16:53:31
28061         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
28062      Branch: perl
28063            ! lib/Cwd.pm
28064 ____________________________________________________________________________
28065 [  6748] By: gsar                                  on 2000/08/21  16:22:19
28066         Log: free TLS slot properly on Windows
28067      Branch: perl
28068            ! thread.h win32/perllib.c win32/win32thread.h
28069 ____________________________________________________________________________
28070 [  6747] By: jhi                                   on 2000/08/21  16:20:58
28071         Log: Rename the macro argument because some preprocessors
28072              can't tell the difference and expand arguments also inside
28073              double quoted strings.
28074      Branch: perl
28075            ! regcomp.c
28076 ____________________________________________________________________________
28077 [  6746] By: jhi                                   on 2000/08/21  16:09:41
28078         Log: Support long doubles in Storable.
28079              
28080              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
28081              From: Radu Greab <radu@netsoft.ro>
28082              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
28083              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
28084      Branch: perl
28085            ! ext/Storable/Storable.xs
28086 ____________________________________________________________________________
28087 [  6745] By: jhi                                   on 2000/08/21  15:51:40
28088         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
28089              From: "Fifer, Eric" <EFifer@sanwaint.com>
28090              Date: Mon, 21 Aug 2000 15:34:49 +0100
28091              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
28092      Branch: perl
28093            ! t/pragma/warn/9enabled
28094 ____________________________________________________________________________
28095 [  6744] By: jhi                                   on 2000/08/21  15:39:35
28096         Log: Document the endianness of Alpha more precisely.
28097      Branch: perl
28098            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
28099            ! pod/perlport.pod
28100 ____________________________________________________________________________
28101 [  6743] By: jhi                                   on 2000/08/21  14:47:05
28102         Log: perldelta fixes from the p5p crowd.
28103      Branch: perl
28104            ! pod/perldelta.pod pod/perlop.pod
28105 ____________________________________________________________________________
28106 [  6742] By: jhi                                   on 2000/08/21  13:34:51
28107         Log: Update to Pod::LaTeX 0.53.
28108              
28109              Subject: [PATCH] lib/Pod/LaTeX.pm updates
28110              From: Tim Jenness <timj@jach.hawaii.edu>
28111              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
28112              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
28113      Branch: perl
28114            ! lib/Pod/LaTeX.pm
28115 ____________________________________________________________________________
28116 [  6741] By: jhi                                   on 2000/08/21  13:33:01
28117         Log: Subject: [PATCH] os2.c fix for use64bitint
28118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28119              Date: Mon, 21 Aug 2000 01:32:25 -0700
28120              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
28121      Branch: perl
28122            ! os2/os2.c
28123 ____________________________________________________________________________
28124 [  6740] By: jhi                                   on 2000/08/21  13:28:52
28125         Log: Array context keeps slithering in.
28126              
28127              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
28128              From: Daniel Chetlin <daniel@chetlin.com>
28129              Date: Sun, 20 Aug 2000 21:40:25 -0700
28130              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
28131      Branch: perl
28132            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
28133            ! pod/perldebtut.pod
28134 ____________________________________________________________________________
28135 [  6739] By: jhi                                   on 2000/08/21  13:23:55
28136         Log: Big-endian quad fixes for Storable from Radu Greab,
28137              plus few explicit null casts for picky compilers.
28138      Branch: perl
28139            ! ext/Storable/Storable.xs
28140 ____________________________________________________________________________
28141 [  6738] By: gsar                                  on 2000/08/21  05:56:13
28142         Log: small tweaks for change#6705: avoid C++ style comments in C code;
28143              use Perl's malloc API rather than the low level system one
28144      Branch: perl
28145            ! win32/win32.c
28146 ____________________________________________________________________________
28147 [  6737] By: gsar                                  on 2000/08/21  05:35:41
28148         Log: add Storable to list of extensions on Windows
28149      Branch: perl
28150            ! win32/Makefile win32/makefile.mk
28151 ____________________________________________________________________________
28152 [  6736] By: jhi                                   on 2000/08/21  02:57:53
28153         Log: Update Changes.
28154      Branch: perl
28155            ! Changes patchlevel.h
28156 ____________________________________________________________________________
28157 [  6735] By: jhi                                   on 2000/08/21  02:57:20
28158         Log: Draft 0.
28159      Branch: perl
28160            ! pod/perldelta.pod
28161 ____________________________________________________________________________
28162 [  6734] By: jhi                                   on 2000/08/21  02:57:03
28163         Log: Add Storable 0.7.2 from Raphael Manfredi,
28164              plus the patch from
28165              
28166              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
28167              From: Radu Greab <radu@netsoft.ro>
28168              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
28169              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
28170              
28171              plus changes to get Storable to compile with
28172              picky ANSI compilers.
28173      Branch: perl
28174            + ext/Storable/ChangeLog ext/Storable/MANIFEST
28175            + ext/Storable/Makefile.PL ext/Storable/README
28176            + ext/Storable/Storable.pm ext/Storable/Storable.xs
28177            + ext/Storable/patchlevel.h t/lib/st-06compat.t
28178            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
28179            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
28180            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28181            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28182            + t/lib/st-tieditems.t
28183            ! MANIFEST
28184 ____________________________________________________________________________
28185 [  6733] By: jhi                                   on 2000/08/21  02:29:09
28186         Log: The correct cleaning order is an art.
28187      Branch: perl
28188            ! Makefile.SH
28189 ____________________________________________________________________________
28190 [  6732] By: jhi                                   on 2000/08/21  01:23:39
28191         Log: The #6724 is here.
28192      Branch: perl
28193            ! t/lib/ftmp-security.t
28194 ____________________________________________________________________________
28195 [  6731] By: jhi                                   on 2000/08/20  23:17:03
28196         Log: s/this one/the 5.6.0 release/
28197      Branch: perl
28198            ! pod/perl56delta.pod
28199 ____________________________________________________________________________
28200 [  6730] By: jhi                                   on 2000/08/20  23:07:34
28201         Log: Mention perlebcdic and perlposix-bc.
28202      Branch: perl
28203            ! pod/perlport.pod
28204 ____________________________________________________________________________
28205 [  6729] By: jhi                                   on 2000/08/20  21:32:59
28206         Log: Document the number of exponent digits.
28207      Branch: perl
28208            ! pod/perlfunc.pod
28209 ____________________________________________________________________________
28210 [  6728] By: jhi                                   on 2000/08/20  21:16:47
28211         Log: Use File::Spec->tmpdir().
28212              
28213              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
28214              From: Tim Jenness <timj@jach.hawaii.edu>
28215              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
28216              MIME-Version: 1.0
28217              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
28218      Branch: perl
28219            ! utils/perlbug.PL
28220 ____________________________________________________________________________
28221 [  6727] By: jhi                                   on 2000/08/20  20:43:32
28222         Log: Update Changes.
28223      Branch: perl
28224            ! Changes patchlevel.h
28225 ____________________________________________________________________________
28226 [  6726] By: jhi                                   on 2000/08/20  20:41:44
28227         Log: The veryclean target needs to clobber.
28228      Branch: perl
28229            ! Makefile.SH
28230 ____________________________________________________________________________
28231 [  6725] By: jhi                                   on 2000/08/20  20:37:38
28232         Log: Document odd vs even subreleases and -Dusedevel.
28233      Branch: perl
28234            ! INSTALL
28235 ____________________________________________________________________________
28236 [  6724] By: jhi                                   on 2000/08/20  19:58:05
28237         Log: Use temporary directory instead of current directory.
28238              
28239              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
28240              From: Tim Jenness <timj@jach.hawaii.edu>
28241              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
28242              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
28243      Branch: perl
28244            ! t/lib/ftmp-security.t
28245 ____________________________________________________________________________
28246 [  6723] By: jhi                                   on 2000/08/20  19:55:55
28247         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
28248              From: andreas.koenig@anima.de (Andreas J. Koenig)
28249              Date: 20 Aug 2000 15:52:03 +0200
28250              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
28251      Branch: perl
28252            ! lib/ExtUtils/MM_Unix.pm
28253 ____________________________________________________________________________
28254 [  6722] By: jhi                                   on 2000/08/20  19:46:01
28255         Log: Update to CGI 2.72, from Lincoln Stein.
28256      Branch: perl
28257            ! lib/CGI.pm
28258 ____________________________________________________________________________
28259 [  6721] By: jhi                                   on 2000/08/20  19:43:54
28260         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
28261              From: Radu Greab <radu@netsoft.ro>
28262              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
28263              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
28264      Branch: perl
28265            ! ext/GDBM_File/GDBM_File.xs
28266 ____________________________________________________________________________
28267 [  6720] By: jhi                                   on 2000/08/20  19:42:01
28268         Log: pp_open() could pass an uninitialized filename down to do_open9().
28269      Branch: perl
28270            ! pp_sys.c
28271 ____________________________________________________________________________
28272 [  6719] By: jhi                                   on 2000/08/20  14:06:41
28273         Log: UTF8 concat fixes.
28274              
28275              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
28276              From: Hugo <hv@crypt.compulink.co.uk>
28277              Date: Sun, 20 Aug 2000 07:30:46 +0100
28278              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
28279      Branch: perl
28280            ! pp_hot.c t/op/append.t
28281 ____________________________________________________________________________
28282 [  6718] By: jhi                                   on 2000/08/20  02:09:37
28283         Log: Let's try #6717 again.
28284      Branch: perl
28285            ! lib/File/Temp.pm
28286 ____________________________________________________________________________
28287 [  6717] By: jhi                                   on 2000/08/20  01:56:55
28288         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
28289              From: "Craig A. Berry" <craig.berry@metamorgs.com>
28290              Date: Sat, 19 Aug 2000 18:15:39 -0500
28291              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
28292      Branch: perl
28293            ! lib/File/Temp.pm
28294 ____________________________________________________________________________
28295 [  6716] By: jhi                                   on 2000/08/19  15:50:11
28296         Log: Update Changes.
28297      Branch: perl
28298            ! Changes patchlevel.h
28299 ____________________________________________________________________________
28300 [  6715] By: jhi                                   on 2000/08/19  15:39:09
28301         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
28302              From: Jonathan D Johnston <jdjohnston2@juno.com>
28303              Date: Thu, 17 Aug 2000 23:13:01 -0400       
28304              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
28305      Branch: perl
28306            ! pod/perlfunc.pod
28307 ____________________________________________________________________________
28308 [  6714] By: jhi                                   on 2000/08/19  15:34:04
28309         Log: Introduce a 'veryclean' target that is like 'distclean'
28310              but also removes *~ and *.orig.
28311      Branch: perl
28312            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
28313            ! utils/Makefile x2p/Makefile.SH
28314 ____________________________________________________________________________
28315 [  6713] By: jhi                                   on 2000/08/19  14:15:45
28316         Log: Put back the long double avoidance code to POSIX.xs
28317              because VMS seems to need it still.
28318      Branch: perl
28319            ! ext/POSIX/POSIX.xs
28320 ____________________________________________________________________________
28321 [  6712] By: jhi                                   on 2000/08/19  14:10:41
28322         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
28323              From: Peter Prymmer <pvhp@forte.com>
28324              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
28325              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
28326      Branch: perl
28327            ! lib/Pod/Find.pm t/pod/find.t
28328 ____________________________________________________________________________
28329 [  6711] By: jhi                                   on 2000/08/19  14:09:19
28330         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
28331              From: Peter Prymmer <pvhp@forte.com>
28332              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
28333              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
28334              cc: vmsperl@perl.org
28335      Branch: perl
28336            ! t/lib/peek.t
28337 ____________________________________________________________________________
28338 [  6710] By: jhi                                   on 2000/08/19  14:08:01
28339         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
28340              From: Jan Dubois <jand@ActiveState.com>
28341              Date: Fri, 18 Aug 2000 16:31:48 -0700
28342              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
28343      Branch: perl
28344            ! win32/win32.c
28345 ____________________________________________________________________________
28346 [  6709] By: jhi                                   on 2000/08/19  14:06:57
28347         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
28348              
28349              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
28350              From: Spider.Boardman@Orb.Nashua.NH.US
28351              Date: Fri, 18 Aug 2000 18:41:14 -0400
28352              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
28353      Branch: perl
28354            ! regcomp.c
28355 ____________________________________________________________________________
28356 [  6708] By: jhi                                   on 2000/08/18  22:04:49
28357         Log: Update Changes.
28358      Branch: perl
28359            ! Changes patchlevel.h
28360 ____________________________________________________________________________
28361 [  6707] By: jhi                                   on 2000/08/18  21:55:14
28362         Log: Add warnif(), check warnings further up the stack,
28363              all the warnings functions now can take an optional object reference.
28364              
28365              Subject: [PATCH bleedperl@6691] warnings pragma update
28366              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28367              Date: Fri, 18 Aug 2000 22:42:06 +0100
28368              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
28369      Branch: perl
28370            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
28371            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
28372            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
28373 ____________________________________________________________________________
28374 [  6706] By: jhi                                   on 2000/08/18  21:41:45
28375         Log: Typo in pp_complement().
28376              
28377              Subject: [PATCH perl-current] Deparse
28378              From: Peter Scott <Peter@PSDT.com>
28379              Date: Fri, 18 Aug 2000 12:44:37 -0700
28380              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
28381      Branch: perl
28382            ! ext/B/B/Deparse.pm
28383 ____________________________________________________________________________
28384 [  6705] By: jhi                                   on 2000/08/18  21:25:59
28385         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
28386              From: Jan Dubois <jand@ActiveState.com>
28387              Date: Fri, 18 Aug 2000 14:22:51 -0700
28388              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
28389      Branch: perl
28390            ! lib/Win32.pod win32/win32.c
28391 ____________________________________________________________________________
28392 [  6704] By: jhi                                   on 2000/08/18  21:16:14
28393         Log: Don't eat leading os from index entries.
28394              
28395              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
28396              From: Russ Allbery <rra@stanford.edu>
28397              Date: 10 Aug 2000 20:49:25 -0700
28398              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
28399      Branch: perl
28400            ! lib/Pod/Man.pm
28401 ____________________________________________________________________________
28402 [  6703] By: jhi                                   on 2000/08/18  21:07:06
28403         Log: Add [[:blank:]] as suggested in
28404              
28405              Subject: [ID 20000716.024] [=cc=] / [:blank:]
28406              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
28407              Date: Sun, 16 Jul 2000 17:55:29 -0700
28408              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
28409              
28410              (the [=cc=] has already been taken care of by #6439
28411              so the whole bug report can be closed)
28412              
28413              and make [[:space:]] to be equivalent to isspace(3)
28414              (as opposed to \s, which is isSPACE()).  The difference
28415              is that now [[:space:]] matches the mythical vertical tab,
28416              while \s doesn't.
28417      Branch: perl
28418            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
28419            ! regexec.c t/op/pat.t
28420 ____________________________________________________________________________
28421 [  6702] By: jhi                                   on 2000/08/18  18:47:47
28422         Log: The new tests were missing from #6415.
28423      Branch: perl
28424            ! t/op/bop.t
28425 ____________________________________________________________________________
28426 [  6701] By: jhi                                   on 2000/08/18  18:20:40
28427         Log: Document the NDBM_File and ODBM_File as SDBM_File
28428              was documented in #6417.
28429      Branch: perl
28430            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
28431            ! ext/SDBM_File/SDBM_File.pm
28432 ____________________________________________________________________________
28433 [  6700] By: jhi                                   on 2000/08/18  18:10:39
28434         Log: Subject: [PATCH perl@6698] cygwin port
28435              From: "Fifer, Eric" <EFifer@sanwaint.com>
28436              Date: Fri, 18 Aug 2000 17:30:05 +0100
28437              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
28438      Branch: perl
28439            ! lib/File/Temp.pm
28440 ____________________________________________________________________________
28441 [  6699] By: jhi                                   on 2000/08/18  16:21:49
28442         Log: Document code point which makes if (defined %stash::) to work
28443              (noted by Spider Boardman).
28444      Branch: perl
28445            ! op.c
28446 ____________________________________________________________________________
28447 [  6698] By: jhi                                   on 2000/08/18  13:43:27
28448         Log: Update Changes.
28449      Branch: perl
28450            ! Changes patchlevel.h
28451 ____________________________________________________________________________
28452 [  6697] By: jhi                                   on 2000/08/18  13:35:57
28453         Log: Tiny Getopt::Long patch from Johan Vromans.
28454      Branch: perl
28455            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
28456 ____________________________________________________________________________
28457 [  6696] By: jhi                                   on 2000/08/18  13:26:14
28458         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
28459              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
28460              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
28461              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
28462      Branch: perl
28463            ! pod/perldiag.pod pod/perlsyn.pod
28464 ____________________________________________________________________________
28465 [  6695] By: jhi                                   on 2000/08/18  13:13:26
28466         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
28467              From: Daniel Chetlin <daniel@chetlin.com>
28468              Date: Fri, 18 Aug 2000 03:13:36 -0700
28469              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
28470      Branch: perl
28471            ! pod/perlfunc.pod
28472 ____________________________________________________________________________
28473 [  6694] By: jhi                                   on 2000/08/18  13:08:05
28474         Log: Subject: [PATCH] perltrap.pod spring cleaning
28475              From: Daniel Chetlin <daniel@chetlin.com>
28476              Date: Fri, 18 Aug 2000 03:06:54 -0700
28477              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
28478              
28479              plus Mike Guy's nitfix.
28480      Branch: perl
28481            ! pod/perltrap.pod
28482 ____________________________________________________________________________
28483 [  6693] By: jhi                                   on 2000/08/18  13:00:26
28484         Log: Unbuffer the output.
28485              
28486              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
28487              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28488              Date: Thu, 17 Aug 2000 18:39:29 -0700
28489              Message-ID: <RPJn5gzkgydf092yn@efn.org>
28490      Branch: perl
28491            ! t/op/fork.t
28492 ____________________________________________________________________________
28493 [  6692] By: jhi                                   on 2000/08/18  05:19:17
28494         Log: Delete the image, too, not just its MANIFEStation.
28495      Branch: perl
28496            - lib/CGI/eg/wilogo.gif
28497 ____________________________________________________________________________
28498 [  6691] By: jhi                                   on 2000/08/18  05:10:26
28499         Log: Propagate new Configure vars.
28500      Branch: perl
28501            ! configure.com epoc/config.sh uconfig.h uconfig.sh
28502            ! vos/config.def vos/config.h vos/config_h.SH_orig
28503            ! win32/config.bc win32/config.gc win32/config.vc
28504            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28505 ____________________________________________________________________________
28506 [  6690] By: jhi                                   on 2000/08/18  04:30:56
28507         Log: Update Changes.
28508      Branch: perl
28509            ! Changes patchlevel.h
28510 ____________________________________________________________________________
28511 [  6689] By: jhi                                   on 2000/08/18  04:12:30
28512         Log: Fix the lib/complex failure of
28513              
28514              From: abigail@foad.org
28515              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
28516              Date: 15 Aug 2000 04:06:38 -0000
28517              Message-Id: <20000815040638.8524.qmail@foad.org> 
28518              
28519              Linux long double accuracy issue: something that
28520              when printed with %g looks like "2" but int() of it is 1.
28521      Branch: perl
28522            ! lib/Math/Complex.pm
28523 ____________________________________________________________________________
28524 [  6688] By: jhi                                   on 2000/08/18  03:15:35
28525         Log: The byteorder code in #6671 was wrong.
28526      Branch: perl
28527            ! configpm
28528 ____________________________________________________________________________
28529 [  6687] By: jhi                                   on 2000/08/18  02:08:42
28530         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
28531              From: Jan Dubois <jand@ActiveState.com>
28532              Date: Thu, 17 Aug 2000 18:31:55 -0700
28533              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
28534      Branch: perl
28535            ! sv.c
28536 ____________________________________________________________________________
28537 [  6686] By: jhi                                   on 2000/08/18  02:04:15
28538         Log: Use NVs in POSIX math, not doubles.
28539              
28540              From: abigail@foad.org
28541              Subject: [ID 20000817.014] POSIX & modfl
28542              Date: 17 Aug 2000 20:49:18 -0000
28543              Message-Id: <20000817204918.23123.qmail@foad.org>
28544      Branch: perl
28545            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
28546 ____________________________________________________________________________
28547 [  6685] By: jhi                                   on 2000/08/18  02:02:12
28548         Log: Introduce NVef, NVff, and NVgf, use the middle one.
28549              (helps for lib/peek + Linux + long doubles)  Reported in
28550              
28551              From: abigail@foad.org
28552              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
28553              Date: 15 Aug 2000 04:06:38 -0000
28554              Message-Id: <20000815040638.8524.qmail@foad.org> 
28555              
28556              (note: the lib/complex failure has not yet been addressed)
28557      Branch: metaconfig/U/perl
28558            ! perlxvf.U
28559      Branch: perl
28560            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28561            ! config_h.SH dump.c perl.h pod/perlguts.pod
28562 ____________________________________________________________________________
28563 [  6684] By: jhi                                   on 2000/08/17  23:22:19
28564         Log: Add byteorder to the myconfig output.
28565      Branch: perl
28566            ! myconfig.SH
28567 ____________________________________________________________________________
28568 [  6683] By: jhi                                   on 2000/08/17  23:20:19
28569         Log: The image doth not exist, spotted by Johan Vromans.
28570      Branch: perl
28571            ! MANIFEST
28572 ____________________________________________________________________________
28573 [  6682] By: jhi                                   on 2000/08/17  22:38:16
28574         Log: Document what the backtick returns if the command fails.
28575      Branch: perl
28576            ! pod/perlop.pod
28577 ____________________________________________________________________________
28578 [  6681] By: jhi                                   on 2000/08/17  22:33:12
28579         Log: Do not use prototyping here.
28580              
28581              Subject: [ID 20000817.016] [PATCH] Peek.xs
28582              From: abigail@foad.org
28583              Date: 17 Aug 2000 20:55:56 -0000
28584              Message-Id: <20000817205556.24270.qmail@foad.org>
28585      Branch: perl
28586            ! ext/Devel/Peek/Makefile.PL
28587 ____________________________________________________________________________
28588 [  6680] By: jhi                                   on 2000/08/17  19:46:43
28589         Log: Don't propose using modules built for 5.005 if no binary
28590              compatibility with 5.005 is attempted.
28591              
28592              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28593              Subject: Minor nit with 5.7.0 (6655)
28594              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
28595              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
28596      Branch: metaconfig
28597            ! U/installdirs/inc_version_list.U
28598      Branch: perl
28599            ! Configure config_h.SH
28600 ____________________________________________________________________________
28601 [  6679] By: jhi                                   on 2000/08/17  19:16:39
28602         Log: Microperl config update.
28603      Branch: perl
28604            ! uconfig.h uconfig.sh
28605 ____________________________________________________________________________
28606 [  6678] By: jhi                                   on 2000/08/17  19:16:13
28607         Log: The #6648 wasn't protective enough for limited platforms
28608              (like microperl).
28609      Branch: perl
28610            ! dump.c sv.c
28611 ____________________________________________________________________________
28612 [  6677] By: jhi                                   on 2000/08/17  14:46:35
28613         Log: Update Changes.
28614      Branch: perl
28615            ! Changes patchlevel.h
28616 ____________________________________________________________________________
28617 [  6676] By: jhi                                   on 2000/08/17  14:44:02
28618         Log: Add perlebcdic from Peter Prymmer, regen toc.
28619      Branch: perl
28620            + pod/perlebcdic.pod
28621            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28622 ____________________________________________________________________________
28623 [  6675] By: jhi                                   on 2000/08/17  14:41:52
28624         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
28625      Branch: perl
28626            ! pod/perldebtut.pod
28627 ____________________________________________________________________________
28628 [  6674] By: jhi                                   on 2000/08/17  14:29:43
28629         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
28630              
28631              Subject: [ID 20000724.006] -DLEAKTEST problem
28632              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
28633              Date: Tue, 25 Jul 2000 00:36:32 -0500
28634              Message-Id: <20000725003632.A26186@www.llamacom.com>
28635              
28636              Reminder sent
28637              
28638              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
28639              From: Hugo <hv@crypt.compulink.co.uk>
28640              Date: Thu, 17 Aug 2000 15:23:42 +0100
28641              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
28642      Branch: perl
28643            ! util.c
28644 ____________________________________________________________________________
28645 [  6673] By: jhi                                   on 2000/08/17  04:07:10
28646         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
28647              From: John Peacock <JPeacock@UnivPress.com>
28648              Date: Tue, 01 Aug 2000 09:38:12 -0400
28649              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
28650      Branch: perl
28651            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
28652 ____________________________________________________________________________
28653 [  6672] By: jhi                                   on 2000/08/17  03:04:35
28654         Log: Subject: [PATCH] Cwd.pm now uses strict
28655              From: Tim Jenness <timj@jach.hawaii.edu>
28656              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
28657              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
28658      Branch: perl
28659            ! lib/Cwd.pm
28660 ____________________________________________________________________________
28661 [  6671] By: jhi                                   on 2000/08/17  02:16:35
28662         Log: Make $Config{byteorder} more magical so that it is
28663              dynamically computed: nice for 'fat binaries'.
28664              
28665              Subject: [PATCH]: default byteorder
28666              From: Wilfredo Sánchez <wsanchez@apple.com>
28667              Date: Mon, 31 Jul 2000 19:45:31 -0700
28668              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
28669      Branch: perl
28670            ! configpm
28671 ____________________________________________________________________________
28672 [  6670] By: gsar                                  on 2000/08/17  01:22:21
28673         Log: move WNOHANG definition to where other such things are
28674      Branch: perl
28675            ! win32/win32.h
28676 ____________________________________________________________________________
28677 [  6669] By: jhi                                   on 2000/08/17  01:19:17
28678         Log: Update Changes.
28679      Branch: perl
28680            ! Changes patchlevel.h
28681 ____________________________________________________________________________
28682 [  6668] By: jhi                                   on 2000/08/17  01:16:29
28683         Log: Doc nits spotted by Richard Soderberg.
28684      Branch: perl
28685            ! README.posix-bc README.vmesa
28686 ____________________________________________________________________________
28687 [  6667] By: jhi                                   on 2000/08/17  01:12:11
28688         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
28689              From: "Casey R. Tweten" <crt@kiski.net>
28690              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
28691              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
28692      Branch: perl
28693            ! pod/perldebtut.pod
28694 ____________________________________________________________________________
28695 [  6666] By: jhi                                   on 2000/08/17  01:09:31
28696         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
28697              From: "Casey R. Tweten" <crt@kiski.net>
28698              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
28699              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
28700      Branch: perl
28701            ! lib/Shell.pm
28702 ____________________________________________________________________________
28703 [  6665] By: gsar                                  on 2000/08/17  01:03:52
28704         Log: add "ok" targets from change#6632 in makefile.mk
28705      Branch: perl
28706            ! pod/perlport.pod win32/Makefile win32/makefile.mk
28707 ____________________________________________________________________________
28708 [  6664] By: gsar                                  on 2000/08/17  00:56:11
28709         Log: avoid warnings from dense compiler
28710      Branch: perl
28711            ! win32/win32.c
28712 ____________________________________________________________________________
28713 [  6663] By: jhi                                   on 2000/08/17  00:51:49
28714         Log: Tweak the regex compilation errors once more.
28715      Branch: perl
28716            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
28717            ! t/op/regmesg.t t/pragma/warn/regcomp
28718 ____________________________________________________________________________
28719 [  6662] By: gsar                                  on 2000/08/17  00:28:19
28720         Log: trailing new %ENV entries weren't being pushed into the real
28721              environment of subprocesses on Windows
28722      Branch: perl
28723            ! t/op/magic.t win32/perlhost.h
28724 ____________________________________________________________________________
28725 [  6661] By: gsar                                  on 2000/08/17  00:19:20
28726         Log: waitpid() now handles externally spawned pids correctly;
28727              fixes for backtick/wait/waitpid failures on Windows 9x
28728              
28729              these changes make the pid returned by process functions on
28730              Windows 9x always positive by clearing the high bit (which
28731              is always set on Win9x); pseudo-process PIDs are likewise
28732              always negative now on Win9x (just as on NT/2000)
28733      Branch: perl
28734            ! pp_sys.c win32/perlhost.h win32/win32.c
28735 ____________________________________________________________________________
28736 [  6660] By: jhi                                   on 2000/08/17  00:04:32
28737         Log: Retract #6645.
28738      Branch: perl
28739            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28740            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
28741            ! t/op/sprintf.t
28742 ____________________________________________________________________________
28743 [  6659] By: gsar                                  on 2000/08/16  23:59:28
28744         Log: on windows, the return values from wait() and waitpid() don't
28745              match those of pseudo-pids
28746      Branch: perl
28747            ! pp_sys.c t/op/fork.t util.c win32/win32.c
28748 ____________________________________________________________________________
28749 [  6658] By: gsar                                  on 2000/08/16  23:56:14
28750         Log: pod nit seen in passing
28751      Branch: perl
28752            ! pod/perlfunc.pod
28753 ____________________________________________________________________________
28754 [  6657] By: gsar                                  on 2000/08/16  23:53:42
28755         Log: change#6328 could make close(SOCKET) return false on windows
28756              when it shouldn't
28757      Branch: perl
28758            ! win32/win32sck.c
28759 ____________________________________________________________________________
28760 [  6656] By: gsar                                  on 2000/08/16  23:46:57
28761         Log: check that the number pseudo children doesn't exceed
28762              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
28763              the WaitForMultipleObjects() limit that would cause wait()
28764              to crash)
28765              
28766              wait() and waitpid() could potentially be rewritten to use
28767              more than one thread to do the waiting to eliminate this
28768              limitation
28769      Branch: perl
28770            ! win32/perlhost.h
28771 ____________________________________________________________________________
28772 [  6655] By: jhi                                   on 2000/08/16  14:11:05
28773         Log: Update Changes.
28774      Branch: perl
28775            ! Changes patchlevel.h
28776 ____________________________________________________________________________
28777 [  6654] By: jhi                                   on 2000/08/16  14:10:12
28778         Log: Update to perldebtut 1.9, from Richard Foley.
28779      Branch: perl
28780            ! pod/perldebtut.pod
28781 ____________________________________________________________________________
28782 [  6653] By: jhi                                   on 2000/08/16  14:08:17
28783         Log: Change the regx compilation error markers to use = instead of <
28784              since pod makes using the latter quite messy.  Reported in
28785              ID 20000814.006 by Abigail and in
28786              Subject: Unknown escape E<> ?
28787              From: Lupe Christoph <lupe@lupe-christoph.de>
28788              Date: Fri, 11 Aug 2000 00:30:27 +0200
28789              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
28790      Branch: perl
28791            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
28792            ! t/op/regmesg.t t/pragma/warn/regcomp
28793 ____________________________________________________________________________
28794 [  6652] By: jhi                                   on 2000/08/16  13:25:31
28795         Log: Change the perlbug address to perl.org since it's more forgiving.
28796              
28797              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
28798              From: abigail@foad.org
28799              Date: 15 Aug 2000 04:15:40 -0000
28800              Message-Id: <20000815041540.8633.qmail@foad.org>
28801      Branch: perl
28802            ! utils/perlbug.PL
28803 ____________________________________________________________________________
28804 [  6651] By: jhi                                   on 2000/08/16  13:22:35
28805         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
28806              From: Tim Jenness <timj@jach.hawaii.edu>
28807              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
28808              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
28809      Branch: perl
28810            ! lib/Cwd.pm
28811 ____________________________________________________________________________
28812 [  6650] By: jhi                                   on 2000/08/16  13:18:13
28813         Log: Update to CPAN 1.57.
28814              
28815              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
28816              From: andreas.koenig@anima.de (Andreas J. Koenig)
28817              Date: 16 Aug 2000 15:09:46 +0200
28818              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
28819      Branch: perl
28820            ! lib/CPAN.pm
28821 ____________________________________________________________________________
28822 [  6649] By: jhi                                   on 2000/08/16  13:12:31
28823         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
28824              From: "Larry W. Virden" <lvirden@cas.org>
28825              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
28826              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
28827      Branch: perl
28828            ! README.hpux
28829 ____________________________________________________________________________
28830 [  6648] By: jhi                                   on 2000/08/16  13:03:53
28831         Log: The numeric locale was reset to "C" by s?printf and never restored.
28832              
28833              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
28834              From: Christian Kirsch <ck@held.mind.de>
28835              Date: Wed, 9 Aug 2000 17:05:17 +0200
28836              Message-Id: <20000809170517.A25389@held>
28837              
28838              No test since adding the failing example to locale.t
28839              does not fail -- probably because the locale settings are so
28840              thoroughly tweaked by that time.  Running the example standalone
28841              does fail, though.  UPDATE: test case added at change #7540.
28842      Branch: perl
28843            ! dump.c perl.h pp.c pp_ctl.c sv.c
28844 ____________________________________________________________________________
28845 [  6647] By: jhi                                   on 2000/08/16  00:07:54
28846         Log: Update Changes and test semi-automatic patchlevel updating.
28847      Branch: perl
28848            ! Changes patchlevel.h
28849 ____________________________________________________________________________
28850 [  6646] By: jhi                                   on 2000/08/15  23:35:07
28851         Log: Fix a dependency problem.
28852              
28853              Subject: [PATCH: 6640] VMS Makefile.SH update
28854              From: Peter Prymmer <pvhp@forte.com>
28855              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
28856              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
28857      Branch: perl
28858            ! vms/descrip_mms.template
28859 ____________________________________________________________________________
28860 [  6645] By: jhi                                   on 2000/08/15  23:33:23
28861         Log: (Retracted by #6660)
28862              
28863              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
28864              From: Dominic Dunlop <domo@computer.org>
28865              Date: Tue, 15 Aug 2000 22:20:52 +0200
28866              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
28867      Branch: metaconfig/U/perl
28868            + d_printfed.U
28869      Branch: perl
28870            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28871            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
28872            ! t/op/sprintf.t
28873 ____________________________________________________________________________
28874 [  6644] By: jhi                                   on 2000/08/15  21:17:20
28875         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
28876              From: abigail@foad.org
28877              Date: 15 Aug 2000 20:12:41 -0000
28878              Message-Id: <20000815201241.25556.qmail@foad.org>
28879      Branch: perl
28880            ! INSTALL
28881 ____________________________________________________________________________
28882 [  6643] By: jhi                                   on 2000/08/15  21:15:28
28883         Log: (an already applied patch)
28884      Branch: perl
28885            ! lib/CGI.pm
28886 ____________________________________________________________________________
28887 [  6642] By: gsar                                  on 2000/08/15  19:54:05
28888         Log: magic callbacks all need to have same type signature
28889      Branch: perl
28890            ! embed.pl mg.c proto.h
28891 ____________________________________________________________________________
28892 [  6641] By: jhi                                   on 2000/08/15  17:56:27
28893         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)
28894              From: Mike Guy <mjtg@cam.ac.uk>
28895              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
28896              Date: Tue, 15 Aug 2000 18:26:45 +0100
28897              
28898              Only the peek.t part applied, not the hash quality part.
28899      Branch: perl
28900            ! t/lib/peek.t
28901 ____________________________________________________________________________
28902 [  6640] By: jhi                                   on 2000/08/15  16:37:37
28903         Log: Update Changes.
28904      Branch: perl
28905            ! Changes
28906 ____________________________________________________________________________
28907 [  6639] By: jhi                                   on 2000/08/15  16:34:55
28908         Log: Missed a file from #6638.
28909      Branch: perl
28910            ! lib/File/Temp.pm
28911 ____________________________________________________________________________
28912 [  6638] By: jhi                                   on 2000/08/15  16:33:19
28913         Log: Subject: [PATCH perl@6620] cygwin port
28914              From: "Fifer, Eric" <EFifer@sanwaint.com>
28915              Date: Tue, 15 Aug 2000 17:00:49 +0100
28916              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
28917      Branch: perl
28918            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
28919 ____________________________________________________________________________
28920 [  6637] By: jhi                                   on 2000/08/15  16:29:22
28921         Log: Subject: [PATCH] debugger exit code should reflect user exit code
28922              From: Mike Guy <mjtg@cam.ac.uk>
28923              Date: Tue, 15 Aug 2000 16:55:59 +0100
28924              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
28925      Branch: perl
28926            ! lib/perl5db.pl
28927 ____________________________________________________________________________
28928 [  6636] By: jhi                                   on 2000/08/15  15:30:58
28929         Log: Update Changes.
28930      Branch: perl
28931            ! Changes
28932 ____________________________________________________________________________
28933 [  6635] By: jhi                                   on 2000/08/15  15:27:21
28934         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
28935      Branch: metaconfig
28936            ! U/mkglossary U/mksample
28937      Branch: metaconfig/U/perl
28938            ! Devel.U
28939      Branch: perl
28940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28941 ____________________________________________________________________________
28942 [  6634] By: jhi                                   on 2000/08/15  14:11:55
28943         Log: Don't blow limited stacks, a lower number is enough to
28944              tickle the lookbehind limit.
28945              
28946              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
28947              From: Dominic Dunlop <domo@computer.org>
28948              Date: Tue, 15 Aug 2000 13:51:24 +0200
28949              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
28950      Branch: perl
28951            ! t/op/regmesg.t
28952 ____________________________________________________________________________
28953 [  6633] By: jhi                                   on 2000/08/15  14:01:46
28954         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
28955              From: Mike Guy <mjtg@cam.ac.uk>
28956              Date: Tue, 15 Aug 2000 12:10:50 +0100
28957              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
28958      Branch: perl
28959            ! utils/perldoc.PL
28960 ____________________________________________________________________________
28961 [  6632] By: jhi                                   on 2000/08/15  13:58:48
28962         Log: make ok etc also for win32.
28963              
28964              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
28965              From: Prymmer/Kahn <pvhp@best.com>
28966              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
28967              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
28968      Branch: perl
28969            ! win32/Makefile
28970 ____________________________________________________________________________
28971 [  6631] By: jhi                                   on 2000/08/15  13:45:03
28972         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
28973      Branch: perl
28974            ! lib/Test.pm
28975 ____________________________________________________________________________
28976 [  6630] By: jhi                                   on 2000/08/15  03:25:09
28977         Log: Update Changes.
28978      Branch: perl
28979            ! Changes
28980 ____________________________________________________________________________
28981 [  6629] By: jhi                                   on 2000/08/15  03:23:53
28982         Log: magic_regdatum_set() is void, not int.
28983      Branch: perl
28984            ! embed.pl mg.c proto.h
28985 ____________________________________________________________________________
28986 [  6628] By: jhi                                   on 2000/08/15  03:08:02
28987         Log: Make the user to give up his firstborn, err, to knowingly
28988              verify installing an unstable developer release.  Also bump
28989              the release to 5.7.0, but leave a patch tag in the local
28990              patches saying that this is not yet the real thing.
28991      Branch: metaconfig
28992            ! U/modified/Instruct.U
28993      Branch: metaconfig/U/perl
28994            + Devel.U
28995      Branch: perl
28996            ! Configure patchlevel.h
28997 ____________________________________________________________________________
28998 [  6627] By: jhi                                   on 2000/08/14  22:32:52
28999         Log: README.os2 update.
29000              
29001              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
29002              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29003              Date: Wed, 02 Aug 2000 21:55:09 -0700
29004              Message-ID: <tsPi5gzkgegX092yn@efn.org>
29005      Branch: perl
29006            ! README.os2
29007 ____________________________________________________________________________
29008 [  6626] By: jhi                                   on 2000/08/14  21:00:02
29009         Log: Subject: Re: File::Temp problems on VMS in bleedperl
29010              From: Tim Jenness <timj@jach.hawaii.edu>
29011              cc: vmsperl@perl.org
29012              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
29013              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
29014      Branch: perl
29015            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
29016 ____________________________________________________________________________
29017 [  6625] By: jhi                                   on 2000/08/14  20:52:16
29018         Log: Add SUIDMAIL as was done for the CERT alert.
29019      Branch: perl
29020            ! patchlevel.h
29021 ____________________________________________________________________________
29022 [  6624] By: jhi                                   on 2000/08/14  20:48:50
29023         Log: Subject: sfio2000
29024              From: Daniel Muino <dmuino@afip.gov.ar>
29025              Date: Mon, 14 Aug 2000 16:58:11 -0300
29026              Message-ID: <20000814165811.B16368@con2-dgi>
29027      Branch: perl
29028            ! perlsdio.h perlsfio.h
29029 ____________________________________________________________________________
29030 [  6623] By: jhi                                   on 2000/08/14  20:47:36
29031         Log: Subject: warning: storage class after type is obsolescent
29032              From: Daniel Muino <dmuino@afip.gov.ar>
29033              Date: Mon, 14 Aug 2000 16:42:47 -0300
29034              Message-ID: <20000814164247.A16368@con2-dgi>
29035      Branch: perl
29036            ! regcomp.pl regnodes.h
29037 ____________________________________________________________________________
29038 [  6622] By: jhi                                   on 2000/08/14  20:43:05
29039         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
29040              From: abigail@foad.org
29041              Date: 14 Aug 2000 20:00:10 -0000
29042              Message-Id: <20000814200010.27271.qmail@foad.org>
29043      Branch: perl
29044            ! Changes
29045 ____________________________________________________________________________
29046 [  6621] By: jhi                                   on 2000/08/14  15:23:05
29047         Log: Update Changes.
29048      Branch: perl
29049            ! Changes
29050 ____________________________________________________________________________
29051 [  6620] By: jhi                                   on 2000/08/14  15:22:14
29052         Log: Subject: Re: [PATCH] @+, @- readonly
29053              From: Mike Guy <mjtg@cam.ac.uk>
29054              Date: Mon, 14 Aug 2000 15:26:55 +0100
29055              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
29056      Branch: perl
29057            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
29058            ! sv.c t/op/pat.t
29059 ____________________________________________________________________________
29060 [  6619] By: jhi                                   on 2000/08/14  14:12:08
29061         Log: Update Changes.
29062      Branch: perl
29063            ! Changes
29064 ____________________________________________________________________________
29065 [  6618] By: jhi                                   on 2000/08/14  14:09:34
29066         Log: For now remove the mail code.
29067      Branch: perl
29068            ! perl.c
29069 ____________________________________________________________________________
29070 [  6617] By: jhi                                   on 2000/08/14  14:08:28
29071         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
29072      Branch: perl
29073            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
29074            ! pod/perlfaq8.pod pod/perlsec.pod
29075 ____________________________________________________________________________
29076 [  6616] By: jhi                                   on 2000/08/14  14:00:11
29077         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29078              From: Mike Guy <mjtg@cam.ac.uk>
29079              Date: Mon, 14 Aug 2000 08:26:02 +0100
29080              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
29081      Branch: perl
29082            ! lib/perl5db.pl
29083 ____________________________________________________________________________
29084 [  6615] By: jhi                                   on 2000/08/14  13:58:45
29085         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
29086              From: Mike Guy <mjtg@cam.ac.uk>
29087              Date: Mon, 14 Aug 2000 08:04:22 +0100
29088              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
29089      Branch: perl
29090            ! gv.c mg.c t/op/pat.t
29091 ____________________________________________________________________________
29092 [  6614] By: jhi                                   on 2000/08/14  13:56:45
29093         Log: Subject: Test fails / warnings with perl-current #6612
29094              From: Mike Guy <mjtg@cam.ac.uk>
29095              Date: Mon, 14 Aug 2000 07:57:23 +0100
29096              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
29097      Branch: perl
29098            ! t/lib/b.t t/lib/peek.t
29099 ____________________________________________________________________________
29100 [  6613] By: jhi                                   on 2000/08/14  13:45:33
29101         Log: VMS configure.com update continues.
29102      Branch: perl
29103            - vms/configure.com
29104            ! MANIFEST configure.com
29105 ____________________________________________________________________________
29106 [  6612] By: jhi                                   on 2000/08/13  22:13:35
29107         Log: Update Changes.
29108      Branch: perl
29109            ! Changes
29110 ____________________________________________________________________________
29111 [  6611] By: jhi                                   on 2000/08/13  16:21:45
29112         Log: Upgrade to CGI 2.71, from Lincoln Stein.
29113      Branch: perl
29114            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
29115 ____________________________________________________________________________
29116 [  6610] By: jhi                                   on 2000/08/13  15:09:16
29117         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
29118              From: Mike Guy <mjtg@cam.ac.uk>
29119              Date: Sun, 13 Aug 2000 13:45:51 +0100
29120              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
29121      Branch: perl
29122            ! t/op/regmesg.t
29123 ____________________________________________________________________________
29124 [  6609] By: jhi                                   on 2000/08/13  14:31:26
29125         Log: Andreas says that 1.56 is fine, so reverting back to it.
29126      Branch: perl
29127            ! lib/CPAN.pm
29128 ____________________________________________________________________________
29129 [  6608] By: jhi                                   on 2000/08/13  05:34:20
29130         Log: Update Changes.
29131      Branch: perl
29132            ! Changes
29133 ____________________________________________________________________________
29134 [  6607] By: jhi                                   on 2000/08/13  05:32:01
29135         Log: Put back the \z changes of #5406 to CPAN.pm.
29136      Branch: perl
29137            ! lib/CPAN.pm
29138 ____________________________________________________________________________
29139 [  6606] By: jhi                                   on 2000/08/13  05:20:16
29140         Log: Fix-n-skip the tests under 5005threads.
29141      Branch: perl
29142            ! t/lib/b.t
29143 ____________________________________________________________________________
29144 [  6605] By: jhi                                   on 2000/08/13  05:07:48
29145         Log: Fix the test for 5005threads.
29146      Branch: perl
29147            ! t/lib/peek.t
29148 ____________________________________________________________________________
29149 [  6604] By: jhi                                   on 2000/08/13  03:35:37
29150         Log: Should have deleted this in #6603.
29151      Branch: perl
29152            - vms/subconfigure.com
29153 ____________________________________________________________________________
29154 [  6603] By: jhi                                   on 2000/08/12  18:29:32
29155         Log: Rewrite of vms/subconfigure.com as configure.com,
29156              from Peter Prymmer and the vmsperl crew.
29157      Branch: perl
29158            + vms/configure.com
29159            ! MANIFEST
29160 ____________________________________________________________________________
29161 [  6602] By: jhi                                   on 2000/08/11  13:00:01
29162         Log: PlainText.pm is dead.
29163      Branch: perl
29164            - lib/Pod/PlainText.pm
29165            ! MANIFEST
29166 ____________________________________________________________________________
29167 [  6601] By: jhi                                   on 2000/08/11  04:06:45
29168         Log: Update Changes.
29169      Branch: perl
29170            ! Changes
29171 ____________________________________________________________________________
29172 [  6600] By: jhi                                   on 2000/08/11  04:06:10
29173         Log: Add a few missing files, update MANIFEST.
29174      Branch: perl
29175            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
29176            + lib/Pod/PlainText.pm t/pod/find.t
29177            ! MANIFEST t/op/regmesg.t
29178 ____________________________________________________________________________
29179 [  6599] By: jhi                                   on 2000/08/11  03:31:10
29180         Log: Add Perl debugging tutorial, regen toc. 
29181              
29182              Subject: perldebtut.pod
29183              From: Richard Foley <Richard.Foley@m.dasa.de>
29184              Date: Wed, 09 Aug 2000 10:17:15 +0200
29185              Message-id: <3991138B.262247B8@m.dasa.de>
29186      Branch: perl
29187            + pod/perldebtut.pod
29188            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29189 ____________________________________________________________________________
29190 [  6598] By: jhi                                   on 2000/08/11  02:48:56
29191         Log: tiny Changes edit
29192      Branch: perl
29193            ! Changes
29194 ____________________________________________________________________________
29195 [  6597] By: jhi                                   on 2000/08/11  02:39:04
29196         Log: Tests for #6589.
29197              
29198              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29199              From: simon@brecon.co.uk (Simon Cozens)
29200              Date: 11 Aug 2000 02:24:52 GMT
29201              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
29202      Branch: perl
29203            ! t/lib/b.t
29204 ____________________________________________________________________________
29205 [  6596] By: jhi                                   on 2000/08/11  01:50:07
29206         Log: Update Changes.
29207      Branch: perl
29208            ! Changes
29209 ____________________________________________________________________________
29210 [  6595] By: jhi                                   on 2000/08/11  01:47:16
29211         Log: nitfix
29212      Branch: perl
29213            ! Changes
29214 ____________________________________________________________________________
29215 [  6594] By: jhi                                   on 2000/08/11  01:36:16
29216         Log: Subject: Getting perlio and threads to compile
29217              From: Lupe Christoph <lupe@lupe-christoph.de>
29218              Date: Wed, 9 Aug 2000 11:35:54 +0200
29219              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
29220              
29221              (the Solaris version changes in Configure skipped)
29222      Branch: perl
29223            ! hints/solaris_2.sh thread.h
29224 ____________________________________________________________________________
29225 [  6593] By: jhi                                   on 2000/08/11  01:30:16
29226         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
29227              From: simon@brecon.co.uk (Simon Cozens)
29228              Date: 1 Aug 2000 06:55:19 GMT
29229              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
29230      Branch: perl
29231            ! lib/utf8.pm
29232 ____________________________________________________________________________
29233 [  6592] By: jhi                                   on 2000/08/11  01:26:39
29234         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
29235              From: Peter Scott <Peter@PeterScott.com>
29236              Date: Thu, 10 Aug 2000 08:23:27 -0700
29237              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
29238      Branch: perl
29239            ! lib/perl5db.pl
29240 ____________________________________________________________________________
29241 [  6591] By: jhi                                   on 2000/08/11  01:22:02
29242         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
29243              From: Hugo <hv@crypt.compulink.co.uk>
29244              Date: Thu, 10 Aug 2000 19:23:04 +0100
29245              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
29246      Branch: perl
29247            ! regexec.c t/op/pat.t
29248 ____________________________________________________________________________
29249 [  6590] By: jhi                                   on 2000/08/11  01:19:19
29250         Log: Preprocessing and postprocessing for File::Find.
29251              
29252              Subject: Patch to Find::File.pm to allow alphabetical results
29253              From: Joe Smith <jsmith@inwap.com>
29254              Date: Wed, 9 Aug 2000 02:44:54 -0700
29255              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
29256      Branch: perl
29257            ! lib/File/Find.pm
29258 ____________________________________________________________________________
29259 [  6589] By: jhi                                   on 2000/08/11  01:12:39
29260         Log: B::Deparse didn't do sub attributes.
29261              
29262              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29263              From: simon@brecon.co.uk (Simon Cozens)
29264              Date: 9 Aug 2000 04:49:20 GMT
29265              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
29266      Branch: perl
29267            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
29268 ____________________________________________________________________________
29269 [  6588] By: jhi                                   on 2000/08/11  01:06:40
29270         Log: Subject: debugger "d" command doesnt check line number
29271              From: Mike Guy <mjtg@cam.ac.uk>
29272              Date: Tue, 08 Aug 2000 21:54:29 +0100
29273              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
29274      Branch: perl
29275            ! lib/perl5db.pl mg.c pod/perldiag.pod
29276 ____________________________________________________________________________
29277 [  6587] By: jhi                                   on 2000/08/11  00:45:03
29278         Log: sleep(1) does not necessarily return 1.
29279              
29280              Subject: [PATCH bleadperl] op/lex_assign.t  
29281              From: Hugo <hv@crypt.compulink.co.uk>
29282              Date: Thu, 03 Aug 2000 14:34:22 +0100        
29283              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
29284      Branch: perl
29285            ! t/op/lex_assign.t
29286 ____________________________________________________________________________
29287 [  6586] By: jhi                                   on 2000/08/11  00:31:50
29288         Log: Document the IO::Select timeout.
29289      Branch: perl
29290            ! ext/IO/lib/IO/Select.pm
29291 ____________________________________________________________________________
29292 [  6585] By: jhi                                   on 2000/08/11  00:13:54
29293         Log: Forgot contributor.
29294      Branch: perl
29295            ! Changes
29296 ____________________________________________________________________________
29297 [  6584] By: jhi                                   on 2000/08/11  00:09:19
29298         Log: detypo
29299      Branch: perl
29300            ! Changes
29301 ____________________________________________________________________________
29302 [  6583] By: jhi                                   on 2000/08/11  00:07:53
29303         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
29304              
29305              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
29306              From: Mike Guy <mjtg@cam.ac.uk> 
29307              Date: Thu, 10 Aug 2000 15:50:54 +0100
29308              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
29309      Branch: perl
29310            ! sv.c t/op/int.t
29311 ____________________________________________________________________________
29312 [  6582] By: jhi                                   on 2000/08/10  23:29:32
29313         Log: Update Changes.
29314      Branch: perl
29315            ! Changes
29316 ____________________________________________________________________________
29317 [  6581] By: jhi                                   on 2000/08/10  23:26:16
29318         Log: Put back the std @INC thing.
29319      Branch: perl
29320            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
29321            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
29322            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
29323            ! t/lib/gol-oo.t
29324 ____________________________________________________________________________
29325 [  6580] By: jhi                                   on 2000/08/10  23:03:34
29326         Log: Update to CGI 2.70, from Lincoln Stein.
29327      Branch: perl
29328            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
29329            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
29330            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
29331            ! t/lib/cgi-request.t
29332 ____________________________________________________________________________
29333 [  6579] By: jhi                                   on 2000/08/10  22:41:50
29334         Log: Update to CPAN 1.56, from Andreas König.
29335      Branch: perl
29336            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29337 ____________________________________________________________________________
29338 [  6578] By: jhi                                   on 2000/08/10  22:38:13
29339         Log: Update to Pod::Parser 1.17, from Brad Appleton.
29340      Branch: perl
29341            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
29342            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
29343            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
29344            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
29345            ! t/pod/include.t t/pod/included.t t/pod/lref.t
29346            ! t/pod/multiline_items.t t/pod/nested_items.t
29347            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
29348            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
29349            ! t/pod/special_seqs.t
29350 ____________________________________________________________________________
29351 [  6577] By: jhi                                   on 2000/08/10  22:35:41
29352         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
29353      Branch: perl
29354            ! AUTHORS MAINTAIN
29355 ____________________________________________________________________________
29356 [  6576] By: jhi                                   on 2000/08/10  22:24:54
29357         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
29358      Branch: perl
29359            + t/lib/gol-oo.t
29360            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
29361            ! t/lib/gol-compat.t t/lib/gol-linkage.t
29362 ____________________________________________________________________________
29363 [  6575] By: jhi                                   on 2000/08/10  22:02:07
29364         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
29365      Branch: perl
29366            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
29367 ____________________________________________________________________________
29368 [  6574] By: jhi                                   on 2000/08/10  21:55:03
29369         Log: Iterating perl6 description.
29370      Branch: perl
29371            ! pod/perlfaq1.pod
29372 ____________________________________________________________________________
29373 [  6573] By: jhi                                   on 2000/08/10  21:48:26
29374         Log: Revert the sv.c part of #6559, a better fix is needed.
29375      Branch: perl
29376            ! sv.c
29377 ____________________________________________________________________________
29378 [  6572] By: jhi                                   on 2000/08/10  20:33:43
29379         Log: It's the 2ndO'ROSSC.
29380      Branch: perl
29381            ! pod/perlfaq1.pod
29382 ____________________________________________________________________________
29383 [  6571] By: jhi                                   on 2000/08/10  15:55:48
29384         Log: detypo
29385      Branch: perl
29386            ! pod/perlfaq1.pod
29387 ____________________________________________________________________________
29388 [  6570] By: jhi                                   on 2000/08/10  14:11:17
29389         Log: An exceptionally sticky typo.
29390      Branch: perl
29391            ! Changes
29392 ____________________________________________________________________________
29393 [  6569] By: jhi                                   on 2000/08/10  14:09:33
29394         Log: detypo (and test Changes updating script)
29395      Branch: perl
29396            ! Changes
29397 ____________________________________________________________________________
29398 [  6568] By: jhi                                   on 2000/08/10  14:07:07
29399         Log: Update Changes.
29400      Branch: perl
29401            ! Changes
29402 ____________________________________________________________________________
29403 [  6567] By: jhi                                   on 2000/08/10  14:06:19
29404         Log: Amend the description of Perl6.
29405              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
29406              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29407              Date: Wed, 9 Aug 2000 22:11:06 -0500
29408              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
29409      Branch: perl
29410            ! pod/perlfaq1.pod
29411 ____________________________________________________________________________
29412 [  6566] By: jhi                                   on 2000/08/10  13:58:57
29413         Log: Subject: Remove dead entry in perldiag
29414              From: Mike Guy <mjtg@cam.ac.uk>
29415              Date: Thu, 10 Aug 2000 14:19:19 +0100
29416              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
29417      Branch: perl
29418            ! pod/perldiag.pod
29419 ____________________________________________________________________________
29420 [  6565] By: jhi                                   on 2000/08/10  13:51:48
29421         Log: Zero entries were skipped, fix from Adrian Goalby
29422              <argoalby@yahoo.co.uk>
29423      Branch: perl
29424            ! lib/unicode/Number.pl lib/unicode/mktables.PL
29425 ____________________________________________________________________________
29426 [  6564] By: jhi                                   on 2000/08/10  13:00:12
29427         Log: Subject: [PATCH 5.6.0] cygwin port
29428              From: "Fifer, Eric" <EFifer@sanwaint.com>
29429              Date: Thu, 10 Aug 2000 13:15:36 +0100
29430              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
29431      Branch: perl
29432            ! README.cygwin hints/cygwin.sh
29433 ____________________________________________________________________________
29434 [  6563] By: jhi                                   on 2000/08/10  12:55:16
29435         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
29436      Branch: perl
29437            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
29438 ____________________________________________________________________________
29439 [  6562] By: gsar                                  on 2000/08/10  08:38:39
29440         Log: warn is a macro, avoid using at a variable to avoid warnings
29441              in some configurations; readdir.t is too conservative in
29442              estimating number of *.t's
29443      Branch: perl
29444            ! t/op/readdir.t util.c
29445 ____________________________________________________________________________
29446 [  6561] By: jhi                                   on 2000/08/09  23:35:42
29447         Log: Update Changes.
29448      Branch: perl
29449            ! Changes
29450 ____________________________________________________________________________
29451 [  6560] By: jhi                                   on 2000/08/09  23:05:47
29452         Log: Subject: Re: enhanced(?) regex error messages
29453              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29454              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
29455              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
29456              
29457              (plus two small patches sent privately)
29458              (this still seems to leave few test failures)
29459      Branch: perl
29460            + t/op/regmesg.t
29461            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
29462            ! t/pragma/warn/regcomp
29463 ____________________________________________________________________________
29464 [  6559] By: jhi                                   on 2000/08/09  20:41:18
29465         Log: (The fix did work but was not right, retracted in #6573)
29466              
29467              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
29468              From: Christian Kirsch <ck@held.mind.de>
29469              Date: Wed, 9 Aug 2000 17:05:17 +0200
29470              Message-Id: <20000809170517.A25389@held>
29471      Branch: perl
29472            ! sv.c t/pragma/locale.t
29473 ____________________________________________________________________________
29474 [  6558] By: jhi                                   on 2000/08/08  22:34:08
29475         Log: Tiny updates on the contributors list.
29476      Branch: perl
29477            ! Changes
29478 ____________________________________________________________________________
29479 [  6557] By: jhi                                   on 2000/08/08  19:34:28
29480         Log: Double check that we have a dirhandle.
29481      Branch: perl
29482            ! util.c
29483 ____________________________________________________________________________
29484 [  6556] By: jhi                                   on 2000/08/08  19:01:51
29485         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
29486              May be repopulated with fresh maintained examples.
29487      Branch: perl
29488            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
29489            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
29490            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
29491            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
29492            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
29493            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
29494            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
29495            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
29496            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
29497            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
29498            + lib/CGI/eg/wilogo_gif.uu
29499            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
29500            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
29501            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
29502            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
29503            - eg/cgi/frameset.cgi eg/cgi/index.html
29504            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
29505            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
29506            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
29507            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
29508            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
29509            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
29510            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
29511            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
29512            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
29513            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
29514            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
29515            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
29516            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
29517            - eg/van/vanish eg/who eg/wrapsuid
29518            ! MANIFEST
29519 ____________________________________________________________________________
29520 [  6555] By: jhi                                   on 2000/08/08  18:51:08
29521         Log: Delete chat2 as requested by Randal.
29522              
29523              Subject: Re: perlfaq8 coyness
29524              From: merlyn@stonehenge.com (Randal L. Schwartz) 
29525              Date: 15 May 2000 18:52:42 -0700 
29526              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
29527      Branch: perl
29528            - lib/chat2.pl
29529            ! MANIFEST
29530 ____________________________________________________________________________
29531 [  6554] By: jhi                                   on 2000/08/08  18:31:35
29532         Log: Regen global.sym.
29533      Branch: perl
29534            ! global.sym
29535 ____________________________________________________________________________
29536 [  6553] By: jhi                                   on 2000/08/08  18:28:13
29537         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
29538              (either perlbug or p5p ate the original), plus regen
29539              perlapi and perltoc. 
29540      Branch: perl
29541            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
29542            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
29543            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
29544            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
29545            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
29546            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
29547            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
29548            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
29549            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
29550            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
29551 ____________________________________________________________________________
29552 [  6552] By: jhi                                   on 2000/08/08  18:06:29
29553         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
29554              From: Mike Guy <mjtg@cam.ac.uk>
29555              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
29556              Date: Tue, 08 Aug 2000 15:51:27 +0100
29557      Branch: perl
29558            ! doop.c sv.h t/op/join.t t/pragma/overload.t
29559 ____________________________________________________________________________
29560 [  6551] By: jhi                                   on 2000/08/08  18:01:11
29561         Log: Re-apply #6549.
29562      Branch: perl
29563            ! lib/perl5db.pl
29564 ____________________________________________________________________________
29565 [  6550] By: jhi                                   on 2000/08/08  17:43:08
29566         Log: Accidental retraction of #6549.
29567      Branch: perl
29568            ! lib/perl5db.pl
29569 ____________________________________________________________________________
29570 [  6549] By: jhi                                   on 2000/08/08  17:40:04
29571         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29572              From: Mike Guy <mjtg@cam.ac.uk>
29573              Date: Mon, 07 Aug 2000 21:49:58 +0100
29574              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
29575      Branch: perl
29576            ! lib/perl5db.pl
29577 ____________________________________________________________________________
29578 [  6548] By: jhi                                   on 2000/08/08  17:37:57
29579         Log: Document here-doc better.
29580              
29581              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
29582              From: Mike Guy <mjtg@cam.ac.uk>
29583              Date: Mon, 07 Aug 2000 14:02:09 +0100
29584              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
29585      Branch: perl
29586            ! pod/perldata.pod
29587 ____________________________________________________________________________
29588 [  6547] By: jhi                                   on 2000/08/08  17:33:34
29589         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
29590              From: "Randy J. Ray" <rjray@redhat.com>
29591              Date: Mon, 07 Aug 2000 19:12:25 -0700
29592              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
29593      Branch: perl
29594            ! perl.c pod/perlrun.pod
29595 ____________________________________________________________________________
29596 [  6546] By: jhi                                   on 2000/08/08  17:29:26
29597         Log: Subject: Re: enhanced(?) regex error messages 
29598              From: Hugo <hv@crypt.compulink.co.uk>
29599              Date: Tue, 08 Aug 2000 03:25:51 +0100
29600              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
29601              
29602              plus Capitalize the error messages, plus perldiag them.
29603      Branch: perl
29604            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
29605 ____________________________________________________________________________
29606 [  6545] By: jhi                                   on 2000/08/08  13:59:28
29607         Log: Augment #6539 a bit: don't croak if there's magic in the air.
29608              
29609              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
29610              From: Hugo <hv@crypt.compulink.co.uk>
29611              Date: Tue, 08 Aug 2000 03:02:03 +0100
29612              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
29613      Branch: perl
29614            ! pp.c t/op/bless.t
29615 ____________________________________________________________________________
29616 [  6544] By: jhi                                   on 2000/08/07  21:11:52
29617         Log: Make the test -w clean.
29618      Branch: perl
29619            ! t/op/bless.t
29620 ____________________________________________________________________________
29621 [  6543] By: jhi                                   on 2000/08/07  19:49:53
29622         Log: use warnings instead of $^W.
29623      Branch: perl
29624            ! t/op/bless.t
29625 ____________________________________________________________________________
29626 [  6542] By: jhi                                   on 2000/08/07  17:41:41
29627         Log: Disable a portability warning Because We Know What We Are Doing.
29628      Branch: perl
29629            ! t/op/bless.t
29630 ____________________________________________________________________________
29631 [  6541] By: jhi                                   on 2000/08/07  17:29:51
29632         Log: Tiny tidying on report_evil_fh().
29633      Branch: perl
29634            ! util.c
29635 ____________________________________________________________________________
29636 [  6540] By: jhi                                   on 2000/08/07  16:37:38
29637         Log: Make regular expression parse error messages easier to understand.
29638              
29639              Subject: Re: enhanced(?) regex error messages
29640              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29641              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
29642              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
29643      Branch: perl
29644            ! regcomp.c
29645 ____________________________________________________________________________
29646 [  6539] By: jhi                                   on 2000/08/07  16:12:27
29647         Log: Make bless(REF, REF) a fatal error, add bless tests.
29648              
29649              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
29650              From: Hugo <hv@crypt.compulink.co.uk>
29651              Date: Mon, 07 Aug 2000 16:59:38 +0100
29652              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
29653      Branch: perl
29654            + t/op/bless.t
29655            ! MANIFEST pod/perldiag.pod pp.c sv.c
29656 ____________________________________________________________________________
29657 [  6538] By: jhi                                   on 2000/08/07  15:59:43
29658         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
29659              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
29660              Date: Thu, 3 Aug 2000 14:29:21 -0700
29661              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
29662      Branch: perl
29663            ! lib/lib_pm.PL
29664 ____________________________________________________________________________
29665 [  6537] By: jhi                                   on 2000/08/07  15:47:18
29666         Log: Retract #6419 for now since it breaks in AFS and MachTen.
29667      Branch: perl
29668            ! lib/Cwd.pm
29669 ____________________________________________________________________________
29670 [  6536] By: jhi                                   on 2000/08/07  15:05:29
29671         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
29672              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
29673              The security hole exists only in suidperls, which isn't
29674              installed or even built by default.
29675      Branch: perl
29676            ! perl.c
29677 ____________________________________________________________________________
29678 [  6535] By: jhi                                   on 2000/08/07  14:45:14
29679         Log: tr memory corruption fix from Simon Cozens.
29680      Branch: perl
29681            ! doop.c
29682 ____________________________________________________________________________
29683 [  6534] By: jhi                                   on 2000/08/06  11:38:16
29684         Log: Document a bit that UDP is not what you might think.
29685              
29686              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
29687              From: Lupe Christoph <lupe@lupe-christoph.de>
29688              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
29689              Date: Mon, 24 Jul 2000 08:59:15 +0200
29690      Branch: perl
29691            ! pod/perlipc.pod
29692 ____________________________________________________________________________
29693 [  6533] By: jhi                                   on 2000/08/06  11:35:01
29694         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
29695              From: Jeff Pinyan <jeffp@hut.crusoe.net>
29696              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
29697              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
29698      Branch: perl
29699            ! pod/perlfunc.pod
29700 ____________________________________________________________________________
29701 [  6532] By: jhi                                   on 2000/08/06  03:45:41
29702         Log: Have symbols for the IoTYPEs.
29703      Branch: perl
29704            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
29705 ____________________________________________________________________________
29706 [  6531] By: jhi                                   on 2000/08/06  01:33:55
29707         Log: Continue fixing the io warnings.  This also
29708              sort of fixes bug ID 20000802.003: the core dump
29709              is no more.  Whether the current behaviour is correct
29710              (giving a warning: "Not a format reference"), is another matter.
29711      Branch: perl
29712            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
29713            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
29714 ____________________________________________________________________________
29715 [  6530] By: jhi                                   on 2000/08/05  21:33:12
29716         Log: Change the Policy policy: now -Dprefix= with an existing
29717              Policy.sh and prefix == siteprefix == vendorprefix, then all
29718              of them follow along the new prefix.
29719              
29720              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
29721              From: Andy Dougherty <doughera@lafayette.edu>
29722              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
29723              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
29724      Branch: perl
29725            ! Policy_sh.SH
29726 ____________________________________________________________________________
29727 [  6529] By: jhi                                   on 2000/08/05  18:57:28
29728         Log: Zap lib/Sys directory when cleaning up.
29729      Branch: perl
29730            ! Makefile.SH
29731 ____________________________________________________________________________
29732 [  6528] By: jhi                                   on 2000/08/05  18:40:44
29733         Log: Essential prototype changes were missing from #6527.
29734              Also make report_evil_fh() more bomb-proof.
29735      Branch: perl
29736            ! embed.h util.c
29737 ____________________________________________________________________________
29738 [  6527] By: jhi                                   on 2000/08/05  03:22:05
29739         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
29740              From: "Ronald F. Guilmette" <rfg@monkeys.com>
29741              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
29742              Message-Id: <200007242247.PAA52177@monkeys.com>
29743      Branch: perl
29744            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
29745 ____________________________________________________________________________
29746 [  6526] By: jhi                                   on 2000/08/04  21:23:27
29747         Log: gcc versions might have (parentheses) in them.
29748      Branch: metaconfig/U/perl
29749            ! gccvers.U
29750      Branch: perl
29751            ! Configure config_h.SH
29752 ____________________________________________________________________________
29753 [  6525] By: jhi                                   on 2000/08/04  20:23:12
29754         Log: Weed buglets pointed out by
29755              
29756              From: Lupe Christoph <lupe@lupe-christoph.de>
29757              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
29758              Date: Fri, 4 Aug 2000 17:34:39 +0200
29759              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
29760      Branch: metaconfig/U/perl
29761            ! gccvers.U uselfs.U
29762      Branch: perl
29763            ! Configure config_h.SH
29764 ____________________________________________________________________________
29765 [  6524] By: jhi                                   on 2000/08/04  19:02:08
29766         Log: Warn under -w if lstat(FH) is attempted.
29767              
29768              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
29769              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
29770              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
29771              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
29772      Branch: perl
29773            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
29774            ! t/pragma/warn/pp_sys
29775 ____________________________________________________________________________
29776 [  6523] By: jhi                                   on 2000/08/04  12:31:11
29777         Log: Subject: New perlcc, take 2
29778              From: simon@brecon.co.uk (Simon Cozens)
29779              Date: 4 Aug 2000 06:21:04 GMT
29780              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
29781      Branch: perl
29782            ! utils/perlcc.PL
29783 ____________________________________________________________________________
29784 [  6522] By: jhi                                   on 2000/08/04  12:26:33
29785         Log: Subject: Re: Array vs. List context
29786              From: Daniel Chetlin <daniel@chetlin.com>
29787              Date: Fri, 4 Aug 2000 00:22:44 -0700
29788              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
29789      Branch: perl
29790            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
29791            ! pod/perlfaq4.pod
29792 ____________________________________________________________________________
29793 [  6521] By: jhi                                   on 2000/08/04  12:22:38
29794         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
29795              From: Raymund Will <ray@caldera.de>
29796              Date: Fri, 4 Aug 2000 12:07:09 +0200
29797              Message-Id: <20000804120709.A14982@caldera.de>
29798      Branch: perl
29799            ! configure.gnu
29800 ____________________________________________________________________________
29801 [  6520] By: jhi                                   on 2000/08/04  04:09:06
29802         Log: After the #6519 a warning about stat() is just that,
29803              not about a filetest, which now have their own warning.
29804      Branch: perl
29805            ! pod/perldiag.pod
29806 ____________________________________________________________________________
29807 [  6519] By: jhi                                   on 2000/08/04  04:06:30
29808         Log: In the warnings call filehandles consistently so;
29809              add "unopened" warning for stat().
29810      Branch: perl
29811            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
29812            ! t/pragma/warn/pp_sys
29813 ____________________________________________________________________________
29814 [  6518] By: jhi                                   on 2000/08/04  02:55:35
29815         Log: Subject: Minor tweak to perlvar.pod
29816              From: "Stephen P. Potter" <spp@ds.net>
29817              Date: Tue, 18 Apr 2000 09:26:03 -0400
29818              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
29819      Branch: perl
29820            ! pod/perlvar.pod
29821 ____________________________________________________________________________
29822 [  6517] By: jhi                                   on 2000/08/04  02:50:08
29823         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
29824              From: "Clinton Pierce" <cpierce1@ford.com>
29825              Date: Wed, 21 Jul 1999 16:45:31 -0400
29826              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
29827              
29828              Fix by Stephen Potter (visible in the bug db but not in p5p?)
29829      Branch: perl
29830            ! pod/perlfunc.pod pod/perlop.pod
29831 ____________________________________________________________________________
29832 [  6516] By: jhi                                   on 2000/08/04  02:09:25
29833         Log: This is 6512.  Really.
29834      Branch: perl
29835            ! dump.c
29836 ____________________________________________________________________________
29837 [  6515] By: jhi                                   on 2000/08/04  01:25:50
29838         Log: mention the idea of @( and @)
29839      Branch: perl
29840            ! Todo-5.6
29841 ____________________________________________________________________________
29842 [  6514] By: bailey                                on 2000/08/04  01:18:46
29843         Log: YA resync with mainstem, including VMS patches from others
29844      Branch: vmsperl
29845           +> (branch 48 files)
29846            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
29847           !> (integrate 354 files)
29848 ____________________________________________________________________________
29849 [  6513] By: jhi                                   on 2000/08/04  01:18:18
29850         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
29851              From: Mark Dickinson <dickins3@fas.harvard.edu>
29852              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
29853              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
29854      Branch: perl
29855            ! t/op/grent.t t/op/pwent.t
29856 ____________________________________________________________________________
29857 [  6512] By: jhi                                   on 2000/08/04  01:14:06
29858         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
29859              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29860              Date: Wed, 02 Aug 2000 10:51:01 +0100
29861              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
29862      Branch: perl
29863            ! sv.c
29864 ____________________________________________________________________________
29865 [  6511] By: jhi                                   on 2000/08/04  00:57:00
29866         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
29867              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29868              Date: Thu, 03 Aug 2000 17:20:04 -0700
29869              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
29870      Branch: metaconfig
29871            ! U/modified/Cppsym.U
29872      Branch: perl
29873            ! Configure config_h.SH
29874 ____________________________________________________________________________
29875 [  6510] By: jhi                                   on 2000/08/04  00:25:28
29876         Log: detypo
29877      Branch: perl
29878            ! Makefile.SH
29879 ____________________________________________________________________________
29880 [  6509] By: jhi                                   on 2000/08/03  23:43:18
29881         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
29882              From: Dominic Dunlop <domo@computer.org>
29883              Date: Thu, 3 Aug 2000 22:16:46 +0200
29884              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
29885      Branch: perl
29886            ! t/op/sprintf.t
29887 ____________________________________________________________________________
29888 [  6508] By: jhi                                   on 2000/08/03  23:40:37
29889         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
29890              From: Hugo <hv@crypt.compulink.co.uk>
29891              Date: Thu, 03 Aug 2000 18:25:30 +0100
29892              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
29893      Branch: perl
29894            ! regcomp.c t/op/re_tests
29895 ____________________________________________________________________________
29896 [  6507] By: jhi                                   on 2000/08/03  23:38:28
29897         Log: Subject: [PATCH] sv.h documentation - SvLEN
29898              From: Mike Guy <mjtg@cam.ac.uk>
29899              Date: Thu, 03 Aug 2000 14:43:09 +0100
29900              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
29901      Branch: perl
29902            ! sv.h
29903 ____________________________________________________________________________
29904 [  6506] By: jhi                                   on 2000/08/03  15:49:14
29905         Log: Disable the fix_pl hack for now.
29906      Branch: perl
29907            ! Makefile.SH
29908 ____________________________________________________________________________
29909 [  6505] By: jhi                                   on 2000/08/03  13:49:04
29910         Log: Add a URL for FSF.
29911              
29912              Subject: Patch for README
29913              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29914              Date: Wed, 2 Aug 2000 13:25:09 -0500
29915              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
29916      Branch: perl
29917            ! README
29918 ____________________________________________________________________________
29919 [  6504] By: jhi                                   on 2000/08/03  13:29:19
29920         Log: Be more informative on what is skipped and why,
29921              also repeat the list at the end.
29922      Branch: perl
29923            ! Porting/p4desc
29924 ____________________________________________________________________________
29925 [  6503] By: jhi                                   on 2000/08/03  13:07:05
29926         Log: Circumvent the removal of .patch by fix_pl.
29927              
29928              Subject: Re: [ID 20000802.011] unable to 'make test'          
29929              From: simon@brecon.co.uk (Simon Cozens) 
29930              Date: 3 Aug 2000 04:17:00 GMT
29931              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
29932      Branch: perl
29933            ! Makefile.SH
29934 ____________________________________________________________________________
29935 [  6502] By: jhi                                   on 2000/08/03  00:14:34
29936         Log: Add the missing setproctitle unit.
29937      Branch: metaconfig/U/perl
29938            + d_setproctitle.U
29939 ____________________________________________________________________________
29940 [  6501] By: jhi                                   on 2000/08/03  00:00:26
29941         Log: The subtest 4 may fail also on VOBS, as pointed out
29942              by Nick Ing-Simmons in November 1999, bug id 19991124.003
29943              (but the failure in that bug report isn't the subtest 4).
29944      Branch: perl
29945            ! t/op/stat.t
29946 ____________________________________________________________________________
29947 [  6500] By: jhi                                   on 2000/08/02  23:49:30
29948         Log: Better skip message for the test; one of the two problems in
29949              
29950              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
29951              From: Lupe Christoph <lupe@lupe-christoph.de>
29952              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
29953              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
29954      Branch: perl
29955            ! t/op/numconvert.t
29956 ____________________________________________________________________________
29957 [  6499] By: jhi                                   on 2000/08/02  22:49:16
29958         Log: Allow "no Module;" even if there is no 'unimport'.
29959              
29960              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
29961              From: mjd@plover.com
29962              Date: 24 Mar 2000 15:24:34 -0000
29963              Message-Id: <20000324152434.15160.qmail@plover.com>
29964      Branch: perl
29965            ! gv.c
29966 ____________________________________________________________________________
29967 [  6498] By: jhi                                   on 2000/08/02  22:42:58
29968         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
29969              that are hopefully soon put into use.
29970      Branch: perl
29971            ! opcode.h opcode.pl opnames.h
29972 ____________________________________________________________________________
29973 [  6497] By: gsar                                  on 2000/08/02  22:28:59
29974         Log: require.t needs binmode() to work on windows
29975      Branch: perl
29976            ! t/comp/require.t
29977 ____________________________________________________________________________
29978 [  6496] By: jhi                                   on 2000/08/02  22:08:51
29979         Log: Document the IVdf UVuf UVof UVxf.
29980      Branch: perl
29981            ! pod/perlguts.pod
29982 ____________________________________________________________________________
29983 [  6495] By: jhi                                   on 2000/08/02  21:54:26
29984         Log: detypo #6494
29985      Branch: perl
29986            ! ext/Data/Dumper/Dumper.xs
29987 ____________________________________________________________________________
29988 [  6494] By: jhi                                   on 2000/08/02  21:49:17
29989         Log: Dump UVs as UVs in Data::Dumper.
29990              
29991              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
29992              From: Gurusamy Sarathy <gsar@ActiveState.com>
29993              Date: Thu, 27 Apr 2000 12:26:25 -0700
29994              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
29995      Branch: perl
29996            ! ext/Data/Dumper/Dumper.xs
29997 ____________________________________________________________________________
29998 [  6493] By: jhi                                   on 2000/08/02  17:01:58
29999         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
30000              From: Hugo <hv@crypt.compulink.co.uk>
30001              Date: Wed, 02 Aug 2000 14:53:56 +0100
30002              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
30003      Branch: perl
30004            ! regexec.c t/op/re_tests
30005 ____________________________________________________________________________
30006 [  6492] By: jhi                                   on 2000/08/02  15:02:46
30007         Log: The new setproctitle() feature is available only in 
30008              bleeding edge FreeBSD.  From Paul Saab.
30009      Branch: perl
30010            ! mg.c
30011 ____________________________________________________________________________
30012 [  6491] By: jhi                                   on 2000/08/02  13:34:36
30013         Log: The tr utf8 patching continues.
30014              
30015              Subject: Re: #6469, too many tests claimed in require.t
30016              From: simon@brecon.co.uk (Simon Cozens)
30017              Date: 2 Aug 2000 02:37:17 GMT
30018              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
30019              
30020              (the logic of the test was the wrong way round in the patch)
30021      Branch: perl
30022            ! doop.c
30023 ____________________________________________________________________________
30024 [  6490] By: jhi                                   on 2000/08/02  13:27:38
30025         Log: The name of a filehandle does not have <these>.
30026      Branch: perl
30027            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
30028            ! t/pragma/warn/pp_sys util.c
30029 ____________________________________________________________________________
30030 [  6489] By: jhi                                   on 2000/08/02  04:26:46
30031         Log: Remove the extraneous "main::" prefix from all the
30032              "opened only for", "on closed", and "never opened" warnings.
30033              
30034              Subject: Re: inappropriate warning
30035              From: Gurusamy Sarathy <gsar@ActiveState.com>
30036              Date: Mon, 20 Mar 2000 11:28:02 -0800
30037              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
30038      Branch: perl
30039            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
30040            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
30041            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
30042 ____________________________________________________________________________
30043 [  6488] By: jhi                                   on 2000/08/02  03:02:57
30044         Log: memcpy has n o in it, as pinted ut by Sarathy.
30045      Branch: perl
30046            ! pod/perlguts.pod
30047 ____________________________________________________________________________
30048 [  6487] By: jhi                                   on 2000/08/02  02:44:51
30049         Log: Document in one place the memory abstractions used in Perl core.
30050              
30051              Subject: Re: Memory abstraction
30052              From: simon@brecon.co.uk (Simon Cozens)
30053              Date: 2 Aug 2000 02:20:23 GMT
30054              Organization: Earth.li Origins
30055      Branch: perl
30056            ! pod/perlguts.pod
30057 ____________________________________________________________________________
30058 [  6486] By: jhi                                   on 2000/08/02  02:41:57
30059         Log: regen_headers, regen perltoc.
30060      Branch: perl
30061            ! perlapi.c pod/perltoc.pod
30062 ____________________________________________________________________________
30063 [  6485] By: jhi                                   on 2000/08/02  01:43:33
30064         Log: "This little thing tests for a file .patch, and if it contains
30065              a number, pops into patchlevel.h" (making it easier to track
30066              which development version people are reporting bugs against)
30067              
30068              Subject: Patchlevel autogeneration for repository perls
30069              From: simon@brecon.co.uk (Simon Cozens)
30070              Date: 14 Jul 2000 07:12:15 GMT
30071              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
30072      Branch: perl
30073            + fix_pl
30074            ! MANIFEST Makefile.SH
30075 ____________________________________________________________________________
30076 [  6484] By: jhi                                   on 2000/08/02  01:32:54
30077         Log: FreeBSD 3.* updates from
30078              
30079              From: Paul Saab <ps@yahoo-inc.com>
30080              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30081              Date: Tue, 1 Aug 2000 15:41:39 -0700
30082              Message-Id: <20000801154139.A53740@yahoo-inc.com>
30083      Branch: perl
30084            ! hints/freebsd.sh
30085 ____________________________________________________________________________
30086 [  6483] By: jhi                                   on 2000/08/02  01:27:44
30087         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
30088              instead one must use setproctitle().  This was already addressed
30089              by change #6457, but the below has a new variant for FreeBSD 4.0
30090              or later, and the matter is also documented more.
30091              
30092              From: Paul Saab <ps@yahoo-inc.com>
30093              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30094              Date: Tue, 1 Aug 2000 15:41:39 -0700
30095              Message-Id: <20000801154139.A53740@yahoo-inc.com>
30096      Branch: metaconfig/U/perl
30097            + i_libutil.U
30098      Branch: perl
30099            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
30100 ____________________________________________________________________________
30101 [  6482] By: jhi                                   on 2000/08/01  22:17:32
30102         Log: The test from this
30103              
30104              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
30105              Date: Sat, 15 Apr 2000 17:03:44 +0100
30106              From: Tom Hughes <tom@compton.nu>
30107              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
30108              
30109              was missing, the code change went in as #5989
30110              (which had a different test?)
30111      Branch: perl
30112            ! t/op/misc.t
30113 ____________________________________________________________________________
30114 [  6481] By: jhi                                   on 2000/08/01  21:48:38
30115         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
30116              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
30117              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
30118              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
30119      Branch: perl
30120            ! perl.h
30121 ____________________________________________________________________________
30122 [  6480] By: jhi                                   on 2000/08/01  18:05:28
30123         Log: Make p4desc to skip non-mainperl branches by default.
30124      Branch: perl
30125            ! Porting/p4desc
30126 ____________________________________________________________________________
30127 [  6479] By: jhi                                   on 2000/08/01  17:29:19
30128         Log: If gccosandvers is equal to osname, clear gccosandvers.
30129      Branch: metaconfig/U/perl
30130            ! gccvers.U
30131      Branch: perl
30132            ! Configure config_h.SH
30133 ____________________________________________________________________________
30134 [  6478] By: jhi                                   on 2000/08/01  15:54:08
30135         Log: BOM patching from Simon Cozens.
30136      Branch: perl
30137            ! toke.c
30138 ____________________________________________________________________________
30139 [  6477] By: jhi                                   on 2000/08/01  04:50:33
30140         Log: Stash away the largefiles flags and libswanted.
30141      Branch: perl
30142            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
30143 ____________________________________________________________________________
30144 [  6476] By: gsar                                  on 2000/08/01  04:24:24
30145         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
30146              on Windows)
30147      Branch: perl
30148            ! t/pragma/utf8.t utf8.c win32/win32.c
30149 ____________________________________________________________________________
30150 [  6475] By: jhi                                   on 2000/08/01  03:35:24
30151         Log: Make chr() for values >127 to create utf8 when under utf8.
30152              
30153              Subject: Re: uft8/chr()
30154              From: simon@brecon.co.uk (Simon Cozens)
30155              Date: 1 Aug 2000 02:37:02 GMT
30156              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
30157      Branch: perl
30158            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
30159 ____________________________________________________________________________
30160 [  6474] By: jhi                                   on 2000/08/01  02:36:18
30161         Log: In Digital UNIX warn if gcc explicitly chosen because even
30162              2.95.2 is known to cause problems.
30163      Branch: perl
30164            ! hints/dec_osf.sh
30165 ____________________________________________________________________________
30166 [  6473] By: jhi                                   on 2000/08/01  02:00:56
30167         Log: Make the safety catch for buggy gccs work with triple version
30168              numbers like 2.95.2.  Reported in
30169              
30170              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
30171              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
30172              Date: Mon, 31 Jul 2000 14:55:06 +0200
30173              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
30174      Branch: perl
30175            ! hints/dec_osf.sh
30176 ____________________________________________________________________________
30177 [  6472] By: jhi                                   on 2000/08/01  01:13:33
30178         Log: Subject: fix and question re: waitpid() under win32
30179              From: Brian Clarke <clarke@appliedmeta.com>
30180              Date: Fri, 28 Jul 2000 15:18:29 -0400
30181              Message-ID: <3981DC85.290314EB@appliedmeta.com>
30182              
30183              Slightly reformatted and WNOHANG # define moved to win32.h
30184              so that also POSIX.xs sees it, as suggsted by Sarathy.
30185      Branch: perl
30186            ! win32/win32.c win32/win32.h
30187 ____________________________________________________________________________
30188 [  6471] By: jhi                                   on 2000/08/01  00:55:05
30189         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
30190              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30191              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
30192              Date: Mon, 31 Jul 2000 13:28:51 +0100
30193              
30194              (aka ID 20000730.002)
30195      Branch: perl
30196            ! op.c t/op/tr.t
30197 ____________________________________________________________________________
30198 [  6470] By: jhi                                   on 2000/07/31  23:34:42
30199         Log: Document the problem with -P in HP-UX and its workaround.
30200              
30201              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
30202              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
30203              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
30204              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
30205      Branch: perl
30206            ! README.hpux
30207 ____________________________________________________________________________
30208 [  6469] By: jhi                                   on 2000/07/31  04:15:02
30209         Log: The swallow_bom() saga continues.  The #23 of require.t
30210              (UTF16-LE) still fails (silently, no output) but the #22
30211              (UTF16-BE) seems to be working now.  The root of the
30212              failure may be in sv_gets(): is it UTF-16LE-aware,
30213              especially when it comes to line endings? 
30214      Branch: perl
30215            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
30216            ! t/comp/require.t toke.c utf8.c
30217 ____________________________________________________________________________
30218 [  6468] By: jhi                                   on 2000/07/30  19:05:48
30219         Log: Find green threads before native threads.
30220              
30221              Subject: Re: Patch to jpl/JNI/Makefile.PL
30222              From: Jens Thomsen <jens@fiend.cis.com>
30223              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
30224              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
30225      Branch: perl
30226            ! jpl/JNI/Makefile.PL
30227 ____________________________________________________________________________
30228 [  6467] By: jhi                                   on 2000/07/30  18:36:22
30229         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
30230      Branch: perl
30231            ! doop.c
30232 ____________________________________________________________________________
30233 [  6466] By: jhi                                   on 2000/07/30  04:37:29
30234         Log: A new version of the "remove UPPERACSE string comparison"
30235              operators.  The problem with the previous one (change #6454)
30236              was that it was for Perl 5.6.0.  From Paul Marquess.
30237      Branch: perl
30238            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
30239            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
30240            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30241 ____________________________________________________________________________
30242 [  6465] By: jhi                                   on 2000/07/29  22:39:56
30243         Log: Do not upgrade SVs into utf8 just because they participate
30244              in eq or cmp.  Reported and fix suggested in
30245              
30246              Subject: [ID 20000720.009] sv_eq UTF8 bug
30247              From: "Simon Cozens" <simon@othersideofthe.earth.li>
30248              Date: 21 Jul 2000 04:37:29 -0000
30249              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
30250              
30251              Exercise for the kind reader: should we or should we not
30252              cache the utf8 conversion alonside the SV? (as magic,
30253              as thestrxfrm()ed version is cached under use locale)
30254              Argue both for and against.
30255      Branch: perl
30256            ! sv.c
30257 ____________________________________________________________________________
30258 [  6464] By: jhi                                   on 2000/07/29  22:36:22
30259         Log: Subject: UTF8 concat
30260              From: simon@brecon.co.uk (Simon Cozens) 
30261              Date: 30 Jun 2000 06:13:25 GMT
30262              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
30263              
30264              (with a memory leak fixed, plus a few casts added)
30265              
30266              This also seems to help for
30267              
30268              Subject: [ID 20000716.015] join UTF8 weirdness
30269              From: root <root@ak-71.mind.de> 
30270              Date: Sat, 15 Jul 2000 15:29:54 +0200
30271              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
30272              
30273              (from Andreas König)
30274      Branch: perl
30275            ! pp_hot.c
30276 ____________________________________________________________________________
30277 [  6463] By: jhi                                   on 2000/07/29  00:55:39
30278         Log: Tune the comments and hopefully stop a memory leak.
30279      Branch: perl
30280            ! toke.c utf8.c
30281 ____________________________________________________________________________
30282 [  6462] By: jhi                                   on 2000/07/29  00:16:53
30283         Log: The problem described in this
30284              
30285              Subject: [ID 20000322.018] named chars aren't magical enough
30286              From: root <root@dixie.cscaper.com>     
30287              Date: Wed, 22 Mar 2000 18:37:42 -0700
30288              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
30289              
30290              has been fixed in perl 5.6.0 but just in case added a test
30291              to keep it away.  (The report from Joseph Hall.)
30292      Branch: perl
30293            ! t/lib/charnames.t
30294 ____________________________________________________________________________
30295 [  6461] By: jhi                                   on 2000/07/28  23:56:36
30296         Log: Tiny fixes for #6460.
30297      Branch: metaconfig/U/perl
30298            ! gccvers.U
30299      Branch: perl
30300            ! Configure config_h.SH
30301 ____________________________________________________________________________
30302 [  6460] By: jhi                                   on 2000/07/28  23:24:41
30303         Log: Warn if the version of the operating system used to compile gcc
30304              differs from the current version of the operating system.
30305              Also display the gcc compilation os and version in myconfig.
30306              Inspiration from
30307              
30308              Subject: Re: [ID 20000710.003] ERRORS!!         
30309              From: "Kurt D. Starsinic" <kstar@chapin.edu>
30310              Date: Mon, 10 Jul 2000 15:54:16 -0400
30311              Message-ID: <20000710155416.A1384@O2.chapin.edu>
30312      Branch: metaconfig/U/perl
30313            ! gccvers.U
30314      Branch: perl
30315            ! Configure config_h.SH myconfig.SH
30316 ____________________________________________________________________________
30317 [  6459] By: jhi                                   on 2000/07/28  22:00:32
30318         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
30319              letter to $Config{osvers}.
30320      Branch: metaconfig
30321            ! U/modified/Oldconfig.U
30322      Branch: perl
30323            ! Configure config_h.SH
30324 ____________________________________________________________________________
30325 [  6458] By: jhi                                   on 2000/07/28  04:15:39
30326         Log: Back out #6454, doesn't seem to work.
30327              (Reason: that patch was for perl 5.6.0, not perl-current)
30328              (A version of the patch for perl-current came in later as #6466)
30329      Branch: perl
30330            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
30331            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
30332            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30333 ____________________________________________________________________________
30334 [  6457] By: jhi                                   on 2000/07/27  23:31:49
30335         Log: Use setproctitle() if available to modify $0.
30336              
30337              Subject: setting $* on BSD4 broken
30338              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30339              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
30340              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
30341      Branch: metaconfig
30342            ! U/modified/Myinit.U
30343      Branch: perl
30344            ! Configure config_h.SH mg.c
30345 ____________________________________________________________________________
30346 [  6456] By: jhi                                   on 2000/07/27  14:50:47
30347         Log: Allow "no AutoLoader;", based on change #6444,
30348              suggested by Graham Barr.
30349      Branch: perl
30350            ! lib/AutoLoader.pm
30351 ____________________________________________________________________________
30352 [  6455] By: jhi                                   on 2000/07/27  14:19:10
30353         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
30354              From: rspier@pobox.com (Robert Spier)
30355              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
30356              Message-ID: <14720.15855.787664.424783@rls.cx>
30357      Branch: perl
30358            ! pod/perldiag.pod
30359 ____________________________________________________________________________
30360 [  6454] By: jhi                                   on 2000/07/27  14:03:02
30361         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
30362              for a long time).
30363              
30364              Reported in
30365              
30366              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
30367              From: Ryan Herbert <rherbert@sycamorehq.com>
30368              Date: Mon, 17 Jul 2000 11:40:42 -0400
30369              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
30370              
30371              Patched in
30372              
30373              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
30374              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30375              Date: Wed, 26 Jul 2000 23:40:18 +0100
30376              Message-ID: <000001bff752$79511880$0a17073e@tiny>
30377              
30378              based on an earlier patch from Stephen P. Potter.
30379              
30380              (Removed later by change #6458 because this patch was for
30381              perl 5.6.0, not perl-current)
30382      Branch: perl
30383            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
30384            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
30385            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30386 ____________________________________________________________________________
30387 [  6453] By: jhi                                   on 2000/07/27  13:48:02
30388         Log: Subject: [PATCH] fixes bug 20000508.004
30389              From: Michael Stevens <mstevens@globnix.org>
30390              Date: Thu, 27 Jul 2000 13:49:04 +0100
30391              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
30392      Branch: perl
30393            ! pod/perldata.pod
30394 ____________________________________________________________________________
30395 [  6452] By: jhi                                   on 2000/07/26  23:51:26
30396         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
30397              and Craig A. Berry.
30398      Branch: perl
30399            ! lib/File/Temp.pm pod/perlport.pod
30400 ____________________________________________________________________________
30401 [  6451] By: jhi                                   on 2000/07/26  19:43:30
30402         Log: Be wary of close()s, too.
30403              
30404              Subject: Re: [PATCH] perlbug cleanup
30405              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30406              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
30407              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
30408      Branch: perl
30409            ! utils/perlbug.PL
30410 ____________________________________________________________________________
30411 [  6450] By: jhi                                   on 2000/07/26  18:41:40
30412         Log: Subject: Minor doc patch: handy.h
30413              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
30414              Date: Wed, 26 Jul 2000 15:34:25 -0300
30415              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
30416      Branch: perl
30417            ! handy.h pod/perlapi.pod
30418 ____________________________________________________________________________
30419 [  6449] By: jhi                                   on 2000/07/26  18:23:55
30420         Log: Subject: [PATCH] minor doc change - perlguts
30421              From: Michael Stevens <mstevens@globnix.org>
30422              Date: Thu, 13 Jul 2000 12:39:18 +0100
30423              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
30424      Branch: perl
30425            ! pod/perlguts.pod
30426 ____________________________________________________________________________
30427 [  6448] By: jhi                                   on 2000/07/26  18:20:30
30428         Log: open() wariness in perlbug.
30429              
30430              Subject: [PATCH] perlbug cleanup
30431              From: Michael Stevens <mstevens@globnix.org>
30432              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
30433              Date: Thu, 13 Jul 2000 15:52:23 +0100
30434      Branch: perl
30435            ! utils/perlbug.PL
30436 ____________________________________________________________________________
30437 [  6447] By: jhi                                   on 2000/07/26  18:13:04
30438         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
30439      Branch: perl
30440            ! lib/File/Temp.pm t/lib/ftmp-security.t
30441 ____________________________________________________________________________
30442 [  6446] By: jhi                                   on 2000/07/26  18:06:32
30443         Log: docfix from Peter Scott <Peter@PSDT.com>.
30444      Branch: perl
30445            ! pod/perlfunc.pod
30446 ____________________________________________________________________________
30447 [  6445] By: jhi                                   on 2000/07/26  17:53:31
30448         Log: Fix *foo{FORMAT}.
30449              
30450              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30451              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
30452              Date: Wed, 26 Jul 2000 19:51:02 +0200
30453              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
30454              
30455              From: Graham Barr <gbarr@pobox.com>
30456              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
30457              Date: Wed, 26 Jul 2000 17:38:36 +0100
30458              Message-ID: <20000726173836.L472@pobox.com>
30459      Branch: perl
30460            ! pp.c sv.c t/op/gv.t
30461 ____________________________________________________________________________
30462 [  6444] By: jhi                                   on 2000/07/26  17:49:14
30463         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
30464              from Graham Barr in the module list.
30465      Branch: perl
30466            ! gv.c pod/perlobj.pod
30467 ____________________________________________________________________________
30468 [  6443] By: jhi                                   on 2000/07/26  16:06:56
30469         Log: More split() doc and test patches from Mike Guy.
30470      Branch: perl
30471            ! pod/perlfunc.pod t/op/split.t
30472 ____________________________________________________________________________
30473 [  6442] By: jhi                                   on 2000/07/26  16:05:30
30474         Log: MacOS nits from Matthias Neeracher.
30475      Branch: perl
30476            ! perl.c pp_ctl.c
30477 ____________________________________________________________________________
30478 [  6441] By: jhi                                   on 2000/07/26  04:39:57
30479         Log: Subject: [PATCH] split /^/
30480              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30481              Date: Tue, 25 Jul 2000 14:18:57 +0100
30482              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
30483              
30484              (with notes from tchrist and gbarr)
30485      Branch: perl
30486            ! pod/perlfunc.pod t/op/split.t
30487 ____________________________________________________________________________
30488 [  6440] By: jhi                                   on 2000/07/26  04:32:32
30489         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
30490              From: Peter Prymmer <pvhp@forte.com>
30491              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
30492              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
30493      Branch: perl
30494            ! vms/munchconfig.c
30495 ____________________________________________________________________________
30496 [  6439] By: jhi                                   on 2000/07/26  04:31:01
30497         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
30498              to be fatal errors (instead of by default ignoring them, and
30499              ignoring with a bug: even though -w gave an error, the opening [
30500              was left in)  Reported in:
30501              
30502              Subject: [ID 20000716.024] [=cc=] / [:blank:]
30503              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
30504              Date: Sun, 16 Jul 2000 17:55:29 -0700
30505              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
30506      Branch: perl
30507            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
30508 ____________________________________________________________________________
30509 [  6438] By: jhi                                   on 2000/07/25  15:41:15
30510         Log: Subject: [PATCH] av.c apidoc
30511              From: simon@brecon.co.uk (Simon Cozens)
30512              Date: 24 Jul 2000 06:40:52 GMT
30513              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
30514      Branch: perl
30515            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
30516            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
30517 ____________________________________________________________________________
30518 [  6437] By: jhi                                   on 2000/07/25  14:05:36
30519         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
30520              From: "Stephen P. Potter" <spp@ds.net>
30521              Date: Mon, 24 Jul 2000 14:22:23 -0400
30522              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
30523      Branch: perl
30524            ! pod/perllocale.pod
30525 ____________________________________________________________________________
30526 [  6436] By: jhi                                   on 2000/07/25  14:02:03
30527         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
30528              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30529              Date: Mon, 24 Jul 2000 18:04:28 +0100
30530              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
30531      Branch: perl
30532            ! t/lib/syslfs.t t/op/lfs.t
30533 ____________________________________________________________________________
30534 [  6435] By: jhi                                   on 2000/07/25  13:59:28
30535         Log: Get UTF16 BOMs working.  Patch from
30536              
30537              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
30538              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30539              Date: Tue, 25 Jul 2000 12:52:45 +0100
30540              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
30541              
30542              and notes from
30543              
30544              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
30545              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30546              Date: Tue, 25 Jul 2000 11:43:25 +0100
30547              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
30548      Branch: perl
30549            ! t/comp/require.t toke.c utf8.c
30550 ____________________________________________________________________________
30551 [  6434] By: jhi                                   on 2000/07/25  02:39:54
30552         Log: Make the "uninit variable" warning to say "concat or string"
30553              or "join or string" when in concat or join .
30554              
30555              Subject: Re: [ID 20000403.009] uninitialised concatenation???
30556              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30557              Date: Tue, 04 Apr 2000 18:22:58 +0100
30558              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
30559              
30560              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
30561              From: William R Ward <hermit@BayView.COM>
30562              Date: Thu, 30 Mar 2000 19:50:03 -0800
30563              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
30564      Branch: perl
30565            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
30566            ! t/pragma/warn/op t/pragma/warn/sv
30567 ____________________________________________________________________________
30568 [  6433] By: jhi                                   on 2000/07/24  17:52:56
30569         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
30570      Branch: perl
30571            ! lib/File/Spec/VMS.pm
30572 ____________________________________________________________________________
30573 [  6432] By: jhi                                   on 2000/07/24  17:44:44
30574         Log: Test cases for #6431.
30575              
30576              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
30577              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30578              Date: Mon, 24 Jul 2000 15:32:29 +0100
30579              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
30580      Branch: perl
30581            ! t/op/pat.t t/op/split.t
30582 ____________________________________________________________________________
30583 [  6431] By: jhi                                   on 2000/07/24  17:43:17
30584         Log: Bind op fix.
30585              
30586              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
30587              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30588              Date: Mon, 17 Jul 2000 20:04:56 +0100
30589              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
30590      Branch: perl
30591            ! op.c
30592 ____________________________________________________________________________
30593 [  6430] By: jhi                                   on 2000/07/24  03:42:42
30594         Log: Subject: [ID 20000716.023] syslog test fails without sockets
30595              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30596              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
30597              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
30598      Branch: metaconfig/U/perl
30599            ! Extensions.U
30600      Branch: perl
30601            ! Configure config_h.SH
30602 ____________________________________________________________________________
30603 [  6429] By: jhi                                   on 2000/07/24  03:11:52
30604         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
30605              case, but add also notes explaining the relationship of this
30606              patch and the earlier notes by Sarathy.
30607              
30608              Subject: Map is still slow
30609              From: "Ben Tilly" <ben_tilly@hotmail.com>
30610              Date: Sat, 15 Jul 2000 17:23:27 EDT
30611              Message-ID: <20000715212327.21656.qmail@hotmail.com>
30612      Branch: perl
30613            ! pp_ctl.c
30614 ____________________________________________________________________________
30615 [  6428] By: jhi                                   on 2000/07/24  02:58:52
30616         Log: Documentation to explain the behaviour of map().
30617              
30618              Subject: Re: Map is still slow 
30619              From: Gurusamy Sarathy <gsar@ActiveState.com>
30620              Date: Sat, 15 Jul 2000 16:05:09 -0700
30621              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
30622      Branch: perl
30623            ! pp_ctl.c
30624 ____________________________________________________________________________
30625 [  6427] By: jhi                                   on 2000/07/24  02:50:03
30626         Log: Add tests for
30627              [ID 19991110.003] another matching finding by pcre author
30628              which has already been fixed by some patch, as verified in
30629              
30630              Subject: Re: two regex bugs from the mists of time (well, last November)
30631              From: Hugo <hv@crypt.compulink.co.uk>
30632              Date: Sat, 22 Jul 2000 18:12:58 +0100
30633              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
30634      Branch: perl
30635            ! t/op/re_tests
30636 ____________________________________________________________________________
30637 [  6426] By: jhi                                   on 2000/07/24  02:11:20
30638         Log: A missing 'break' after the [[:space:]] switch case.
30639              
30640              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
30641              From: "Stephen P. Potter" <spp@ds.net>
30642              Date: Tue, 18 Jul 2000 16:25:17 -0400
30643              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
30644      Branch: perl
30645            ! regcomp.c
30646 ____________________________________________________________________________
30647 [  6425] By: jhi                                   on 2000/07/24  02:06:12
30648         Log: The output might have been produced in the wrong order.
30649              
30650              Subject: [ID 20000720.003] [PATCH] t/op/write.t
30651              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30652              Date: Thu, 20 Jul 2000 18:49:18 +0100
30653              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
30654      Branch: perl
30655            ! t/op/write.t
30656 ____________________________________________________________________________
30657 [  6424] By: jhi                                   on 2000/07/24  02:00:07
30658         Log: Use STDOUT consistently.
30659              
30660              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
30661              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30662              Date: Thu, 20 Jul 2000 18:04:01 +0100
30663              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
30664      Branch: perl
30665            ! lib/Test/Harness.pm
30666 ____________________________________________________________________________
30667 [  6423] By: jhi                                   on 2000/07/24  01:54:54
30668         Log: Protect against "wild next"s, that is, callbacks doing "next"
30669              instead of "return".
30670              
30671              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
30672              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30673              Date: Tue, 18 Jul 2000 11:30:16 +0100
30674              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
30675      Branch: perl
30676            ! lib/File/Find.pm
30677 ____________________________________________________________________________
30678 [  6422] By: jhi                                   on 2000/07/24  01:35:47
30679         Log: Out-of-date note removed.
30680              
30681              Subject: [PATCH] documentation perlipc
30682              From: rspier@pobox.com (Robert Spier)
30683              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
30684              Message-ID: <14711.35178.572612.502654@rls.cx>
30685      Branch: perl
30686            ! pod/perlipc.pod
30687 ____________________________________________________________________________
30688 [  6421] By: jhi                                   on 2000/07/24  00:09:18
30689         Log: Send all installperl messages to STDERR and be -w clean.
30690              
30691              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
30692              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30693              Date: Sat, 22 Jul 2000 14:02:11 +0100
30694              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
30695      Branch: perl
30696            ! installperl
30697 ____________________________________________________________________________
30698 [  6420] By: jhi                                   on 2000/07/24  00:04:19
30699         Log: Decutandpasto.
30700              
30701              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
30702              From: "Richard Soderberg" <rs@crystalflame.net>
30703              Date: Sun, 23 Jul 2000 01:37:23 -0700
30704              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
30705      Branch: perl
30706            ! pod/perlipc.pod
30707 ____________________________________________________________________________
30708 [  6419] By: jhi                                   on 2000/07/24  00:01:12
30709         Log: A cleaner abs_path().
30710              Subject: Re: unix alternative to Cwd.pm
30711              From: Jeff Pinyan <jeffp@crusoe.net>
30712              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
30713              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
30714      Branch: perl
30715            ! lib/Cwd.pm
30716 ____________________________________________________________________________
30717 [  6418] By: jhi                                   on 2000/07/23  23:48:56
30718         Log: Detypo.
30719              
30720              Subject: [PATCH perl-current] Typo in hints/powerux.sh
30721              From: "Richard Soderberg" <rs@crystalflame.net>
30722              Date: Sun, 23 Jul 2000 01:27:33 -0700
30723              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
30724      Branch: perl
30725            ! hints/powerux.sh
30726 ____________________________________________________________________________
30727 [  6417] By: jhi                                   on 2000/07/17  22:13:31
30728         Log: Subject: SDBM_File documentation
30729              From: mjd@plover.com
30730              Date: 16 Jul 2000 17:41:17 -0000
30731              Message-ID: <20000716174117.18515.qmail@plover.com>
30732      Branch: perl
30733            ! ext/SDBM_File/SDBM_File.pm
30734 ____________________________________________________________________________
30735 [  6416] By: jhi                                   on 2000/07/17  19:13:26
30736         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
30737      Branch: perl
30738            ! hints/mpeix.sh mpeix/relink
30739 ____________________________________________________________________________
30740 [  6415] By: jhi                                   on 2000/07/15  14:11:02
30741         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
30742              the utf8 'characters' can be more than one octet).
30743              
30744              Date: Sat, 15 Jul 2000 00:21:56 +0100
30745              From: Tom Hughes <tom@compton.nu>
30746              Subject: Re: [ID 20000714.002]
30747              Message-ID: <db2334de49.tom@compton.compton.nu>
30748              
30749              Reported in
30750              
30751              Subject: [ID 20000714.002]
30752              From: "Simon Cozens" <simon@othersideofthe.earth.li>
30753              Date: 14 Jul 2000 15:13:09 -0000
30754              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
30755      Branch: perl
30756            ! doop.c
30757 ____________________________________________________________________________
30758 [  6414] By: jhi                                   on 2000/07/15  03:13:41
30759         Log: another VMS build tweak from Peter Prymmer
30760      Branch: perl
30761            ! vms/descrip_mms.template
30762 ____________________________________________________________________________
30763 [  6413] By: jhi                                   on 2000/07/15  03:10:40
30764         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
30765      Branch: perl
30766            ! vms/perlvms.pod
30767 ____________________________________________________________________________
30768 [  6412] By: jhi                                   on 2000/07/15  00:31:05
30769         Log: More docs for sv functions.
30770              
30771              Subject: [PATCH cfgperl] sv.c apidoc
30772              From: simon@brecon.co.uk (Simon Cozens)
30773              Date: 13 Jul 2000 09:00:20 GMT
30774              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
30775              
30776              Subject: Re: [PATCH cfgperl] sv.c apidoc
30777              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30778              Date: Thu, 13 Jul 2000 12:27:41 +0100
30779              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
30780              
30781              Subject: Re: [PATCH cfgperl] sv.c apidoc
30782              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30783              Date: Thu, 13 Jul 2000 13:23:09 +0100
30784              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
30785              
30786              Subject: Re: [PATCH cfgperl] sv.c apidoc
30787              From: simon@brecon.co.uk (Simon Cozens)
30788              Date: 14 Jul 2000 06:51:02 GMT
30789              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
30790      Branch: perl
30791            ! embed.pl pod/perlapi.pod sv.c
30792 ____________________________________________________________________________
30793 [  6411] By: jhi                                   on 2000/07/15  00:10:41
30794         Log: lib/b test fixes from Peter Prymmer.
30795      Branch: perl
30796            ! t/lib/b.t
30797 ____________________________________________________________________________
30798 [  6410] By: jhi                                   on 2000/07/15  00:02:09
30799         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
30800              From: Hugo <hv@crypt.compulink.co.uk>
30801              Date: Fri, 14 Jul 2000 23:05:20 +0100
30802              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
30803              
30804              Didn't anymore apply, but that point still could use another fix.
30805      Branch: perl
30806            ! pod/perlfunc.pod
30807 ____________________________________________________________________________
30808 [  6409] By: jhi                                   on 2000/07/14  23:15:15
30809         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
30810              not in pod, from Peter Prymmer
30811      Branch: perl
30812            ! vms/descrip_mms.template
30813 ____________________________________________________________________________
30814 [  6408] By: jhi                                   on 2000/07/14  20:35:05
30815         Log: The bug report
30816              [ID 19991110.002] minimal matching discrepancy found by pcre author
30817              seems to have been fixed (though differently from what was suggested
30818              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
30819      Branch: perl
30820            ! t/op/re_tests
30821 ____________________________________________________________________________
30822 [  6407] By: jhi                                   on 2000/07/14  17:38:08
30823         Log: Fix AutoSplit to use File::Spec the right way in VMS,
30824              from Peter Prymmer.
30825      Branch: perl
30826            ! lib/AutoSplit.pm
30827 ____________________________________________________________________________
30828 [  6406] By: jhi                                   on 2000/07/14  14:13:22
30829         Log: Merge perlhacktut into perlhack, update perlguts.
30830              
30831              Subject: Re: Perlhacktut
30832              From: simon@brecon.co.uk (Simon Cozens)
30833              Date: 14 Jul 2000 06:49:21 GMT
30834              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
30835              
30836              Subject: Re: Perlhacktut
30837              From: simon@brecon.co.uk (Simon Cozens)
30838              Date: 14 Jul 2000 07:09:45 GMT
30839              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
30840      Branch: perl
30841            ! pod/perlguts.pod pod/perlhack.pod
30842 ____________________________________________________________________________
30843 [  6405] By: jhi                                   on 2000/07/14  14:02:31
30844         Log: Integrate with Sarathy.
30845      Branch: cfgperl
30846           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
30847           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
30848           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
30849 ____________________________________________________________________________
30850 [  6404] By: gsar                                  on 2000/07/14  12:15:02
30851         Log: PERL_OBJECT build tweaks
30852      Branch: perl
30853            ! toke.c
30854 ____________________________________________________________________________
30855 [  6403] By: gsar                                  on 2000/07/14  11:23:41
30856         Log: inconsistent types needs casts
30857      Branch: perl
30858            ! toke.c
30859 ____________________________________________________________________________
30860 [  6402] By: gsar                                  on 2000/07/14  11:12:04
30861         Log: typos in change#6399, regen headers
30862      Branch: perl
30863            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
30864 ____________________________________________________________________________
30865 [  6401] By: gsar                                  on 2000/07/14  10:59:12
30866         Log: typecasts needed for change#6394
30867      Branch: perl
30868            ! toke.c
30869 ____________________________________________________________________________
30870 [  6400] By: gsar                                  on 2000/07/14  10:49:37
30871         Log: integrate cfgperl contents into mainline
30872      Branch: perl
30873           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
30874           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
30875 ____________________________________________________________________________
30876 [  6399] By: gsar                                  on 2000/07/14  10:38:35
30877         Log: enable UTF-16 filter by default if relevant BOM is seen; various
30878              cleanups (typos, misformatted code, and small bugs)
30879      Branch: perl
30880            ! doop.c embed.pl mg.c op.c pp.c toke.c
30881 ____________________________________________________________________________
30882 [  6398] By: gsar                                  on 2000/07/14  08:55:38
30883         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
30884              name suggests anyway)
30885      Branch: perl
30886            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
30887 ____________________________________________________________________________
30888 [  6397] By: gsar                                  on 2000/07/14  08:44:33
30889         Log: move new variables to the end of the interpreter structure (for
30890              bincompat in code that doesn't #include XSUB.h)
30891      Branch: perl
30892            ! intrpvar.h
30893 ____________________________________________________________________________
30894 [  6396] By: gsar                                  on 2000/07/14  08:13:58
30895         Log: MakeMaker should not remove editor backups (*~) on `make clean`
30896              by default (completes change#6383)
30897      Branch: perl
30898            ! lib/ExtUtils/MM_Unix.pm
30899 ____________________________________________________________________________
30900 [  6395] By: jhi                                   on 2000/07/14  05:20:33
30901         Log: Replace change #6337 with a better one.
30902              
30903              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
30904              From: Hugo <hv@crypt.compulink.co.uk>
30905              Date: Fri, 14 Jul 2000 04:16:20 +0100
30906              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
30907      Branch: cfgperl
30908            ! regexec.c t/op/re_tests
30909 ____________________________________________________________________________
30910 [  6394] By: jhi                                   on 2000/07/14  01:33:59
30911         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
30912      Branch: cfgperl
30913            ! embed.pl global.sym proto.h toke.c
30914 ____________________________________________________________________________
30915 [  6393] By: jhi                                   on 2000/07/13  23:41:23
30916         Log: remove discarded test
30917      Branch: cfgperl
30918            ! MANIFEST
30919 ____________________________________________________________________________
30920 [  6392] By: jhi                                   on 2000/07/13  23:32:25
30921         Log: The {multiplier} of a fixed substring was overlooked which
30922              caused a wrong initial search offset for that substring.
30923              
30924              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
30925              From: Hugo <hv@crypt.compulink.co.uk>
30926              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
30927              Date: Thu, 13 Jul 2000 19:27:13 +0100
30928      Branch: cfgperl
30929            ! regcomp.c t/op/re_tests
30930 ____________________________________________________________________________
30931 [  6391] By: jhi                                   on 2000/07/13  16:37:42
30932         Log: typo fix from Craig Berry
30933      Branch: cfgperl
30934            ! vms/subconfigure.com
30935 ____________________________________________________________________________
30936 [  6390] By: jhi                                   on 2000/07/13  13:20:12
30937         Log: Integrate with Sarathy.
30938      Branch: cfgperl
30939            - t/op/method2entersub.t
30940           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
30941           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
30942           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
30943           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
30944 ____________________________________________________________________________
30945 [  6389] By: jhi                                   on 2000/07/13  13:18:48
30946         Log: Detypo from Peter Prymmer, part of #6388.
30947      Branch: cfgperl
30948            ! Configure config_h.SH
30949      Branch: metaconfig
30950            ! U/modified/d_longlong.U
30951 ____________________________________________________________________________
30952 [  6388] By: gsar                                  on 2000/07/13  06:33:40
30953         Log: typos (spotted by Peter Prymmer)
30954      Branch: perl
30955            ! Configure t/lib/english.t
30956 ____________________________________________________________________________
30957 [  6387] By: gsar                                  on 2000/07/13  05:35:28
30958         Log: new selfloader.t in change#6183 doesn't close DATA handles,
30959              and thus fails to clean up tmp files on dosish platforms
30960      Branch: perl
30961            ! t/lib/selfloader.t
30962 ____________________________________________________________________________
30963 [  6386] By: gsar                                  on 2000/07/12  21:42:39
30964         Log: sprintf test tweaks (from Dominic Dunlop)
30965      Branch: perl
30966            ! t/op/sprintf.t
30967 ____________________________________________________________________________
30968 [  6385] By: gsar                                  on 2000/07/12  21:33:46
30969         Log: fix bugs in processing %v-*d and similar format specs (from
30970              Avi Finkel <avi@finkel.org>)
30971      Branch: perl
30972            ! sv.c t/op/sprintf.t
30973 ____________________________________________________________________________
30974 [  6384] By: gsar                                  on 2000/07/12  16:04:19
30975         Log: readd missing perldelta.pod changes from changes#6339,6376
30976      Branch: perl
30977            ! pod/perldelta.pod
30978 ____________________________________________________________________________
30979 [  6383] By: gsar                                  on 2000/07/12  16:00:51
30980         Log: don't clobber *.orig files on *clean targets
30981      Branch: perl
30982            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
30983 ____________________________________________________________________________
30984 [  6382] By: gsar                                  on 2000/07/12  07:59:12
30985         Log: fix broken integrations in cfgperl
30986      Branch: cfgperl
30987           !> Changes pod/perldelta.pod
30988 ____________________________________________________________________________
30989 [  6381] By: gsar                                  on 2000/07/12  07:42:17
30990         Log: integrate cfgperl changes into mainline
30991      Branch: perl
30992            ! Changes
30993           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
30994           !> pod/perlre.pod
30995 ____________________________________________________________________________
30996 [  6380] By: gsar                                  on 2000/07/12  07:31:00
30997         Log: get sprintf.t to adjust properly for 3-digit exponents
30998      Branch: perl
30999            ! t/op/sprintf.t
31000 ____________________________________________________________________________
31001 [  6379] By: gsar                                  on 2000/07/12  06:40:04
31002         Log: change#6174 needs corresponding change in win32/config_h.PL,
31003              which grovels through config_h.SH to find the config.h name
31004      Branch: perl
31005            ! win32/config_h.PL
31006 ____________________________________________________________________________
31007 [  6378] By: jhi                                   on 2000/07/12  05:03:59
31008         Log: Do the cc sanity check both before the hints and
31009              after the cc selction.
31010      Branch: cfgperl
31011            ! Configure config_h.SH
31012      Branch: metaconfig
31013            ! U/modified/Oldconfig.U U/modified/cc.U
31014      Branch: metaconfig/U/perl
31015            + Checkcc.U
31016 ____________________________________________________________________________
31017 [  6377] By: jhi                                   on 2000/07/12  02:49:22
31018         Log: Fix nits noticed by Boston.pm.
31019      Branch: cfgperl
31020            ! pod/perlre.pod
31021 ____________________________________________________________________________
31022 [  6376] By: jhi                                   on 2000/07/11  21:22:13
31023         Log: Configure cosmetics and perldelta.
31024      Branch: cfgperl
31025            ! Configure config_h.SH pod/perldelta.pod
31026      Branch: metaconfig
31027            ! U/modified/cc.U
31028 ____________________________________________________________________________
31029 [  6375] By: gsar                                  on 2000/07/11  21:17:35
31030         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
31031      Branch: perl
31032            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
31033            ! win32/win32sck.c
31034 ____________________________________________________________________________
31035 [  6374] By: gsar                                  on 2000/07/11  20:48:50
31036         Log: tweak for build failure under multiplicity
31037      Branch: perl
31038            ! toke.c
31039 ____________________________________________________________________________
31040 [  6373] By: gsar                                  on 2000/07/11  20:37:23
31041         Log: integrate cfgperl changes#6325..6373 into mainline
31042              (NOTE: today's batch of integrations still untested)
31043      Branch: perl
31044           +> ext/DynaLoader/hints/netbsd.pl
31045            ! Changes
31046           !> (integrate 26 files)
31047 ____________________________________________________________________________
31048 [  6372] By: jhi                                   on 2000/07/11  20:30:36
31049         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
31050              regen perltoc.
31051      Branch: cfgperl
31052            + pod/perlbook.pod
31053            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
31054            ! pod/perltoc.pod
31055 ____________________________________________________________________________
31056 [  6371] By: jhi                                   on 2000/07/11  20:08:56
31057         Log: Minor cleanups on the booklist.
31058      Branch: cfgperl
31059            ! pod/perlfaq2.pod
31060 ____________________________________________________________________________
31061 [  6370] By: jhi                                   on 2000/07/11  19:31:13
31062         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
31063      Branch: cfgperl
31064            ! t/pragma/overload.t
31065 ____________________________________________________________________________
31066 [  6369] By: gsar                                  on 2000/07/11  19:27:48
31067         Log: integrate cfgperl changes#6293..6324 into mainline
31068      Branch: perl
31069           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
31070            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
31071           !> (integrate 30 files)
31072 ____________________________________________________________________________
31073 [  6368] By: gsar                                  on 2000/07/11  19:18:57
31074         Log: skip integrate of problematic change#6292 from cfgperl into mainline
31075      Branch: perl
31076           !> pp_hot.c
31077 ____________________________________________________________________________
31078 [  6367] By: gsar                                  on 2000/07/11  19:17:21
31079         Log: integrate cfgperl changes#6288..6290 into mainline
31080      Branch: perl
31081           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
31082 ____________________________________________________________________________
31083 [  6366] By: gsar                                  on 2000/07/11  19:11:18
31084         Log: integrate cfgperl changes#6268..6282 into mainline
31085      Branch: perl
31086           !> (integrate 30 files)
31087 ____________________________________________________________________________
31088 [  6365] By: gsar                                  on 2000/07/11  18:57:00
31089         Log: delete new accidentally branched file
31090      Branch: perl
31091            - t/op/method2entersub.t
31092 ____________________________________________________________________________
31093 [  6364] By: gsar                                  on 2000/07/11  18:55:13
31094         Log: skip integrate of change#6267 from cfgperl into mainline (the
31095              method call optimization is flawed without additional hints
31096              from user about immutableness of @ISA and no runtime method
31097              definitions)
31098      Branch: perl
31099           +> t/op/method2entersub.t
31100           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
31101           !> perl.h t/op/sprintf.t xsutils.c
31102 ____________________________________________________________________________
31103 [  6363] By: gsar                                  on 2000/07/11  18:49:43
31104         Log: integrate cfgperl changes#6261..6266 into mainline
31105      Branch: perl
31106           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
31107           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
31108           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31109           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
31110 ____________________________________________________________________________
31111 [  6362] By: gsar                                  on 2000/07/11  18:43:26
31112         Log: integrate cfgperl changes#6252..6260 into mainline
31113      Branch: perl
31114           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
31115           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
31116           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
31117           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
31118 ____________________________________________________________________________
31119 [  6361] By: gsar                                  on 2000/07/11  18:37:12
31120         Log: skip integrate of problematic change#6251 from cfgperl into mainline
31121      Branch: perl
31122           !> lib/Exporter.pm
31123 ____________________________________________________________________________
31124 [  6360] By: gsar                                  on 2000/07/11  18:34:56
31125         Log: integrate cfgperl change#6250 into mainline
31126      Branch: perl
31127           +> t/op/my_stash.t
31128           !> MANIFEST embed.pl proto.h toke.c
31129 ____________________________________________________________________________
31130 [  6359] By: gsar                                  on 2000/07/11  18:21:19
31131         Log: integrate cfgperl changes#6242..6249 into mainline
31132      Branch: perl
31133           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
31134           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
31135           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
31136           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
31137           !> t/lib/peek.t utf8.c
31138 ____________________________________________________________________________
31139 [  6358] By: gsar                                  on 2000/07/11  18:15:45
31140         Log: skip integrate of problematic change#6241 from cfgperl into mainline
31141      Branch: perl
31142           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
31143 ____________________________________________________________________________
31144 [  6357] By: jhi                                   on 2000/07/11  18:15:16
31145         Log: Fix for
31146              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
31147              From: Roderick Schertler <roderick@argon.org> 
31148              Date: Tue, 11 Jul 2000 13:55:05 -0400 
31149              Message-Id: <200007111755.NAA05077@jones.argon.org> 
31150      Branch: cfgperl
31151            ! doio.c
31152 ____________________________________________________________________________
31153 [  6356] By: jhi                                   on 2000/07/11  18:12:51
31154         Log: Typo in #6341.
31155      Branch: cfgperl
31156            ! pp_hot.c
31157 ____________________________________________________________________________
31158 [  6355] By: gsar                                  on 2000/07/11  18:12:10
31159         Log: integrate cfgperl changes#6231..6240 into mainline
31160      Branch: perl
31161           +> pod/perlutil.pod
31162           !> (integrate 35 files)
31163 ____________________________________________________________________________
31164 [  6354] By: jhi                                   on 2000/07/11  18:04:34
31165         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
31166              From: Dominic Dunlop <domo@computer.org> 
31167              Date: Tue, 11 Jul 2000 12:27:33 +0200 
31168              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
31169              
31170              Replaces change #6268.
31171      Branch: cfgperl
31172            ! t/op/sprintf.t
31173 ____________________________________________________________________________
31174 [  6353] By: gsar                                  on 2000/07/11  17:59:51
31175         Log: skip integrate of problematic change#6230 from cfgperl into mainline
31176              (a later version of File::Spec is already in mainline)
31177      Branch: perl
31178           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
31179           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
31180 ____________________________________________________________________________
31181 [  6352] By: gsar                                  on 2000/07/11  17:57:48
31182         Log: integrate cfgperl changes#6224..6229 into mainline
31183      Branch: perl
31184           +> lib/lib.pm.PL
31185            - lib/lib.pm
31186           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
31187           !> lib/English.pm op.c t/lib/english.t
31188 ____________________________________________________________________________
31189 [  6351] By: gsar                                  on 2000/07/11  17:50:10
31190         Log: skip integrate of problematic change#6223 from cfgperl into mainline
31191      Branch: perl
31192           !> doio.c
31193 ____________________________________________________________________________
31194 [  6350] By: gsar                                  on 2000/07/11  17:48:28
31195         Log: integrate cfgperl changes#6220..6222 into mainline
31196      Branch: perl
31197           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
31198           !> toke.c utf8.c win32/win32.h
31199 ____________________________________________________________________________
31200 [  6349] By: gsar                                  on 2000/07/11  17:46:13
31201         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
31202              mainline
31203      Branch: perl
31204           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
31205           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
31206           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31207 ____________________________________________________________________________
31208 [  6348] By: jhi                                   on 2000/07/11  17:45:49
31209         Log: README.posix-bc podified from Thomas Dorner.
31210      Branch: cfgperl
31211            ! README.posix-bc
31212 ____________________________________________________________________________
31213 [  6347] By: gsar                                  on 2000/07/11  17:42:04
31214         Log: integrate cfgperl change#6217 into mainline
31215      Branch: perl
31216           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
31217           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
31218           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
31219 ____________________________________________________________________________
31220 [  6346] By: gsar                                  on 2000/07/11  17:39:37
31221         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
31222              mainline
31223      Branch: perl
31224           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
31225           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31226           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
31227           !> perlapi.h pod/perlapi.pod
31228 ____________________________________________________________________________
31229 [  6345] By: gsar                                  on 2000/07/11  17:36:42
31230         Log: integrate cfgperl changes#6207..6210 into mainline
31231      Branch: perl
31232           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
31233           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
31234 ____________________________________________________________________________
31235 [  6344] By: gsar                                  on 2000/07/11  17:31:20
31236         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
31237              mainline
31238      Branch: perl
31239           !> (integrate 40 files)
31240 ____________________________________________________________________________
31241 [  6343] By: gsar                                  on 2000/07/11  17:19:08
31242         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
31243      Branch: perl
31244           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
31245            ! Changes
31246           !> (integrate 34 files)
31247 ____________________________________________________________________________
31248 [  6342] By: jhi                                   on 2000/07/11  16:05:48
31249         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
31250              To: perl5-porters@perl.org
31251              From: Karsten Sperling <spiff@phreax.net>
31252              Date: Mon, 10 Jul 2000 15:12:52 +0200
31253              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
31254      Branch: cfgperl
31255            ! lib/Symbol.pm
31256 ____________________________________________________________________________
31257 [  6341] By: jhi                                   on 2000/07/11  15:59:23
31258         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
31259              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31260              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
31261              Date: Fri, 07 Jul 2000 17:57:16 +0100
31262      Branch: cfgperl
31263            ! pp_hot.c
31264 ____________________________________________________________________________
31265 [  6340] By: jhi                                   on 2000/07/11  15:55:47
31266         Log: Subject: Re: format bug report  [Patch]
31267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31268              Date: Wed, 05 Jul 2000 13:12:52 +0200
31269              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
31270              
31271              Subject: Re: format bug report  [Patch]
31272              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31273              Date: Wed, 05 Jul 2000 14:10:01 +0200
31274              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
31275      Branch: cfgperl
31276            ! t/op/write.t toke.c
31277 ____________________________________________________________________________
31278 [  6339] By: jhi                                   on 2000/07/11  13:54:09
31279         Log: Be less forgiving about ambiguous and illegal tr ranges.
31280              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
31281              From: Mark-Jason Dominus <mjd@plover.com>
31282              Date: Tue, 04 Jul 2000 10:00:12 -0400
31283              Message-ID: <20000704140012.17772.qmail@plover.com>
31284              
31285              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
31286              From: Mark-Jason Dominus <mjd@plover.com>
31287              Date: Wed, 05 Jul 2000 09:37:36 -0400
31288              Message-ID: <20000705133736.27293.qmail@plover.com>
31289      Branch: cfgperl
31290            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
31291 ____________________________________________________________________________
31292 [  6338] By: jhi                                   on 2000/07/11  13:31:24
31293         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
31294              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31295              Date: Tue, 11 Jul 2000 13:50:51 +0100
31296              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
31297      Branch: cfgperl
31298            ! sv.c
31299 ____________________________________________________________________________
31300 [  6337] By: jhi                                   on 2000/07/11  13:29:14
31301         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
31302              From: Hugo <hv@crypt.compulink.co.uk>
31303              Date: Tue, 11 Jul 2000 12:44:50 +0100
31304              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
31305      Branch: cfgperl
31306            ! regexec.c t/op/re_tests
31307 ____________________________________________________________________________
31308 [  6336] By: jhi                                   on 2000/07/11  13:26:47
31309         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
31310              From: simon@brecon.co.uk (Simon Cozens)
31311              Date: 7 Jul 2000 11:26:09 GMT
31312              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
31313      Branch: cfgperl
31314            ! mg.c
31315 ____________________________________________________________________________
31316 [  6335] By: jhi                                   on 2000/07/11  13:23:37
31317         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
31318              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
31319              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
31320              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
31321      Branch: cfgperl
31322            + ext/DynaLoader/hints/netbsd.pl
31323            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
31324 ____________________________________________________________________________
31325 [  6334] By: jhi                                   on 2000/07/11  13:20:38
31326         Log: Subject: PATCH perlguts.pod: Document D and d magic types
31327              From: mjd@plover.com
31328              Date: 5 Jul 2000 18:01:51 -0000
31329              Message-ID: <20000705180151.29413.qmail@plover.com>
31330      Branch: cfgperl
31331            ! pod/perlguts.pod
31332 ____________________________________________________________________________
31333 [  6333] By: jhi                                   on 2000/07/11  13:15:51
31334         Log: Precedence goof, fix based on
31335              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
31336              From: Hugo <hv@crypt.compulink.co.uk>
31337              Date: Tue, 11 Jul 2000 12:52:38 +0100
31338              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
31339      Branch: cfgperl
31340            ! t/op/taint.t
31341 ____________________________________________________________________________
31342 [  6332] By: jhi                                   on 2000/07/11  12:40:17
31343         Log: Integrate with Sarathy.
31344      Branch: cfgperl
31345           !> win32/win32sck.c
31346 ____________________________________________________________________________
31347 [  6331] By: jhi                                   on 2000/07/10  20:14:16
31348         Log: Sprinkle ldlibpath.
31349      Branch: cfgperl
31350            ! pod/Makefile.SH
31351 ____________________________________________________________________________
31352 [  6330] By: jhi                                   on 2000/07/10  17:54:49
31353         Log: More POSIX.pod tweaks.
31354      Branch: cfgperl
31355            ! ext/POSIX/POSIX.pod
31356 ____________________________________________________________________________
31357 [  6329] By: jhi                                   on 2000/07/10  14:02:12
31358         Log: Reorder perl.pod once more.
31359      Branch: cfgperl
31360            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31361 ____________________________________________________________________________
31362 [  6328] By: gsar                                  on 2000/07/10  07:06:00
31363         Log: accept() leaks memory on windows due to incorrect ordering of
31364              closesocket() and fclose() calls
31365      Branch: perl
31366            ! win32/win32sck.c
31367 ____________________________________________________________________________
31368 [  6327] By: gsar                                  on 2000/07/10  06:49:17
31369         Log: winsock options weren't being set in all threads under ithreads
31370              (caused send()s from second and subsequent threads to fail)
31371      Branch: perl
31372            ! win32/win32sck.c
31373 ____________________________________________________________________________
31374 [  6326] By: jhi                                   on 2000/07/08  02:45:40
31375         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
31376              was cast to an unsigned (32-bit) integer with wild abandon.
31377      Branch: cfgperl
31378            ! ext/Devel/DProf/DProf.xs
31379 ____________________________________________________________________________
31380 [  6325] By: jhi                                   on 2000/07/07  18:50:33
31381         Log: Remove perlbook, update perlfaq book listing,
31382              rearrange perl.pod, regenerate perltoc.
31383      Branch: cfgperl
31384            - pod/perlbook.pod
31385            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
31386            ! pod/perlfaq2.pod pod/perltoc.pod
31387 ____________________________________________________________________________
31388 [  6324] By: jhi                                   on 2000/07/07  14:03:40
31389         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
31390      Branch: cfgperl
31391            ! sv.h toke.c
31392 ____________________________________________________________________________
31393 [  6323] By: jhi                                   on 2000/07/06  16:03:55
31394         Log: Fix complaints of buildtoc.
31395      Branch: cfgperl
31396            + lib/Win32.pod
31397            - pod/Win32.pod
31398            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31399 ____________________________________________________________________________
31400 [  6322] By: jhi                                   on 2000/07/06  15:15:52
31401         Log: Add =head1 NAMEs so that buildtoc is happy.
31402              (The CGI::Util nit reported to Lincoln.)
31403      Branch: cfgperl
31404            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
31405            ! pod/perltoc.pod
31406 ____________________________________________________________________________
31407 [  6321] By: jhi                                   on 2000/07/06  03:16:04
31408         Log: Config is being used.
31409      Branch: cfgperl
31410            ! t/op/method.t
31411 ____________________________________________________________________________
31412 [  6320] By: jhi                                   on 2000/07/06  03:13:13
31413         Log: Integrate with Sarathy.
31414      Branch: cfgperl
31415           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
31416 ____________________________________________________________________________
31417 [  6319] By: jhi                                   on 2000/07/06  03:11:46
31418         Log: Autogenerate pod/Makefile and pod/buildtoc.
31419              buildtoc also checks whether the existin pods are
31420              mentioned in MANIFEST and perl.pod, and vice versa.
31421              (None of the thusly found discrepancies fixed yet.)
31422              roffitall also needs to be autogenerated similarly but it
31423              seems so badly out of date that I didn't touch it yet.
31424      Branch: cfgperl
31425            + pod/Makefile.SH pod/buildtoc.PL
31426            - pod/Makefile pod/buildtoc
31427            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
31428 ____________________________________________________________________________
31429 [  6318] By: gsar                                  on 2000/07/05  22:10:54
31430         Log: fix UNC path handling on Windows under ithreads, and chdir()
31431              return value when given a non-existent directory
31432      Branch: perl
31433            ! win32/vdir.h
31434 ____________________________________________________________________________
31435 [  6317] By: gsar                                  on 2000/07/05  22:08:19
31436         Log: winsock cleanup never done on Windows (leads to handle leaks)
31437      Branch: perl
31438            ! win32/perllib.c win32/win32sck.c
31439 ____________________________________________________________________________
31440 [  6316] By: gsar                                  on 2000/07/05  22:06:19
31441         Log: some debugger output does not go to the socket when RemotePort is set
31442      Branch: perl
31443            ! lib/perl5db.pl
31444 ____________________________________________________________________________
31445 [  6315] By: jhi                                   on 2000/07/05  00:25:21
31446         Log: Integrate with Sarathy, preliminary fix for unicos
31447              alignment problems in [ID 20000612.002] Perl problem on Cray system.
31448      Branch: cfgperl
31449            ! sv.h
31450           !> pp_hot.c
31451 ____________________________________________________________________________
31452 [  6314] By: gsar                                  on 2000/07/04  23:34:02
31453         Log: tyop in change#6306
31454      Branch: perl
31455            ! pp_hot.c
31456 ____________________________________________________________________________
31457 [  6313] By: jhi                                   on 2000/07/04  22:14:38
31458         Log: Multiline string literals ENONPORTABLE.
31459      Branch: cfgperl
31460            ! pp_hot.c
31461 ____________________________________________________________________________
31462 [  6312] By: jhi                                   on 2000/07/04  20:34:44
31463         Log: Integrate with Sarathy.
31464      Branch: cfgperl
31465           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
31466           !> t/op/method.t
31467 ____________________________________________________________________________
31468 [  6311] By: jhi                                   on 2000/07/04  20:30:56
31469         Log: More POSIX.pod embellishment.
31470      Branch: cfgperl
31471            ! ext/POSIX/POSIX.pod
31472 ____________________________________________________________________________
31473 [  6310] By: gsar                                  on 2000/07/04  17:28:48
31474         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
31475      Branch: perl
31476            ! t/lib/b.t
31477 ____________________________________________________________________________
31478 [  6309] By: jhi                                   on 2000/07/04  17:22:18
31479         Log: The #6308 required a little bit more.
31480      Branch: cfgperl
31481            ! Makefile.SH win32/Makefile
31482 ____________________________________________________________________________
31483 [  6308] By: jhi                                   on 2000/07/04  16:35:24
31484         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
31485      Branch: cfgperl
31486            + lib/lib_pm.PL
31487            - lib/lib.pm.PL
31488            ! MANIFEST Makefile.SH
31489 ____________________________________________________________________________
31490 [  6307] By: jhi                                   on 2000/07/04  16:28:58
31491         Log: Win32 patches for cfgperl from Sarathy.
31492      Branch: cfgperl
31493            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
31494            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
31495            ! thread.h toke.c util.c win32/Makefile win32/win32.c
31496 ____________________________________________________________________________
31497 [  6306] By: gsar                                  on 2000/07/04  16:28:40
31498         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
31499              (from Richard Soderberg <rs@oregonnet.com>)
31500      Branch: perl
31501            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
31502 ____________________________________________________________________________
31503 [  6305] By: jhi                                   on 2000/07/04  16:24:24
31504         Log: Integrate with Sarathy.
31505      Branch: cfgperl
31506           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
31507           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31508           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
31509           !> proto.h win32/win32.c
31510 ____________________________________________________________________________
31511 [  6304] By: gsar                                  on 2000/07/04  16:17:24
31512         Log: missing perldiag entry for unpack("w",...) diagnostic (from
31513              Andreas Koenig)
31514      Branch: perl
31515            ! pod/perldiag.pod
31516 ____________________________________________________________________________
31517 [  6303] By: gsar                                  on 2000/07/04  16:14:44
31518         Log: remove rel2abs prototypes (from Barrie Slaymaker)
31519      Branch: perl
31520            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
31521            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31522 ____________________________________________________________________________
31523 [  6302] By: gsar                                  on 2000/07/04  04:59:35
31524         Log: adjust change#6299
31525      Branch: perl
31526            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
31527            ! win32/win32.c
31528 ____________________________________________________________________________
31529 [  6301] By: jhi                                   on 2000/07/04  04:50:07
31530         Log: Integrate with Sarathy.
31531      Branch: cfgperl
31532           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
31533           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
31534           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
31535 ____________________________________________________________________________
31536 [  6300] By: gsar                                  on 2000/07/04  04:42:09
31537         Log: PERL_OBJECT build tweak
31538      Branch: perl
31539            ! perl.h
31540 ____________________________________________________________________________
31541 [  6299] By: gsar                                  on 2000/07/04  04:37:00
31542         Log: fix memory leak on Windows (PL_sys_intern contents were never
31543              freed)
31544      Branch: perl
31545            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
31546            ! perlapi.c proto.h win32/win32.c
31547 ____________________________________________________________________________
31548 [  6298] By: gsar                                  on 2000/07/04  04:15:59
31549         Log: fix large memory leak that has been around for ever, masked by
31550              -DPURIFY (most of the arenas were never freed!)
31551      Branch: perl
31552            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
31553 ____________________________________________________________________________
31554 [  6297] By: gsar                                  on 2000/07/04  04:07:46
31555         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
31556      Branch: perl
31557            ! perl.c
31558 ____________________________________________________________________________
31559 [  6296] By: jhi                                   on 2000/06/30  18:28:37
31560         Log: Elaborate POSIX.pod.  Still needs work.
31561      Branch: cfgperl
31562            ! ext/POSIX/POSIX.pod
31563 ____________________________________________________________________________
31564 [  6295] By: jhi                                   on 2000/06/30  14:58:18
31565         Log: Point to perlipc for more SysV IPC examples.
31566      Branch: cfgperl
31567            ! pod/perlfunc.pod
31568 ____________________________________________________________________________
31569 [  6294] By: gsar                                  on 2000/06/30  14:47:45
31570         Log: slurp mode fix in change#4736 still not quite right
31571      Branch: perl
31572            ! pp_hot.c t/io/argv.t
31573 ____________________________________________________________________________
31574 [  6293] By: jhi                                   on 2000/06/30  12:02:55
31575         Log: Integrate with Sarathy.
31576      Branch: cfgperl
31577           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
31578 ____________________________________________________________________________
31579 [  6292] By: jhi                                   on 2000/06/30  12:01:11
31580         Log: From: simon@brecon.co.uk (Simon Cozens)
31581              Subject: UTF8 concat
31582              Date: 30 Jun 2000 06:13:25 GMT
31583              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
31584      Branch: cfgperl
31585            ! pp_hot.c
31586 ____________________________________________________________________________
31587 [  6291] By: gsar                                  on 2000/06/30  04:37:33
31588         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
31589              when @_ is modified, causing coredumps
31590      Branch: perl
31591            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
31592 ____________________________________________________________________________
31593 [  6290] By: jhi                                   on 2000/06/30  02:21:44
31594         Log: Integrate with Sarathy.
31595      Branch: cfgperl
31596           !> vms/vms.c vms/vmsish.h
31597 ____________________________________________________________________________
31598 [  6289] By: jhi                                   on 2000/06/30  02:21:02
31599         Log: Check VERSIONs.
31600      Branch: cfgperl
31601            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31602            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31603            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31604 ____________________________________________________________________________
31605 [  6288] By: jhi                                   on 2000/06/30  02:18:52
31606         Log: Integrate with Sarathy.
31607      Branch: cfgperl
31608           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
31609           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31610           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31611           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
31612 ____________________________________________________________________________
31613 [  6287] By: gsar                                  on 2000/06/30  02:17:08
31614         Log: integrate vmsperl changes into mainline
31615      Branch: perl
31616           !> vms/vms.c vms/vmsish.h
31617 ____________________________________________________________________________
31618 [  6285] By: gsar                                  on 2000/06/30  02:05:28
31619         Log: localize %INC in a Safe compartment so that use/require work
31620              (many other magic globals probably need similar treatment)
31621      Branch: perl
31622            ! ext/Opcode/Opcode.xs
31623 ____________________________________________________________________________
31624 [  6284] By: gsar                                  on 2000/06/30  01:54:54
31625         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
31626              about Windows
31627      Branch: perl
31628            ! pod/perlembed.pod
31629 ____________________________________________________________________________
31630 [  6283] By: jhi                                   on 2000/06/30  01:50:10
31631         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
31632              From: Barrie Slaymaker <barries@jester.slaysys.com>
31633              Date: Wed, 28 Jun 2000 11:35:29 -0400
31634              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
31635      Branch: perl
31636            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
31637            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
31638            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31639            ! lib/File/Spec/Win32.pm
31640 ____________________________________________________________________________
31641 [  6282] By: jhi                                   on 2000/06/29  22:57:22
31642         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
31643              From: Dan Sugalski <dan@sidhe.org>
31644              Date: Tue, 06 Jun 2000 11:59:50 -0400
31645              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
31646      Branch: cfgperl
31647            ! vms/vms.c
31648 ____________________________________________________________________________
31649 [  6281] By: jhi                                   on 2000/06/29  22:52:50
31650         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
31651              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31652              Date: Wed, 7 Jun 2000 04:02:04 -0500
31653              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
31654      Branch: cfgperl
31655            ! utils/h2xs.PL
31656 ____________________________________________________________________________
31657 [  6280] By: jhi                                   on 2000/06/29  22:45:47
31658         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
31659              From: rspier@pobox.com (Robert Spier)
31660              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
31661              Message-ID: <14654.31913.845602.610277@rls.cx>
31662      Branch: cfgperl
31663            ! utils/h2xs.PL
31664 ____________________________________________________________________________
31665 [  6279] By: jhi                                   on 2000/06/29  22:38:16
31666         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
31667              From: Tim Ayers <tayers@bridge.com>
31668              Date: Thu, 08 Jun 2000 08:11:06 +0200
31669              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
31670              [resent by Richard Foley, Message-Id probably wrong]
31671      Branch: cfgperl
31672            ! pod/perlsub.pod
31673 ____________________________________________________________________________
31674 [  6278] By: jhi                                   on 2000/06/29  22:21:45
31675         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
31676              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
31677              Date: Fri, 09 Jun 2000 12:39:27 -0400
31678              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
31679              (plus update the version "number" of Text::Wrap)
31680      Branch: cfgperl
31681            ! lib/Text/Wrap.pm
31682 ____________________________________________________________________________
31683 [  6277] By: jhi                                   on 2000/06/29  22:13:10
31684         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
31685              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31686              Date: Mon, 12 Jun 2000 14:55:59 +0100
31687              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
31688      Branch: cfgperl
31689            ! pod/perlfunc.pod
31690 ____________________________________________________________________________
31691 [  6276] By: jhi                                   on 2000/06/29  22:11:06
31692         Log: Subject: [PATCH] Re: eval documentation: context
31693              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31694              Date: Mon, 12 Jun 2000 15:07:29 +0100
31695              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
31696      Branch: cfgperl
31697            ! pod/perlfunc.pod
31698 ____________________________________________________________________________
31699 [  6275] By: jhi                                   on 2000/06/29  21:59:46
31700         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
31701              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31702              Date: Tue, 13 Jun 2000 02:43:48 -0500
31703              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
31704      Branch: cfgperl
31705            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
31706 ____________________________________________________________________________
31707 [  6274] By: jhi                                   on 2000/06/29  21:56:14
31708         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
31709              From: Andy Dougherty <doughera@lafayette.edu>
31710              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
31711              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
31712      Branch: cfgperl
31713            ! ext/File/Glob/Glob.pm
31714 ____________________________________________________________________________
31715 [  6273] By: jhi                                   on 2000/06/29  21:49:09
31716         Log: Subject: [PATCH] xsub attributes
31717              From: Doug MacEachern <dougm@covalent.net>
31718              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
31719              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
31720      Branch: cfgperl
31721            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
31722            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
31723 ____________________________________________________________________________
31724 [  6272] By: jhi                                   on 2000/06/29  21:41:28
31725         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
31726              From: Tom Phoenix <rootbeer@redcat.com>
31727              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
31728              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
31729      Branch: cfgperl
31730            ! lib/Net/Ping.pm
31731 ____________________________________________________________________________
31732 [  6271] By: jhi                                   on 2000/06/29  21:36:55
31733         Log: Subject: PATCH pod/perltie.pod
31734              From: Ian Phillipps <Ian.Phillipps@iname.com>
31735              Date: Fri, 16 Jun 2000 00:17:19 +0100
31736              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
31737              (only the first hunk, the second hunk had already been done
31738              by some other patch)
31739      Branch: cfgperl
31740            ! pod/perltie.pod
31741 ____________________________________________________________________________
31742 [  6270] By: jhi                                   on 2000/06/29  21:24:51
31743         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
31744              From: Nicholas Clark <nick@talking.bollo.cx>
31745              Date: Fri, 23 Jun 2000 16:21:15 +0100
31746              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
31747      Branch: cfgperl
31748            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
31749            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
31750 ____________________________________________________________________________
31751 [  6269] By: jhi                                   on 2000/06/29  19:38:15
31752         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
31753              silence few compiler warnings.
31754      Branch: cfgperl
31755            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
31756 ____________________________________________________________________________
31757 [  6268] By: jhi                                   on 2000/06/29  18:21:50
31758         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
31759              From: Dominic Dunlop <domo@computer.org> 
31760              Date: Thu, 29 Jun 2000 12:32:39 +0200 
31761              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
31762      Branch: cfgperl
31763            ! t/op/sprintf.t
31764 ____________________________________________________________________________
31765 [  6267] By: jhi                                   on 2000/06/29  18:16:07
31766         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
31767              From: Doug MacEachern <dougm@covalent.net>
31768              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
31769              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
31770      Branch: cfgperl
31771            + t/op/method2entersub.t
31772            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
31773            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31774            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
31775            ! xsutils.c
31776 ____________________________________________________________________________
31777 [  6266] By: jhi                                   on 2000/06/29  15:11:15
31778         Log: Subject: [PATCH 5.6.0] cygwin port
31779              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
31780              From: "Fifer, Eric" <EFifer@sanwaint.com>
31781              Date: Thu, 29 Jun 2000 12:58:29 +0100
31782      Branch: cfgperl
31783            ! cygwin/Makefile.SHs
31784 ____________________________________________________________________________
31785 [  6265] By: jhi                                   on 2000/06/29  15:04:05
31786         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
31787              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31788              Date: Wed, 28 Jun 2000 17:50:12 -0700
31789              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
31790      Branch: cfgperl
31791            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31792 ____________________________________________________________________________
31793 [  6264] By: jhi                                   on 2000/06/29  15:00:57
31794         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
31795              From: Marty Lucich <marty@netcom.com>
31796              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
31797              Message-Id: <200006282116.OAA11148@netcom.com>
31798              ccdlflags update (the BSD/OS 4.1 part had already been taken
31799              care of by #6141).
31800      Branch: cfgperl
31801            ! hints/bsdos.sh
31802 ____________________________________________________________________________
31803 [  6263] By: jhi                                   on 2000/06/29  13:47:44
31804         Log: tr fixes from Simon Cozens
31805      Branch: cfgperl
31806            ! doop.c
31807 ____________________________________________________________________________
31808 [  6262] By: jhi                                   on 2000/06/28  18:46:01
31809         Log: Subject: 5.6.0 Patch for EPOC
31810              From: Olaf Flebbe <o.flebbe@gmx.de>
31811              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
31812              Message-ID: <23449.960929969@www11.gmx.net>
31813      Branch: cfgperl
31814            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
31815            ! epoc/epocish.h
31816 ____________________________________________________________________________
31817 [  6261] By: jhi                                   on 2000/06/28  18:29:07
31818         Log: Subject: Re: [PATCH cfgperl] BOMs away!
31819              From: simon@brecon.co.uk (Simon Cozens)
31820              Date: 17 Jun 2000 11:49:57 GMT
31821              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
31822      Branch: cfgperl
31823            ! pod/perldiag.pod t/comp/require.t toke.c
31824 ____________________________________________________________________________
31825 [  6260] By: jhi                                   on 2000/06/28  17:47:16
31826         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
31827              From: simon@brecon.co.uk (Simon Cozens) 
31828              Date: 17 Jun 2000 11:56:44 GMT 
31829              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
31830              pack U0, pack C0
31831      Branch: cfgperl
31832            ! pod/perlfunc.pod pp.c t/op/pack.t
31833 ____________________________________________________________________________
31834 [  6259] By: jhi                                   on 2000/06/28  16:43:17
31835         Log: perlnewmod was missing from MANIFEST.
31836      Branch: cfgperl
31837            ! MANIFEST
31838 ____________________________________________________________________________
31839 [  6258] By: jhi                                   on 2000/06/28  15:54:30
31840         Log: linenumber tweak
31841      Branch: cfgperl
31842            ! t/pragma/warn/regcomp
31843 ____________________________________________________________________________
31844 [  6257] By: jhi                                   on 2000/06/28  15:50:44
31845         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
31846              From: Doug MacEachern <dougm@covalent.net>
31847              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
31848              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
31849              (one part of the patch had been applied earlier)
31850      Branch: cfgperl
31851            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
31852 ____________________________________________________________________________
31853 [  6256] By: jhi                                   on 2000/06/28  15:40:22
31854         Log: tweaks from Simon Cozens to further fix tr/// under utf8
31855      Branch: cfgperl
31856            ! doop.c
31857 ____________________________________________________________________________
31858 [  6255] By: jhi                                   on 2000/06/28  15:33:45
31859         Log: small thinko tweaks
31860      Branch: cfgperl
31861            ! lib/IPC/Open3.pm t/op/my_stash.t
31862 ____________________________________________________________________________
31863 [  6254] By: jhi                                   on 2000/06/28  15:33:25
31864         Log: Subject: tr///, help wanted.
31865              From: simon@brecon.co.uk (Simon Cozens)
31866              Date: 28 Jun 2000 11:29:04 GMT
31867              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
31868      Branch: cfgperl
31869            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
31870            ! pp_proto.h proto.h t/op/tr.t
31871 ____________________________________________________________________________
31872 [  6253] By: jhi                                   on 2000/06/28  15:09:17
31873         Log: Paranoia tweak on #6249.
31874              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
31875              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31876              Date: Sun, 25 Jun 2000 23:43:12 -0400
31877              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
31878      Branch: cfgperl
31879            ! lib/IPC/Open3.pm
31880 ____________________________________________________________________________
31881 [  6252] By: jhi                                   on 2000/06/28  15:01:38
31882         Log: Document #6249 and #6251.
31883      Branch: cfgperl
31884            ! lib/Exporter.pm lib/IPC/Open3.pm
31885 ____________________________________________________________________________
31886 [  6251] By: jhi                                   on 2000/06/28  14:50:43
31887         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
31888              From: Doug MacEachern <dougm@covalent.net>
31889              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
31890              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
31891      Branch: cfgperl
31892            ! lib/Exporter.pm
31893 ____________________________________________________________________________
31894 [  6250] By: jhi                                   on 2000/06/28  14:45:23
31895         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
31896              From: Doug MacEachern <dougm@covalent.net>
31897              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
31898              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
31899      Branch: cfgperl
31900            + t/op/my_stash.t
31901            ! MANIFEST embed.pl global.sym proto.h toke.c
31902 ____________________________________________________________________________
31903 [  6249] By: jhi                                   on 2000/06/28  14:36:34
31904         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
31905              From: Frank Tobin <ftobin@uiuc.edu>
31906              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
31907              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
31908      Branch: cfgperl
31909            ! lib/IPC/Open3.pm
31910 ____________________________________________________________________________
31911 [  6248] By: jhi                                   on 2000/06/28  14:11:25
31912         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
31913              From: Mark-Jason Dominus <mjd@plover.com>
31914              Date: Tue, 27 Jun 2000 22:36:42 -0400
31915              Message-ID: <20000628023642.12166.qmail@plover.com>
31916      Branch: cfgperl
31917            ! pod/perlfunc.pod
31918 ____________________________________________________________________________
31919 [  6247] By: jhi                                   on 2000/06/27  12:46:37
31920         Log: Tweak $VERSION, patch from Doug MacEachern.
31921      Branch: cfgperl
31922            ! lib/File/Spec.pm
31923 ____________________________________________________________________________
31924 [  6246] By: jhi                                   on 2000/06/27  03:34:46
31925         Log: Allow for standalone testing.
31926      Branch: cfgperl
31927            ! t/lib/filefunc.t t/lib/filespec.t
31928 ____________________________________________________________________________
31929 [  6245] By: jhi                                   on 2000/06/27  02:50:02
31930         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
31931              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31932              Date: Sat, 24 Jun 2000 13:06:20 +0100
31933              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
31934      Branch: cfgperl
31935            ! ext/DynaLoader/DynaLoader_pm.PL
31936 ____________________________________________________________________________
31937 [  6244] By: jhi                                   on 2000/06/27  02:46:10
31938         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
31939              From: Doug MacEachern <dougm@covalent.net>
31940              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
31941              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
31942      Branch: cfgperl
31943            ! gv.c sv.c t/lib/peek.t
31944 ____________________________________________________________________________
31945 [  6243] By: jhi                                   on 2000/06/27  02:38:07
31946         Log: Subject: [PATCH] is_utf8_string
31947              From: simon@brecon.co.uk (Simon Cozens)
31948              Date: 26 Jun 2000 02:25:59 GMT
31949              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
31950      Branch: cfgperl
31951            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
31952            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
31953            ! proto.h utf8.c
31954 ____________________________________________________________________________
31955 [  6242] By: jhi                                   on 2000/06/27  02:24:00
31956         Log: Subject: [PATCH] bytes<->utf8 fixes
31957              From: simon@brecon.co.uk (Simon Cozens)
31958              Date: 26 Jun 2000 04:55:45 GMT
31959              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
31960      Branch: cfgperl
31961            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
31962 ____________________________________________________________________________
31963 [  6241] By: jhi                                   on 2000/06/27  02:12:42
31964         Log: Do no -warn on \_, only on \alpha.
31965              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
31966              From: David Dyck <dcd@tc.fluke.com>
31967              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
31968              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
31969      Branch: cfgperl
31970            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
31971 ____________________________________________________________________________
31972 [  6240] By: jhi                                   on 2000/06/27  02:00:01
31973         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
31974              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31975              Date: Mon, 26 Jun 2000 18:40:14 +0100
31976              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
31977      Branch: cfgperl
31978            ! utils/h2xs.PL
31979 ____________________________________________________________________________
31980 [  6239] By: jhi                                   on 2000/06/27  01:53:40
31981         Log: Configure maintenance.  Sever some dependency cycles,
31982              separate gccversion from the cc unit,
31983              address [ID 20000623.006] Configure script patch for using gcc on AIX
31984              (but solve it a little bit differently),
31985              unduplex some accidentally duplicated units,
31986              suggest using gcc if no cc available
31987              (p5p thread: "Solaris configure: counterproposal", 1999-09)
31988      Branch: cfgperl
31989            ! Configure Todo-5.6 config_h.SH
31990      Branch: metaconfig
31991            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
31992            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
31993      Branch: metaconfig/U/perl
31994            + gccvers.U
31995            ! d_getespwnam.U d_getprpwnam.U i_prot.U
31996 ____________________________________________________________________________
31997 [  6238] By: jhi                                   on 2000/06/25  18:04:56
31998         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
31999              From: Dan Sugalski <dan@sidhe.org>
32000              Date: Fri, 23 Jun 2000 17:00:00 -0400
32001              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
32002      Branch: cfgperl
32003            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
32004 ____________________________________________________________________________
32005 [  6237] By: jhi                                   on 2000/06/25  16:36:45
32006         Log: Tweak embed.pl, regen headers.
32007      Branch: cfgperl
32008            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
32009            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
32010            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
32011            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
32012            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
32013 ____________________________________________________________________________
32014 [  6236] By: jhi                                   on 2000/06/25  15:26:42
32015         Log: Regen headers.
32016      Branch: cfgperl
32017            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
32018            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
32019            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
32020            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
32021            ! regnodes.h warnings.h
32022 ____________________________________________________________________________
32023 [  6235] By: jhi                                   on 2000/06/23  19:39:35
32024         Log: The thread begun by
32025              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
32026              From: Kevin.Ruscoe@ubsw.com
32027              Date: Fri, 16 Jun 2000 16:38:51 +0100
32028              Message-Id: <H000019b03c300d6@MHS>
32029      Branch: cfgperl
32030            ! hints/solaris_2.sh
32031 ____________________________________________________________________________
32032 [  6234] By: jhi                                   on 2000/06/23  19:23:36
32033         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
32034              because when run as services (Win32ese for daemons)
32035              no environment variables are set and tmpdir ends up as /tmp,
32036              which is ambiguous.
32037              
32038              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
32039              From: matt@sergeant.org
32040              Date: 16 Jun 2000 16:30:43 -0000
32041              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
32042      Branch: cfgperl
32043            ! lib/File/Spec/Win32.pm
32044 ____________________________________________________________________________
32045 [  6233] By: jhi                                   on 2000/06/23  19:18:58
32046         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
32047              From: Mark-Jason Dominus <mjd@plover.com>
32048              Date: Fri, 16 Jun 2000 20:53:04 -0400
32049              Message-ID: <20000617005304.8008.qmail@plover.com>
32050      Branch: cfgperl
32051            ! op.h
32052 ____________________________________________________________________________
32053 [  6232] By: jhi                                   on 2000/06/23  16:10:02
32054         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
32055              From: simon@brecon.co.uk (Simon Cozens)
32056              Date: 19 Jun 2000 15:18:27 GMT
32057              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
32058              
32059              plus update pod/Makefile and regenerate perltoc
32060      Branch: cfgperl
32061            + pod/perlutil.pod
32062            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
32063 ____________________________________________________________________________
32064 [  6231] By: jhi                                   on 2000/06/23  15:19:18
32065         Log: Subject: [PATCH 5.6.0] cygwin port
32066              From: "Fifer, Eric" <EFifer@sanwaint.com>
32067              Date: Tue, 20 Jun 2000 14:30:58 +0100
32068              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
32069      Branch: cfgperl
32070            ! README.cygwin lib/File/Find.pm
32071 ____________________________________________________________________________
32072 [  6230] By: jhi                                   on 2000/06/23  14:25:21
32073         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
32074      Branch: cfgperl
32075            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
32076            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
32077            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32078            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
32079 ____________________________________________________________________________
32080 [  6229] By: jhi                                   on 2000/06/23  14:13:34
32081         Log: Subject: README.hpux version 0.6.1
32082              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
32083              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32084              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
32085      Branch: cfgperl
32086            ! README.hpux
32087 ____________________________________________________________________________
32088 [  6228] By: jhi                                   on 2000/06/23  14:07:20
32089         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
32090              From: Doug MacEachern <dougm@covalent.net>
32091              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
32092              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
32093      Branch: cfgperl
32094            ! op.c
32095 ____________________________________________________________________________
32096 [  6227] By: jhi                                   on 2000/06/23  14:01:06
32097         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
32098              From: Doug MacEachern <dougm@covalent.net>
32099              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
32100              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
32101      Branch: cfgperl
32102            + lib/lib.pm.PL
32103            - lib/lib.pm
32104            ! MANIFEST Makefile.SH
32105 ____________________________________________________________________________
32106 [  6226] By: jhi                                   on 2000/06/23  13:53:07
32107         Log: Subject: [PATCH] remove forward declarations in Socket.pm
32108              From: Doug MacEachern <dougm@covalent.net>
32109              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
32110              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
32111              
32112              From: Doug MacEachern <dougm@covalent.net>
32113              Subject: Re: [PATCH] remove forward declarations in Socket.pm
32114              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
32115              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
32116      Branch: cfgperl
32117            ! ext/Socket/Socket.pm op.c
32118 ____________________________________________________________________________
32119 [  6225] By: jhi                                   on 2000/06/23  13:41:52
32120         Log: Add source code filenames to apidoc.
32121              From: simon@brecon.co.uk (Simon Cozens)
32122              Subject: [PATCH embed.pl] Source X-ref
32123              Date: 22 Jun 2000 02:18:49 GMT
32124              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
32125      Branch: cfgperl
32126            ! embed.pl
32127 ____________________________________________________________________________
32128 [  6224] By: jhi                                   on 2000/06/23  13:32:33
32129         Log: A way to avoid English.pm performance hit.
32130              From: root <root@jester.slaysys.com>
32131              Subject: [YAPATCH English.pm] My turn to putt again
32132              Date: Thu, 22 Jun 2000 20:33:58 -0400
32133              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
32134      Branch: cfgperl
32135            ! lib/English.pm t/lib/english.t
32136 ____________________________________________________________________________
32137 [  6223] By: jhi                                   on 2000/06/23  13:27:06
32138         Log: Avoid double close().
32139              Subject: [PATCH] avoid double close()
32140              From: Doug MacEachern <dougm@covalent.net>
32141              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
32142              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
32143      Branch: cfgperl
32144            ! doio.c
32145 ____________________________________________________________________________
32146 [  6222] By: jhi                                   on 2000/06/23  13:25:54
32147         Log: doc typo fix
32148              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
32149              From: Ian Phillipps <Ian.Phillipps@iname.com>
32150              Date: Fri, 23 Jun 2000 10:40:58 +0100
32151              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
32152      Branch: cfgperl
32153            ! lib/Pod/Usage.pm
32154 ____________________________________________________________________________
32155 [  6221] By: jhi                                   on 2000/06/23  13:24:15
32156         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
32157              From: simon@brecon.co.uk (Simon Cozens)
32158              Subject: [PATCH] Eliminate tr///[CU][CU]
32159              Date: 23 Jun 2000 11:05:40 GMT
32160              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
32161      Branch: cfgperl
32162            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
32163 ____________________________________________________________________________
32164 [  6220] By: jhi                                   on 2000/06/22  16:07:51
32165         Log: Win32 patches from Benjamin Stuhl.
32166      Branch: cfgperl
32167            ! makedef.pl win32/win32.h
32168 ____________________________________________________________________________
32169 [  6219] By: jhi                                   on 2000/06/22  16:06:34
32170         Log: Bytecode patches from Benjamin Stuhl.
32171      Branch: cfgperl
32172            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32173            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
32174            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32175 ____________________________________________________________________________
32176 [  6218] By: jhi                                   on 2000/06/15  23:54:16
32177         Log: Bytecode patches from Benjamin Stuhl.
32178      Branch: cfgperl
32179            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32180 ____________________________________________________________________________
32181 [  6217] By: jhi                                   on 2000/06/09  13:38:29
32182         Log: Rename the fdpid locking and integrate with Sarathy.
32183      Branch: cfgperl
32184            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
32185            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
32186            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
32187            ! win32/win32.c
32188           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
32189 ____________________________________________________________________________
32190 [  6216] By: gsar                                  on 2000/06/08  14:54:21
32191         Log: be more optimal about clearing @_
32192      Branch: perl
32193            ! cop.h
32194 ____________________________________________________________________________
32195 [  6215] By: gsar                                  on 2000/06/08  14:33:04
32196         Log: tweak comment about @DB::args
32197      Branch: perl
32198            ! av.h pp_ctl.c
32199 ____________________________________________________________________________
32200 [  6214] By: gsar                                  on 2000/06/08  13:57:54
32201         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
32202              caller() wants to populate @DB::args with it (causes a coredump
32203              in Carp::confess())
32204      Branch: perl
32205            ! cop.h t/op/runlevel.t
32206 ____________________________________________________________________________
32207 [  6213] By: gsar                                  on 2000/06/08  07:06:35
32208         Log: back out change#6106 (seems problematic)
32209      Branch: perl
32210            ! hints/solaris_2.sh
32211 ____________________________________________________________________________
32212 [  6212] By: jhi                                   on 2000/06/07  03:10:36
32213         Log: Continuing mopup for #6204.
32214      Branch: cfgperl
32215            ! ext/B/defsubs_h.PL
32216 ____________________________________________________________________________
32217 [  6211] By: jhi                                   on 2000/06/07  02:41:50
32218         Log: Mopup for #6204.
32219              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
32220              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
32221              This is comes from const() where POK isn't on when expected.
32222      Branch: cfgperl
32223            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
32224            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32225            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
32226            ! perlapi.h pod/perlapi.pod
32227 ____________________________________________________________________________
32228 [  6210] By: jhi                                   on 2000/06/07  01:56:29
32229         Log: Mopup for #6207 and #6209.
32230      Branch: cfgperl
32231            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
32232 ____________________________________________________________________________
32233 [  6209] By: jhi                                   on 2000/06/07  01:33:12
32234         Log: Lock PL_fdpid against race conditions, based on:
32235              Subject: [PATCH 5.6.0]subprocess fixup for threads
32236              From: Dan Sugalski <dan@sidhe.org>
32237              To: perl5-porters@perl.org
32238              Date: Tue, 11 Apr 2000 17:02:32 -0400
32239              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
32240      Branch: cfgperl
32241            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
32242            ! win32/win32.c
32243 ____________________________________________________________________________
32244 [  6208] By: jhi                                   on 2000/06/07  01:05:23
32245         Log: Regen headers for #6207.
32246      Branch: cfgperl
32247            ! embed.h global.sym objXSUB.h proto.h
32248 ____________________________________________________________________________
32249 [  6207] By: jhi                                   on 2000/06/06  23:43:13
32250         Log: Subject: [PATCH 5.6.0] Threadsafe patches
32251              From: Dan Sugalski <dan@sidhe.org>
32252              To: perl5-porters@perl.org
32253              Date: Mon, 08 May 2000 18:08:13 -0400
32254              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
32255      Branch: cfgperl
32256            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
32257            ! proto.h sv.h util.c
32258 ____________________________________________________________________________
32259 [  6206] By: jhi                                   on 2000/06/06  23:21:23
32260         Log: Subject: [PATCH] Eliminate $a/$b in pod
32261              From: David Glasser <me@davidglasser.net>
32262              To: perl5-porters@perl.org
32263              Date: Mon, 29 May 2000 21:15:59 -0400
32264              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
32265      Branch: cfgperl
32266            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
32267            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
32268            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
32269            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
32270            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
32271            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
32272            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
32273            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
32274            ! pod/perlvar.pod pod/perlxs.pod
32275 ____________________________________________________________________________
32276 [  6205] By: jhi                                   on 2000/06/06  23:12:14
32277         Log: Subject: [PATCH] Win32 improvements
32278              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
32279              To: gsar@activestate.com, perl5-porters@perl.org
32280              Date: Mon, 29 May 2000 17:22:24 PDT
32281              Message-ID: <20000530002224.91142.qmail@hotmail.com>
32282              (MUA had mangled many lines by wordwrapping)
32283      Branch: cfgperl
32284            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
32285 ____________________________________________________________________________
32286 [  6204] By: jhi                                   on 2000/06/06  23:01:50
32287         Log: Subject: [PATCH] B::Bytecode patches
32288              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
32289              To: gsar@activestate.com, jhi@iki.fi
32290              Cc: perl5-porters@perl.org
32291              Message-ID: <20000602202526.48694.qmail@hotmail.com>
32292              (MUA had mangled many lines by wordwrapping)
32293      Branch: cfgperl
32294            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
32295            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
32296            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32297            ! intrpvar.h perl.c
32298 ____________________________________________________________________________
32299 [  6203] By: jhi                                   on 2000/06/06  22:32:43
32300         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
32301              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32302              Date: Tue, 06 Jun 2000 13:07:45 -0700
32303              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
32304      Branch: cfgperl
32305            ! pod/perldiag.pod
32306 ____________________________________________________________________________
32307 [  6202] By: jhi                                   on 2000/06/06  19:38:35
32308         Log: Integrate with Sarathy.
32309      Branch: cfgperl
32310           !> perl.c
32311 ____________________________________________________________________________
32312 [  6201] By: gsar                                  on 2000/06/06  00:42:59
32313         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
32314              does a PUSHMARK that's never ever POPMARKed; in general, only
32315              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
32316              Perl_eval_[sp]v() don't because they don't take any incoming
32317              arguments (this leak has been around since the original version
32318              of perl_eval_pv() in 5.003_97e)
32319      Branch: perl
32320            ! perl.c
32321 ____________________________________________________________________________
32322 [  6200] By: jhi                                   on 2000/06/04  03:44:52
32323         Log: Update to cperl-mode.el 4.31 from
32324              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
32325              Subject: A couple of notes
32326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32327              To: Mailing list Perl5 <perl5-porters@perl.org>
32328              Date: Sat, 3 Jun 2000 23:33:32 -0400
32329              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
32330      Branch: cfgperl
32331            ! emacs/cperl-mode.el
32332 ____________________________________________________________________________
32333 [  6199] By: jhi                                   on 2000/06/03  15:11:05
32334         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
32335              From: Dan Sugalski <dan@sidhe.org>
32336              To: perl5-porters@perl.org, vmsperl@perl.org
32337              Date: Fri, 02 Jun 2000 17:30:51 -0400
32338              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
32339      Branch: cfgperl
32340            ! vms/descrip_mms.template vms/gen_shrfls.pl
32341 ____________________________________________________________________________
32342 [  6198] By: jhi                                   on 2000/06/03  14:59:15
32343         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
32344              From: Dan Sugalski <dan@sidhe.org>
32345              To: vmsperl@perl.org, perl5-porters@perl.org
32346              Date: Fri, 02 Jun 2000 16:00:41 -0400
32347              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
32348              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
32349      Branch: cfgperl
32350            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
32351            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
32352            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
32353 ____________________________________________________________________________
32354 [  6197] By: jhi                                   on 2000/06/03  14:41:30
32355         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
32356              From: John Borwick <jhborwic@unity.ncsu.edu>
32357              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
32358              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
32359      Branch: cfgperl
32360            ! pod/perlsyn.pod
32361 ____________________________________________________________________________
32362 [  6196] By: jhi                                   on 2000/06/03  14:38:09
32363         Log: Integrate with Sarathy.
32364      Branch: cfgperl
32365           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
32366           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
32367           !> vms/perly_c.vms
32368 ____________________________________________________________________________
32369 [  6195] By: gsar                                  on 2000/06/02  22:43:13
32370         Log: fix yet another eval"" leak under USE_ITHREADS
32371      Branch: perl
32372            ! op.c
32373 ____________________________________________________________________________
32374 [  6194] By: gsar                                  on 2000/06/02  18:22:06
32375         Log: fix small eval"" memory leaks under USE_ITHREADS
32376      Branch: perl
32377            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
32378            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
32379            ! vms/perly_c.vms
32380 ____________________________________________________________________________
32381 [  6193] By: jhi                                   on 2000/06/01  13:03:56
32382         Log: Signals-be-gone for microperl.
32383      Branch: cfgperl
32384            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
32385 ____________________________________________________________________________
32386 [  6192] By: jhi                                   on 2000/06/01  12:52:02
32387         Log: Integrate with Sarathy.
32388      Branch: cfgperl
32389           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
32390           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
32391           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
32392           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
32393           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
32394           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
32395           !> t/op/vec.t utils/h2xs.PL
32396 ____________________________________________________________________________
32397 [  6191] By: gsar                                  on 2000/06/01  09:38:21
32398         Log: vec() loses numericalness (modified version of patch suggested
32399              by Robin Barker)
32400      Branch: perl
32401            ! doop.c t/op/vec.t
32402 ____________________________________________________________________________
32403 [  6190] By: gsar                                  on 2000/06/01  09:26:15
32404         Log: submit missing embed.pl change
32405      Branch: perl
32406            ! embed.pl
32407 ____________________________________________________________________________
32408 [  6189] By: gsar                                  on 2000/06/01  09:05:34
32409         Log: counting tr/// corrupts later operation (from M.J.T Guy)
32410      Branch: perl
32411            ! doop.c t/op/tr.t
32412 ____________________________________________________________________________
32413 [  6188] By: gsar                                  on 2000/06/01  08:58:39
32414         Log: h2xs tweaks
32415      Branch: perl
32416            ! utils/h2xs.PL
32417 ____________________________________________________________________________
32418 [  6187] By: gsar                                  on 2000/06/01  08:50:07
32419         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
32420              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
32421      Branch: perl
32422            + lib/Pod/LaTeX.pm
32423            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
32424            ! pod/pod2latex.PL
32425 ____________________________________________________________________________
32426 [  6186] By: gsar                                  on 2000/06/01  08:24:40
32427         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
32428              <wolfgang.laun@alcatel.at>)
32429      Branch: perl
32430            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
32431            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
32432 ____________________________________________________________________________
32433 [  6185] By: gsar                                  on 2000/06/01  08:12:00
32434         Log: remove incorrect documentation about implicit split to @_ in
32435              list context, which never really worked in perl 5 (from
32436              M.J.T. Guy)
32437      Branch: perl
32438            ! pod/perlfunc.pod pod/perltrap.pod
32439 ____________________________________________________________________________
32440 [  6184] By: gsar                                  on 2000/06/01  07:52:27
32441         Log: tweak for change#6127
32442      Branch: perl
32443            ! perl.c
32444 ____________________________________________________________________________
32445 [  6183] By: gsar                                  on 2000/06/01  07:41:02
32446         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
32447              <nick@ccl4.org>)
32448      Branch: perl
32449            + t/lib/selfloader.t
32450            ! MANIFEST lib/SelfLoader.pm
32451 ____________________________________________________________________________
32452 [  6182] By: jhi                                   on 2000/06/01  00:34:42
32453         Log: Be Cleaner Part Deux.
32454      Branch: cfgperl
32455            ! Makefile.SH
32456 ____________________________________________________________________________
32457 [  6181] By: jhi                                   on 2000/06/01  00:32:09
32458         Log: Integrate with Sarathy.
32459      Branch: cfgperl
32460           !> pp.c t/op/arith.t
32461 ____________________________________________________________________________
32462 [  6180] By: jhi                                   on 2000/06/01  00:31:13
32463         Log: microperl nits from Simon Cozens.
32464      Branch: cfgperl
32465            + uconfig.h
32466            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
32467            ! unixish.h
32468 ____________________________________________________________________________
32469 [  6179] By: gsar                                  on 2000/05/31  22:37:51
32470         Log: buggy modulus on UVs introduced by change#3378 (resulted in
32471              4063328477 % 65535 amounting to 27406, instead of 27407)
32472      Branch: perl
32473            ! pp.c t/op/arith.t
32474 ____________________________________________________________________________
32475 [  6178] By: jhi                                   on 2000/05/31  21:52:41
32476         Log: Be cleaner.
32477      Branch: cfgperl
32478            ! Makefile.SH
32479 ____________________________________________________________________________
32480 [  6177] By: jhi                                   on 2000/05/31  21:47:33
32481         Log: Substitution utf8 patch from Simon Cozens.
32482      Branch: cfgperl
32483            ! pp_hot.c
32484 ____________________________________________________________________________
32485 [  6176] By: jhi                                   on 2000/05/31  21:45:34
32486         Log: Single-quoted utf8 patch from Simon Cozens.
32487      Branch: cfgperl
32488            ! toke.c
32489 ____________________________________________________________________________
32490 [  6175] By: jhi                                   on 2000/05/31  21:40:18
32491         Log: Integrate with Sarathy.
32492      Branch: cfgperl
32493           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
32494 ____________________________________________________________________________
32495 [  6174] By: jhi                                   on 2000/05/31  21:37:31
32496         Log: microperl changes from Simon Cozens; Makefile for microperl
32497              written from scratch; few casts added as microperl compilation
32498              doesn't have all prototypes available.
32499      Branch: cfgperl
32500            + Makefile.micro README.micro Todo.micro uconfig.sh
32501            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
32502            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
32503      Branch: metaconfig
32504            + U/modified/Config_h.U
32505 ____________________________________________________________________________
32506 [  6173] By: jhi                                   on 2000/05/31  20:00:24
32507         Log: metaconfig maintenance.
32508      Branch: metaconfig
32509            + U/modified/Inhdr.U U/typedefs/inotype.U
32510      Branch: metaconfig/U/perl
32511            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
32512            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
32513 ____________________________________________________________________________
32514 [  6172] By: gsar                                  on 2000/05/31  05:05:42
32515         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
32516              (from Ilya Zakharevich)
32517      Branch: perl
32518            ! regexec.c t/op/re_tests
32519 ____________________________________________________________________________
32520 [  6171] By: gsar                                  on 2000/05/31  05:01:47
32521         Log: scalar() doesn't force scalar context when used in void context
32522              (from Simon Cozens)
32523      Branch: perl
32524            ! op.c t/op/wantarray.t
32525 ____________________________________________________________________________
32526 [  6170] By: gsar                                  on 2000/05/31  04:41:33
32527         Log: change#6142 needs tweaks to tests to work where there's no symlink()
32528              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
32529      Branch: perl
32530            ! t/lib/filefind.t
32531 ____________________________________________________________________________
32532 [  6169] By: gsar                                  on 2000/05/31  04:29:49
32533         Log: integrate cfgperl contents into mainline
32534      Branch: perl
32535           +> pod/perlmodlib.PL pod/perlnewmod.pod
32536           !> (integrate 42 files)
32537 ____________________________________________________________________________
32538 [  6168] By: jhi                                   on 2000/05/30  22:53:37
32539         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
32540      Branch: cfgperl
32541            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32542            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
32543            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
32544            ! win32/config.bc win32/config.gc win32/config.vc
32545            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32546            ! win32/config_h.PL win32/config_sh.PL
32547      Branch: metaconfig/U/perl
32548            ! perlxv.U
32549 ____________________________________________________________________________
32550 [  6167] By: jhi                                   on 2000/05/30  22:20:21
32551         Log: tweak todo 
32552      Branch: cfgperl
32553            ! Todo-5.6
32554 ____________________________________________________________________________
32555 [  6166] By: jhi                                   on 2000/05/30  22:11:51
32556         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
32557              in case somebody wants to write an extension for more
32558              shadow database interfaces.
32559      Branch: cfgperl
32560            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32561            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
32562            ! vos/config.def vos/config.h vos/config_h.SH_orig
32563            ! win32/config.bc win32/config.gc win32/config.vc
32564            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32565      Branch: metaconfig
32566            ! U/modified/Myinit.U
32567      Branch: metaconfig/U/perl
32568            + d_getespwnam.U d_getprpwnam.U i_prot.U
32569 ____________________________________________________________________________
32570 [  6165] By: jhi                                   on 2000/05/30  18:35:34
32571         Log: Integrate with Sarathy.
32572      Branch: cfgperl
32573           !> op.c
32574 ____________________________________________________________________________
32575 [  6164] By: jhi                                   on 2000/05/30  18:30:16
32576         Log: detypo
32577      Branch: cfgperl
32578            ! Configure config_h.SH
32579      Branch: metaconfig/U/perl
32580            ! perlxv.U
32581 ____________________________________________________________________________
32582 [  6163] By: gsar                                  on 2000/05/30  03:24:03
32583         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
32584      Branch: perl
32585            ! op.c
32586 ____________________________________________________________________________
32587 [  6162] By: gsar                                  on 2000/05/30  03:09:38
32588         Log: fix memory leak in method call optimization (change#3768);
32589              made C<eval "$x->foo()"> leak
32590      Branch: perl
32591            ! op.c
32592 ____________________________________________________________________________
32593 [  6161] By: jhi                                   on 2000/05/29  17:56:26
32594         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
32595              both from Simon Cozens.
32596      Branch: cfgperl
32597            + pod/perlmodlib.PL pod/perlnewmod.pod
32598            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
32599            ! pod/perlmodlib.pod pod/perltoc.pod
32600 ____________________________________________________________________________
32601 [  6160] By: jhi                                   on 2000/05/29  17:23:55
32602         Log: Changes for the File::Temp 0.08 (change #6159) test suite
32603              to fit better into the Perl distribution test framework.
32604      Branch: cfgperl
32605            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
32606            ! t/lib/ftmp-tempfile.t
32607 ____________________________________________________________________________
32608 [  6159] By: jhi                                   on 2000/05/29  16:55:36
32609         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
32610      Branch: cfgperl
32611            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32612            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
32613 ____________________________________________________________________________
32614 [  6158] By: bailey                                on 2000/05/29  16:22:08
32615         Log: Add fallback to tmpfile for use in cases where user's relying on
32616              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
32617              Lane's patch)
32618      Branch: vmsperl
32619            ! vms/vms.c vms/vmsish.h
32620 ____________________________________________________________________________
32621 [  6157] By: jhi                                   on 2000/05/29  03:10:36
32622         Log: Regen Configure to jive with #6149.
32623      Branch: cfgperl
32624            ! Configure
32625      Branch: metaconfig
32626            ! U/modified/Getfile.U
32627 ____________________________________________________________________________
32628 [  6156] By: jhi                                   on 2000/05/29  03:01:38
32629         Log: Integrate with Sarathy.
32630      Branch: cfgperl
32631           +> ext/DynaLoader/dl_mac.xs
32632           !> (integrate 38 files)
32633 ____________________________________________________________________________
32634 [  6155] By: gsar                                  on 2000/05/28  21:15:58
32635         Log: small bug in change#6144; remove random \xA0 character that snuck
32636              in via change#6145
32637      Branch: perl
32638            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
32639 ____________________________________________________________________________
32640 [  6154] By: gsar                                  on 2000/05/28  21:04:19
32641         Log: avoid type mismatch warning
32642      Branch: perl
32643            ! perl.c
32644 ____________________________________________________________________________
32645 [  6153] By: gsar                                  on 2000/05/28  20:58:31
32646         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
32647              <nick@Bagpuss.uk.boo.com>)
32648      Branch: perl
32649            ! lib/Test/Harness.pm
32650 ____________________________________________________________________________
32651 [  6152] By: gsar                                  on 2000/05/28  20:53:42
32652         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
32653      Branch: perl
32654            ! regexec.c
32655 ____________________________________________________________________________
32656 [  6151] By: gsar                                  on 2000/05/28  20:50:28
32657         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
32658      Branch: perl
32659            ! regexec.c
32660 ____________________________________________________________________________
32661 [  6150] By: gsar                                  on 2000/05/28  20:39:58
32662         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
32663      Branch: perl
32664            ! pod/perlrequick.pod
32665 ____________________________________________________________________________
32666 [  6149] By: gsar                                  on 2000/05/28  20:35:16
32667         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
32668              <troc@netrus.net>)
32669      Branch: perl
32670            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
32671            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
32672            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
32673            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
32674 ____________________________________________________________________________
32675 [  6148] By: gsar                                  on 2000/05/28  20:21:07
32676         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
32677      Branch: perl
32678            ! lib/ExtUtils/MM_Unix.pm
32679 ____________________________________________________________________________
32680 [  6147] By: gsar                                  on 2000/05/28  20:12:41
32681         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
32682              (from Peter Prymmer)
32683      Branch: perl
32684            ! vms/subconfigure.com
32685 ____________________________________________________________________________
32686 [  6146] By: gsar                                  on 2000/05/28  20:06:15
32687         Log: doc typo
32688      Branch: perl
32689            ! lib/warnings.pm warnings.h warnings.pl
32690 ____________________________________________________________________________
32691 [  6145] By: gsar                                  on 2000/05/28  18:44:33
32692         Log: make xsubpp skip embedded pod (from Matthias Neeracher
32693              <neeri@iis.ee.ethz.ch>)
32694      Branch: perl
32695            ! lib/ExtUtils/xsubpp
32696 ____________________________________________________________________________
32697 [  6144] By: gsar                                  on 2000/05/28  18:42:49
32698         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
32699              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
32700              <neeri@iis.ee.ethz.ch>)
32701      Branch: perl
32702            ! lib/AutoSplit.pm
32703 ____________________________________________________________________________
32704 [  6143] By: gsar                                  on 2000/05/28  18:41:12
32705         Log: MacOS support, part 1 (from Matthias Neeracher
32706              <neeri@iis.ee.ethz.ch>)
32707      Branch: perl
32708            + ext/DynaLoader/dl_mac.xs
32709            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
32710            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
32711            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
32712            ! util.h
32713 ____________________________________________________________________________
32714 [  6142] By: gsar                                  on 2000/05/28  18:21:51
32715         Log: File::Find fails to chdir when chasing symlinks (from
32716              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
32717      Branch: perl
32718            ! lib/File/Find.pm t/lib/filefind.t
32719 ____________________________________________________________________________
32720 [  6141] By: jhi                                   on 2000/05/28  14:25:15
32721         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
32722              forwarded by Peter Seebach from the bsdi-users mailing list.
32723              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
32724      Branch: perl
32725            ! hints/bsdos.sh
32726 ____________________________________________________________________________
32727 [  6140] By: jhi                                   on 2000/05/28  14:11:57
32728         Log: Integrate with Sarathy.
32729      Branch: cfgperl
32730           +> (branch 30 files)
32731           !> (integrate 93 files)
32732 ____________________________________________________________________________
32733 [  6139] By: gsar                                  on 2000/05/28  10:01:48
32734         Log: revise mktables.PL for bugs and newness in Unicode 3.0
32735              (from James Bence <jbence@amgen.com>)
32736      Branch: perl
32737            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
32738            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
32739            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
32740            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
32741            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
32742            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
32743            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
32744            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
32745            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
32746            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
32747            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
32748            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
32749            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
32750            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
32751            + lib/unicode/Is/SylWU.pl
32752            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
32753            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
32754            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
32755            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
32756            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
32757            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
32758            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
32759            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
32760            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
32761            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
32762            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
32763            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
32764            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
32765            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
32766            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
32767            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
32768            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
32769            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
32770            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
32771            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
32772            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
32773            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
32774            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
32775            ! lib/unicode/Makefile lib/unicode/mktables.PL
32776 ____________________________________________________________________________
32777 [  6138] By: gsar                                  on 2000/05/28  08:50:32
32778         Log: add note about the handling of negative indices to tied arrays
32779              (from Michael G Schwern <schwern@pobox.com>)
32780      Branch: perl
32781            ! pod/perltie.pod
32782 ____________________________________________________________________________
32783 [  6137] By: gsar                                  on 2000/05/28  08:46:10
32784         Log: fix bogus redeclaration warning for "our" variables in different
32785              scopes
32786      Branch: perl
32787            ! op.c t/pragma/strict-vars
32788 ____________________________________________________________________________
32789 [  6136] By: gsar                                  on 2000/05/28  08:31:20
32790         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
32791      Branch: perl
32792            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
32793 ____________________________________________________________________________
32794 [  6135] By: gsar                                  on 2000/05/28  08:17:50
32795         Log: enable Test::Harness to dynamically determine column width etc.
32796              (from Rob Napier <rnapier@employees.org>)
32797      Branch: perl
32798            ! lib/Test/Harness.pm
32799 ____________________________________________________________________________
32800 [  6134] By: gsar                                  on 2000/05/28  08:13:39
32801         Log: make Test::Harness use wait.h/WCOREDUMP if available
32802              (from Ben Tilly <ben_tilly@hotmail.com>)
32803      Branch: perl
32804            ! lib/Test/Harness.pm
32805 ____________________________________________________________________________
32806 [  6133] By: gsar                                  on 2000/05/28  08:08:05
32807         Log: elide bogus test in change#6132
32808      Branch: perl
32809            ! t/pragma/warn/9enabled
32810 ____________________________________________________________________________
32811 [  6132] By: gsar                                  on 2000/05/28  08:03:14
32812         Log: warnings::enabled() doesn't fall back to looking at $^W if
32813              caller isn't using lexical warnings (from Paul Marquess)
32814      Branch: perl
32815            ! pp_ctl.c t/pragma/warn/9enabled
32816 ____________________________________________________________________________
32817 [  6131] By: gsar                                  on 2000/05/28  07:57:47
32818         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
32819      Branch: perl
32820            ! ext/POSIX/POSIX.pm
32821 ____________________________________________________________________________
32822 [  6130] By: gsar                                  on 2000/05/28  07:29:12
32823         Log: fix places that mean C<"word" character> but say C<alphanumeric
32824              character>
32825      Branch: perl
32826            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
32827 ____________________________________________________________________________
32828 [  6129] By: gsar                                  on 2000/05/28  07:18:41
32829         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
32830      Branch: perl
32831            ! vms/test.com
32832 ____________________________________________________________________________
32833 [  6128] By: gsar                                  on 2000/05/28  07:12:55
32834         Log: new perlxstut example for passing/returning refs to arrays
32835              (from David Lowe <dlowe@pootpoot.com>)
32836      Branch: perl
32837            ! pod/perlxstut.pod
32838 ____________________________________________________________________________
32839 [  6127] By: gsar                                  on 2000/05/28  07:02:50
32840         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
32841              failed (from Gisle Aas)
32842      Branch: perl
32843            ! cop.h perl.c
32844 ____________________________________________________________________________
32845 [  6126] By: gsar                                  on 2000/05/28  06:39:53
32846         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
32847              (reworked variant of patch suggested by Simon Cozens)
32848      Branch: perl
32849            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
32850            ! pp_hot.c proto.h t/op/gv.t
32851 ____________________________________________________________________________
32852 [  6125] By: gsar                                  on 2000/05/28  05:14:55
32853         Log: enable propagating exception objects via Perl_croak() in XS code
32854              (from Gisle Aas)
32855      Branch: perl
32856            ! util.c
32857 ____________________________________________________________________________
32858 [  6124] By: gsar                                  on 2000/05/28  05:07:28
32859         Log: integrate vmsperl contents into mainline
32860      Branch: perl
32861           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
32862           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
32863           !> vms/vmsish.h
32864 ____________________________________________________________________________
32865 [  6123] By: gsar                                  on 2000/05/28  05:03:53
32866         Log: clarify gotcha with #line directives (from Rocco Caputo
32867              <troc@netrus.net>)
32868      Branch: perl
32869            ! pod/perldebug.pod pod/perlsyn.pod
32870 ____________________________________________________________________________
32871 [  6122] By: gsar                                  on 2000/05/28  04:58:29
32872         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
32873              (from Mark-Jason Dominus)
32874      Branch: perl
32875            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
32876            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
32877            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
32878            ! toke.c
32879 ____________________________________________________________________________
32880 [  6121] By: bailey                                on 2000/05/25  04:46:54
32881         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
32882              lists (based on fixes by Craig Berry)
32883      Branch: vmsperl
32884            ! lib/File/Spec/VMS.pm
32885 ____________________________________________________________________________
32886 [  6120] By: bailey                                on 2000/05/25  04:25:38
32887         Log: Add missing escape (Charles Lane)
32888      Branch: vmsperl
32889            ! t/op/lex_assign.t
32890 ____________________________________________________________________________
32891 [  6119] By: bailey                                on 2000/05/25  04:21:25
32892         Log: Quiet error messages in vmsish.t (Charles Lane)
32893      Branch: vmsperl
32894            ! vms/ext/vmsish.t
32895 ____________________________________________________________________________
32896 [  6118] By: bailey                                on 2000/05/25  04:17:57
32897         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
32898              Flatten case labels in switch statements uniformly (Charles Bailey)
32899      Branch: vmsperl
32900            ! vms/vms.c
32901 ____________________________________________________________________________
32902 [  6117] By: bailey                                on 2000/05/25  03:58:09
32903         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
32904      Branch: vmsperl
32905            ! vms/vmsish.h
32906 ____________________________________________________________________________
32907 [  6116] By: bailey                                on 2000/05/25  03:11:15
32908         Log: Miscellaneous cosmetic fixes (Charles Lane)
32909      Branch: vmsperl
32910            ! lib/ExtUtils/MM_VMS.pm
32911 ____________________________________________________________________________
32912 [  6115] By: bailey                                on 2000/05/25  03:10:36
32913         Log: Add bounds checking for several strings (Charles Lane)
32914      Branch: vmsperl
32915            ! vms/vms.c
32916 ____________________________________________________________________________
32917 [  6114] By: bailey                                on 2000/05/25  02:25:34
32918         Log: Urk -- undo previous removal of vmsish 'exit' change
32919      Branch: vmsperl
32920            ! vms/ext/vmsish.pm vms/vmsish.h
32921 ____________________________________________________________________________
32922 [  6113] By: bailey                                on 2000/05/24  02:24:40
32923         Log: Ugly workaround for version-specific RTL error
32924      Branch: vmsperl
32925            ! vms/vms.c
32926 ____________________________________________________________________________
32927 [  6112] By: bailey                                on 2000/05/24  02:19:55
32928         Log: Check for existence of file before trying to delete
32929      Branch: vmsperl
32930            ! vms/test.com
32931 ____________________________________________________________________________
32932 [  6111] By: bailey                                on 2000/05/23  23:35:13
32933         Log: Resync with mainline prior to post-5.6.0 updates
32934      Branch: vmsperl
32935           +> (branch 49 files)
32936            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
32937            ! vms/ext/vmsish.pm
32938           !> (integrate 334 files)
32939 ____________________________________________________________________________
32940 [  6110] By: jhi                                   on 2000/05/23  19:28:32
32941         Log: todo tweak
32942      Branch: cfgperl
32943            ! Todo-5.6
32944 ____________________________________________________________________________
32945 [  6109] By: jhi                                   on 2000/05/18  17:38:54
32946         Log: Integrate with Sarathy.
32947      Branch: cfgperl
32948           !> mg.c perl.h win32/perlhost.h
32949 ____________________________________________________________________________
32950 [  6108] By: gsar                                  on 2000/05/17  02:24:56
32951         Log: reenable fake signal handling on Windows, bugs and all
32952      Branch: perl
32953            ! mg.c perl.h win32/perlhost.h
32954 ____________________________________________________________________________
32955 [  6107] By: jhi                                   on 2000/05/15  18:01:41
32956         Log: Tweak the todo list.
32957      Branch: cfgperl
32958            ! Todo-5.6
32959 ____________________________________________________________________________
32960 [  6106] By: jhi                                   on 2000/05/15  13:41:48
32961         Log: The (Configure) script refuses to go on, after asking for
32962              'You may also choose to try maximal 64-bitness....'.
32963              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
32964              -- Patrick Zima
32965              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
32966      Branch: cfgperl
32967            ! hints/solaris_2.sh
32968 ____________________________________________________________________________
32969 [  6105] By: jhi                                   on 2000/05/11  14:37:43
32970         Log: Integrate with Sarathy.
32971      Branch: cfgperl
32972           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
32973           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
32974 ____________________________________________________________________________
32975 [  6104] By: gsar                                  on 2000/05/11  03:39:07
32976         Log: PL_sys_intern was being initialized too late on windows
32977      Branch: perl
32978            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
32979            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
32980 ____________________________________________________________________________
32981 [  6103] By: jhi                                   on 2000/05/09  19:42:20
32982         Log: Test tweaking for Unicos continues.
32983      Branch: cfgperl
32984            ! t/op/64bitint.t
32985 ____________________________________________________________________________
32986 [  6102] By: jhi                                   on 2000/05/09  16:47:27
32987         Log: The test suite tweak in #6101 wasn't quite right.
32988      Branch: cfgperl
32989            ! t/lib/complex.t
32990 ____________________________________________________________________________
32991 [  6101] By: jhi                                   on 2000/05/09  15:35:34
32992         Log: Hints and test tweaks for Unicos.
32993      Branch: cfgperl
32994            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
32995 ____________________________________________________________________________
32996 [  6100] By: jhi                                   on 2000/05/08  21:15:06
32997         Log: More compilation tweakery from Allen Smith.
32998      Branch: cfgperl
32999            ! hints/irix_6.sh
33000 ____________________________________________________________________________
33001 [  6099] By: jhi                                   on 2000/05/08  19:21:18
33002         Log: Tweaks for the cc bugs from Allen Smith.
33003      Branch: cfgperl
33004            ! hints/irix_6.sh
33005 ____________________________________________________________________________
33006 [  6098] By: jhi                                   on 2000/05/08  19:13:37
33007         Log: Add a note about other, yet unsupported, shadow password APIs.
33008      Branch: cfgperl
33009            ! pp_sys.c
33010 ____________________________________________________________________________
33011 [  6097] By: jhi                                   on 2000/05/08  18:46:34
33012         Log: Add a note about possible compilation problems from Allen Smith.
33013      Branch: cfgperl
33014            ! hints/irix_6.sh
33015 ____________________________________________________________________________
33016 [  6096] By: jhi                                   on 2000/05/08  17:33:10
33017         Log: Integrate with Sarathy.
33018      Branch: cfgperl
33019           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
33020           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
33021 ____________________________________________________________________________
33022 [  6095] By: jhi                                   on 2000/05/08  16:21:33
33023         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
33024              might be useful in future.
33025      Branch: cfgperl
33026            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33027            ! config_h.SH
33028      Branch: metaconfig
33029            ! U/installdirs/inc_version_list.U
33030      Branch: metaconfig/U/perl
33031            ! perlxv.U
33032 ____________________________________________________________________________
33033 [  6094] By: gsar                                  on 2000/05/08  14:22:22
33034         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
33035      Branch: perl
33036            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
33037            ! hints/cygwin.sh pp_sys.c
33038 ____________________________________________________________________________
33039 [  6093] By: gsar                                  on 2000/05/08  12:52:28
33040         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
33041              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
33042      Branch: perl
33043            ! pp_sys.c sv.c win32/perlhost.h
33044 ____________________________________________________________________________
33045 [  6092] By: jhi                                   on 2000/05/07  22:40:34
33046         Log: Regen perltoc with the fixed buildtoc.
33047      Branch: cfgperl
33048            ! pod/perltoc.pod
33049 ____________________________________________________________________________
33050 [  6091] By: jhi                                   on 2000/05/07  22:24:16
33051         Log: Integrate with Sarathy.
33052      Branch: cfgperl
33053           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
33054           !> t/op/substr.t toke.c
33055 ____________________________________________________________________________
33056 [  6090] By: gsar                                  on 2000/05/07  19:47:07
33057         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
33058              [NI]OK; added tests for both
33059      Branch: perl
33060            ! perl.c pp_hot.c sv.c t/op/substr.t
33061 ____________________________________________________________________________
33062 [  6089] By: gsar                                  on 2000/05/07  18:18:38
33063         Log: buildtoc tweak to fix newline lossage
33064      Branch: perl
33065            ! pod/buildtoc
33066 ____________________________________________________________________________
33067 [  6088] By: jhi                                   on 2000/05/07  16:35:36
33068         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
33069              because we do not use those.  The HAS_GETSPNAM remains,
33070              though, because we still do use that.
33071      Branch: cfgperl
33072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33073            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
33074            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
33075            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
33076            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33077            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
33078 ____________________________________________________________________________
33079 [  6087] By: gsar                                  on 2000/05/07  16:05:16
33080         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
33081      Branch: perl
33082            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
33083 ____________________________________________________________________________
33084 [  6086] By: jhi                                   on 2000/05/07  15:27:07
33085         Log: Integrate with Sarathy.
33086      Branch: cfgperl
33087           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33088           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33089           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
33090           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
33091           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
33092           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
33093 ____________________________________________________________________________
33094 [  6085] By: gsar                                  on 2000/05/07  05:52:02
33095         Log: repeat operator (x) doesn't preserve utf8-ness
33096      Branch: perl
33097            ! pp.c t/op/substr.t
33098 ____________________________________________________________________________
33099 [  6084] By: gsar                                  on 2000/05/07  05:39:55
33100         Log: substr() does not preserve utf8-ness (from Stefan Eissing
33101              <Eissing@medicaldataservice.de>); added tests
33102      Branch: perl
33103            ! pp.c t/op/substr.t
33104 ____________________________________________________________________________
33105 [  6083] By: gsar                                  on 2000/05/07  05:24:46
33106         Log: note about undocumented caller() return value (from M.J.T. Guy);
33107              yet another peek.t tweak
33108      Branch: perl
33109            ! pod/perlfunc.pod t/lib/peek.t
33110 ____________________________________________________________________________
33111 [  6082] By: gsar                                  on 2000/05/07  05:08:40
33112         Log: peek.t non-portable to ithreads
33113      Branch: perl
33114            ! t/lib/peek.t
33115 ____________________________________________________________________________
33116 [  6081] By: gsar                                  on 2000/05/07  04:17:04
33117         Log: better default perlbug categories for ok reports (from Richard Foley)
33118      Branch: perl
33119            ! utils/perlbug.PL
33120 ____________________________________________________________________________
33121 [  6080] By: gsar                                  on 2000/05/07  04:08:07
33122         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
33123              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
33124      Branch: perl
33125            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33126            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33127            ! AUTHORS MAINTAIN MANIFEST
33128 ____________________________________________________________________________
33129 [  6079] By: gsar                                  on 2000/05/07  04:01:38
33130         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
33131      Branch: perl
33132            ! lib/Carp/Heavy.pm
33133 ____________________________________________________________________________
33134 [  6078] By: gsar                                  on 2000/05/07  01:24:19
33135         Log: workaround for CRT bug in chdir() (from Charles Lane, via
33136              Peter Prymmer)
33137      Branch: perl
33138            ! iperlsys.h vms/vms.c vms/vmsish.h
33139 ____________________________________________________________________________
33140 [  6077] By: gsar                                  on 2000/05/07  01:22:23
33141         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
33142              and Tom Phoenix)
33143      Branch: perl
33144            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
33145 ____________________________________________________________________________
33146 [  6076] By: gsar                                  on 2000/05/06  17:36:29
33147         Log: integrate cfgperl contents into mainline
33148      Branch: perl
33149           +> t/lib/peek.t
33150           !> Configure MANIFEST Porting/Glossary Porting/config.sh
33151           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
33152           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
33153           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
33154 ____________________________________________________________________________
33155 [  6075] By: jhi                                   on 2000/05/05  18:56:10
33156         Log: Make the test more portable.
33157      Branch: cfgperl
33158            ! t/lib/peek.t
33159 ____________________________________________________________________________
33160 [  6074] By: jhi                                   on 2000/05/05  18:49:20
33161         Log: Introduce t/lib/peek.t.
33162      Branch: cfgperl
33163            + t/lib/peek.t
33164            ! MANIFEST
33165 ____________________________________________________________________________
33166 [  6073] By: jhi                                   on 2000/05/05  14:30:45
33167         Log: Complex tweaks.
33168      Branch: cfgperl
33169            ! lib/Math/Complex.pm t/lib/complex.t
33170 ____________________________________________________________________________
33171 [  6072] By: jhi                                   on 2000/05/05  12:27:13
33172         Log: Integrate with Sarathy.
33173      Branch: cfgperl
33174           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
33175           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33176           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
33177           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
33178 ____________________________________________________________________________
33179 [  6071] By: gsar                                  on 2000/05/05  02:24:46
33180         Log: misformatted perllocal.pod (from Tim Jenness
33181              <t.jenness@jach.hawaii.edu>)
33182      Branch: perl
33183            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
33184 ____________________________________________________________________________
33185 [  6070] By: gsar                                  on 2000/05/05  02:16:52
33186         Log: remove misleading comment (from M.J.T. Guy)
33187      Branch: perl
33188            ! t/lib/anydbm.t
33189 ____________________________________________________________________________
33190 [  6069] By: gsar                                  on 2000/05/05  02:15:13
33191         Log: File::Spec compatibility update (from Barrie Slaymaker
33192              <barries@slaysys.com>)
33193      Branch: perl
33194            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33195            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33196 ____________________________________________________________________________
33197 [  6068] By: gsar                                  on 2000/05/05  02:01:50
33198         Log: note about values()
33199      Branch: perl
33200            ! pod/perlfunc.pod
33201 ____________________________________________________________________________
33202 [  6067] By: gsar                                  on 2000/05/05  01:33:09
33203         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
33204      Branch: perl
33205            ! win32/win32.c
33206 ____________________________________________________________________________
33207 [  6066] By: gsar                                  on 2000/05/05  01:23:43
33208         Log: s/END/CHECK/
33209      Branch: perl
33210            ! perl.c
33211 ____________________________________________________________________________
33212 [  6065] By: jhi                                   on 2000/05/04  17:30:22
33213         Log: Integrate with Sarathy.
33214      Branch: cfgperl
33215           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
33216 ____________________________________________________________________________
33217 [  6064] By: gsar                                  on 2000/05/04  17:26:14
33218         Log: change#5905 wasn't quite right--it's intent only applies when arguments
33219              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
33220      Branch: perl
33221            ! pp_sys.c sv.c
33222 ____________________________________________________________________________
33223 [  6063] By: gsar                                  on 2000/05/04  16:52:29
33224         Log: tokeq() could read unallocated field in argument
33225      Branch: perl
33226            ! toke.c
33227 ____________________________________________________________________________
33228 [  6062] By: gsar                                  on 2000/05/04  16:34:51
33229         Log: additional tests for utf8.t
33230      Branch: perl
33231            ! t/pragma/utf8.t
33232 ____________________________________________________________________________
33233 [  6061] By: gsar                                  on 2000/05/04  16:09:28
33234         Log: change#5921 neglected to make eq honor "use bytes"
33235      Branch: perl
33236            ! sv.c
33237 ____________________________________________________________________________
33238 [  6060] By: jhi                                   on 2000/05/04  15:30:16
33239         Log: Integrate with Sarathy.
33240      Branch: cfgperl
33241           !> perl.c regcomp.c t/pragma/utf8.t
33242 ____________________________________________________________________________
33243 [  6059] By: jhi                                   on 2000/05/04  15:26:37
33244         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
33245              in natively 64-bit platforms where a long is a quad (no need
33246              for long longs).  Also added bias for IVs.
33247      Branch: cfgperl
33248            ! toke.c
33249 ____________________________________________________________________________
33250 [  6058] By: gsar                                  on 2000/05/04  00:19:14
33251         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
33252              (spotted by Donald Kinzer <dkinzer@premia.com>)
33253      Branch: perl
33254            ! perl.c
33255 ____________________________________________________________________________
33256 [  6057] By: gsar                                  on 2000/05/03  18:34:01
33257         Log: fix broken parsing of /\x{ab}/
33258      Branch: perl
33259            ! regcomp.c t/pragma/utf8.t
33260 ____________________________________________________________________________
33261 [  6056] By: jhi                                   on 2000/05/03  17:57:16
33262         Log: The search of infinity continues, this time simplified.
33263      Branch: cfgperl
33264            ! lib/Math/Complex.pm
33265 ____________________________________________________________________________
33266 [  6055] By: jhi                                   on 2000/05/03  17:45:30
33267         Log: Detypo.
33268      Branch: cfgperl
33269            ! hints/unicos.sh
33270 ____________________________________________________________________________
33271 [  6054] By: jhi                                   on 2000/05/02  22:28:27
33272         Log: Be more forgiving in POSIX about HUGE_VALL.
33273      Branch: cfgperl
33274            ! ext/POSIX/POSIX.xs
33275 ____________________________________________________________________________
33276 [  6053] By: jhi                                   on 2000/05/02  22:25:05
33277         Log: Integrate with Sarathy.
33278      Branch: cfgperl
33279           !> hints/irix_6.sh pod/perlop.pod
33280 ____________________________________________________________________________
33281 [  6052] By: jhi                                   on 2000/05/02  22:24:31
33282         Log: Unicos hint tweak.
33283      Branch: cfgperl
33284            ! hints/unicos.sh
33285 ____________________________________________________________________________
33286 [  6051] By: jhi                                   on 2000/05/02  22:21:26
33287         Log: Complex tweakery.
33288      Branch: cfgperl
33289            ! lib/Math/Complex.pm t/lib/complex.t
33290 ____________________________________________________________________________
33291 [  6050] By: jhi                                   on 2000/05/02  19:26:22
33292         Log: Use setxxent()/endxxent().
33293      Branch: cfgperl
33294            ! t/op/grent.t t/op/pwent.t
33295 ____________________________________________________________________________
33296 [  6049] By: jhi                                   on 2000/05/02  19:06:02
33297         Log: Test both the scalar and list contexts.
33298      Branch: cfgperl
33299            ! t/op/grent.t t/op/pwent.t
33300 ____________________________________________________________________________
33301 [  6048] By: gsar                                  on 2000/05/02  18:29:10
33302         Log: add note about how $( doesn't interpolate in REs (from
33303              Philip Newton <newton@ficus.frogspace.net>)
33304      Branch: perl
33305            ! pod/perlop.pod
33306 ____________________________________________________________________________
33307 [  6047] By: jhi                                   on 2000/05/02  17:41:24
33308         Log: Call getspnam() only iff needd.
33309      Branch: cfgperl
33310            ! pp_sys.c
33311 ____________________________________________________________________________
33312 [  6046] By: gsar                                  on 2000/05/02  17:07:25
33313         Log: libscheck has insufficient checks for n32 libs (from
33314              Albert Chin-A-Young <china@thewrittenword.com>)
33315      Branch: perl
33316            ! hints/irix_6.sh
33317 ____________________________________________________________________________
33318 [  6045] By: jhi                                   on 2000/05/02  13:57:17
33319         Log: Integrate with Sarathy.
33320      Branch: cfgperl
33321           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
33322           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
33323 ____________________________________________________________________________
33324 [  6044] By: gsar                                  on 2000/05/02  06:48:19
33325         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
33326              such that underscores are only ignored in literal numbers,
33327              "\x{...}", and hex/oct argument
33328      Branch: perl
33329            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
33330 ____________________________________________________________________________
33331 [  6043] By: gsar                                  on 2000/05/02  02:22:29
33332         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
33333      Branch: perl
33334            ! pod/perlretut.pod
33335 ____________________________________________________________________________
33336 [  6042] By: gsar                                  on 2000/05/02  02:17:51
33337         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
33338      Branch: perl
33339            ! pod/perltrap.pod
33340 ____________________________________________________________________________
33341 [  6041] By: gsar                                  on 2000/05/02  01:53:51
33342         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
33343              to compensate
33344      Branch: perl
33345            ! Porting/makerel
33346 ____________________________________________________________________________
33347 [  6040] By: gsar                                  on 2000/05/02  01:51:57
33348         Log: missing files in MANIFEST
33349      Branch: perl
33350            ! MANIFEST
33351 ____________________________________________________________________________
33352 [  6039] By: jhi                                   on 2000/05/02  00:36:46
33353         Log: Infinite problems.
33354      Branch: cfgperl
33355            ! lib/Math/Complex.pm
33356 ____________________________________________________________________________
33357 [  6038] By: jhi                                   on 2000/05/02  00:06:38
33358         Log: pwent/spent #ifdef imbalance.
33359      Branch: cfgperl
33360            ! pp_sys.c
33361 ____________________________________________________________________________
33362 [  6037] By: jhi                                   on 2000/05/01  22:50:11
33363         Log: Use HUGE_VALL if applicable.
33364      Branch: cfgperl
33365            ! ext/POSIX/POSIX.xs util.c
33366 ____________________________________________________________________________
33367 [  6036] By: jhi                                   on 2000/05/01  22:20:53
33368         Log: Correct Freudian slip.
33369      Branch: cfgperl
33370            ! pp_sys.c
33371 ____________________________________________________________________________
33372 [  6035] By: jhi                                   on 2000/05/01  21:07:38
33373         Log: Continue on the pwent/spent case.
33374      Branch: cfgperl
33375            ! pp_sys.c
33376 ____________________________________________________________________________
33377 [  6034] By: jhi                                   on 2000/05/01  17:45:14
33378         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
33379              adjustments in 6032 conflicted badly with this, will have
33380              to revisit them later.
33381      Branch: cfgperl
33382           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
33383           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
33384           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
33385           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
33386           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
33387           !> t/lib/cgi-html.t t/lib/cgi-request.t
33388 ____________________________________________________________________________
33389 [  6033] By: jhi                                   on 2000/05/01  17:40:49
33390         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
33391      Branch: cfgperl
33392            ! pp_sys.c
33393 ____________________________________________________________________________
33394 [  6032] By: gsar                                  on 2000/05/01  15:56:32
33395         Log: whitespace adjustments
33396      Branch: perl
33397            ! pp_sys.c
33398 ____________________________________________________________________________
33399 [  6031] By: gsar                                  on 2000/05/01  15:19:41
33400         Log: small nits in diagnostics.pm (from Robin Barker)
33401      Branch: perl
33402            ! lib/diagnostics.pm pod/perldiag.pod
33403 ____________________________________________________________________________
33404 [  6030] By: gsar                                  on 2000/05/01  08:39:18
33405         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
33406              for @- and @+ (from Johan Vromans)
33407      Branch: perl
33408            ! lib/English.pm pod/perlvar.pod
33409 ____________________________________________________________________________
33410 [  6029] By: gsar                                  on 2000/05/01  08:16:10
33411         Log: add CGI.pm v2.66 (from Lincoln Stein)
33412      Branch: perl
33413            + lib/CGI/Util.pm t/lib/cgi-pretty.t
33414            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
33415            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
33416            ! t/lib/cgi-html.t t/lib/cgi-request.t
33417 ____________________________________________________________________________
33418 [  6028] By: gsar                                  on 2000/05/01  06:34:41
33419         Log: Pod::Man generates groff-incompatible macro definition (from
33420              Tom Christiansen)
33421      Branch: perl
33422            ! lib/Pod/Man.pm
33423 ____________________________________________________________________________
33424 [  6027] By: gsar                                  on 2000/05/01  06:31:36
33425         Log: podlators-1.02 update (from Russ Allbery)
33426      Branch: perl
33427            ! lib/Pod/Man.pm lib/Pod/Text.pm
33428 ____________________________________________________________________________
33429 [  6026] By: jhi                                   on 2000/04/30  23:24:23
33430         Log: Integrate with Sarathy.
33431      Branch: cfgperl
33432           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
33433           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
33434           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
33435           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
33436           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
33437           !> t/lib/syslog.t toke.c win32/win32.h
33438 ____________________________________________________________________________
33439 [  6025] By: gsar                                  on 2000/04/30  18:17:47
33440         Log: Is{Alnum,Alpha,Word} don't match titlecase
33441              
33442              TODO: IsSpace is defined recursively!
33443              
33444              (both spotted by Larry)
33445      Branch: perl
33446            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
33447            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
33448 ____________________________________________________________________________
33449 [  6024] By: gsar                                  on 2000/04/30  17:50:19
33450         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
33451              (from Hugo van der Sanden)
33452      Branch: perl
33453            ! toke.c
33454 ____________________________________________________________________________
33455 [  6023] By: gsar                                  on 2000/04/30  17:14:43
33456         Log: debugger stomps on $. (from M.J.T. Guy)
33457      Branch: perl
33458            ! lib/perl5db.pl
33459 ____________________________________________________________________________
33460 [  6022] By: gsar                                  on 2000/04/30  16:59:22
33461         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
33462      Branch: perl
33463            ! sv.c
33464 ____________________________________________________________________________
33465 [  6021] By: gsar                                  on 2000/04/29  21:00:08
33466         Log: remove Win2K issue in pod (fixed by change#6020)
33467      Branch: perl
33468            ! README.win32 pod/perl56delta.pod
33469 ____________________________________________________________________________
33470 [  6020] By: gsar                                  on 2000/04/29  20:51:49
33471         Log: test tweak
33472      Branch: perl
33473            ! t/lib/open3.t
33474 ____________________________________________________________________________
33475 [  6019] By: gsar                                  on 2000/04/29  20:34:27
33476         Log: windows portability tweaks
33477      Branch: perl
33478            ! t/lib/b.t win32/win32.h
33479 ____________________________________________________________________________
33480 [  6018] By: gsar                                  on 2000/04/29  19:55:24
33481         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
33482              make _PATH_LOG() return "" if unavailable
33483      Branch: perl
33484            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
33485            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
33486 ____________________________________________________________________________
33487 [  6017] By: jhi                                   on 2000/04/28  22:49:46
33488         Log: Integrate with Sarathy.
33489      Branch: cfgperl
33490           !> op.c perl.c pod/perldiag.pod t/lib/b.t
33491 ____________________________________________________________________________
33492 [  6016] By: jhi                                   on 2000/04/28  22:46:14
33493         Log: Do not warn that an infinity does not look like a number.
33494      Branch: cfgperl
33495            ! sv.c
33496 ____________________________________________________________________________
33497 [  6015] By: gsar                                  on 2000/04/28  22:35:49
33498         Log: tweak test for portability
33499      Branch: perl
33500            ! t/lib/b.t
33501 ____________________________________________________________________________
33502 [  6014] By: gsar                                  on 2000/04/28  22:05:31
33503         Log: glob() loading File::Glob behind the scenes may cause syntax errors
33504      Branch: perl
33505            ! op.c
33506 ____________________________________________________________________________
33507 [  6013] By: gsar                                  on 2000/04/28  21:25:22
33508         Log: tweak change#5945 to display correct switch name in diagnostic
33509      Branch: perl
33510            ! perl.c pod/perldiag.pod
33511 ____________________________________________________________________________
33512 [  6012] By: jhi                                   on 2000/04/28  21:08:12
33513         Log: Integrate with Sarathy.
33514      Branch: cfgperl
33515           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
33516           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
33517           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
33518 ____________________________________________________________________________
33519 [  6011] By: jhi                                   on 2000/04/28  21:04:46
33520         Log: &HUGE_VAL is not defined, it exists.
33521      Branch: cfgperl
33522            ! lib/Math/Complex.pm
33523 ____________________________________________________________________________
33524 [  6010] By: gsar                                  on 2000/04/28  21:02:58
33525         Log: clarify note about shadow password support (from
33526              gellyfish@gellyfish.com)
33527      Branch: perl
33528            ! pod/perlfunc.pod
33529 ____________________________________________________________________________
33530 [  6009] By: gsar                                  on 2000/04/28  21:00:00
33531         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
33532      Branch: perl
33533            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
33534 ____________________________________________________________________________
33535 [  6008] By: gsar                                  on 2000/04/28  20:56:33
33536         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
33537      Branch: perl
33538            ! installperl vms/subconfigure.com
33539 ____________________________________________________________________________
33540 [  6007] By: gsar                                  on 2000/04/28  20:51:21
33541         Log: note about compile failures and END blocks (from M.J.T. Guy)
33542      Branch: perl
33543            ! pod/perl56delta.pod pod/perlmod.pod
33544 ____________________________________________________________________________
33545 [  6006] By: jhi                                   on 2000/04/28  20:42:14
33546         Log: Regen Configure.
33547      Branch: cfgperl
33548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33549            ! config_h.SH
33550 ____________________________________________________________________________
33551 [  6005] By: gsar                                  on 2000/04/28  20:41:16
33552         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
33553      Branch: perl
33554            ! utils/perldoc.PL
33555 ____________________________________________________________________________
33556 [  6004] By: jhi                                   on 2000/04/28  20:28:21
33557         Log: Integrate with Sarathy.
33558      Branch: cfgperl
33559           !> Configure INSTALL Porting/Glossary Porting/config.sh
33560           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
33561           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
33562           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
33563           !> win32/config.vc win32/win32.c
33564 ____________________________________________________________________________
33565 [  6003] By: gsar                                  on 2000/04/28  20:11:20
33566         Log: allow REG_EXPAND_SZ keys in Windows registry (from
33567              John Clayton <John.Clayton@barclayscapital.com>)
33568      Branch: perl
33569            ! win32/win32.c
33570 ____________________________________________________________________________
33571 [  6002] By: gsar                                  on 2000/04/28  19:34:16
33572         Log: destructive sv_setsv() can lose UV-ness from source, causing
33573              numeric promotions/comparisons to fail to do the right thing
33574      Branch: perl
33575            ! sv.c
33576 ____________________________________________________________________________
33577 [  6001] By: gsar                                  on 2000/04/28  18:44:15
33578         Log: support additional library locations via $Config{otherlibdirs}
33579              (from Andy Dougherty)
33580      Branch: perl
33581            ! Configure INSTALL Porting/Glossary Porting/config.sh
33582            ! Porting/config_H config_h.SH epoc/config.sh perl.c
33583            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
33584            ! win32/config.bc win32/config.gc win32/config.vc
33585 ____________________________________________________________________________
33586 [  6000] By: gsar                                  on 2000/04/28  18:26:58
33587         Log: reworked otherlibdirs.U (from Andy Dougherty)
33588      Branch: metaconfig
33589            ! U/installdirs/otherlibdirs.U
33590 ____________________________________________________________________________
33591 [  5999] By: gsar                                  on 2000/04/28  18:17:07
33592         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
33593      Branch: perl
33594            ! t/pragma/warn/toke toke.c
33595 ____________________________________________________________________________
33596 [  5998] By: jhi                                   on 2000/04/28  13:32:17
33597         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
33598      Branch: cfgperl
33599            ! lib/Math/Complex.pm
33600 ____________________________________________________________________________
33601 [  5997] By: jhi                                   on 2000/04/28  13:14:04
33602         Log: Preserve $!.
33603      Branch: cfgperl
33604            ! lib/Math/Complex.pm
33605 ____________________________________________________________________________
33606 [  5996] By: jhi                                   on 2000/04/28  12:59:23
33607         Log: Integrate with Sarathy.
33608      Branch: cfgperl
33609           +> pod/perlrequick.pod pod/perlretut.pod
33610           !> (integrate 51 files)
33611 ____________________________________________________________________________
33612 [  5995] By: gsar                                  on 2000/04/28  09:37:36
33613         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
33614      Branch: perl
33615            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
33616 ____________________________________________________________________________
33617 [  5994] By: gsar                                  on 2000/04/28  09:33:26
33618         Log: fix for missed accounting for null byte in pack("Z",...) (from
33619              M.J.T. Guy)
33620      Branch: perl
33621            ! pp.c t/op/pack.t
33622 ____________________________________________________________________________
33623 [  5993] By: gsar                                  on 2000/04/28  09:30:05
33624         Log: various minor tweaks seen on p5p
33625      Branch: perl
33626            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
33627 ____________________________________________________________________________
33628 [  5992] By: gsar                                  on 2000/04/28  09:08:19
33629         Log: pod nit (from Simon Cozens)
33630      Branch: perl
33631            ! pod/perlop.pod
33632 ____________________________________________________________________________
33633 [  5991] By: gsar                                  on 2000/04/28  09:06:36
33634         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
33635      Branch: perl
33636            ! README.posix-bc hints/posix-bc.sh
33637 ____________________________________________________________________________
33638 [  5990] By: gsar                                  on 2000/04/28  08:54:52
33639         Log: use $ENV{LIB} to search for libs under Visual C compiler
33640              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
33641      Branch: perl
33642            ! lib/ExtUtils/Liblist.pm
33643 ____________________________________________________________________________
33644 [  5989] By: gsar                                  on 2000/04/28  08:27:12
33645         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
33646              itself and no other (from Tom Hughes)
33647      Branch: perl
33648            ! t/op/array.t toke.c
33649 ____________________________________________________________________________
33650 [  5988] By: gsar                                  on 2000/04/28  08:01:38
33651         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
33652              <paul@miraclefish.com>)
33653      Branch: perl
33654            ! lib/ExtUtils/MakeMaker.pm
33655 ____________________________________________________________________________
33656 [  5987] By: gsar                                  on 2000/04/28  07:53:09
33657         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
33658      Branch: perl
33659            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
33660 ____________________________________________________________________________
33661 [  5986] By: gsar                                  on 2000/04/28  07:44:17
33662         Log: add regular expressions tutorial and quick-start guide (from
33663              Mark Kvale <kvale@phy.ucsf.edu>)
33664      Branch: perl
33665            + pod/perlrequick.pod pod/perlretut.pod
33666            ! AUTHORS MAINTAIN MANIFEST
33667 ____________________________________________________________________________
33668 [  5985] By: gsar                                  on 2000/04/28  07:30:28
33669         Log: forked child may not exit correctly if it failed to open
33670              /dev/console (from Graham Barr)
33671      Branch: perl
33672            ! ext/Sys/Syslog/Syslog.pm
33673 ____________________________________________________________________________
33674 [  5984] By: gsar                                  on 2000/04/28  07:27:20
33675         Log: attributes::reftype() doesn't work on tied argument
33676      Branch: perl
33677            ! xsutils.c
33678 ____________________________________________________________________________
33679 [  5983] By: gsar                                  on 2000/04/28  07:15:04
33680         Log: numeric conversion of non-number in change#3378 tramples on
33681              OOK offset, causing segfaults
33682      Branch: perl
33683            ! sv.c
33684 ____________________________________________________________________________
33685 [  5982] By: gsar                                  on 2000/04/28  04:48:25
33686         Log: avoid error in IO::Socket::INET when given an unknown service name
33687              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
33688      Branch: perl
33689            ! ext/IO/lib/IO/Socket/INET.pm
33690 ____________________________________________________________________________
33691 [  5981] By: gsar                                  on 2000/04/28  04:31:31
33692         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
33693              prototype mismatch with CORE::glob(); update pod and tests to
33694              suit (File::Glob::glob() is still available for backward
33695              compatibility, but should be considered deprecated)
33696      Branch: perl
33697            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
33698            ! t/lib/glob-taint.t
33699 ____________________________________________________________________________
33700 [  5980] By: gsar                                  on 2000/04/28  03:47:29
33701         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
33702              <ghudson@mit.edu>)
33703      Branch: metaconfig
33704            ! U/modified/Options.U
33705      Branch: perl
33706            ! Configure
33707 ____________________________________________________________________________
33708 [  5979] By: gsar                                  on 2000/04/28  03:07:54
33709         Log: under useithreads, constant pad entries could inadvertantly be
33710              shared across threads (from Eric Blood <eblood@xmission.com>);
33711              added Eric's test case to testsuite
33712      Branch: perl
33713            ! op.c t/op/misc.t
33714 ____________________________________________________________________________
33715 [  5978] By: gsar                                  on 2000/04/27  21:13:00
33716         Log: sync version numbers in File::Spec with the ones on CPAN
33717              (from Barrie Slaymaker)
33718      Branch: perl
33719            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
33720            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
33721            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33722 ____________________________________________________________________________
33723 [  5977] By: gsar                                  on 2000/04/27  21:07:29
33724         Log: autoquote barewords followed by newline and arrow properly
33725              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
33726      Branch: perl
33727            ! t/pragma/warn/toke toke.c
33728 ____________________________________________________________________________
33729 [  5976] By: gsar                                  on 2000/04/27  20:41:20
33730         Log: DB_File v1.73 update (from Paul Marquess)
33731      Branch: perl
33732            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33733            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
33734 ____________________________________________________________________________
33735 [  5975] By: gsar                                  on 2000/04/27  20:34:24
33736         Log: allow sort() reentrancy (variant of patch suggested by
33737              Hugo van der Sanden)
33738      Branch: perl
33739            ! pp_ctl.c t/op/sort.t
33740 ____________________________________________________________________________
33741 [  5974] By: gsar                                  on 2000/04/27  19:46:57
33742         Log: change#4197 somehow missed initializing PL_errors, meaning
33743              sytax error queueing wasn't working outside eval"" at all;
33744              also fixed eval"" to localize PL_error_count, so that compile-time
33745              eval's don't clobber the error state of the outer context
33746      Branch: perl
33747            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
33748            ! t/pragma/warn/toke
33749 ____________________________________________________________________________
33750 [  5973] By: gsar                                  on 2000/04/27  18:29:05
33751         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
33752      Branch: perl
33753            ! regcomp.c regexec.c t/op/re_tests
33754 ____________________________________________________________________________
33755 [  5972] By: jhi                                   on 2000/04/27  18:22:41
33756         Log: Integrate with Sarathy.
33757      Branch: cfgperl
33758           +> t/lib/b.t t/lib/syslog.t
33759           !> (integrate 31 files)
33760 ____________________________________________________________________________
33761 [  5971] By: jhi                                   on 2000/04/27  18:18:46
33762         Log: Unicos tweaks from Mark P. Lutz.
33763      Branch: cfgperl
33764            ! hints/unicos.sh lib/Math/Complex.pm
33765 ____________________________________________________________________________
33766 [  5970] By: gsar                                  on 2000/04/27  18:05:11
33767         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
33768              IV is >32bits
33769      Branch: perl
33770            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
33771 ____________________________________________________________________________
33772 [  5969] By: gsar                                  on 2000/04/27  17:50:56
33773         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
33774      Branch: perl
33775            + t/lib/syslog.t
33776            ! MANIFEST ext/Sys/Syslog/Syslog.pm
33777 ____________________________________________________________________________
33778 [  5968] By: gsar                                  on 2000/04/27  17:44:49
33779         Log: tolerate spaces in group names in test on solaris (from David Boyce
33780              <dsb@boyski.com>)
33781      Branch: perl
33782            ! t/op/groups.t
33783 ____________________________________________________________________________
33784 [  5967] By: gsar                                  on 2000/04/27  17:41:22
33785         Log: improved docs on the warn_uninit diagnostic (from David Glasser
33786              and Simon Cozens)
33787      Branch: perl
33788            ! pod/perldiag.pod
33789 ____________________________________________________________________________
33790 [  5966] By: gsar                                  on 2000/04/27  16:54:58
33791         Log: add testsuite for B backends, fix bug in B::Deparse (from
33792              Simon Cozens <simon@brecon.co.uk>)
33793      Branch: perl
33794            + t/lib/b.t
33795            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
33796 ____________________________________________________________________________
33797 [  5965] By: gsar                                  on 2000/04/27  16:10:37
33798         Log: avoid "will not stay shared" warnings for our variables (from
33799              Robin Barker)
33800      Branch: perl
33801            ! op.c t/pragma/warn/op
33802 ____________________________________________________________________________
33803 [  5964] By: gsar                                  on 2000/04/27  07:05:05
33804         Log: reformat to 72 columns (again)
33805      Branch: perl
33806            ! pod/perldiag.pod
33807 ____________________________________________________________________________
33808 [  5963] By: gsar                                  on 2000/04/27  06:28:31
33809         Log: patch from Larry to make (\&) prototype work; added tests for
33810              the same
33811      Branch: perl
33812            ! op.c t/comp/proto.t
33813 ____________________________________________________________________________
33814 [  5962] By: gsar                                  on 2000/04/27  06:15:47
33815         Log: updated README.hpux (from Jeff Okamoto)
33816      Branch: perl
33817            ! README.hpux
33818 ____________________________________________________________________________
33819 [  5961] By: gsar                                  on 2000/04/27  05:55:03
33820         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
33821      Branch: perl
33822            ! emacs/cperl-mode.el
33823 ____________________________________________________________________________
33824 [  5960] By: gsar                                  on 2000/04/27  05:49:26
33825         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
33826      Branch: perl
33827            ! INSTALL
33828 ____________________________________________________________________________
33829 [  5959] By: gsar                                  on 2000/04/27  05:33:41
33830         Log: doubled words in pods (from Simon Cozens
33831              <simon.p.cozens@jp.pwcglobal.com>)
33832      Branch: perl
33833            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
33834            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
33835            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
33836            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
33837            ! pod/perltootc.pod
33838 ____________________________________________________________________________
33839 [  5958] By: gsar                                  on 2000/04/27  05:11:39
33840         Log: change#3569 deleted some essential code, revert; avoid use of
33841              atexit() to make DynaLoader work properly on AIX under mod_perl
33842              (from Jens-Uwe Mager <jum@helios.de>)
33843      Branch: perl
33844            ! ext/DynaLoader/dl_aix.xs
33845 ____________________________________________________________________________
33846 [  5957] By: gsar                                  on 2000/04/27  04:54:51
33847         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
33848      Branch: perl
33849            ! pod/perlmod.pod
33850 ____________________________________________________________________________
33851 [  5956] By: gsar                                  on 2000/04/27  04:51:47
33852         Log: better diagnostics on failed tests (from Ilya Zakharevich)
33853      Branch: perl
33854            ! t/op/lex_assign.t
33855 ____________________________________________________________________________
33856 [  5955] By: gsar                                  on 2000/04/27  04:26:44
33857         Log: longstanding bug exposed by change#3307: sort arguments weren't
33858              compiled with the right wantarray context (ensuing runtime lookup
33859              via block_gimme() was getting the incidental context of the
33860              sort() itself)
33861      Branch: perl
33862            ! op.c t/op/sort.t
33863 ____________________________________________________________________________
33864 [  5954] By: gsar                                  on 2000/04/26  23:42:12
33865         Log: integrate cfgperl contents into mainline
33866      Branch: perl
33867           !> (integrate 30 files)
33868 ____________________________________________________________________________
33869 [  5953] By: jhi                                   on 2000/04/26  23:06:42
33870         Log: Integrate with Sarathy.
33871      Branch: cfgperl
33872           !> README.win32 ext/B/B/Deparse.pm
33873           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
33874           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
33875           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
33876           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
33877           !> utils/perldoc.PL vms/perlvms.pod
33878 ____________________________________________________________________________
33879 [  5952] By: jhi                                   on 2000/04/26  23:03:46
33880         Log: Undo "use integer" addition from 64bitint as it seems
33881              to break most of the subtests in Digital UNIX;
33882              Unicos needs to find another way.
33883      Branch: cfgperl
33884            ! t/op/64bitint.t
33885 ____________________________________________________________________________
33886 [  5951] By: jhi                                   on 2000/04/26  22:57:53
33887         Log: Be more robust on "extreme" (large absolute value)
33888              arguments.  Originally reported by Daniel Connelly
33889              as a problem with asinh() on large negative arguments,
33890              asinh() used to bail out because an argument to log()
33891              ended up being zero.  Ilya Zakharevich proposed using
33892              Taylor's series in such cases, which for such large
33893              arguments is a very good approximation.
33894      Branch: cfgperl
33895            ! lib/Math/Complex.pm t/lib/complex.t
33896 ____________________________________________________________________________
33897 [  5950] By: gsar                                  on 2000/04/25  19:13:12
33898         Log: reformat perldiag to avoid long lines
33899      Branch: perl
33900            ! pod/perldiag.pod
33901 ____________________________________________________________________________
33902 [  5949] By: gsar                                  on 2000/04/25  18:41:11
33903         Log: make perldoc use the pod2man from the same version (from
33904              M.J.T. Guy)
33905      Branch: perl
33906            ! utils/perldoc.PL
33907 ____________________________________________________________________________
33908 [  5948] By: gsar                                  on 2000/04/25  18:21:57
33909         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
33910              <kompas@kompas.usr.onet.pl>)
33911      Branch: perl
33912            ! lib/vars.pm
33913 ____________________________________________________________________________
33914 [  5947] By: gsar                                  on 2000/04/25  18:11:53
33915         Log: use &dl_error rather than &dl_load_file as the guard for calling
33916              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
33917              statically built perl)
33918      Branch: perl
33919            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
33920 ____________________________________________________________________________
33921 [  5946] By: jhi                                   on 2000/04/25  17:37:54
33922         Log: Document that tr() is not tr(1).
33923      Branch: cfgperl
33924            ! pod/perlop.pod
33925 ____________________________________________________________________________
33926 [  5945] By: gsar                                  on 2000/04/25  16:34:33
33927         Log: make module name mandatory after -M switch; reorder perldiag
33928              alphabetically (from Mark-Jason Dominus)
33929      Branch: perl
33930            ! perl.c pod/perldiag.pod
33931 ____________________________________________________________________________
33932 [  5944] By: jhi                                   on 2000/04/25  01:15:18
33933         Log: On second thoughts frexp() does have two arguments.
33934      Branch: cfgperl
33935            ! perl.h
33936 ____________________________________________________________________________
33937 [  5943] By: jhi                                   on 2000/04/24  22:56:32
33938         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
33939              Now pp_ncmp() returns undef is either operand is a NaN.
33940      Branch: cfgperl
33941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33942            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
33943            ! vms/subconfigure.com vos/config.def vos/config.h
33944            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
33945            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33946            ! win32/config_H.vc
33947      Branch: metaconfig/U/perl
33948            + d_modfl.U
33949 ____________________________________________________________________________
33950 [  5942] By: jhi                                   on 2000/04/24  19:45:17
33951         Log: Regen Configure to match #5937.
33952      Branch: cfgperl
33953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33954            ! config_h.SH
33955      Branch: metaconfig
33956            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
33957 ____________________________________________________________________________
33958 [  5941] By: jhi                                   on 2000/04/24  19:24:11
33959         Log: Further Unicos fixes for Mark Lutz.
33960      Branch: cfgperl
33961            ! hints/unicos.sh pp_ctl.c
33962 ____________________________________________________________________________
33963 [  5940] By: jhi                                   on 2000/04/24  19:09:06
33964         Log: Various Unicos 10.0.0.6 fixes.
33965              
33966              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
33967              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
33968              Reply-To: tecmpl1@triton.ca.boeing.com 
33969              To: perl5-porters@perl.org 
33970              Date: Fri, 14 Apr 2000 20:21:00 GMT 
33971              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
33972      Branch: cfgperl
33973            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
33974 ____________________________________________________________________________
33975 [  5939] By: gsar                                  on 2000/04/24  19:01:24
33976         Log: more pod nits (from Larry Virden)
33977      Branch: perl
33978            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
33979            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
33980            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
33981 ____________________________________________________________________________
33982 [  5938] By: gsar                                  on 2000/04/24  18:54:01
33983         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
33984      Branch: perl
33985            ! ext/B/B/Deparse.pm
33986 ____________________________________________________________________________
33987 [  5937] By: jhi                                   on 2000/04/24  17:39:00
33988         Log: Integrate with Sarathy.
33989      Branch: cfgperl
33990           +> (branch 31 files)
33991           !> (integrate 73 files)
33992 ____________________________________________________________________________
33993 [  5936] By: gsar                                  on 2000/04/24  17:30:06
33994         Log: additional tests for change#5934 (from Paul Marquess, who also
33995              sent in the same fix)
33996      Branch: perl
33997            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
33998            ! t/pragma/warn/5nolint t/pragma/warn/6default
33999 ____________________________________________________________________________
34000 [  5935] By: jhi                                   on 2000/04/24  17:26:05
34001         Log: Do not assume sign propagation.
34002              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
34003              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
34004              To: payner@ncifcrf.gov, perl5-porters@perl.org 
34005              Date: Tue, 18 Apr 2000 18:24:49 +0100 
34006              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
34007      Branch: cfgperl
34008            ! t/op/bop.t t/op/misc.t
34009 ____________________________________________________________________________
34010 [  5934] By: gsar                                  on 2000/04/24  17:16:54
34011         Log: propagate lexical warnings from surrounding scope correctly
34012              within string eval()
34013      Branch: perl
34014            ! pp_ctl.c t/pragma/warn/pp_ctl
34015 ____________________________________________________________________________
34016 [  5933] By: jhi                                   on 2000/04/24  17:01:07
34017         Log: Flatten the cpp jungle doing the nosuid checking.
34018      Branch: cfgperl
34019            ! perl.c
34020 ____________________________________________________________________________
34021 [  5932] By: gsar                                  on 2000/04/24  09:08:14
34022         Log: add rsignal(), whichsig() and do_join() to public API list
34023              (mod_perl uses them to good advantage)
34024      Branch: perl
34025            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
34026 ____________________________________________________________________________
34027 [  5931] By: gsar                                  on 2000/04/24  09:01:40
34028         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
34029      Branch: perl
34030            ! pp_hot.c regexec.c t/op/pat.t
34031 ____________________________________________________________________________
34032 [  5930] By: gsar                                  on 2000/04/24  08:58:33
34033         Log: small os390 tweaks (from Peter Prymmer)
34034      Branch: perl
34035            ! config_h.SH makedepend.SH
34036 ____________________________________________________________________________
34037 [  5929] By: gsar                                  on 2000/04/24  08:55:25
34038         Log: pod nits
34039      Branch: perl
34040            ! pod/perlguts.pod
34041 ____________________________________________________________________________
34042 [  5928] By: gsar                                  on 2000/04/24  08:50:13
34043         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
34044      Branch: perl
34045            ! ext/IO/lib/IO/Poll.pm
34046 ____________________________________________________________________________
34047 [  5927] By: gsar                                  on 2000/04/24  08:43:24
34048         Log: arrange for next() to resume at the unstack op rather than the
34049              loop conditional, so that scope cleanup happens correctly
34050              (from Stephen McCamant)
34051      Branch: perl
34052            ! op.c pp_ctl.c t/op/misc.t
34053 ____________________________________________________________________________
34054 [  5926] By: gsar                                  on 2000/04/24  08:18:40
34055         Log: on windows, reserve 16M of stack rather than 128M (allows more
34056              threads to run concurrently)
34057      Branch: perl
34058            ! win32/Makefile win32/makefile.mk
34059 ____________________________________________________________________________
34060 [  5925] By: gsar                                  on 2000/04/24  08:13:52
34061         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
34062      Branch: perl
34063            ! toke.c
34064 ____________________________________________________________________________
34065 [  5924] By: gsar                                  on 2000/04/24  08:08:59
34066         Log: avoid using uninitialized memory in require version check
34067      Branch: perl
34068            ! pp_ctl.c universal.c
34069 ____________________________________________________________________________
34070 [  5923] By: gsar                                  on 2000/04/24  07:20:14
34071         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
34072      Branch: perl
34073            ! ext/IO/lib/IO/Poll.pm
34074 ____________________________________________________________________________
34075 [  5922] By: gsar                                  on 2000/04/24  07:08:42
34076         Log: commentary about IoTYPE() (from Nathan Torkington)
34077      Branch: perl
34078            ! sv.h
34079 ____________________________________________________________________________
34080 [  5921] By: gsar                                  on 2000/04/24  06:58:26
34081         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
34082              by fix
34083      Branch: perl
34084            ! sv.c t/lib/charnames.t t/pragma/utf8.t
34085 ____________________________________________________________________________
34086 [  5920] By: gsar                                  on 2000/04/24  06:37:59
34087         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
34088      Branch: perl
34089            ! doop.c t/op/ver.t
34090 ____________________________________________________________________________
34091 [  5919] By: gsar                                  on 2000/04/24  06:21:58
34092         Log: Configure might miss old directories when prefix must be
34093              expanded (from Robin Barker)
34094      Branch: metaconfig
34095            ! U/installdirs/inc_version_list.U
34096      Branch: perl
34097            ! Configure
34098 ____________________________________________________________________________
34099 [  5918] By: gsar                                  on 2000/04/24  06:16:11
34100         Log: VMS nits in glob() test (from Charles Lane)
34101      Branch: perl
34102            ! t/lib/glob-basic.t
34103 ____________________________________________________________________________
34104 [  5917] By: gsar                                  on 2000/04/24  06:11:56
34105         Log: various pod nits (from Larry Virden and others)
34106      Branch: perl
34107            ! README.amiga README.hpux README.machten README.os2
34108            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
34109            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
34110            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
34111            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
34112            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
34113            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
34114            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
34115            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
34116 ____________________________________________________________________________
34117 [  5916] By: gsar                                  on 2000/04/24  05:52:43
34118         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
34119              <wjones@tc.fluke.com>)
34120      Branch: perl
34121            ! t/lib/glob-basic.t
34122 ____________________________________________________________________________
34123 [  5915] By: gsar                                  on 2000/04/24  05:07:01
34124         Log: supported platforms mixed up
34125      Branch: perl
34126            ! pod/perl56delta.pod pod/perlport.pod
34127 ____________________________________________________________________________
34128 [  5914] By: gsar                                  on 2000/04/24  04:56:08
34129         Log: caller() wasn't returning the right number of elements for
34130              eval {...}
34131      Branch: perl
34132            ! pp_ctl.c t/pragma/warn/9enabled
34133 ____________________________________________________________________________
34134 [  5913] By: gsar                                  on 2000/04/24  04:35:41
34135         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
34136              Mark-Jason Dominus)
34137      Branch: perl
34138            ! pod/perlfunc.pod
34139 ____________________________________________________________________________
34140 [  5912] By: gsar                                  on 2000/04/24  04:17:15
34141         Log: fix totally broken caching in UNIVERSAL::isa() (from
34142              Nick Ing-Simmons)
34143      Branch: perl
34144            ! t/op/universal.t universal.c
34145 ____________________________________________________________________________
34146 [  5911] By: gsar                                  on 2000/04/24  03:39:47
34147         Log: add linebreak properties from unicode/LineBrk.txt (from
34148              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
34149      Branch: perl
34150            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34151            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
34152            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
34153            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
34154            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
34155            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
34156            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
34157            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
34158            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
34159            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
34160            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
34161            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
34162            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
34163            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
34164            + lib/unicode/Is/LbrkZW.pl
34165            ! lib/unicode/mktables.PL
34166 ____________________________________________________________________________
34167 [  5910] By: gsar                                  on 2000/04/24  03:23:10
34168         Log: typo in pod
34169      Branch: perl
34170            ! ext/Thread/Thread.pm
34171 ____________________________________________________________________________
34172 [  5909] By: gsar                                  on 2000/04/24  03:22:03
34173         Log: mode argument to do_binmode() should be file mode, not boolean
34174      Branch: perl
34175            ! pp_sys.c
34176 ____________________________________________________________________________
34177 [  5908] By: gsar                                  on 2000/04/16  16:51:08
34178         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
34179              always returns a valid GV even when the symbol is trapped by strictures
34180              (avoids coredumps)
34181              
34182              TODO: the C<package;> hack needs similar treatment
34183      Branch: perl
34184            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
34185            ! t/pragma/strict-vars
34186 ____________________________________________________________________________
34187 [  5907] By: jhi                                   on 2000/03/31  23:42:56
34188         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
34189              an assumption which #5905 demolished.
34190      Branch: cfgperl
34191            ! pp_sys.c
34192 ____________________________________________________________________________
34193 [  5906] By: jhi                                   on 2000/03/31  18:54:37
34194         Log: Typo in #5905.
34195      Branch: cfgperl
34196            ! t/op/64bitint.t
34197 ____________________________________________________________________________
34198 [  5905] By: jhi                                   on 2000/03/31  18:50:54
34199         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
34200              reported by Joseph N. Hall.  The bug was that even with use64bitint
34201              one had to use the prefixes q, L, or ll with printf/sprintf,
34202              contrary to the documentation and common sense.
34203      Branch: cfgperl
34204            ! sv.c t/op/64bitint.t
34205 ____________________________________________________________________________
34206 [  5904] By: gsar                                  on 2000/03/28  02:31:32
34207         Log: add Changes, perldelta.pod
34208      Branch: perl
34209            + Changes pod/perldelta.pod
34210 ____________________________________________________________________________
34211 [  5903] By: gsar                                  on 2000/03/28  02:03:55
34212         Log: rename Changes and perldelta.pod
34213      Branch: perl
34214           +> Changes5.6 pod/perl56delta.pod
34215            - Changes pod/perldelta.pod
34216            ! MANIFEST
34217 ____________________________________________________________________________
34218 [  5902] By: gsar                                  on 2000/03/28  01:59:14
34219         Log: create maint-5.6 branch
34220      Branch: maint-5.6/perl
34221           +> (branch 1611 files)
34222 ____________________________________________________________________________
34223 [  5901] By: jhi                                   on 2000/03/23  05:48:43
34224         Log: Integrate with Sarathy.
34225      Branch: cfgperl
34226           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
34227 ____________________________________________________________________________
34228 [  5900] By: gsar                                  on 2000/03/23  05:42:43
34229         Log: three guesses on what this is :-)
34230      Branch: perl
34231            ! Changes